Re: TFTP Timeout

2004-10-27 Thread malk
>From everything I've read, it seems it's possible the machine trying to pxeboot might not be contacting the right box for tftp. Is your tftp server also your DHCP server? The pxeboot box will contact the dhcp server to tftp the file down provided the DHCP server has provided the pxelinux.0 file

Re: TFTP Timeout

2004-10-27 Thread Geert Stappers
On Wed, Oct 27, 2004 at 03:13:49PM +0200, Andrea Iacopini wrote: > IT Doesn't work again... :( "IT" is the combination of a server and a client. Meanwhile you known that the TFTP server works fine. > > A. > > > - Original Message - > From: "Geert Stappers" <[EMAIL PROTECTED]> > To:

Re: TFTP Timeout

2004-10-27 Thread Holger Schurig
> aracne:/# in.tftpd & > [1] 399 > aracne:/# tail -1 /var/log/messages > Oct 27 17:11:16 aracne in.tftpd[399]: recvfrom: Socket operation on > non-socket > [1]+ Exit 74 in.tftpd > aracne:/# grep tftp /etc/inetd.conf > tftp dgram udp waitroot /usr/sbin/tcpd Whe

Re: TFTP Timeout

2004-10-27 Thread Andrea Iacopini
aracne:/# hostname aracne aracne:/# in.tftpd & [1] 399 aracne:/# tail -1 /var/log/messages Oct 27 17:11:16 aracne in.tftpd[399]: recvfrom: Socket operation on non-socket [1]+ Exit 74 in.tftpd aracne:/# grep tftp /etc/inetd.conf tftp dgram udp waitroot /usr/sbi

Re: TFTP Timeout

2004-10-27 Thread Holger Schurig
> Oct 27 15:58:00 aracne in.tftpd[351]: recvfrom: Socket operation on > non-socket in.tftpd is written so that it is normally run from inetd, via /etc/inetd.conf. When you call in.tftpd from the command line, you have to add the -l command line switch, as "man in.tftpd" will tell you: OPTIONS

Re: TFTP Timeout

2004-10-27 Thread Geert Stappers
On Wed, Oct 27, 2004 at 02:44:55PM +0200, Geert Stappers wrote: > On Wed, Oct 27, 2004 at 02:00:49PM +0200, Andrea Iacopini wrote: > > Guys, > > my headache with tftp still continue. > > Again with TFTP, when my fai client tries to download kernel via tftp I have > > PXE-E32: TFTP open timeout err

Re: TFTP Timeout

2004-10-27 Thread Geert Stappers
On Wed, Oct 27, 2004 at 02:00:49PM +0200, Andrea Iacopini wrote: > Guys, > my headache with tftp still continue. > Again with TFTP, when my fai client tries to download kernel via tftp I have > PXE-E32: TFTP open timeout error. > and finally > > aracne:/# in.tftpd & > > in my messages i see

Re: TFTP Timeout

2004-10-27 Thread Andrea Iacopini
Guys, my headache with tftp still continue. Again with TFTP, when my fai client tries to download kernel via tftp I have PXE-E32: TFTP open timeout error. My inetd.conf, regarding to tftp is: tftp dgram udp waitroot /usr/sbin/in.tftpd in.tftpd -r blksize -s /boot/fai -u fai