Search results

  1. R

    adding line to lxc.conf gives an error

    Hello, When I add the following line to my lxc.conf file, the container wont start. lxc.hook.autodev = sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun" mknod does not work in the container itself as well, not sure what I'm doing wrong, I...
  2. R

    Flickering with Intel iGPU in Proxmox 4.2

    Hello everyone, I'm using Proxmox 4.2 with kernel 4.4.2. Well I have a problem, when using any distro with a kernel above 4, my screen starts to flicker. With kernels in the 3 x range the problem doesn't exist. I tried setting nomodeset in the kernel parameters, it resolved the flickering but...