[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#75250: ssh: syslogin_perform_logout: logout() returned an error



Package: openssh-server
Version: 1:10.0p1-5
Followup-For: Bug #75250
X-Debbugs-Cc: bts.to.FrankEngler@spamgourmet.com
Control: tags -1 patch

Dear Maintainer,

this message is the result of a missing (/var)/run/utmp. OpenSSH tries
to write, but this file does not exists in a default installation. To
resolve this issue we can create /run/utmp.
diff -urN a/openssh-10.0p1/debian/openssh-server.tmpfiles b/openssh-10.0p1/debian/openssh-server.tmpfiles
--- a/openssh-10.0p1/debian/openssh-server.tmpfiles	2025-05-09 14:40:49.000000000 +0200
+++ b/openssh-10.0p1/debian/openssh-server.tmpfiles	2025-06-17 01:01:14.300000000 +0200
@@ -1 +1,2 @@
 x /tmp/sshauth.*
+f /run/utmp 0664 root utmp

Reply to: