lanefu

  • Posts

    1148
  • Joined

  • Last visited

Everything posted by lanefu

  1. Changing the x11 driver from fb to modesetting will let xrandr deal with resolutions easily. 1440p is technically missing from the DRM kernel driver
  2. All the 20.11 allwinner images are on kernel 5.8 right?
  3. is it causing any problems? or are you just looking at it from a housekeeping perspective.
  4. Very nice! Did you build from desktop branch or master? Legacy kernel?
  5. What parameters are you passing to compile.sh
  6. @peterbmckinleylook at the nmcli command
  7. Sweet feel free to ping me in irc (or whereever) if you have any questions
  8. As Igor Mentioned in https://armbian.atlassian.net/browse/AR-444 there's some on-going stuff. Log shipping would be an ansible task. So could use a role, or favorite galaxy role and collaborate on options for strategy there. I think I just want to go old school and just do rsyslog shipping and have an intelligent file layout. But certainly open to logstash or fluentd solutions as well.
  9. Yep that repo is the python code. Technically apt is a branch in that repo. It's a flask app that runs in WSGI containers. 2 instances running one for redirect.armbian.com and one for apt.armbian.com. both reverse proxies behind nginx I entertained just doing it with nginx but didn't want to go down the wormhole of exotic nginx configs wormhole or figure out lua Anyway moving the redirect code to using a yaml config to indicate regions and other granual info is like the next step to making other improvements and I'd love a PR for that. Then we can have an endpoint that list available mirrors. And have a endpoint for regional grouping. Ex apt.armbian.com/na or /eu After that we can work on geoip support. I also like the idea of setting mirror with armbian-config. That would pair well with having an endpoint that publishes all mirrors.
  10. it matches your keyboard
  11. the distro natively packaged versions are new enough for my use these days.. I just do code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } apt install docker.io
  12. Issue created https://github.com/armbian/build/issues/2315
  13. Yep I'm experiencing same thing with 5.9.5 as well as 5.10.0-rc2 on my opi3
  14. small heatsink. I have a fan that lightly blows on the whole cluster. I power it from a 10-port USB charger. temp was probably in 42C after boasting I to you about it I messed something up accidentally shutdown and now it won't boot lol.
  15. Your question is clearly sincere. Thank you for being thoughtful in your post. I recommend reading the sunxi wiki from head to toe. Even if you're not interested in allwinner they do a good job of covering a lot of the theory. https://linux-sunxi.org/Main_Page
  16. I have an 82 day uptime on my headless Opi3. sorry I can't speak to panfrost.
  17. Should I warn you for a duplicate post? There's an annoying bug with canned replies anyway which is I can't select the default reply without choosing another first. Then I have to clean up. Anyway sounds like it's worth trying new way then we can disable canned plugin?
  18. Is anybody interested in doing a kind of hackathon in irc on a weekend for testing and bug fixes?
  19. lanefu

    Kubearmbian

    Ansible-k3s has support for armbian. Alternatively I use hashicorp consul and nomad on several 32bit and 64bit devices
  20. What's your use case, maybe I can suggest some alternative SBCs
  21. The rock64 is a flaky board. I have similar issues seems to last 2 or 3 days. If you're able to connect something to record logs from the serial console that could help
  22. The branch parameter is a little misleading in compile. Choices are typically legacy,current,dev Take a look at the docs there should be a kernel_branch parameter
  23. So a cheat to let customize image see the board would be for the script to source sdcard/etc/armbian-release Then you'll have a board var etc. Sorry typing on my phone otherwise if provide a better example