[EMAIL PROTECTED] writes:
> >Does `netstat -a' show inetd listening for connections?
>
> No.
> lo is in the routing table of the kernel (netstat -r), but
> nothing for netstat -a.
>
> In the inetd.conf, I have:
> ftp stream tcp nowait root /usr/sbin/tcpd ftpd
That should be:
ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/ftpd
You should always specify the path to the ultimate executable, especially
when using tcpd.
> So it seems that inetd doesn't listening for connections. (?)
Indeed, that is what it looks like. Do you get any messages sent
to syslog about it?
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/~rmk/armlinux.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]