Michel,

Redhat 7.3 uses xinetd, not inetd.  But, 7.2 used xinetd
also.  What that means is that you should be looking
for /etc/xinetd.d/tftp, not /etc/inetd.conf.

So, see if you have /etc/xenetd.d/tftp, and inside that
file, make sure it says 'disable = no'.

Then, to test it, do this:

  netstat -anp | grep ":69 "

That should produce a line showing that there is a process
listening on that port.

If it doesn't show that, then maybe xinetd isn't running.

Try this:   service xinetd restart

I can be of more help, if you come over to the
#ltsp IRC channel on irc.openprojects.net

Jim McQuillan
[EMAIL PROTECTED]


On Fri, 25 May 2001, Michel Donais wrote:

> LTSP 3.0.4
> 
> Moving from RedHat 7.2 to 7.3 with I think identical configuration.
> Running services are the same on both systems.
> 
> In 7.2 everything is working well but not in 7.3.
> 
> Ltsp stations are unable to boot
> 
> >From PXE it jam at Network boot
> and getting the BOOT SERVER ID: 192.168.0.254
> and gives
> PXE-E32: TFTP open timeout
> 
> With the Etherboot floppy it jam to
> 
> ..Me: 192.168.0.1, Server: 192.168.0.254, Gateway 192.168.0.254
> Loading 192.168.0.254:/lts/pxelinux.0
> 
> If found that the file /etc/inetd.conf is not on the 7.3 system but nothing
> more.
> I moved it from the 7.2 system and no changes.
> 
> Can somebody have an idea of the solution?
> 
> Michel
> 
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> _____________________________________________________________________
> 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
> 

-- 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_____________________________________________________________________
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