/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





--- lakshmi kanth <[EMAIL PROTECTED]> wrote:
> Dear friends 
> 
> I am trying to install LTSP ver 3 on our RedHat
> linux ver 7.1
> server contains PIII 667 mhz,64Mb sd ram.
> 
> The various rpms that I have installed are
> ltsp_core-3.0.0-1.i386.rpm
> ltsp_kernel-3.0.3-0.i386.rpm
> ltsp_x_core-3.0.1-1.i386.rpm
> ltsp_x_fonts-3.0.0-0.i386.rpm in the respective
> sequence.
> 
> I am trying to boot through a floppy which is
> prepared by downloading the floppy version from the
> website
> rom-o-matic.net for the workstation network card
> which is DFE538TX Half Duplex
> 
> The initial boot messages that I get on the
> workstation.
> 
> .000021.0000done
> ROM segment 0x0800 length 0x400 reloc 0x9400
> etherboot 5.0.8 (gpl) Tagged ELP for [RTL8139]
> Bott from network (N) or (L) local ?
> Probing ..... [RTL8139]Found D-link DFE 538 TX +/DFE
> 538TX ROM address
> 0x0000
> -ioaddr 0xC000, addr 00:50:ba:32:3f:a3 10 mbps half
> duplex
> searching for server (DHCP)...............
> .....ME:192.168.10.52,server:192.168.10.1
> loading
>
192.168.10.1:/lts/vmlinuz-2.4.9-ltsp-6........(NBI)..........
> 
> Also find attached DHCPD.CONF as configured on my
> server for u r refference
>  
> plaese let me know what is going wrong with my
> installation process.
> 
> Thanks in Advance
> 
> Lakshmi Kanth
> System Admin
> [EMAIL PROTECTED]
> BNA TECHNOLOGY CONSULTING LTD.
> 
> 
> > # Sample configuration file for ISCD dhcpd
> #
> # Make changes to this file and copy it to
> /etc/dhcpd.conf
> #
> 
> default-lease-time            21600;
> max-lease-time                21600;
> 
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.10.255;
> option routers                192.168.10.1;
> option domain-name-servers    192.168.10.1;
> option domain-name            "bnaltsp.ltsp.com";
> option root-path             
> "192.168.10.1:/opt/ltsp/i386";
> 
> shared-network WORKSTATIONS {
>     subnet 192.168.10.0 netmask 255.255.255.0 {
>     }
> }
> 
> group {
>     use-host-decl-names       on;
>     option log-servers        192.168.10.1;
> 
>     host ws001 {
>         hardware ethernet     00:50:BA:32:3F:A3;
>         fixed-address         192.168.10.1;
>         filename             
> "/lts/vmlinuz-2.4.9-ltsp-6";
> ##        option option-128     e4:45:74:68:00:00;  
> #This is NOT a MAC address
> ##        option option-129     "NIC=ne IO=0x300";
>     }
>  
> 
> 
> 
> 
> }
> 


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


-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.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