Re: IO Timeout Error in file less than 3 MB

2006-01-08 Thread Wayne Davison
On Sun, Jan 08, 2006 at 12:38:51PM +0530, Vijay Ram.C wrote: > Let me also make a not that i am using a old version of rsync > ..version 2.4 series. This is actually being used in the product..due > to the less space the binary takes to execute.. How big is your file list? If it is large, the pe

Re: IO Timeout Error in file less than 3 MB

2006-01-08 Thread Vijay Ram.C
Hi Tony,   > rsync -aI --stats --copy-links --temp-dir=/tmp/ --timeout=55 srcIp::srcPath/srcFile destPath/destFile   > I think I'd try it WITHOUT the > l of -al > --copy-links > --temp-dir=/tmp/   May i know why is it you would try it without "a" option in "aI". What difference would it

Re: IO Timeout Error in file less than 3 MB

2006-01-08 Thread Vijay Ram.C
Hi Tony,   Thanks for the fast reply.   > The timeout depends on file sizes and network speed > and can even depend on cpu speed   We'll the file size is just 1.5MB. The same thing works on a different product with the same network speed and the network processor. (IXP420) is the proces

IO Timeout Error in file less than 3 MB

2006-01-07 Thread Vijay Ram.C
Hi all,     I am having  a problem while sycing file. An error is given as follows:    "io timeout after 55 second - exiting".    I have found this problem being posted in the mailing list previously. But after reading those mails,  i understood that this problem occu