OK so let's try a different track. The setup is an ECS K7S5A with integrated
SIS900 chipset.

I got the latest Rom-o-matic to boot the machine from floppy, get an IP 
from dhcp and do all the neat stuff like module load the sis900 module
it gets to the point of running dhclient then sees the media link as
100bps and BOMBS.

the error is :
ERROR! No dhcpcd-eth0.info file... Could be a problem with DHCP
             ^^^^ looks strange

here is the entry in dhcpd.conf:

default-lease-time            21600;
max-lease-time                21600;
ddns-update-style ad-hoc;

option subnet-mask            255.255.255.0;
option broadcast-address      10.1.3.255;
option routers                10.1.3.1;
option domain-name-servers    10.1.3.1;
option domain-name            "domain1.com";
option root-path              "10.1.3.5:/opt/ltsp/i386";

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

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

    host cdog11 {
        hardware ethernet     00:d0:09:e5:db:d7;
        fixed-address         cdog11.domain1.com;
          option host-name "cdog11";
        filename              "/tftpboot/lts/vmlinuz-2.4.9-ltsp-1";
    }

}

here is the messages file on the dhcp server

Mar 11 09:35:32 localhost dhcpd: DHCPDISCOVER from 00:d0:09:e5:db:d7 via eth0
Mar 11 09:35:32 localhost dhcpd: DHCPOFFER on 10.1.3.61 to 00:d0:09:e5:db:d7 via
eth0
Mar 11 09:35:32 localhost dhcpd: DHCPREQUEST for 10.1.3.61 (10.1.3.5) from
00:d0:09:e5:db:d7 via eth0
Mar 11 09:35:32 localhost dhcpd: DHCPACK on 10.1.3.61 to 00:d0:09:e5:db:d7 via
eth0
Mar 11 09:35:32 localhost tftpd[4344]: tftpd: trying to get file:
/tftpboot/lts/vmlinuz-2.4.9-ltsp-1
Mar 11 09:39:58 localhost dhcpd: DHCPDISCOVER from 00:d0:09:e5:db:d7 via eth0
Mar 11 09:39:58 localhost dhcpd: DHCPOFFER on 10.1.3.61 to 00:d0:09:e5:db:d7 via
eth0
Mar 11 09:39:58 localhost dhcpd: DHCPREQUEST for 10.1.3.61 (10.1.3.5) from
00:d0:09:e5:db:d7 via eth0
Mar 11 09:39:58 localhost dhcpd: DHCPACK on 10.1.3.61 to 00:d0:09:e5:db:d7 via
eth0
Mar 11 09:39:58 localhost tftpd[4346]: tftpd: trying to get file:
/tftpboot/lts/vmlinuz-2.4.9-ltsp-1


-- 
Crayne's law: All computers wait at the same speed.

_____________________________________________________________________
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