On Fri, 13 Dec 2002 15:09:42 +0100
Gregor Waluga <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> sorry for bothering you again, but I have another problem on my SuSE
> 8.1 machine: Now DHCP works fine and the correct IPs are assigned.
> My client is 192.168.0.3 and my server 192.168.0.1.
> Now LTSP stops when trying to load the kernel over network.
> There's following message:
> Loading 192.168.0.1:/lts/vmlinuz-2.4.9-ltsp-6.... (and so on)
> 
> After launching ./ltsp_initialize again, I wrote tftp into the
> /etc/inetd.conf again, so that tftp is fired up at boottime.
> However, the message above is shown again.
> The inetd.conf file is as follows:
> # Tftp service is provided primarily for booting.  Most sites
> # run this only on machines acting as "boot servers."
> #
> tftp          dgram   udp     wait    root    /usr/sbin/in.tftpd 
> in.tftpd -s/tftpboot
> 
> So I think tftpd is running. The hint for RedHat in the manual isn't
> for my problem/system.
> 
> In the manual there's another hint that the path in /etc/dhcpd.conf
> should be relative, so:
>     host ws001 {
>         hardware ethernet     00:c1:26:0b:1f:e8;
>         fixed-address         192.168.0.3;
>         filename              "/lts/vmlinuz-2.4.9-ltsp-6";
>         option option-128     e4:45:74:68:00:00;
>         option option-129     "NIC=eepro100";
> 
> Everything is OK? What else could the problem be?
> Where is the LTSP-kernel, in which location?
> 
Hi Gregor,
I believe that on your redhat system, tftp is controlled by
xinetd...not initd. If you installed tftp-server from redhat rpm, it
should have installed 'tftp' in /etc/xinetd.d.

The LTSP kernels are located in /tftpboot/lts. You are correct to
strip /tftpboot in your dhcpd.conf file.

Here are a few things to check if you still have no joy:

You mention changing your filename in dhcpd.conf. Remember, any
changes to that file require dhcpd to be restarted before the changes
will take effect.$ /etc/rc.d/init.d/dhcpd restart

Check that tftp is on.
$ chkconfig --list tftp

Check your cableing.

Check your cableing again.

Good Luck,
-rob


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_____________________________________________________________________
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