MichaIng
MichaIng
> Failed to connect to bus: No such file or directory Why the hack do others still see this while we added a workaround already which works perfectly fine on...
Okay, the `reboot` function is defined. So when using `reboot`, the error message does not appear, right? Same with `poweroff` and `halt`. All other commands to shutdown or reboot the...
Not needed. I actually know what to do, just need to find the time to actually test/verify and implement it.
The GRUB package needs to know where it can flash GRUB to. Since we cannot know the device name you flash the image to, we use ship them with `/dev/sda`...
Try ```sh dpkg --configure -a ``` or ```sh apt -f install ``` or ```sh apt update apt install grub-pc ``` instead. Not sure which state your packages are exactly on...
This is on a system where the Bookworm upgrade script just failed? Seems all fine. You can force the configuration with ```sh dpkg-reconfigure grub-pc ```
Makes all sense then. You could have done `dpkg-reconfigure grub-pc` already before running the script, to fix the debconf entry in the first place.
> As I was not experiencing any issue booting. Of course not, because GRUB is shipped with our image. It is only the GRUB package, on upgrade or reinstall, which...
Same with CLI. Probably a known issue with earlier PHP versions on ARMv6 which was not yet patched for Bookworm/PHP 8.2: https://bugs.launchpad.net/raspbian/+bug/2012833
Reported here: https://github.com/domoticz/domoticz/issues/5233 Generally support was added here: https://github.com/domoticz/domoticz/pull/5264 The problem is: - When builds are done with libssl1.1 headers, it depends on libssl1.1. - When builds are done with...