Hello,
I'm using a redhat 9.0 and ltsp 3.0 on the server, the workstation is a PI 
with eth0 3c905
During the boot I've this error:

************************************************

Running /linuxrc
Mounting /proc
linuxrc: Installing 3c595 driver  (but my eth0 is a 3C905!!!)
modprobe 3c595
Running dhclient
 
ERROR!  No dhcpcd-eth0.info file
        This usually indicates that dhclient did not get
        a response from the DHCP server, or the NIC driver
        isn't working properly with the network card
 
Kernel panic:  Attempted to kill init!

****************************************************************************
I don't have the module of 3c905 on my kernel 

the dhcpd.conf is:

ddns-update-style         none;

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

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.1;
option domain-name-servers    212.216.112.222;
option domain-name            "virgilio.it";
option root-path              "192.168.0.1:/opt/ltsp/i386";

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

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

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

    host ws001 {
        hardware ethernet     00:60:97:95:7D:C1;
        fixed-address         192.168.0.2;
        filename              "/lts/vmlinuz-2.4.24-ltsp-4";
        option option-128     e4:45:74:68:00:00;   #This is NOT a MAC address
        option option-129     "NIC=3c509 "; #IO non sicuro
    }
    host ws002 {
        hardware ethernet     00:01:03:CE:19:44;
        fixed-address         192.168.0.3;
        filename              "/lts/vmlinuz-2.4.24-ltsp-4";
    }
 }

Please help me
Regards Ruggero

-- 
----------------
VALE LA PENA!!!
----------------



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_____________________________________________________________________
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