Jump to content

Igor

Administrators
  • Posts

    13602
  • Joined

  • Last visited

Other groups

Management Contributor/Maintainer

5 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

40571 profile views
  1. (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.
  2. 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.
  3. sudo systemctl disable armbian-live-patch.service
  4. After applying patch from previous post, it updated to latest version without complaining about unhealthy status:
  5. 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.
  6. https://github.com/armbian/build/pull/6425
  7. 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
  8. Temporarily network maintenance issue at that segment Sadly can't fix remote. Tomorrow... Wrote on mobile
  9. @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.
  10. You can try default Armbian way, but beware this case was not tested, so its recommended for making a full HA backup so you can restore in no time. Mine too: igorp@odroidn2:~$ df -h Dat. sist. Vel. Upor. Prost Upo% Priklop na udev 1,7G 0 1,7G 0% /dev tmpfs 372M 5,9M 366M 2% /run /dev/mmcblk0p1 29G 5,4G 24G 19% / tmpfs 1,9G 0 1,9G 0% /dev/shm tmpfs 5,0M 0 5,0M 0% /run/lock tmpfs 4,0M 0 4,0M 0% /sys/fs/cgroup tmpfs 1,9G 0 1,9G 0% /tmp /dev/zram1 47M 38M 5,7M 87% /var/log tmpfs 372M 0 372M 0% /run/user/1000 I see no reasons to upgrade anywhere. Especially not to buggy USB3 storage.
  11. Open a PR here https://github.com/armbian/build/tree/main/patch/kernel/archive/rockchip-6.1/overlay If he doesn't want to be contacted, there is nothing we can do. This is volunteering position at best effort principle. Some have time, interests and love, some don't. When we notice maintainer becomes unresponsive, board is (at release cycle) moved from "Standard" to "Community support" unless someone else take it over ... https://github.com/ich777/pikvm-rockpi-e This would be much better to be done as extension to the build framework. Examples: https://github.com/armbian/os/blob/main/userpatches/extensions/ha.sh https://github.com/armbian/os/blob/main/userpatches/extensions/openhab.sh Docs: https://docs.armbian.com/Developer-Guide_Extensions/ There is another person, that is around, doing similar https://github.com/srepac/kvmd-armbian perhaps teaming up and do it properly & maintainable? And with IMO less efforts.
  12. Try those things that didn't work for @pgd just to make sure ... Also welcome to make a PR https://github.com/armbian/os/blob/main/userpatches/targets-release-apps.template#L35-L57
  13. Yes. I have also updated instructions in the 1st post.
  14. 32bit, expect troubles ... make image and try? How-to is in the first post.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines