Hello, I have ran into an interesting issue on my Debian 12 LXC container.
No matter what I try, something is killing my TMUX server on logout.
List of things that I have tried:
Tried editing /etc/systemd/logind.conf and adding
then rebooted, tmux still killed on logout
Then rebooted, tmux still killed on logout
This returns an error:
Tried reinstalling openssh-server and openssh-client with
from this Proxmox forum post.
Is there an easy way to see what is killing tmux, and has anyone else run into this recently?
If anyone would like to recreate this, I am using the LXC template available from Proxmox; debian-12-standard_12.7-1_amd64.tar.zst. Unprivileged container with nesting enabled. Steps; login as root,
Tmux works perfectly from the Proxmox host shell itself, and has for every other linux machine I have used it on.
No matter what I try, something is killing my TMUX server on logout.
List of things that I have tried:
Tried editing /etc/systemd/logind.conf and adding
KillUserProcesses=noKillExcludeUsers=root MY_USER_NAMEthen rebooted, tmux still killed on logout
loginctl enable-linger MY_USER_NAMEThen rebooted, tmux still killed on logout
systemd-run --scope --user tmuxThis returns an error:
Failed to connect to bus: No medium foundTried reinstalling openssh-server and openssh-client with
apt install -reinstall openssh-server openssh-clientfrom this Proxmox forum post.
Is there an easy way to see what is killing tmux, and has anyone else run into this recently?
If anyone would like to recreate this, I am using the LXC template available from Proxmox; debian-12-standard_12.7-1_amd64.tar.zst. Unprivileged container with nesting enabled. Steps; login as root,
apt install tmux, tmux, start top inside tmux, ctrl+b d to detach, and then logout. Log back in as root, run tmux attach, and get a no sessions message.Tmux works perfectly from the Proxmox host shell itself, and has for every other linux machine I have used it on.
Last edited: