duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] S3 connection timeout


From: Benjamin Dabelow
Subject: [Duplicity-talk] S3 connection timeout
Date: Fri, 19 Oct 2007 22:30:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

Hi duplicity folks,

thanks for this very interesting software. Unfortunately duplicity keeps
crashing with what seems to be a timeout from the server when writing to S3.

The call is:
duplicity --exclude-filelist somefile.exclude -v5
--exclude-other-filesystems /somedir s3+http://somebucket

This happens on:
Ubuntu 7.04
Python 2.5.1
Boto 0.9c
Duplicity 0.4.4-RC3

Traceback below.

Of course I am willing to provide any further information required and
help with debugging.

On a sidenote: It would be great to be able to resume interrupted backups.


        Benjamin


Uploading duplicity-full.2007-10-19T21:23:00+02:00.vol13.difftar.gpg to
Amazon S3
Traceback (most recent call last):
  File "xxx/duplicity-0.4.4.RC3/bin/duplicity", line 400, in <module>
    if __name__ == "__main__": main()
  File "xxx/duplicity-0.4.4.RC3/bin/duplicity", line 393, in main
    if not sig_chain: full_backup(col_stats)
  File "xxx/duplicity-0.4.4.RC3/bin/duplicity", line 146, in full_backup
    bytes_written = write_multivol("full", tarblock_iter, globals.backend)
  File "xxx/duplicity-0.4.4.RC3/bin/duplicity", line 93, in write_multivol
    backend.put(tdp, dest_filename)
  File
"xxx/duplicity-0.4.4.RC3/lib/python2.5/site-packages/duplicity/backends.py",
line 709, in put
    {'Content-Type': 'application/octet-stream'})
  File "xxx/boto-0.9c/lib/python2.5/site-packages/boto/s3/key.py", line
245, in set_contents_from_filename
    self.set_contents_from_file(fp, headers, replace, cb, num_cb)
  File "xxx/boto-0.9c/lib/python2.5/site-packages/boto/s3/key.py", line
234, in set_contents_from_file
    self.send_file(fp, headers, cb, num_cb)
  File "xxx/boto-0.9c/lib/python2.5/site-packages/boto/s3/key.py", line
183, in send_file
    raise S3ResponseError(response.status, response.reason, body)
boto.exception.S3ResponseError: S3ResponseError: 400 Bad Request
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>RequestTimeout</Code><Message>Your socket connection to the
server was not read from or written to within the timeout period. Idle
connections will be
closed.</Message><RequestId>xxx</RequestId><HostId>xxx</HostId></Error>
-- 
Benjamin Dabelow                      address@hidden

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]