Latest activity

  • G
    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...
  • G
    That worked, even without closing and opening the shell. Thank you.
  • D
    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...
  • fba
    fba replied to the thread Can't connect to Proxmox GUI.
    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
  • G
    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...
  • S
    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...
  • A
    AMnewb replied to the thread proxmox update download 70kb.
    Yes everything is IPV6 - my Firewalla Firewall is IPV6 (ipv6 can work) be no networks on the FW are IPV6
  • D
    delorean_dude replied to the thread Container issue.
    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...
    • 1765227254071.png
    • 1765227481128.png
  • A
    AMnewb replied to the thread proxmox update download 70kb.
    this made it fast - how do i make it permeant or fix the ipv6? ?
  • D
    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"...
  • D
    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"...
  • A
    Arity replied to the thread Can't connect to Proxmox GUI.
    namei -l /var/log/pveproxy/access.log returns: f: /var/log/pveproxy/access.log drwxr-xr-x root root / drwxr-xr-x root root var drwxr-xr-x root root log drwxrwxrwx www-data www-data pveproxy -rw-r----- www-data www-data...
  • fba
    fba reacted to Impact's post in the thread Can't connect to Proxmox GUI with Like Like.
    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...
  • A
    Arity replied to the thread Can't connect to Proxmox GUI.
    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...
  • G
    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...
  • I
    ioB_Newcomer replied to the thread PBS als VM oder als LXC ?.
    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...
  • M
    @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?
  • M
    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...
  • K
    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...
  • G
    I see no such mount. How did you configure it? What does cat /etc/fstab look like? If you share blkid I can give you an example to mount it properly.