Peter Vogel wrote:
> >From /var/log/messages when I reboot:
>
> Jan 4 11:52:30 gateway inetd[293]: ftp/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: telnet/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: gopher/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: shell/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: login/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: talk/udp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: ntalk/udp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: pop-3/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: finger/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: time/tcp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: time/udp: unknown service
> Jan 4 11:52:31 gateway inetd[293]: linuxconf/tcp: unknown service
>
This suggests it can't look up the well-known services number-name mappings in
/etc/services file
Check it still lives and is correct :)
P.S. You _do not_ need to reboot to make Inetd changes take effect.
In fact, short of hardware changes and kernel rebuilds you should rarely
need to reboot a unix box.
as root do a
kill -HUP <pid>
where <pid> is the process id of inetd
you can use numeric signals e.g. kill -1 <pid> also
Cheers,
--
Andrew Whyte
Senior Network Administrator
_____________________________________________
NetRegistry http://www.netregistry.com.au
Tel: +61 2 9699 6099 | Fax: +61 2 9699 6088
PO Box 270 Broadway NSW 2007 Australia
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text