[BusyBox 0001226]: static busybox break tftp

bugs at busybox.net bugs at busybox.net
Fri Feb 16 15:47:51 UTC 2007


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1226 
====================================================================== 
Reported By:                goutnet
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1226
Category:                   Networking Support
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             02-16-2007 07:47 PST
Last Modified:              02-16-2007 07:47 PST
====================================================================== 
Summary:                    static busybox break tftp
Description: 
tftp can not download any file when compiled as static (with glibc), I have
not tried with uClibc :

client:

:/$ /bin/tftp -g -l /tmp/version.txt -r /rootfs/version.txt 10.0.0.1
using server "10.0.0.1:69", remotefile "/rootfs/version.txt", localfile
"/tmp/version.txt".
sending 28 bytes
00 01 2f 72 6f 6f 74 66 73 2f 76 65 72 73 69 6f 6e 2e 74 78 74 00 6f 63 74
65 74 00
tftp: timeout
sending 28 bytes
00 01 2f 72 6f 6f 74 66 73 2f 76 65 72 73 69 6f 6e 2e 74 78 74 00 6f 63 74
65 74 00
tftp: timeout
sending 28 bytes
00 01 2f 72 6f 6f 74 66 73 2f 76 65 72 73 69 6f 6e 2e 74 78 74 00 6f 63 74
65 74 00
tftp: timeout
sending 28 bytes
00 01 2f 72 6f 6f 74 66 73 2f 76 65 72 73 69 6f 6e 2e 74 78 74 00 6f 63 74
65 74 00
tftp: timeout
sending 28 bytes
00 01 2f 72 6f 6f 74 66 73 2f 76 65 72 73 69 6f 6e 2e 74 78 74 00 6f 63 74
65 74 00
tftp: timeout
tftp: last timeout


server log :

Feb 16 16:45:58 eikichi atftpd[14858]: Serving /rootfs/version.txt to
192.168.100.71:32925
Feb 16 16:45:58 eikichi atftpd[14858]: timeout: retrying...
Feb 16 16:46:23 eikichi last message repeated 8 times
Feb 16 16:46:28 eikichi atftpd[14858]: Serving /rootfs/version.txt to
192.168.100.71:32925
Feb 16 16:46:33 eikichi atftpd[14858]: timeout: retrying...
Feb 16 16:46:38 eikichi atftpd[14858]: timeout: retrying...
Feb 16 16:46:38 eikichi atftpd[14858]: Serving /rootfs/version.txt to
192.168.100.71:32925
Feb 16 16:46:43 eikichi atftpd[14858]: timeout: retrying...
Feb 16 16:47:03 eikichi last message repeated 7 times


looking to tcpdump, the answer is sent from the server, but the client
does not listen ... I tried several other clients, all works ...
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-16-07 07:47  goutnet        New Issue                                    
02-16-07 07:47  goutnet        Status                   new => assigned     
02-16-07 07:47  goutnet        Assigned To               => BusyBox         
02-16-07 07:47  goutnet        File Added: .config                          
======================================================================




More information about the busybox-cvs mailing list