Search results

  1. M

    Datastore backup Read Objects - TASK ERROR: connection error: not connected on Metadata

    If I set my backup to "PBS change detection mode: Metadata" each backup produces "TASK ERROR: connection error: not connected on Metadata". Sample log below: ``` 2025-11-24T08:35:02+00:00: starting new backup reader datastore 'backup': "/mnt/backup" 2025-11-24T08:35:02+00:00: protocol upgrade...
  2. M

    Multiple IP's on same bridge and PREROUTING/POSTROUTING

    Hi! I am trying to setup multiple IP address on a bridge and routing ports from them to specific internal IPs. That setup works fine with my MAIN public ip address, but not at all with EXTRA and I am out of ideas why. Here is my network setup file: auto lo iface lo inet loopback iface...
  3. M

    [SOLVED] Use Proxmox Backup Server 1.1-1 compatible with Proxmox VE 8.0

    Hi! I do currently have two servers in my network, one running Proxmox Backup Server 1.1-1 and one Proxmox VE 6.0 with works fine. Because the VE 6.0 is on a remote server updating/installing 8.0 will be slight problematic so I avoid that for now (please don't judge ). Now I am adding a new...
  4. M

    tmpfs wrong size in LXC container

    Hi! I just found an issue with tmpfs in my LXC containers. Example, I have a container with have assigned 4GB RAM but tmpfs shows 32GB with is half of the host memory: df -h Filesystem Size Used Avail Use% Mounted on udev 32G 0 32G 0% /dev/tty tmpfs...
  5. M

    How to use bindfs for mounting shared folders into CT?

    I found that post about using bindfs for sharing files into CT https://forum.proxmox.com/threads/lxc-user-mappings.75450/ It seams like much easier thing that using mp0 and setting up uid/gid map (I couldn't get it done). So I add into fstab on the host system: /etc/pve/nodes/ocs...
  6. M

    Chown/move permision namespace from nspawn to CT

    I am migrating my old sever with used hand crafted nspawns as containers. Nspawn for an unprivileged containers maps all permissions to a random uid/guid namespace. CT-s in Proxmox start with 100000 as far I see. Nspawn: drwxr-xr-x 2 54067200 54067200 173 Feb 9 06:40 bin/ drwxr-xr-x 3...
  7. M

    Wrong email validation when adding acme account

    I am trying to add an ACME account to my proxmox server, my email has two dots after the @ with proxmox shows as an invalid mail: That sounds like a bug to me.
  8. M

    Firewall in datacenter and Private VM (NAT)

    Hi! I am trying to setup NAT for my VM/CT from that post https://forum.proxmox.com/threads/pve-6-2-private-vm-nat-network-configuration-setup.71038/ And everything is working fine, I have internet access in my VM/CT. But when I enable Firewall in datacenter then it stops working. Here is my...