The boot process stops with the line:

Mounting root file system: /tftpboot/ltsp/i386 from 192.168.251.254

(Could it be a permission problem?)

In the log file of the server I find nothing for this problem, however 
the two lines I also would like to correct:

dhcpd: Dynamic and static leases present for 192.168.251.19
dhcpd:  Remove host delcatation ron-TC or remove 192.168.251.19

/etc/dhcpd.conf looks like:

ddns-update-style none;

authoritative;

default-lease-time 42000; # 12 hours
max-lease-time 90000; # one day + 1 hour

subnet 192.168.251.0 netmask 255.255.255.0 {
range 192.168.251.10 192.168.251.20;
}


option option-135 code 135 = text;

option subnet-mask              255.255.255.0;
option broadcast-address        192.168.251.255;
option routers                  192.168.251.254;
option domain-name-servers      192.168.251.254;
option domain-name              "2bright.net";
option root-path                "192.168.251.254:/tftpboot/ltsp/i386";

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

    host ron-TC {
        hardware ethernet       00:E0:4C:89:24:5A;
        fixed-address         192.168.251.19;
        filename              "/lts/pxelinux.0";
    }
}



-- 

 
Ronald  Wiplinger, Technical Director
Bright Networking Inc, http://www.2bright.net
7F, 192-1, Sec. 3, Tatung Rd., Shijr City, Taipei, Taiwan, RoC
Tel.: +886 2 8647-1685, Mobile +886 915 653-452, Fax: +886 2 8647-2002





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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