Jump to content

Igor

Administrators
  • Posts

    13611
  • Joined

  • Last visited

Other groups

Management Contributor/Maintainer

5 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

40844 profile views
  1. Did you reboot after installing headers? I tried on beta software https://paste.armbian.com/ayilamofor and kernel 6.8.7 ... it works https://paste.armbian.com/aqumeheguf.yaml
  2. Bookworm is latest stable. You can only upgrade to unstable ... which is not recommended for production. You could upgrade kernels, but we don't provide them anymore for bullseye. That is correct. This is the list of packages per distribution: https://fi.mirror.armbian.de/apt/content.html Bullseye only has some files, probably by mistake. It should be just empty as its not supported anymore. Change tags in armbian.list from bullseye to bookworm and update. Should be fine .... at least as far as from Armbian perspective. We can't vouch for packages that are coming from Debian repository as they might come into some conflicts between each other. This is the problem we observe on older releases and have no capacity nor wish to address.
  3. Directly no as it doesn't have any software that would allow this. This way (via SD or eMMC): https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-sata-nvme-usb
  4. Yes. If you copy and paste everything into the terminal, it should do the job.
  5. (Maintained as) Armbian with Kali applications already exists as an extension. Copy https://github.com/armbian/os/blob/main/userpatches/extensions/kali.sh to extensions of your userspatches/extensions/ and try with: ./compile.sh ENABLE_EXTENSIONS="kali" Not sure if something is missing, but its pretty easy to add. Going this path saves you a lot of time. As far as patched for hacking wireless drivers or/and kernel tweaks, we should have most of them, probably more then Kali Linux. In technical sense there are just userspace applications, which are IMO included into that extension. The rest, majority, about Kali is myth, produced by Hollywood and community. On some download pages, you can already find ready to run images, X86 arch for example: You can try that image on your PC, fine tune, then just build for whatever you want.
  6. In recent images, this patch service should not be preset by default. If service is not there, then you should be fine. Also check / remove this file /etc/apt/apt.conf.d/02-armbian-preupdate if it exists.
  7. sudo systemctl disable armbian-live-patch.service
  8. After applying patch from previous post, it updated to latest version without complaining about unhealthy status:
  9. https://www.armbian.com/bigtreetech-cb1/ We have one device in auto-tests and we might port it to 6.6.y If that screen works, its unknown, but I would assume yes as we are using vendor kernel.
  10. https://github.com/armbian/build/pull/6425
  11. Supervisor sometimes losess healthy state https://github.com/home-assistant/supervisor/issues/4381 and this is not Armbian related problem. However, we will fix this problem. Future builds are going to be patched https://github.com/armbian/os/pull/177 and for already installed, users can easyily implement workaround from PR manually: creating bash script creating systemd service that execute that script enable that service Copy and paste instructions for older builds! Login via SSH and execute: sudo bash -c 'cat << EOF > /usr/local/bin/supervisor_fix.sh #!/bin/bash while true; do if ha supervisor info 2>&1 | grep -q "healthy: false"; then echo "Unhealthy detected, restarting" | systemd-cat -t $(basename "$0") -p emerg systemctl restart hassio-supervisor.service sleep 600 else sleep 5 fi done EOF' sudo chmod +x /usr/local/bin/supervisor_fix.sh sudo bash -c 'cat << EOF > /etc/systemd/system/supervisor-fix.service [Unit] Description=Supervisor Unhealthy Fix [Service] ExecStart=/usr/local/bin/supervisor_fix.sh [Install] WantedBy=multi-user.target EOF' sudo systemctl enable supervisor-fix sudo systemctl start supervisor-fix
  12. Temporarily network maintenance issue at that segment Sadly can't fix remote. Tomorrow... Wrote on mobile
  13. @Gunjan Gupta is doing that and sadly its a lot of work: "here are 77 broken patches that need manual fixing" We are looking at weeks.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines