MichaIng
MichaIng
Even more confusing: Installing `qemu-guest-agent` makes the module load automatically, but after purging it again, it still does load? Is the module still loaded after you `apt autopurge` all dependencies...
In case of the first test, is the module still loaded, respectively are the nodes still present after reboot? I did misread 3., as the guest agent is installed there...
So you mean `qemu-guest-agent` does neither help nor is it needed to make GUI reboot/shutdown work, despite the option enabled in Proxmox, but the only required thing is logind +...
> Seems that the initial dietpi-software run does not install all as needed. It does not enable or install anything currently, hence this PR and tests 😉. Currently I fail...
Shall we keep it simple and just keep the info for v8.25 and above (and hence merge it after release + image updates)? Btw: - The QEMU option can now...
@lapineige Are you able to test this on a 32-bit system, e.g. using the PR's patch: https://github.com/nextcloud/server/pull/35734#issuecomment-1349119926 I sadly forgot to enable remote SSH for my 32-bit home server and...
> changing quota to any other value results in zero quota and "Space Full" This is still true? Strange as https://github.com/nextcloud/server/pull/34905#issuecomment-1345388301 does work 🤔.
``` G_DIETPI_VERSION_CORE=6 G_DIETPI_VERSION_SUB=28 G_DIETPI_VERSION_RC=0 ``` Where the hack did you get a 5 years old DietPi v6.x image from? We ship DietPi v9.x 😄. I strongly recommend to use a...
MPD is not running, obviously. Check: ```sh journalctl -u mpd ```
The `journalctl -u mpd` is not complete, is it? `systemctl status mpd` shows logs, including a (re)start nearly an hour later. Can you check the logs from around this restart?...