Networking Forums

Networking Forums > Computer Networking > Linux Networking > tftp server zero-ed files sizes ?

Reply
Thread Tools Display Modes

tftp server zero-ed files sizes ?

 
 
Guest
Posts: n/a

 
      06-20-2005, 05:41 PM
Hi, I have a weird problem with tftp looking for some pointers:
Running : 2.4.21-27.0.1.EL Linux
/etc/xinetd.d/tftp content:
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -c -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}
rpm -q tftp : tftp-0.40-1

When ever I try to tftp file to it, the file will last a few secs,
and then goes from what ever sizes it is to 0 bytes.
chkconfig --list showed only 1 instance of tftp: on

If I try to put the file twice:
tftp server
tftp> put a.file
tftp> put a.file
then the file will stick (most of the time)

If I tried to put multiple files: a, b ,c at the same time in order,
the content of a usually is from b, the content of b is from c, and c is zeroed byte.

Weird behavior that I couldn't seem to google for: anyone had a fix or know what's wrong ?
Thanks.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tftp server problem bulli Linux Networking 3 07-02-2008 06:59 AM
Which DHCP/DNS/TFTP Server Gerry Linux Networking 0 09-27-2005 03:50 PM
TFTP server not receiving a file which sent on user defined port from windows client GS Linux Networking 1 07-13-2005 05:13 PM
Can't access TFTP on a server Vicky Linux Networking 4 10-14-2004 07:35 PM
tftp server on linux Mike Wing Linux Networking 2 08-07-2003 11:30 PM



1 2 3 4 5 6 7 8 9 10 11