desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #12058
[Bug 843776] [NEW] Backup fails with error message
Public bug reported:
This is my first try with dejadup, I'm not sure what exactly went wrong,
but hereafter all the information I have.
I set up dejadup to backup just my ~/Documents folder (250MB) to
UbuntuOne.
It started backing up and the process took a loooong time. In fact,
watching in gnome-system-monitor showed that during that time my system
uploaded a multiple of 250MB.
On U1 the web-UI, I saw files of size 25MB pop up, but then they
disappeared again, and there was never more than one.
The tool iftop showed me that there was a big upstream data flow to an
Amazon server? WTF? I was backing up to U1.
Finally, Dejadup failed, with the following error message:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1345, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1328, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1298, in main
full_backup(col_stats)
File "/usr/bin/duplicity", line 455, in full_backup
globals.backend)
File "/usr/bin/duplicity", line 354, in write_multivol
(tdp, dest_filename)))
File "/usr/lib/python2.7/dist-packages/duplicity/asyncscheduler.py", line 145, in schedule_task
return self.__run_synchronously(fn, params)
File "/usr/lib/python2.7/dist-packages/duplicity/asyncscheduler.py", line 171, in __run_synchronously
ret = fn(*params)
File "/usr/bin/duplicity", line 353, in <lambda>
async_waiters.append(io_scheduler.schedule_task(lambda tdp, dest_filename: put(tdp, dest_filename),
File "/usr/bin/duplicity", line 279, in put
backend.put(tdp, dest_filename)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 319, in iterate
return fn(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/duplicity/backends/u1backend.py", line 177, in put
headers=headers, request_body=data)
File "/usr/lib/python2.7/dist-packages/ubuntuone-couch/ubuntuone/couch/auth.py", line 143, in request
url, method=http_method, headers=headers, body=request_body)
File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1436, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1188, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1158, in _conn_request
response = conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1027, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 407, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
line = self.fp.readline()
File "/usr/lib/python2.7/socket.py", line 430, in readline
data = recv(1)
File "/usr/lib/python2.7/ssl.py", line 232, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 151, in read
return self._sslobj.read(len)
SSLError: The read operation timed out
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: deja-dup 19.91-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
Architecture: amd64
Date: Wed Sep 7 13:06:02 2011
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
SourcePackage: deja-dup
UpgradeStatus: Upgraded to oneiric on 2011-08-27 (11 days ago)
** Affects: deja-dup (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug oneiric
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/843776
Title:
Backup fails with error message
Status in “deja-dup” package in Ubuntu:
New
Bug description:
This is my first try with dejadup, I'm not sure what exactly went
wrong, but hereafter all the information I have.
I set up dejadup to backup just my ~/Documents folder (250MB) to
UbuntuOne.
It started backing up and the process took a loooong time. In fact,
watching in gnome-system-monitor showed that during that time my
system uploaded a multiple of 250MB.
On U1 the web-UI, I saw files of size 25MB pop up, but then they
disappeared again, and there was never more than one.
The tool iftop showed me that there was a big upstream data flow to an
Amazon server? WTF? I was backing up to U1.
Finally, Dejadup failed, with the following error message:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1345, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1328, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1298, in main
full_backup(col_stats)
File "/usr/bin/duplicity", line 455, in full_backup
globals.backend)
File "/usr/bin/duplicity", line 354, in write_multivol
(tdp, dest_filename)))
File "/usr/lib/python2.7/dist-packages/duplicity/asyncscheduler.py", line 145, in schedule_task
return self.__run_synchronously(fn, params)
File "/usr/lib/python2.7/dist-packages/duplicity/asyncscheduler.py", line 171, in __run_synchronously
ret = fn(*params)
File "/usr/bin/duplicity", line 353, in <lambda>
async_waiters.append(io_scheduler.schedule_task(lambda tdp, dest_filename: put(tdp, dest_filename),
File "/usr/bin/duplicity", line 279, in put
backend.put(tdp, dest_filename)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 319, in iterate
return fn(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/duplicity/backends/u1backend.py", line 177, in put
headers=headers, request_body=data)
File "/usr/lib/python2.7/dist-packages/ubuntuone-couch/ubuntuone/couch/auth.py", line 143, in request
url, method=http_method, headers=headers, body=request_body)
File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1436, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1188, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1158, in _conn_request
response = conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1027, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 407, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
line = self.fp.readline()
File "/usr/lib/python2.7/socket.py", line 430, in readline
data = recv(1)
File "/usr/lib/python2.7/ssl.py", line 232, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 151, in read
return self._sslobj.read(len)
SSLError: The read operation timed out
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: deja-dup 19.91-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
Architecture: amd64
Date: Wed Sep 7 13:06:02 2011
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
SourcePackage: deja-dup
UpgradeStatus: Upgraded to oneiric on 2011-08-27 (11 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/843776/+subscriptions
Follow ups
References