Im only guessing you have this problem

1.- run this command:
ls /tftpboot/lts/
For demostration purposes, I will show my filename:
vmlinuz-2.4.19-ltsp-1

2.- run this command from root
grep tftpboot /etc/xinetd.d/tftp
it should say:
        server_args             = -s /tftpboot
else, fix it 8)

3.- run this command from root
grep vmlinuz /etc/dhcpd.conf
it should say (there is a line for every ws, so don`t
worry if there are more than one):
        filename             
"/lts/vmlinuz-2.4.19-ltsp-1";
else, fix it 8)



--- [EMAIL PROTECTED] wrote:
> I am trying out LTSP on my home network. I have gone
> through the install
> instructions from various sites and read all the
> troubleshooting information I
> can find. Obviously, I am doing something wrong, but
> I cannot find the error of
> my ways! Any help, ridicule, etc is welcome at this
> point!
> 
> I did a clean installation of Mandrake 9.0 and then
> installed NFS Utilities and
> TFTP.
> 
> Next I downloaded and installed the ltsp core 3.0.7,
> ltsp kernel 3.0.5, ltsp X
> core 3.0.4, ltsp x fonts 3.0.0, and ran ltsp
> initialization. I configured
> dhcpd.conf and tftp, made a boot disk for my other
> linux box and booted the
> workstation to the disk.
> 
> The workstation gets it's address from dhcpd and
> then goes to load the kernel
> from the server 192.168.0.254 from
> /lts/vmlinuz-2.4.19-ltsp-1. The following
> appears at the end of the loading statement and this
> is as far as it goes:
> "...(NBI)... ......."
> 
> 
> 
> 
> 
> 
> 
> 
> var/log/messages
> Jan  8 09:01:10 ltsp dhcpd: DHCPDISCOVER from
> 00:50:ba:43:3a:6b via eth0
> Jan  8 09:01:10 ltsp dhcpd: DHCPOFFER on
> 192.168.0.253 to 00:50:ba:43:3a:6b via 
> eth0
> Jan  8 09:01:10 ltsp dhcpd: DHCPREQUEST for
> 192.168.0.253 (192.168.0.254) from
> 00:50:ba:43:3a:6b via eth0
> Jan  8 09:01:10 ltsp dhcpd: DHCPACK on 192.168.0.253
> to 00:50:ba:43:3a:6b via 
> eth0
> 
> dhcpd.conf
> 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.254;
> option domain-name-servers    192.168.0.254;
> option domain-name            "gatewoods.org";
> option root-path             
> "192.168.0.254:/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.254;
> 
>     host ws253 {
>         hardware ethernet     00:50:BA:43:3A:6B;
>         fixed-address         192.168.0.253;
>         filename             
> "/lts/vmlinuz-2.4.19-ltsp-1";
> ##        option option-128     e4:45:74:68:00:00;
> ##        option option-129     "NIC=eepro100";
>     }
> }
> 
> 
> lts.conf
> 
> #
> # Config file for the Linux Terminal Server Project
> (www.ltsp.org)
> #
> 
> [Default]
>         SERVER             = 192.168.0.254
>         XSERVER            = auto
>       X_MOUSE_PROTOCOL   = "PS/2"
>       X_MOUSE_DEVICE     = "/dev/psaux"
>       X_MOUSE_RESOLUTION = 400
>       X_MOUSE_BUTTONS    = 3
>       USE_XFS            = Y
>       LOCAL_APPS         = N
>         RUNLEVEL           = 5
> 
>
#------------------------------------------------------------------------------
> #
> # Example of specifying X settings for a workstation
> #
> [ws253]
>         XSERVER            = auto
>         LOCAL_APPS         = N
>         USE_NFS_SWAP       = N
>         SWAPFILE_SIZE      = 48m
>         RUNLEVEL           = 5
> 
> 
> 
>
-------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld =
> Something 2 See!
> http://www.vasoftware.com
>
_____________________________________________________________________
> 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


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_____________________________________________________________________
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