Search results

  1. Q

    PVE7: Backup fails because OOM-Killer stops smbd in LXC-Container

    After moving the VM to another node it works again... This is the VM: mg@pve3:~$ cat /etc/pve/qemu-server/116.conf cat: /etc/pve/qemu-server/116.conf: Permission denied mg@pve3:~$ sudo cat /etc/pve/qemu-server/116.conf agent: 1 boot: order=scsi0;ide2;net0 cores: 4 ide2: none,media=cdrom memory...
  2. Q

    PVE7: Backup fails because OOM-Killer stops smbd in LXC-Container

    Seems to be working, i think ZFS wasnt freeing the Memory fast enough, so that the OOM-Killer had too kill some processes.
  3. Q

    PVE7: Backup fails because OOM-Killer stops smbd in LXC-Container

    I have build the "Fileserver"-LXC new and set zfs zfs_arc_max to 8 instead 16GB. Will see next night if it works.
  4. Q

    [SOLVED] PVE7: LXC cant start with bind mounts

    Oh my f* god, i dont know why i didnt see this. I have now used the right dataset and it works. Thank you!
  5. Q

    [SOLVED] PVE7: LXC cant start with bind mounts

    Hi, mg@pve2:~$ sudo lxc-start -n 127 -F -lDEBUG -o lxc-127.log [0/0] lxc-start: 127: conf.c: run_buffer: 316 Script exited with status 2 lxc-start: 127: start.c...
  6. Q

    PVE7: Backup fails because OOM-Killer stops smbd in LXC-Container

    Hi all, with Proxmox 7 the nightly Backup fails because the OOM-Killer stops smbd in an LXC-Container. This didnt happen with 6.4. The backup Server is a LXC-Container with bind-mounts on this host. Logs Container: Jul 9 23:10:26 fileserver2.grote.lan systemd[1]: smbd.service: A process of...
  7. Q

    [SOLVED] PVE7: LXC cant start with bind mounts

    Hi all, i have created following container: mg@pve2:/etc/pve/lxc$ sudo cat 127.conf arch: amd64 cores: 2 hostname: fileserver2 memory: 2048 mp0: /hdd_data_raidz/videos,mp=/shares_videos mp1: /hdd_data_raidz/data_crypt,mp=/shares mp2: /hdd_data_raidz/vm_backup,mp=/shares_pve_backup mp3...