Subject: Re: 3.0_BETA: telnetd broken (probably not PAM related)
To: None <current-users@NetBSD.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: current-users
Date: 03/25/2005 01:37:17
More telnet fun:

Adding "-debug" to the telnet-line in inetd.conf results in:

 	miyu% telnet localhost
 	Trying 127.0.0.1...
 	Connected to localhost.
 	Escape character is '^]'.
===>	bind: Address already in use
 	Connection closed by foreign host.
 	miyu%


Adding "-edebug" to the telnet-line in inetd.conf gives:

 	miyu% telnet localhost
 	Trying 127.0.0.1...
 	Connected to localhost.
 	Escape character is '^]'.
===>	telnetd: Authorization failed.
 	>>>TELNETD: I will support DES_CFB64
 	>>>TELNETD: I will support DES_OFB64
 	>>>TELNETD: He is supporting DES_CFB64 (1)
 	>>>TELNETD: He is supporting DES_OFB64 (2)
 	>>>TELNETD: (*ep->start)() returned 7
 	>>>TELNETD: in encrypt_wait
 	Connection closed by foreign host.
 	miyu%

The failure with -edebug seems pretty early. Maybe really PAM problem?


  - Hubert

-- 
NetBSD - Free AND Open!      (And of course secure, portable, yadda yadda)