On Thursday 11 October 2001 14:33, you wrote:
> > > telnet/tcp: bind: Address already in use > The only way that telnetd is being run is from inetd, I haven't set > anything up (that I'm conscious to), that would start it in a standalone > fashion. From netstat, I can't see a reference to port 23 either (I > grepped the output of netstat looking for 'telnet' and '23' and I don't > see anything that looks weird to me. should resemble /home/rex # netstat -anp | fgrep :23 tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN 395/inetd IPX 0 0 FE2AA8C0:2340 - maybe without the IPX line.... Still no joy ? OK then look at the system interface... /home/rex # ps -ef | fgrep inet | fgrep -v fgrep root 395 1 0 Oct09 ? 00:00:00 /usr/sbin/inetd /home/rex # strace -f -p 395 -o /tmp/err & [1] 19713 /home/rex # telnet localhost Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. <snip> gecko login: ^] telnet> quit Connection closed. /home/rex # kill %1 [1]+ Done strace -f -p 395 -o /tmp/err /home/rex # vi /tmp/err /telnetd feel free to choose your preferred flavour of commands... Cheers, Rex
