> On Thursday 11 October 2001 15:00, you wrote:
> 
> > > /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.
> >
> > I can't even telnet to localhost, I get an error saying connection
> > refused.
> 
> look in the output file (/tmp/err) for something like
> execve("/usr/sbin/tcpd", ["/usr/sbin/in.telnetd"], [/* 19 vars */]) = 0
> 
> take a look at what happens from then on.

The file /tmp/err isn't even generated. I started the strace command, 
telnet to localhost, got thrown out immediately at which point strace 
aborted.

Cheers,

Steven

> 
> cheers, Rex
> 



Reply via email to