Thank you uzumo... I just plugged in what you said into ChatGPT and I learned that the
> Samsung SMART RAW_VALUE=79 is not 79% wear
and that I should be going by the normalized Value...
I'll look into changing that...
Thank you for sharing...
I suggest once again that people evaluate the Pulse monitoring app, which uses the Proxmox api to monitor not only the temps, but the CPU/RAM/Disk/Backups/hosts/docker apps etc. on a single pane of glass, right across your estate. They have made...
Thank you both, I will go for the PBS on my other Lenovo Thinkcentre with 8gb ram and 256gb SSD or is PBS on the Intel NUC also fine, just asking because of the lower power use of the NUC compared to the Lenovo.
Are backups made by PBS bigger and...
"The only usecase for any backup server is to restore data when (not: if) the source system fails."
Another usecase is restoring a file when the source system is OK and someone needs the file which has been deleted or modified in the meantime :).
You have four (or is it five?) technically different devices which leads to a lot of possible combinations regarding a PVE cluster and a PBS. I can not give you one single way to go. But I have some hint from my point of view:
The problematic...
Maybe this is useful for some Admin
#!/bin/bash
# delete all spam with score > $SCORE from pmg
SCORE=20
LOG=/root/scripts/deletion_log.txt
echo "Running at "`date` >>$LOG
# get stuff for the deletion log
pmgsh get /quarantine/spam 2>&1 |...
"The only usecase for any backup server is to restore data when (not: if) the source system fails."
Another usecase is restoring a file when the source system is OK and someone needs the file which has been deleted or modified in the meantime :).
I run a dual-boot setup on my main workstation for testing purposes.
My main driver is a fully updated Manjaro Linux.
I boot said Manjaro installation using GRUB installed to the NVMe0-drive's EFI-partition.
Proxmox is installed onto NVMe1.
When...
Since 4.1.0 I have no output in the task status window. Syslog shows the progress even in Web GUI, but not in the task detail window.
Note this happens only when accessing through traefik and not when accessing directly in local network. But the...
I have checked both, but everything is correct. however it just started working again, I don't know why. And the sed errors still persist but seem to be irrelevant.
please change all sata 3 hdd cable and use some sata 3 cable with rate 6.00 GBit/s and a secure clip.
don't route the cable with share, only setup the route loos fit.
You know, there is a thing called a "cross compiler" where you compile on a PC for a foreign target. This is very popular in the embedded space because most embedded chips are slow and have limited resources compared with a PC. If you do that...
Thanks, this helped me finding the issue:
Adding the following lines to `/usr/share/perl5/PVE/API2/Storage/Content.pm` to the create function:
use Data::Dumper;
use Sys::Syslog;
syslog('info', Dumper($param));
The call was...
Thanks, this helped me finding the issue:
Adding the following lines to `/usr/share/perl5/PVE/API2/Storage/Content.pm` to the create function:
use Data::Dumper;
use Sys::Syslog;
syslog('info', Dumper($param));
The call was...
Hello,
I'm experiencing a very strange problem. Every few weeks, ZFS scrub detects checksum errors on all of the HDDs belonging to a vdev (every time it happens to a different vdev):
The last time it happened (today), I wrote a simple script...
Unfortunately the same applies to starting `pve-ha-crm` and `pve-ha-lrm` in debug modus: No (useful) logging what so ever, while the server gives a 500 internal server error.