TFTPD timeout

From: Maxim V Tretjyakov (knyaz_at_dom-sp.ru)
Date: 10/30/04

  • Next message: Marc G. Fournier: "vnode 'leak' in 4.x ..."
    Date: Sat, 30 Oct 2004 17:51:02 +0600
    To: freebsd-stable@freebsd.org
    
    

    Hello freebsd-stable,

    I've got a problem with tftpd - when somebody wants to get file this
    fails with timeout messages.
    load# tftp localhost
    tftp> get pxeboot
    Transfer timed out.

    I run tftpd from inetd.conf:
    tftp dgram udp wait root /usr/libexec/tftpd tftpd -ls /usr/tftpboot -u nobody

    Here is strings from rc.conf about inetd:
    inetd_enable="YES"
    inetd_flags="-s 1"

    tftp writes logs to /var/log/ftp. Here is related record about those
    request:
    Oct 28 11:09:29 load tftpd[77002]: 172.16.3.15: read request for //pxeboot: success

    At all, after read request tftpd is running in some instances:
    load# ps -aux | grep 'tftpd'
    nobody 9568 0,0 0,2 1008 592 ?? S 12:28 0:00,00 tftpd -ls /usr/tftpboot -u nobody
    nobody 9556 0,0 0,2 1008 592 ?? S 12:28 0:00,00 tftpd -ls /usr/tftpboot -u nobody
    nobody 9542 0,0 0,2 1008 592 ?? S 12:28 0:00,00 tftpd -ls /usr/tftpboot -u nobody
    nobody 9530 0,0 0,2 1008 592 ?? S 12:28 0:00,00 tftpd -ls /usr/tftpboot -u nobody
    nobody 9526 0,0 0,2 1008 592 ?? I 12:28 0:00,00 tftpd -ls /usr/tftpboot -u nobody

    What is wrong?

    -- 
    Best wishes,
    Maxim V. Tretjyakov
    Network administrator and telephony engineer
    Enterprise Sukhov
    tel.: +7 3512 672969
    fax.: +7 3512 672969
    mailto:knyaz@dom-sp.ru
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Marc G. Fournier: "vnode 'leak' in 4.x ..."

    Relevant Pages

    • Re: tftp server on linux
      ... I'm not sure but the error message sounds like you may have a typo in the ... Check the ownership and permissions on the tftp root directory: ... owned by tftpd and not by root. ... > The process is set to run as user tftpd in the xinetd file. ...
      (comp.os.linux.networking)
    • Re: Help about tftpd!
      ... > I have encountered a question about tftpd. ... Are you sure your files in /var/lib/tftpboot are readable by the tftp ... so file requests are supposed to be relative to that... ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
      (Debian-User)
    • Re: How to check tftp server is running?
      ... I've checked in /etc/init.d, there is no tftp, nor tftpd. ... looks like you probably did install the wrong package. ... Tftpd is a server which supports the Internet Trivial File Transfer Protocol ...
      (Debian-User)
    • Re: tftpd not working when net.inet.udp.blackhole=1
      ... I have a strange problem with tftpd when using sysctl ... I use tftp to upload images from my routers. ... tftpd wants to resolve a peer ip address but there is no ...
      (freebsd-net)