"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.
Hallo,
aus meiner Sicht ist das ein Designfehler für dein Datenmanagement.
Wenn auf reine Daten aus unterschiedlichen Quellen zugegriffen werden muss, dann lege alles Zentral auf einen File-Server, NAS.
Das kann als Software TrueNas Core auf...
"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 :).
Are you guys using the Realtek drivers for those USB NIC's?
The Debian / Proxmox OS defaults to the cdc network drivers. It's been a while but I understand that the Realtek drivers can be in installed via DKMS package.
I believe that the...