Jump to content

Igor

Administrators
  • Posts

    13935
  • Joined

  • Last visited

Everything posted by Igor

  1. Yes, until we don't find time to fix switching and then when life permits check why SPI doesn't work. Sadly we are not in a position (far away) to check if all functions doesn't break on upgrade ...
  2. Fixed https://armbian.atlassian.net/browse/AR-1107
  3. https://github.com/armbian/mirror dl.armbian.com and apt.armbian.com are picking them. Problem in this case is that TV boxes are unofficial hacked builds which might not work with all armbian tools. https://www.google.com/search?q=list+all+files+in+apt+repository
  4. List is added at build time while your image was made before https://github.com/armbian/build/commit/bd3609b4d1d9c5402d111357b6e394025075cc98 yes
  5. No, this is correct way. The problem was on (our) server side.
  6. Fixed. (on this server works https://imola.armbian.com/apt elsewhere soon)
  7. Some packages form 22.02 are present in the index, some not. I think its related to this: I have re-added those packages but dunno if it will help. Manual recreation of repository, as a known workaround, takes hours, which I can't possibly find just like that ...
  8. something is wrong ... looking into.
  9. https://github.com/armbian/build/blob/master/config/distributions/bionic/support Bionic has no more support status from our perspective. We don't test it anymore nor fix bugs. Focal is going to be old stable in 2 months after Jammy got out. We can't deal with that many options ...
  10. That goes to beta.armbian.com ... stable repository needs few days to get in sync. First files are synced then after i think 48h index ...
  11. There were some changes in the packaging process, but we didn't notice this kind of troubles. Can you provide more info - are you changing anything in the build process and what? How to reproduce this? @goingAny clues?
  12. I don't know what is missing. Try to find out and we can add that for the future.
  13. Choose ZSH at first login or change in armbian-config. And you will have the same shell.
  14. All those people should have access to website. But if there are no images, or there is some problem in the system, they can't do much. Just filing a bug.
  15. We have a small mess around those images. A few are missing, some needs to be removed ... if image is not there, use the one from archieve or build one. No other quick solution ATM.
  16. Places: 64

    Applicants: 61

    Requirements https://docs.armbian.com/User-Guide_Board-Support-Rules/#standard-support Responsibilities commit to providing "Best Effort" support for their SBC on the Armbian forums participate in the Release Process sign-off that device has been tested, is stable, and ready for release during release process. physical access to the SBC they're supporting promote Armbian builds at forum and SBC maker forums adjust build targets for the board We value candidates who have: user level Linux experiences communication and organization skills good understanding of Debian based OS What we offer: unique open source community project experiences opportunity to work with an exceptional team of people environment for personal and professional development automated compilation system automated hardware testings platform provide the team's unique expertise to assist maintainer with general challenges best-effort compensation can be provided to maintainer from the "Armbian Community Fund"
  17. If you are running Armbian desktop and you like to use Visual Studio Code, open a terminal and run: sudo apt update sudo apt install code
  18. Igor

    Odroid C4

    https://wiki.odroid.com/odroid-c4/hardware/hardware
  19. To secure top download speed around the globe, we need to have as many torrent seeders as possible. Currently we have dedicated seeders in: Estonia, Germany, Pakistan, Slovenia, Argentina, Singapore, USA, ... but we might be slower in China or Japan. Prerequisite: - Armbian or any Debian or Ubuntu based distribution (check instructions how to run armbian-config on a generic Debian/Ubuntu), - 1TB of free space. a) Installation with installing Transmission server login and obtain superuser rights, execute armbian-config, select Software -> Softy, install Transmission server. (use space to confirm and enter to proceed with install) Leave armbian-config and after a few minutes check your torrent server status with the following command: transmission-remote -n 'transmission:transmission' -l and you should see some progress: Note: Torrent server installed this way is auto updating - it checks daily for new images, adds new and purge old ones. b.) Installation to the existing Transmission server You only need to install a cron job script that your client serve only most recent files. Create file: sudo nano /etc/cron.daily/seed-armbian-torrent with this content: Change username(transmission) and password(transmission) if have something else than stock, save and exit, then run: sudo chmod +x /etc/cron.daily/seed-armbian-torrent sudo /etc/cron.daily/seed-armbian-torrent Optional: If you use GUI, you can install desktop front end for simple torrent server monitoring. apt install transmission-remote-gtk Host: localhost Username: transmission Password: transmission Confirm and click connect. How to stop seeding torrents? Remove cron job: sudo rm /etc/cron.daily/seed-armbian-torrent Remove torrents: transmission-remote -n transmission:transmission -t all --remove-and-delete This command will remove all files on your torrent server! If you seed other stuff do a cherry pick.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines