MichaIng
MichaIng
We forgot to set the directory owner: ```sh chown readarr:root /mnt/dietpi_userdata/speakarr systemctl restart speakarr ``` Generally, when something is not working, check the service logs, otherwise you'll never find out...
Since your Speakarr has an own data directory, it also has its own database, so that cannot be the issue. I btw wouldn't use an own user but keep using...
Great, looks like the permissions of the data dir were still wrong, e.g. `readarr` user while you use `speakarr` user. `/var/log/speakarr` is created and handed to the correct user automatically...
First of all, `/etc/bashrc.d/dietpi-octoprint.sh` is used to create the alias to call the OctoPrint CLI just via `octoprint` command, instead of manually using `sudo` and long paths. It runs on...
For doing forward with this: > bgcode is an optional plugin, not preinstalled, is it? If it is pre-installed, we would need to fix it in `dietpi-software`. If it is...
> From this perspective dietpi should mimic the same environment as octoprint I wouldn't see it that way. The couter-argument is that we intentionally offer light and bare metal implementations...
Actually exactly this should be done automatically as part of the first run setup: https://github.com/MichaIng/DietPi/blob/06529cf/dietpi/dietpi-software#L14757-L14764 Is the condition probably not correct anymore on latest Proxmox VE? ```sh ls -l /sys/class/virtio-ports/*/name...
> ls: cannot access '/sys/class/virtio-ports/*/name': No such file or directory Strange, I checked back on our Nextcloud server, and there it works: ```console # cat /sys/class/virtio-ports/vport2p1/name org.qemu.guest_agent.0 ``` Checking back...
Fixed with: https://github.com/MichaIng/DietPi/commit/cbbcd0c
@StephanStS Let's continue here, it's difficult to find commit comments later: > ### Test results > Tested 4 combinations: > > * Proxmox VM "Qemu Guest Agent" option enabled/disabled >...