Hi All!

I installed LTSP 2.09pre3 on a Mandrake 8.0 server, with the following
packages:

lts_core
lts_kernel
lts_x_core
lts_x_fonts

I also ran the ltsp_tempaltes script, which did all the necessary changes.
I also edited the /etc/dhcpd file appropriately.  I am also using the
"default" /tftpboot/lts/vmlinuz.ltsp kernel.  When I attempt to oot the
wroksation, I get the following error:

Loading 192.168.1.254:/tftpboot/lts/vmlinuz.ltsp ..TFTP error 1 (File not
found)

I have confirmed, double-confirmed, even triple-confirmed that vmlinuz.ltsp
*does* exist in the /tftpboot/lts directory (that's where it installed to by
default, and I didn't do anything to touch that)

There *seems* to be something wrong in the dhcpd.conf file, but I cannot for
the life of me figure out what it is.  Here it is in it's entirety:

<---BEGIN--->
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask                   255.255.255.0;
option broadcast-address          192.168.1.255;
option routers                            192.168.1.1;
option domain-name-servers      192.168.1.1;
option domain-name                   "mykald.com";
option root-path                         "192.168.1.254:/opt/ltsp/i386";

shared-network WORKSTATIONS {
    subnet 192.168.1.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.1.254;

    host zabrina {
        hardware ethernet     00:B0:D0:15:58:04;
        fixed-address         192.168.1.2;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
    }
}
<----END---->

Does someone here perhaps see something that I've missed (which is quite
likely..)

Thanx, in advance.

Alan Murrell [EMAIL PROTECTED]


_____________________________________________________________________
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