Public bug reported:
Ubuntu 14.04.4 LTS
duplicity 0.6.23-1ubuntu4.1
python2.7 2.7.6-8ubuntu0.2
Backup command used:
duplicity --exclude-filelist "/root/.duplicity_excludes" --full-if-older-than
7D --log-file "/var/log/duplicity" --no-encryption --volsize 100 / "$S3BUCKET"
Backups have been runn
Possibly related to https://bugs.python.org/issue23306
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1612554
Title:
duplicity backup fails with OverflowError: size does not fit in an int
To manage
Hi,
after performing these steps:
- apt-get remove duplicity
- add-apt-repository ppa:duplicity-team/ppa
- apt-get update
- apt-get install duplicity
I am now running:
$ duplicity --version
duplicity 0.7.09
And I still get the Overflow errors:
ERROR 30 OverflowError
. Traceback (most recent ca
Some more testing:
I installed a virtualenv with python 2.7.12 and duplicity 0.7.09, but
the problem still remains.
Then I ran the little test mentioned in
https://bugs.python.org/issue27130 which shows that zlib has a problem
zipping files > 4Gb:
When looking at the timestamps of the comments,
Backup completed successfully with all >4Gb files excluded.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1612554
Title:
duplicity backup fails with OverflowError: size does not fit in an int
To ma
Cried victory too soon, I'm afraid.
I have:
- compiled python 2.7.12 with the zlib patch
- created a virtualenv with that version
- installed duplicity in the virtualenv, along with lockfile and boto
The zlib test now succeeds:
(duplicity-venv) root@eniac:~# python -c "import zlib;zlib.crc32('a'*
I didn't install any specific version, since it was included in the duplicity
tarball:
$ tar tf duplicity-0.7.09.tar.gz | grep -i rsync
duplicity-0.7.09/duplicity/_librsyncmodule.c
duplicity-0.7.09/duplicity/librsync.py
duplicity-0.7.09/duplicity/backends/rsyncbackend.py
$ pip list
boto (2.42.0)
Package: librsync1
Version: 0.9.7-10
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1612554
Title:
duplicity backup fails with OverflowError: size does not fit in an int
To manage notifications abou
# duplicity cleanup --force --no-encryption $BUCKET
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Wed Aug 17 08:38:55 2016
No extraneous files found, nothing deleted in cleanup.
Collection-status gives me:
Found primary backup chain with matching signature cha
Re-ran the incremental backup, but it fails with the same error while
adding /var/log/lastlog, which is a sparse file with a reported size of
36Gb, but actually only 56k on disk. Can this be the cause?
---
(duplicity-venv) # ls -l /var/log/lastlog
-rw-rw-r-- 1 root utmp 367219431264 Aug 23 09:57
Incr backup ran successfully with the sparse file excluded.
---
NOTICE 1
. --[ Backup Statistics ]--
. StartTime 1471995038.09 (Tue Aug 23 23:30:38 2016)
. EndTime 1472019526.98 (Wed Aug 24 06:18:46 2016)
. ElapsedTime 24488.90 (6 hours 48 minutes 8.90 seconds)
. SourceFi
I'm still seeing this bug as well.
Both Ubuntu 16.04 LTS and 15.10 netboot kernels produce this behaviour.
When IP-Config starts configuring the NICs, I see the DHCPDISCOVER
arriving on the DHCP server, DHCPOFFER is going out, but no ACK is being
received and the client continues telling me "IP-
12 matches
Mail list logo