Search results

  1. R

    dmesg apparmor issue

    Hi, I'm a bit worried as I looked in dmesg and got this: 282316.641808] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [282316.642871] fwbr102i0: port 2(veth102i0) entered blocking state [282316.643784] fwbr102i0: port 2(veth102i0) entered forwarding state [282316.645844] audit...
  2. R

    lxc start doesn't work

    Hi, I can't start one of the lxc's any longer. I can mount it properly via pct mount 100. # lxc-start -F -f /etc/pve/lxc/100.conf --name olle --logfile /tmp/lxc.log --logpriority TRACE lxc-start: olle: utils.c: safe_mount: 1187 No such device - Failed to mount "file" onto "/"...
  3. R

    [SOLVED] Noob question: I can't bind mount an ext4 folder to a privileged nested container

    Hi, I have a privileged nested container and I am struggling to do a bind mount. For all other containers I'm bind mounting ZFS folders without issues. I can start the container without issues, but when I save things in /mnt/download ,the files are not saved in /mnt/pve/scratch/data Instead...
  4. R

    OpenVPN / NordVPN tunnels TUN (solved) and not resolved for LXC privileged containers

    Hi, Solved: To get NordVPN and OpenVPN to run Unsolved: To access the LXC privileged from another server in the same LAN. I tried to install OpenVPN and ran into the TUN issue like most people. I noticed NordVPN who I use have their own app as well as support for OpenVPN. The simple fix to...
  5. R

    SSD Optimization: where to set noatime in Proxmox 6 VE?

    I have searched this forum and can't find where to set the noatime value. I have read changing out relatime to noatime will improve SSD speeds and lower wear. In older Proxmox versions, it was recommended to add all mounts in /etc/fstab and there specify noatime. When I open fstab, it is...