Results 2621 comments of MichaIng

Can you check via `cpu` command whether the governor has been applied correctly after reboot? If not, please check logs: ```sh journalctl -u dietpi-preboot ``` Something on my ToDo is...

Weird, this output is genetated if `/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors` does not exist when the script runs. It does exist now, right? Is this an R5S or R5C? So I can try to...

`systemd-modules-load.service` is already a good start, although it should be part of the default target. I hope I can replicate it and find the exact service or device node that...

Okay, so I can replicate the issue on my R5C, but on R5S it works well 🤔. I wonder whether the udev rules to apply the LED triggers interfere. In...

Can you show the output of this: ```sh ls -l /mnt/nfs_client/dietpi-backup/data/etc/debian_version /etc/debian_version ``` And what filesystem type is used on the NFS server side? Are you using recursive ACLs or...

So the `+` is indicating that the file has an ACL indeed. Can you check this: ```sh apt install acl getfacl /mnt/nfs_client/dietpi-backup/data/etc/debian_version ``` EDIT: Ah, saw your edit now. I...

Solved for next release: https://github.com/MichaIng/DietPi/commit/7ea8be6

I'll add a sentence to the prompt like "Select the drive you want to create or move the swap file to, then select 'Swap file'" or something like that.

Thanks for your reports. I recognized the same when testing on VM, was not sure whether it is due to emulated hardware, and we figured that a common use case...

Fixed with: https://github.com/MichaIng/DietPi/commit/62eced8 @miloit @layman29049 do this your end: ```sh sudo usermod -aG audio birdnet sudo sed --follow-symlinks -i '/^PrivateDevices=/d' /etc/systemd/system/birdnet.service sudo systemctl daemon-reload sudo systemctl restart birdnet ``` @mtekman...