Greetings,

I have four LTSP Terminals that all have the same hardware.
Occasionally, one or another of the terminals will not boot, giving an
error:

No 'root-path' recieved from the DHCP server

Three out of the four terminals are booting. I also have a couple of
VMWare computers that boot as LTSP clients no problem. The dhcpd.conf
file has defined option root-path defined.

We do have two dhcp servers on the network - we have Windows ISA server
that I am going to get rid of soon. I do not see anything the Windows
Event Log to indicate it is interfering with the process. Also, the LTSP
client is getting the dhcp lease from the corrrect server and is
downloading the kernel.

There do not seem to be any errors in the log files either.

The first time this happened was a few days ago with one terminal. The
problem went away despite my tinkering. Now we have the same problem
with another terminal.

I also seem to recall someone haveing problems like this due to
inaccurate computer clocks - so I have checked the bios clock on the
terminal and the time on the server and they seem fine.

Any ideas of what to look for would be appreciated.

dhcp.conf:
# edited by [EMAIL PROTECTED] 25012005
# added entries for DDNS updates
ddns-updates    on;
ddns-domainname             "hsl.rupp.edu.kh.";
ddns-rev-domainname         "in-addr.arpa.";
ddns-update-style interim;  # Supported update method - see man dhcpd.conf
ignore client-updates;      # Overwrite client configured FQHNs
update-static-leases on;

key hsl.rupp.edu.kh {
        algorithm hmac-md5;
        secret Eet+JE7VQGBxxgrA+9pvEwB84hu9+/bZxvY934/YA7crTCRf8OGKGPm3
OkXwfJXU7vXRvRDDIgnkYFbaG92M1Q==;
}

zone 1.168.192.in-addr.arpa {
        key hsl.rupp.edu.kh;
        primary 127.0.0.1;
}
zone hsl.rupp.edu.kh {
        key hsl.rupp.edu.kh;
        primary 127.0.0.1;
}


default-lease-time           21600;
max-lease-time               21600;
option subnet-mask           255.255.255.0;
option broadcast-address     192.168.1.255;

# edited by [EMAIL PROTECTED] 25012005
option routers               192.168.1.1;
option domain-name-servers   192.168.1.4;
option domain-name           "hsl.rupp.edu.kh";


#option option-128 code 128 = string;
#option option-129 code 129 = text;

log-facility local7;
lease-file-name "/var/lib/dhcp3/dhcpd.leases";


# edited by [EMAIL PROTECTED] 25012005
# No service will be given on this subnet, but declaring it helps the
# DHCP server to understand the network topology.
subnet 192.168.1.0 netmask 255.255.255.0 {
}


# IT PCs
subnet 192.168.1.32 netmask 255.255.255.224 {
        # ip's in the subnet: 192.168.1.33-192.168.1.62
        # enter the IT Room computers here
        range 192.168.1.33 192.168.1.62;
        deny unknown-clients;
        # Don's Mac Laptop
        host mania {
                hardware ethernet 00:03:93:0b:f5:04;
                }
        }
# Staff PCs
subnet 192.168.1.96 netmask 255.255.255.224 {
        # ip's in the subnet: 192.168.1.97-192.168.1.126
        # enter the HSL Staff computers here
        allow unknown-clients;
        range 192.168.1.97 192.168.1.126;

        }
# WebOPAC Terminals
subnet 192.168.1.64 netmask 255.255.255.224 {
        ddns-updates off;
        deny unknown-clients;
        use-host-decl-names on;
        option log-servers 192.168.1.4;
        option root-path "192.168.1.4:/opt/ltsp-4.2/i386";
        get-lease-hostnames true;
        if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
                filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
                }
        else {
                filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
                }
        # WebOPAC Terminals
        group {
                use-host-decl-names on;
                # VMWare on don
                host webopac00 {
                        hardware ethernet 00:0c:29:d0:d2:4c;
                        fixed-address 192.168.1.65;
                        option host-name "webopac00";
                        }
                # WebOPAC 01
                host webopac01 {
                        hardware ethernet 00:0a:5e:50:9d:52;
                        fixed-address 192.168.1.66;
                        option host-name "webopac01";
                        }
                # WebOPAC 2
                host webopac02 {
                        hardware ethernet 00:0a:5e:50:9d:29;
                        fixed-address 192.168.1.67;
                        option host-name "webopac02";
                        }
                # WebOPAC 3
                host webopac03 {
                        hardware ethernet 00:0a:5e:4d:45:0c;
                        fixed-address 192.168.1.68;
                        option host-name "webopac03";
                        }
                # WebOPAC 4
                host webopac04 {
                        hardware ethernet 00:0a:5e:50:9d:54;
                        fixed-address 192.168.1.69;
                        option host-name "webopac04";
                        }
                # Another VMWare machine on don
                host webopac05 {
                        hardware ethernet 0:0C:29:66:E8:13;
                        fixed-address 192.168.1.70;
                        option host-name "webopac05";
                        }
                }
        }
        
#       
--
Don Robertson
Systems Administrator
Hun Sen Library
Royal University of Phnom Penh
[EMAIL PROTECTED]
855 12 769 280

begin:vcard
fn:Don Robertson
n:Robertson;Don
org:Royal University of Phnom Penh;Hun Sen Library
adr:Khan Toul Kork;;Russian Federation Blvd;Phnom Penh;;;Kingdom of Cambodia
email;internet:[EMAIL PROTECTED]
title:Systems Administrator
tel;cell:855 12 769 280
x-mozilla-html:FALSE
version:2.1
end:vcard

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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.freenode.net

Reply via email to