onsdag 21. november 2001, 19:49 skrev Asbjørn Morell:
> Hello
>  
> Well inetd is not running....
> If I type netstat -a|grep tftp then I get this result:
> udp        0      0 *:tftp                  *:*
> hmmmm, is this not strange? I mean should it not be listening? I have
> done a port-scan of my server and nothing is listen on port 69 (I think
> tftp is running on port 69, but I'm not sure.) Where can I see my tftp
> log files? 
> I need your help!

It does not look right. It looks like you are running the tfpt server on its 
own. You should have xinetd listening on the tftp port (69). So something is 
wrong with xinetd. Did you start it? 

# ps aux 

will tell you, or 

# service xinetd status

If does not run, start it with

# service xinetd start

and enable it with

#chkconfig --level 345 xinetd on

so that it starts whenever you boot.


-- 
Mvh
Ragnar Wisløff
----------
life is a reach. then you gybe

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to