Results 1961 comments of MichaIng

Usually root has simply full permissions for everything, at least when it's about file permissions, it doesn't need to be member of any group and can even edit 000 mode...

@DJP75 Could you try this: ```sh usermod -aG tty,input root ``` And if it doesn't help, following midwan's idea: ```sh export LD_LIBRARY_PATH=/mnt/dietpi_userdata/amiberry/lib cd /mnt/dietpi_userdata/amiberry /mnt/dietpi_userdata/amiberry/amiberry ```

Interesting, so it is related to the systemd service environment somehow. The service does basically the same, but only switches to a different TTY to keep the main TTY free...

Since it depends on the environment, it's not a bug of Amiberry but we need to test/figure out what is missing in the systemd units environment 🙂.

Many thanks for your report. Do you know whether there was a kernel upgrade done? I.e. are the modules in `/lib/modules` newer than v5.10.81? On a quick look at the...

Okay, so probably the kernel upgrade from 5.10.81 to 5.10.102 is responsible. If you have a spare card/drive, could you try it with the current Armbian image, please: https://dl.armbian.com/odroidc2/Bullseye_current If...

Could you try it with the edge kernel? At least the automated smoke tests, which include a restart test, go through with it: ```sh apt install linux-image-edge-meson64 linux-dtb-edge-meson64 linux-u-boot-odroidc2-edge ```

Let me reopen the issue to keep track of it, since staying on old kernel with vulnerabilities like dirty pipe is not an option for the image we provide.

Cross-linking a forum report: REMOVED OBSOLETE LINK

Good question. I suggest to test it with a fresh Armbian image first, so we can report results on their forums as well. If this works, then it should do...