I'm running Proxmox in standalone mode. On the node I've create a single VM with the number 100. Everything seemed to be working fine, but then I wanted to pass through the Intel QuickSync GPU. I read that I need to edit
When I browse to where I expect the config file to be, the directory is empty.
But when I want to create the file, it says it already exists.
What?!
One thing I noticed though is that the file creation dates on many of my files is far into the future. When I installed Proxmox, the system clock was in 2028. I've since fixed this, but ever since it feels like my GUI session times out randomly and way too quickly.
/etc/pve/lxc/100.conf
, but I have the weirdest behavior that I cannot explain.When I browse to where I expect the config file to be, the directory is empty.
Code:
root@proxie:~# ls -al /etc/pve/lxc/
total 0
drwxr-xr-x 2 root www-data 0 Jan 13 2028 .
drwxr-xr-x 2 root www-data 0 Jan 13 2028 ..
But when I want to create the file, it says it already exists.
Code:
root@proxie:~# touch /etc/pve/lxc/100.conf
touch: cannot touch '/etc/pve/lxc/100.conf': File exists
What?!
One thing I noticed though is that the file creation dates on many of my files is far into the future. When I installed Proxmox, the system clock was in 2028. I've since fixed this, but ever since it feels like my GUI session times out randomly and way too quickly.