Displaying 2 results from an estimated 2 matches for "slack7".
Did you mean:
slack
2000 Apr 14
2
More Slack7 heartbreak.
All line number are approximate, but most likely w/in 10 lines of the
OpenSSH 1.2.3 tarball.
I unpacked the tarball, and did a ./configure;make;make install
and now I've had some problems. :-)
OK, I've tracked down lots of goofy stuff w/ slack7 and OpenSSH
I've got a couple of questions.
What is /dev/tty and why does ssh try to open it to read the password
instead of stdin?(this cause ssh to die w/ "You have no controlling tty.
Cannot read passphrase.\n", line 69 of readpass.c, I've made it work by
calling
password = rea...
2000 Jul 01
0
Problem with cleaning utmp entry
...sh session (logout, or something) utmp entry for that
user doesn't get erased from UTMP file. In 'finger' I can see a lot of
multiplicied users that are not actually logged in.
WTMP logging is also broken. (there is no entries at all)
I don't have those problems on glibc2 systems (slack7), and I would be
very happy if problem with libc5 and logging could be solved.
Greetings
PS. Part of ./configure that may be useful:
checking for ut_host field in utmp.h... yes
checking for ut_host field in utmpx.h... no
checking for syslen field in utmpx.h... no
checking for ut_pid field in utmp...