S3Sync.net
February 02, 2014, 01:36:36 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Questions / Re: Broken Pipe: solved? on: January 03, 2008, 02:46:22 PM
Hi Faris,

I have run into the same error. And I think I have have fixed it. Open the file s3try.rb and locate:
                        rescue EOFError => e
                                # i THINK this is happening like a connection reset
                                forceRetry = true
                                $stderr.puts "EOF error: #{e}"


Add these 3 lines:
                                $stderr.puts "Creating new connection" if $S3syncOptions['--debug']
                                $S3syncLastBucket = bucket
                                $S3syncHttp = $S3syncConnection.make_http(bucket)

And save.

Try it out and report the results. It worked for me.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!