TFTP Timeout

Holger Schurig hs4233 at mail.mn-solutions.de
Wed Oct 27 15:58:35 CEST 2004


> 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     wait    root  /usr/sbin/tcpd

When you enter in.tftp into /etc/inetd.conf, then you send a HUP to inetd
and let it call it. In this case, you don't call it manually.

Also, the tftp entry you grepped is without relevance. It calls tcpd, which
is from tcpwrappers. But it doesn't call in.tftpd in turn. So maybe you
uncomment that line.


Please post you next message only after you read

man in.tftpd
man inetd
man inetd.conf

You should also read section 3.2 in the FAI manual, and do it as described there.


Whenever you do   in.tftpd &     you do something wrong. PERIOD.



More information about the linux-fai mailing list