Comment 9 for bug 88617

Revision history for this message
Daniel Hahler (blueyed) wrote :

This is caused by a ValueError exception in duplicity's tarfile.py, because it uses int() on strings containing \0 (NUL) characters.
This exception does not happen with Python 2.4, and also is not specific to Ubuntu's Python 2.5.

The attached debdiff fixes this.