AA
AA
> Though, I was wondering if it was possible to have the fan not spin at all when under a certain temperature ? This is exactly how fan-control works. Fan...
What is the TEMP_LOW value you are using? (Try with TEMP_LOW=50 and TEMP_MAX=60) Which fan-control you are using Wiringpi or Pigpio? How do you know the fan is not stopping...
[https://manpages.debian.org/bookworm/unbound/unbound.conf.5.en.html#chroot:](https://manpages.debian.org/bookworm/unbound/unbound.conf.5.en.html#chroot:) Quoted below from the last paragraph in the link: > If given a chroot is done to the given directory. By default chroot is enabled and the default is...
Hello, Please paste the output of these 2 cmds: `unbound-checkconf -f -o chroot` `unbound -V`
Thanks for the update. Distro is setting the chroot dir somewhere outside the unbound build and config, most probably using the distro specific apparmor unbound config along with distro specific...
Are you using the same version on both machines? Similar issue has been reported for other OS. https://github.com/esnet/iperf/issues/653 https://github.com/esnet/iperf/issues/753 https://github.com/esnet/iperf/pull/859 https://github.com/esnet/iperf/issues/1233 Open this issue in the below source repo for...
Paste the detailed error log with cmd: `sudo journalctl -u prometheus -n 200 -f` From the above screenshot it looks like an issue with user. Probably the `prometheus` user does...
Prometheus itself is a straight forward distro package install. The issue is with your LXC. It's either AppArmor policies or the container's user namespace setup. Try to run the prometheus...
That was done a long time ago for a small network. I am currently using `maxmemory 8mb`. Of course you can use `maxmemory` according to your requirement. I also mentioned...
cachedb-check-when-serve-expired: no The functionality of `cachedb-check-when-serve-expired` remains the same since it was introduced in 1.20.0. It is better to use `no`. With `yes` it will serve expired records from cachedb...