Windows is a largest virus platform. Therefore it is also the largest anti-virus platform. Even Linux anti-virus products mostly check for Windows viruses. Which makes sense if you're serving files to Windows users. On a Linux-based hypervisor it...
Possibilities that come to mind:
You installed NUT from somewhere besides the Debian repository and the driver needs to be rebuilt.
You installed NUT from Debian repositories but something changed in the config file between v12 and v13 (you...
Nov 14 15:30:06 pve systemd[1]: nut-driver@apc.service: Control process exited, code=exited, status=1/FAILURE
Nov 14 15:30:06 pve systemd[1]: nut-driver@apc.service: Failed with result 'exit-code'.
Nov 14 15:30:06 pve systemd[1]: Failed to start...
Why do you care about source IP? I'm talking just blocking all inbound to port 8006 on the host IP and leaving 22 open. It will then work like you want without hacking around on PVE. It might break stuff, but so might your way.
I've seen...
I guess I should have put <sarcasm> tags on that. No, I don't think it makes any sense. It is a lot of effort for basically no return. It is a silly idea in the vast majority of cases. I'm not saying no one should ever do this, but it is...
Yes, the Linux kernel scheduler is total garbage and you need to manually tell it what to do. For "performance". Of the hardware I guess, since this scheme will hinder the performance of the admins having to maitain it.
That's right. The difference is that the root volume is "thick provisioned", it takes up the full amount of space that is allocated and you can't allocate more than you have available. It is a fixed allocation.
The volumes under pve/data are...
I guess your volume group is "pve" and the thin pool is "data", so let's create a volume called "backups" and mount it. You'll want to verify that my assumptions and syntax are correct...
lvcreate -V 100G --thinpool pve/data -n backups
mkfs -t...
Or, maybe you could tell us why pve-root is full. 100GB is a lot for a PVE root filesystem. If it is because of backups you're doing it wrong storing them on the same physical device. If it is something else, an option would be to create a volume...
Most people who have that problem got it by running an old "community script" that supposedly removes the "nag screen" but doesn't support PVE 9. The fix is to not do that.