From: kevin lyda (kevin at domain suberic.net)
Date: Tue 25 May 1999 - 10:59:26 IST
"John P. Looney" burst across the net:
>minbar [0] telnet localhost
>Trying 127.0.0.1...
>Connected to localhost.
>Escape character is '^]'.
>telnetd: All network ports in use.
>Connection closed by foreign host.
what does /var/log/messages have to say for itself?
try the above but run something like this first:
strace -o /tmp/foo.inetd -f -p `cat /var/run/inetd.pid`
then kill it and grep open /tmp/foo.inetd seeing which pty's telnetd
is looking to get at.
kevin
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:14 GMT