Was looking at the recent Wine released and realized that ntsync is probably why i have bad performance in one of my game servers (Enshrouded). Looks like the
is showing up on the host so I tried to pass it into the LXC like I do with any other device like a GPU, USB, etc. but it is not showing up inside of the LXC.
Here what I put into the .conf
Code:
/dev/ntsync
Here what I put into the .conf
Code:
lxc.cgroup2.devices.allow: c 10:261 rwm
lxc.mount.entry: /dev/ntsync /dev/ntsync none bind,optional,create=file
lxc.hook.pre-start: sh -c "chown 100000:100000 /dev/ntsync"
- Host
- Linux 6.17.4-2-pve
- pve-manager/9.1.4
- LXC
- debian Trixie
- unprivileged