Oliver Grawert wrote:

<quote>
Searching for server (DHCP)......
Me: 192.168.0.250, DHCP: 192.168.0.1, TFTP: 192.168.0.1, Gateway 192.168.0.1
Loading 192.168.0.1:/ltsp/pxelinux.0
</quote>

At this point the client just hangs. Nothing else happens.

are you sure there is no other message ? i'd guess there should also be
a TFTP timeout message.

There's no other message after this. Even after sitting there for 10 minutes. No TFTP timeout message.

the path in the dhcp conf was right as it was, the tftp server
exposes /var/lib/tftpboot as / to the rest of the world,

Okay, I see. I changed it back.

most likely your tftp server isnt running or doesnt get run by inetd
(which is the the default) as it should.

look if there is a uncommented line for tftp in /etc/inetd.conf (grep
tftp /etc/inetd.conf),

The line is indeed uncommented:

$ grep tftpd /etc/inetd.conf
tftp           dgram   udp     wait    root  /usr/sbin/in.tftpd
/usr/sbin/in.tftpd -s /var/lib/tftpboot


if this is the case, make sure your inetd runs
(ps ax|grep inet)

inetd is running.

$ ps ax | grep inet
5361 ?      Ss      0:00       /usr/sbin/inetd


Incidentally, this same client can boot from a SkoleLinux server. So the problem is likely at the server end.

Thanks for the help.

Cheers,
Daniel.
--
     /\/`) Leave your mark at OpenOffice.org
    /\/_/  http://oooauthors.org
   /\/_/
   \/_/    "The pedant keep things in order, the genius
   /       rules the chaos" -- Sigrid Kronenberger


--
edubuntu-devel mailing list
[email protected]
http://lists.ubuntu.com/mailman/listinfo/edubuntu-devel

Reply via email to