[Cooker] difficulty getting tftp running

2002-10-08 Thread Brent Hasty
I am having difficulty getting tftp running. It is not handing files out to etherboot clients. xinetd is running, what is tftp's problem?

Re: [Cooker] difficulty getting tftp running

2002-10-08 Thread Todd Lyons
Brent Hasty wrote on Mon, Oct 07, 2002 at 11:52:48PM -0700 : I am having difficulty getting tftp running. It is not handing files out to etherboot clients. xinetd is running, what is tftp's problem? [root@fiji ~]# netstat -lun | grep :69 udp0 0 0.0.0.0:69 0.0.0.0:*

Re: [Cooker] difficulty getting tftp running

2002-10-08 Thread Leon Brooks
On Wednesday 09 October 2002 02:27 am, Todd Lyons wrote: The only config file I have there is default and it is pretty simple: [root@fiji /var/lib/tftpboot]# cat PXEClient/pxelinux.cfg/default PROMPT 1 DEFAULT local DISPLAY messages TIMEOUT 150 label local LOCALBOOT 0 label

Re: [Cooker] difficulty getting tftp running

2002-10-08 Thread Todd Lyons
Leon Brooks wrote on Wed, Oct 09, 2002 at 10:12:20AM +0800 : On Wednesday 09 October 2002 02:27 am, Todd Lyons wrote: label cooker KERNEL memdisk APPEND initrd=images/cooker/network.img label 9.0 KERNEL memdisk APPEND initrd=images/9.0/network.img