I'm still having trouble setting up my second client.  After sensing the
network card and getting an IP address, I get an error that says:
Running dhclient
198.235.216.135: No such file or directory

ERROR!  No root-path.  Check your DHCP configuration, to make sure that the
'option root-path' is specified

Kernel panic: Attempted to kill init!

I've included a portion of my dhcpd.conf:
group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.100;
    option root-path          "192.168.0.254:/opt/ltsp/i386";

# Kevin's computer
    host ws001 {
        hardware ethernet     00:50:bf:51:01:f5;
        fixed-address         192.168.0.11;
        filename              "/lts/vmlinuz-2.4.9-ltsp-lpp-5";
##        option option-128     e4:45:74:68:00:00;   #This is NOT a MAC
address
##        option option-129     "NIC=ne IO=0x300";
    }

# Old celeron
    host ws002 {
        hardware ethernet     00:00:02:02:67:67;
        fixed-address         192.168.0.12;
        option root-path      "192.168.0.254:/opt/ltsp/i386";
#        filename              "/lts/vmlinuz-2.4.9-ltsp-lpp-5";
        filename              "/lts/vmlinuz-2.4.9-ltsp-5";
        option option-128     e4:45:74:68:00:00;   #This is NOT a MAC
address
        option option-129     "NIC=ne IO=0x300";
#        option option-129     "NIC=ne IO=0x300 IRQ=5";
    }
}

and a portion of my lts.conf:
[ws002]
#        XSERVER            = XF86_SVGA
#        XSERVER            = auto
        XSERVER            = TELNET_HOST
#        X_MODE_0           = 640x480
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 48m
        RUNLEVEL           = 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.openprojects.net

Reply via email to