[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-11-12 Thread Amr Ibrahim
** Changed in: duplicity (Ubuntu) Status: Confirmed => Fix Released -- 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/1538333 Title: AssertionError in manifest.py: assert

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-10-17 Thread darthvader
I was able to recover from this situation by doing a `rm -rf ~/.config/duplicity/duply_` -- 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/1538333 Title: AssertionError in

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-09-04 Thread Niklas Sombert
I've just experienced this bug on Zesty with duplicity 0.7.06-2ubuntu3. I was doing a full backup when the underlying filesystem disappeared (partly my fault). I remounted it and trying to resume the backup, but duplicity won't start with Traceback (most recent call last): File

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-08-31 Thread Kenneth Loafman
** Changed in: duplicity Status: Fix Committed => Fix Released -- 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/1538333 Title: AssertionError in manifest.py: assert filecount

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-08-31 Thread Kenneth Loafman
* Fixed bug #1538333 Assertion error in manifest.py: assert filecount == ... - Made sure to never pass .part files as true manifest files - Changed assert to log.Error to warn about truncated/corrupt filelist - Added unit test to make sure detection works - Note: while this condition is

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-08-31 Thread Kenneth Loafman
* Fixed bug #1538333 Assertion error in manifest.py: assert filecount == ... - Made sure to never pass .part files as true manifest files - Changed assert to log.Error to warn about truncated/corrupt filelist - Added unit test to make sure detection works - Note: while this condition is

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-08-29 Thread Kenneth Loafman
** Changed in: duplicity Status: Incomplete => In Progress ** Changed in: duplicity Assignee: (unassigned) => Kenneth Loafman (kenneth-loafman) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu.

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-08-05 Thread Tomek Korek
I encountered this error today. Here is the data requested. 1) duplicity cleanup -v9 --force 'sftp://__MY_SERVER__/__MY_FOLDER__' 2&>1 > logfile1 2) 'duplicity-inc.20170609T192036Z.to.20170620T202313Z.manifest.part' the file causing problems 3) 'filelist' got with command echo "ls -la ." | sftp

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-06-22 Thread Kenneth Loafman
I have been unable to reproduce this in testing. If you encounter this error, please provide the following: 1) full command line 2) full unencrypted manifest file (attached as a file) 3) detailed (ls -l style) listing of the remote system (attached as a file) 4) as much of the logging as

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-06-22 Thread Kenneth Loafman
I have been unable to reproduce this in testing. If you encounter this error, please provide the following: 1) full command line 2) full unencrypted manifest file (attached as a file) 3) detailed (ls -l style) listing of the remote system (attached as a file) 4) as much of the logging as

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-06-15 Thread Kenneth Loafman
** Changed in: duplicity Importance: Medium => High -- 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/1538333 Title: AssertionError in manifest.py: assert filecount ==

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-06-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: duplicity (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu.

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-06-12 Thread Stefano Rago
I am still experiencing this issue with duplicity 0.7.12 on Ubuntu 15.04. A previous backup terminated abnormally with this message: """ Giving up after 5 attempts. MemoryError: """ Any subsequent attempt to backup returns the AssertionError above. -- You received this bug notification

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-05-05 Thread Kenneth Loafman
This bug was fixed in 0.7.07.1. I cannot reproduce. ** Changed in: duplicity Status: In Progress => Won't Fix ** Changed in: duplicity Status: Won't Fix => New ** Changed in: duplicity Milestone: 0.7.13 => None -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-05-02 Thread Michael Terry
** Changed in: duplicity Assignee: Michael Terry (mterry) => (unassigned) -- 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/1538333 Title: AssertionError in manifest.py: assert

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-05-02 Thread Michael Terry
** Changed in: duplicity (Ubuntu) Status: Fix Released => New -- 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/1538333 Title: AssertionError in manifest.py: assert filecount

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-05-02 Thread Kenneth Loafman
Reopening ** Changed in: duplicity Status: Fix Released => In Progress ** Changed in: duplicity Milestone: 0.7.07 => 0.7.13 ** Changed in: duplicity Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-05-02 Thread Michael Terry
The fix for this got reverted in duplicity (due to bug 1570293). Should this be re-opened? -- 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/1538333 Title: AssertionError in

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-03-12 Thread Launchpad Bug Tracker
This bug was fixed in the package duplicity - 0.7.06-2ubuntu3 --- duplicity (0.7.06-2ubuntu3) zesty; urgency=medium * d/p/backport-fix-tags-in-locked-folders.patch: - Fix OSError looking for tag in locked folders with exclude-if-present (LP: #1620085) *

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-03-12 Thread Michael Terry
** Also affects: duplicity (Ubuntu Zesty) Importance: High Status: Triaged -- 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/1538333 Title: AssertionError in manifest.py:

[Desktop-packages] [Bug 1538333] Re: AssertionError in manifest.py: assert filecount == len(self.files_changed)

2017-03-06 Thread Vej
** Also affects: duplicity (Ubuntu) Importance: Undecided Status: New ** Changed in: duplicity (Ubuntu) Status: New => Triaged ** Changed in: duplicity (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Desktop Packages,