This file:
/etc/xinetd.d/tftp
should contain something similar to this text:
# default: off
# description: The tftp server serves files using the
trivial file transfer \
#       protocol.  The tftp protocol is often used to boot
diskless \
#       workstations, download configuration files to
network-aware printers, \
#       and to start the installation process for some
operating systems.
service tftp
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes

        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /tftpboot
}
But I dont understand, why on Mandrake 9 it had this
        server_args             = -s /var/tftpboot

So remember, this
        server_args             = -s /tftpboot
is the correct one!  8)
and consecuently, in dhcpd.con, you will use something
similar to:
filename              "/lts/vmlinuz-2.4.9-ltsp-5";
and the servers real directory is like this:
/tftpboot/lts/vmlinuz-2.4.9-ltsp-5

good luck

--- George Gambill <[EMAIL PROTECTED]>
wrote:
> I have RH 8.0 server (192.168.100.66) on a 2 machine
> network (the other is
> the diskless workstation) both of which are plugged
> into a hub.  When I boot
> the workstation (192.168.100.151) I get:
> 
> ..Me: 192.168.100.151, Server: 192,168.100.66
> loading 192.168.100.66:/lts/vmlinuz-2.4.19-ltsp-1 
> .TFTP error 2 (Access
> violation)
> Unable to load file.
> 
> vmlinuz-2.4.19-ltsp-1 is in /tftpboot/lts/
> 
> Permissions are 655
> 
> Permissions for the directory /tftpboot and
> /tftpboot/lts are both 755
> 
> No DNS server exists and none declared
> 
> No Router exists and none declared
> 
> Any suggestions
> 
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
>
_____________________________________________________________________
> 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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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