I am unable to boot with dhcp.  The error occurs when dhclient runs
(in preparation for the root pivot I assume).  It bombs with this
error:

ERROR! No root-path!

The log on the server shows what looks to me like odd behaviour (see
log entries below).  It looks like the client gets the correct ip
address the first time, when booting from the network card.  However
when the client machine subsequently calls dhclient, it requests a
different ip address (172.16.249.254) and is refused.  What's going on
here?

I'm running Red Hat 9.0.

Any help would be appreciated.

Thanks,
Eric


******************* log entries ********************

Jun 12 04:34:22 lts1 dhcpd: DHCPDISCOVER from 00:10:5a:12:08:6b via
eth0
Jun 12 04:34:22 lts1 dhcpd: DHCPOFFER on 172.16.1.8 to
00:10:5a:12:08:6b via eth0
Jun 12 04:34:22 lts1 dhcpd: DHCPREQUEST for 172.16.1.8 (172.16.0.10)
from 00:10:5a:12:08:6b via eth0
Jun 12 04:34:22 lts1 dhcpd: DHCPACK on 172.16.1.8 to 00:10:5a:12:08:6b
via eth0
Jun 12 04:34:29 lts1 dhcpd: DHCPDISCOVER from 00:10:5a:12:08:6b via
eth0
Jun 12 04:34:29 lts1 dhcpd: DHCPOFFER on 172.16.1.8 to
00:10:5a:12:08:6b via eth0
Jun 12 04:34:29 lts1 dhcpd: DHCPREQUEST for 172.16.249.254
(172.16.0.1) from 00:10:5a:12:08:6b via eth0: lease 172.16.249.254
unavailable.
Jun 12 04:34:29 lts1 dhcpd: DHCPNAK on 172.16.249.254 to
00:10:5a:12:08:6b via eth0



******************* dhcpd.conf ********************


ddns-update-style         none;

default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.0.0;
option broadcast-address      172.16.255.255;
option routers                172.16.0.10;
option domain-name-servers    172.16.0.10;
option domain-name            "phyast.ubc.ca";
option root-path              "172.16.0.10:/opt/ltsp/i386";

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

shared-network WORKSTATIONS {
    subnet 172.16.0.0 netmask 255.255.0.0 {
    }
}

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

    host p120-8 {
        hardware ethernet     00:10:5A:12:08:6B;
        fixed-address         172.16.1.8;
        filename              "/lts/vmlinuz-2.4.19-ltsp-1";
    }
}




-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_____________________________________________________________________
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