I re-mounted the USB drive and used the Stop mode for backup and now everything works. The problem with the /mnt/usb-backup happened when I disconnected the USB drive for safe keeping. Coming from a Windows background I thought I could just...
I re-mounted the USB drive and used the Stop mode for backup and now everything works. The problem with the /mnt/usb-backup happened when I disconnected the USB drive for safe keeping. Coming from a Windows background I thought I could just...
Use the following commands to fix the permissions, they're bit wide open at the moment.
chmod 700 /var/log/pveproxy and then again systemctl restart pveproxy and systemctl status pveproxy
So this should do the trick:
Firstly - delete the data currently in /mnt/usb-backup leaving the directory there empty.
Then:
nano /etc/fstab
#add the following line, save & exit
UUID=7751d33a-13dc-45f2-83b3-49016c708672 /mnt/usb-backup ext4...
Hi,
I have an LVM2 thin pool on my Proxmox system that contains multiple thin volumes. Occasionally, one of the volumes unexpectedly grows very large, causing the thin pool to run out of space. This usually isn't a big problem, I just delete...
Hi again, so ill attach some screenshots as suggested. This is the error box when I try to insert an image in Docmost. The image flashes on the screen then disappears and this appears briefly at the bottom of the page.
There is no such user as...
This is with the USB plugged in:
root@minipc:/# blkid
/dev/mapper/pve-root: UUID="b5b1c498-3650-479a-affc-b164cb880a17" BLOCK_SIZE="4096" TYPE="ext4"
/dev/nvme0n1: UUID="l6tuDR-h8VW-sNo1-o9De-DGfj-AJZQ-sgDuLM" TYPE="LVM2_member"...
So there is data in /mnt/usb-backup when the USB is unplugged.
root@minipc:/# blkid
/dev/mapper/pve-root: UUID="b5b1c498-3650-479a-affc-b164cb880a17" BLOCK_SIZE="4096" TYPE="ext4"
/dev/nvme0n1: UUID="l6tuDR-h8VW-sNo1-o9De-DGfj-AJZQ-sgDuLM"...
I'd also take a look at namei -l /var/log/pveproxy/access.log. Looks like this for me
# namei -l /var/log/pveproxy/access.log
f: /var/log/pveproxy/access.log
drwxr-xr-x root root /
drwxr-xr-x root root var
drwxr-xr-x root...
systemctl status pveproxy now returns:
*pveproxy service - PVE API Proxy Server
Loaded: loaded (/usr/lib/systend/system/pveproxy.service; enabled: preset: enabled)
Active: active (running) since Mon 2025-12-08 14:37:43 CST: 8s ago
Invocation...
Unless you have ~55GB of iso files - this pretty much confirms your above backup is being stored locally on /mnt/usb-backup NOT on the (un)mounted usb-attached drive.
A simple check: remove the usb-drive & check ls /mnt/usb-backup. If it contains...
Das mit dem Discard muss ich mir mal anschauen und durchlesen. Ich habs ja im Mount Point aktiviert. Thin Prov... hab ich da ja nicht, wenn ich das richtig verstanden habe nur bei ZFS, dann fällt das weg. Aber Discard ist indem Fall aktiv. Macht...
@GabeGo I was thinking of the possibility of having the R540 host the VM itself and the R630's just run the local proxmox install ... or does that defeat the purpose in a cluster having local storage to move VM's around as needed?
Thanks for the info. I wasn't sure if the Proxmox nodes needed to be clustered to do do ZFS on shared storage or not.
As for the SD cards, I was only planning on running the OS itself off of the SD cards and only ISO storage on them at the...
Hello dear community,
For several weeks now, I have been experiencing the problem that my host suddenly reboots after a few days (between 3 and 14 days).
In the log, I only find one entry “reboot”; before or after that, there are no indications...