Using Etherboot from floppy for LNE100TX from
rom-o-matic. The workstation boots, gets an IP address
fine and then I get "(NBI)0011" and the process hangs.
I modified the boot disk so I could see the number of
bytes loaded instead of just dots.

Am using Mandrake 8.1 on a Compaq desktop, workstation
is a generic Pentium. Has anyone seen this problem
before?

I think TFTP is running Ok based on the netstat | grep
":69 " I saw on this list (verified that TFTP is
listening on port 69 in /etc/services".

/var/logs/messages shows the DHCP assigning an IP just
fine, but there is no activity after that, so I am
still suspicious about TFTP:

May  6 00:53:58 linuxbox xinetd[3659]: Started
working: 3 available services
May  6 00:54:01 linuxbox xinetd: xinetd startup
succeeded
May  6 00:54:14 linuxbox nmbd[1995]: [2002/05/06
00:54:14, 0] nmbd/nmbd_become_l
mb.c:become_local_master_stage2(405)
May  6 00:54:14 linuxbox nmbd[1995]:   *****
May  6 00:54:14 linuxbox nmbd[1995]:
May  6 00:54:14 linuxbox nmbd[1995]:   Samba name
server LINUXBOX is now a local
 master browser for workgroup WORKGROUP on subnet
192.168.1.102
May  6 00:54:14 linuxbox nmbd[1995]:
May  6 00:54:14 linuxbox nmbd[1995]:   *****
May  6 00:54:43 linuxbox dhcpd: DHCPDISCOVER from
00:c0:f0:59:c6:30 via eth0
May  6 00:54:43 linuxbox dhcpd: DHCPOFFER on
192.168.1.103 to 00:c0:f0:59:c6:30
via eth0
May  6 00:54:43 linuxbox dhcpd: DHCPREQUEST for
192.168.1.103 (192.168.1.102) fr
om 00:c0:f0:59:c6:30 via eth0
May  6 00:54:43 linuxbox dhcpd: DHCPACK on
192.168.1.103 to 00:c0:f0:59:c6:30 vi
a eth0

<here is where the workstation hangs>

My dhcp.conf:

option routers 192.168.1.1;
option subnet-mask 255.255.255.0;

option domain-name "gelbaum.com";
option domain-name-servers ns.gelbaum.com;
option nis-domain "gelbaum.com";
default-lease-time 21600;
max-lease-time 43200;
ddns-update-style       ad-hoc;
option root-path       
"192.168.1.102:/opt/ltsp/i386";

shared-network WORKSTATIONS {
subnet 192.168.1.0 netmask 255.255.255.0 {
                }

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

                host wks01 {
                        hardware ethernet      
00:C0:F0:59:C6:30;
                        fixed-address          
192.168.1.103;
                        filename               
"/lts/vmlinuz-2.4.9-ltsp-5";
                        }
        }
}

Any ideas?

Thanks,
Eitan


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_____________________________________________________________________
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