-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
rhel-9.4.z
-
None
-
No
-
Low
-
rhel-sst-cs-plumbers
-
ssg_core_services
-
2
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
The tmux and its jobs are killed if StopIdleSessionSec= is set.
What is the impact of this issue to you?
This behavior breaks the running of batch job of customer.
Please provide the package NVR for which the bug is seen:
systemd-252-32.el9_4.x86_64 +
tmux-3.2a-5.el9.x86_64
How reproducible is this bug?:
Always.
Steps to reproduce
- Fresh install RHEL9 and update to the latest available version.
- Install tmux.
- Simply set the `StopIdleSessionSec=60` to /etc/systemd/logind.conf.
- Restart the systemd-logind or a reboot.
- Run tmux and run jobs in tabs.
- Detach the tmux.
- Keep the session open and switch to other terminal.
Expected results
The tmux should survive after the session has been closed.
Actual results
The tmux and its jobs are killed along with the session.
- duplicates
-
RHEL-52530 logind StopIdleSessionSec kills user processes even when KillUserProcesses=no is set
- New