Hi Phil,

I checked my tftp config file and it look pretty much the same as below. Mine does not have the "nice" or "log_on_success" lines. I also looked for the in.tftpd file and it is there. Looking at the properties of that file it says "points to proftp", is that correct?  I thought those were two separate programs.

Thanks

Ken



On Tue, 2002-05-21 at 23:17, Philip A. Roa wrote:
Hi Ken,

Mandrake with 8.+ already uses xinetd in place of inetd. Make sure that a file named 'tftp' for something
similar is in the /etc/xinetd.d directory. It should contain something similar to what is shown below:

/etc/xinetd.d/tftp   ------ start

# tftp service:
# used to boot ltsp workstations.

service tftp
              {
	disable		= no
                socket_type	= dgram
	protocol	= udp
                wait		= yes
                nice            	= 10
                user            	= root
                server          	= /usr/sbin/in.tftpd
                log_on_success  += HOST USERID 
}
/etc/xinetd.d/tftp   ------ end

Double check whether your tftp daemom software has been installed correctly /usr/sbin/in.tftpd.
Don't forget to restart xinetd using '/etc/rc.d/init.d/xinetd restart' at the bash prompt.

Hope this helps,

Phil

Ken <[EMAIL PROTECTED]> quoted last 5/22/02 10:20:55 AM as follows:
>
>Has anybody had any problems setting up the tftp server in Mandrake 8.2
>to work with LTSP?  I made sure I installed tftpd during initial
>Mandrake install and I went into the services in control center and made
>it start on boot.  No matter what I try my terminal starts up, gets the
>ip info from the dhcp server but hangs when trying to download the
>kernel.  All I get is the <sleep> thing forever. I've checked to make
>sure it's the right file it's looking for and I checked everything I
>could find in this list about it but it just won't see the file for some
>reason.  I can send any config files you'd like to look at but I just
>can't seem to see any problems with my setup. 
>
>Thanks 
>
>Ken 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_____________________________________________________________________
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