Displaying 1 result from an estimated 1 matches for "logpout".
Did you mean:
logout
2000 Jan 07
1
Slackware 4.0: wtmp and pty.c problems
...PTY)
#undef HAVE_DEV_PTMX
#endif
#undef HAVE_DEV_PTMX
Then everything compiles, installs and functions ALMOST normally.
However, /var/log/wtmp is NOT updated.
Login messages appear in syslog quite normally, /var/run/utmp appears to be
updated properly, but /var/log/wtmp is not updated on login/logpout using
openSSH.
I also note that, on the same setup, /var/log/wtmp IS updated correctly
when using commercial SSH (version 1.2.26).
Any suggestions how I should investigate this problem further? My C skills
are basically limited to messing with Makefiles and sundry to get programs
to compile, and...