I’m running into an issue with:
systemd[1]: Started jlmkr-dockge-plex.service - My nspawn jail dockge-plex [created with jailmaker].
systemd-nspawn[1003037]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMAC>
systemd-nspawn[1003037]: Detected virtualization systemd-nspawn.
systemd-nspawn[1003037]: Detected architecture x86-64.
systemd-nspawn[1003037]: Detected first boot.
systemd-nspawn[1003037]:
systemd-nspawn[1003037]: Welcome to Debian GNU/Linux 12 (bookworm)!
systemd-nspawn[1003037]:
systemd-nspawn[1003037]: Initializing machine ID from container UUID.
systemd-nspawn[1003037]: Failed to create control group inotify object: Too many open files
systemd-nspawn[1003037]: Failed to allocate manager object: Too many open files
systemd-nspawn[1003037]: [!!!!!!] Failed to allocate manager object.
systemd-nspawn[1003037]: Exiting PID 1...
systemd-machined[3216051]: Machine dockge-plex terminated.
I checked for values of file-max and max_user for inotify and user instances is low by default:
sysctl -A|grep -E 'fs.file-max|fs.inotify.max_user_instances|fs.inotify.max_user_watches'
fs.file-max = 9223372036854775807
fs.inotify.max_user_instances = 128
fs.inotify.max_user_watches = 500550
This is running on Dragonfish
as well. Anyone else run into this and any workarounds? Thanks.