Recent content by dsimoes

  1. D

    OOM-Killer issue

    Hi everyone, I just had a case of Proxmox killing a process inside a LXC via OOM at 3AM, after It has been running for 7 days (camera monitoring software) But I don't understand what's the reason for this and what I should do to avoid It. Here's the monitoring data at the time: For the LXC...
  2. D

    How to mount an nfs share inside an lxc container

    Thank you for your suggestion. If I use the LXC NFS direct mount method, Snapshots will work as intended?
  3. D

    How to mount an nfs share inside an lxc container

    Hi Everyone. I'm trying to also give access to an NFS share inside the LXC. I followed oguz recommendation and created the NFS mount on host then use the following command to add it to the LXC: pct set 205 -mp0 /mnt/bindmounts/shared,mp=/shared But this caused Snapshot feature to be disabled...
  4. D

    [SOLVED] Proxmox main IP switching between vmbr's

    Ok, I've removed the 2nd IP Address on Proxmox host. Thanks for your reply.
  5. D

    [SOLVED] Proxmox main IP switching between vmbr's

    Hello, I'm running proxmox 7.1-8 and I have two NIC's connected. I've configured two bridges: vmbr0 <> enp3s0 192.168.1.5/24, Gateway: 192.168.1.1 vmbr1 <> enp2s0 192.168.1.6/24 I only use 192.168.1.5, but I also assigned .6 in case I needed to access from there. I have most of my VM's /...
  6. D

    Backup LXC Containers fail

    Sure: pct config 100: arch: amd64 cores: 2 hostname: Koala memory: 1024 mp1: data-hdd:vm-100-disk-0,mp=/mnt/media,acl=0,size=150G nameserver: 192.168.1.3 8.8.8.8 net0: name=eth0,bridge=vmbr0,gw=192.168.1.1,hwaddr=6E:7E:A6:65:43:24,ip=192.168.1.22/24,type=veth onboot: 1 ostype: debian rootfs...
  7. D

    Backup LXC Containers fail

    Hi, Thank you for your quick answer. I edited vzdump.conf and uncommented/pointed tmpdir to /var/tmp. Then I went to interface and initialized a new Backup. I got to see a temp file being created on /var/tmp for that LXC but the backup still failed: INFO: creating vzdump archive...
  8. D

    Backup LXC Containers fail

    Hi everyone. I'm running Proxmox 6.4 with some LXC containers and a couple of QVM's. One LXC Container is failing to backup to my Synology NAS (NFS). I don't understand why. Here are the logs for the LXC that fails: INFO: starting new backup job: vzdump 100 --compress zstd --storage...