MichaIng
MichaIng
> However, I firmly believe if we blindly allow others to take control of aspects of our lives then we are left at their whim when things go wrong and...
New packages are available with pipe and stdout backend support added: ```sh dietpi-software reinstall 37 ```
Hmm, I get now other errors as if required dependencies are not defined for the homeassistant Python module: ``` ModuleNotFoundError: No module named 'sqlalchemy' ... ModuleNotFoundError: No module named 'fnvhash'...
However, after manually installing those, `maturin` is not installed, so it is still not part of HA core. @maury77 which integrations do you have enabled?
Many thanks. The other issues has been fixed as well in the meantime. Hope the `orjson` wheel built on piwheels will be fixed soon as well, to have 32-bit ARM...
`systemd.unified_cgroup_hierarchy=0` needs to be appended to the `extraargs=` line in `/etc/armbianEnv.txt` or `setenv bootargs` line in `/boot/boot.cmd`. It is no valid U-Boot environment variable but a kernel cmdline argument.
My last comment just above yours? 🙂
Better go the path with `/etc/armbianEnv.txt`, which can be easier reverted, no compiling required, no chance to break anything: ```sh sed -i '/^extraargs=/s/$/ systemd.unified_cgroup_hierarchy=0/' /etc/armbianEnv.txt grep '^extraargs=' /etc/armbianEnv.txt reboot ```
Then there must be something applied wrong. You can see the `${extraargs}` explicitly applied in the `/boot/boot.cmd` line and the `net.ifnames=0` applied the same way works as expected. Can you...
Probably the same works as here: #5679 I'll test this.