When starting a new session with "End existing session" enabled on SLE 16, you get these messages in /var/log/vsmagent.log: > 2025-06-11 12:44:12 WARNING tl-session: pututxline: No such file or directory > 2025-06-11 12:44:13 WARNING tl-session: pututxline: No such file or directory > 2025-06-11 12:44:13 INFO vsmagent.session: Verified connectivity to newly started Xvnc for cendio > 2025-06-11 12:44:13 INFO vsmagent: Unable to open /etc/ssh/sshd_config for reading: [Errno 2] No such file or directory: '/etc/ssh/sshd_config'
It seems like the warning about pututxline is caused by a missing utmp file which is required for recording user login sessions via pututxline. The warning goes away after manually creating the file: > sudo touch /var/run/utmp
The sshd_config file is located at /usr/etc/ssh/sshd_config on SLE 16. The warning disappears if you copy it to /etc/ssh/: > sudo cp /usr/etc/ssh/sshd_config /etc/ssh/
Since these log messages concern separate issues, I'm splitting them into separate bugs. The warning about sshd_config has been moved to bug 8612.