[Desktop-packages] [Bug 1612554] [NEW] duplicity backup fails with OverflowError: size does not fit in an int

2016-08-12 Thread Peter Van Rompaey
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

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-12 Thread Peter Van Rompaey
Possibly related to https://bugs.python.org/issue23306 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/1612554 Title: duplicity backup fails with OverflowError: size does not fit in

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-16 Thread Peter Van Rompaey
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

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-16 Thread Peter Van Rompaey
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,

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-17 Thread Peter Van Rompaey
Backup completed successfully with all >4Gb files excluded. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/1612554 Title: duplicity backup fails with OverflowError: size does not fi

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-19 Thread Peter Van Rompaey
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'*

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-22 Thread Peter Van Rompaey
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)

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-22 Thread Peter Van Rompaey
Package: librsync1 Version: 0.9.7-10 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/1612554 Title: duplicity backup fails with OverflowError: size does not fit in an int Status in

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-23 Thread Peter Van Rompaey
# 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

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-23 Thread Peter Van Rompaey
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

[Desktop-packages] [Bug 1612554] Re: duplicity backup fails with OverflowError: size does not fit in an int

2016-08-24 Thread Peter Van Rompaey
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