I am not an administrator, nor am I a programmer.  I am running RedHat 9 on
the server.  I believe I followed all the instructions in the documentation
correctly, but I can't get past the 'Loading' stage on the workstation.

[Workstation]
.000021.0000 done
ROM segment 0x800 length 0x400 reloc 0x9400
Etherboot 5.0.10 (GPL) Tagged ELF for (EEPRO100]
Boot from (Network or from (L)ocal? N
Probing...[EEPRO100]Found Intel EtherExpressPro100 ROM address 0x0000
Ethernet addr: 00:D0:B7:5D:7F:AC
Searching for server (DHCP)...
..Me: 192.168.2.101, Server 192.168.2.12, Gateway 192.168.2.12
Loading 102.168.2.12:/lts/vmlinuz ....

(And that's as far as it gets)

[Server]
/etc/dhcpd.conf
        ...
        group {
                use-host-decl-names     on;
                option log-servers      192.168.2.12;
                host ws001 {
                        hardware ethernet       00:D0:B7:5D:7F:AC;
                        fixed-address   192.168.2.101;
                        filename        "/lts/vmlinuz";
                }
        }
/etc/hosts
        192.168.2.101   ws001
/etc/xinetd.d/tftp
        service tftp
        {
                socket_type     = dgram
                protocol        = udp
                wait    = yes
                user    = root
                server  = /usr/sbin/in.tftpd
                server_args     = -s /tftpboot
                disable = no
                per_source      = 11
                cps     = 100 2
                flags   = IPv4
        }

# ls -l /tftpboot/lts/
lrwxrwxrwx      vmlinuz -> vmlinuz-2.4.19-ltsp-1
-rw-r--r--      vmlinuz-2.4.19-ltsp-1
# tftp 192.168.2.12
tftp> get /lts/vmlinuz
Received 1428636 bytes in 0.6 seconds
tftp> quit
#

If anyone has any ideas, please help.

Thanks,

Gord Gray.




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_____________________________________________________________________
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