Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xinetd not initializing correctly 2

Status
Not open for further replies.

LawnBoy

MIS
Joined
Mar 12, 2003
Messages
2,881
Every time I reboot (SuSE 9.0) I have to issue
Code:
/etc/init.d/xinetd restart
in order to get telnet serving (I know telnet's not secure, etc. but I must use it). What might I have misconfigured?
 
Yes. What should I look for?
 
chkconfig --list | grep -i inet gives me
xinetd 0:off 1:off 2:off ... 6:off (all off)

chkconfig --level 35 inetd on returns
Unknown option: level

Issuing chkconfig by itself, there's an entry that says
xinetd off

I'm assuming this means xinetd is simply not starting on boot. How can I cause it to autostart?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top