idhirandar / tailscale-on-proxmox-lxc

A Comprehensive guide to install and work tailscale on proxmox lxc container
GNU General Public License v3.0
4 stars 0 forks source link

lxc.cgroup.devices.allow has changed in new proxmox releases #1

Open voodoo-badger opened 10 months ago

voodoo-badger commented 10 months ago

The command echo 'lxc.cgroup.devices.allow: c 10:200 rwm' >> /etc/pve/lxc/xxx.conf must be changed to echo 'lxc.cgroup2.devices.allow: c 10:200 rwm' >> /etc/pve/lxc/xxx.conf to work on new proxmox releases (at least on pve8)

Thanks for documenting this, while it didn't work directly, it really helped me find a solution faster!

idhirandar commented 9 months ago

I didn't upgrade my environment to pve8 becouse it has so many changes and I didn't want to break anything atleast right now.

If it's possible could you please raise a pull request while I upgrade my environment to pve8 @voodoo-badger