[Bug 1262139] Re: I have backuppc installed running fine, but after any update I get this error

2013-12-18 Thread Serge Hallyn
Thanks for reporting this bug. This looks to actually be a bug in hookutils.py in the apport package: File /usr/lib/python3/dist-packages/apport/hookutils.py, line 135, in attach_conffiles if contents == '[deleted]' or contents.startswith('[inaccessible'): TypeError: startswith first arg

[Bug 1262139] Re: I have backuppc installed running fine, but after any update I get this error

2013-12-18 Thread Serge Hallyn
Actually I see this is fixed in saucy and trusty, but not yet in raring. Line 135 in hookutils.py needs to first check whether typeof(contents) == str. ** No longer affects: backuppc (Ubuntu) ** Changed in: apport (Ubuntu) Status: New = Fix Released -- You received this bug notification

[Bug 1262139] Re: I have backuppc installed running fine, but after any update I get this error

2013-12-18 Thread Serge Hallyn
Thanks for reporting this bug. This looks to actually be a bug in hookutils.py in the apport package: File /usr/lib/python3/dist-packages/apport/hookutils.py, line 135, in attach_conffiles if contents == '[deleted]' or contents.startswith('[inaccessible'): TypeError: startswith first arg

[Bug 1262139] Re: I have backuppc installed running fine, but after any update I get this error

2013-12-18 Thread Serge Hallyn
Actually I see this is fixed in saucy and trusty, but not yet in raring. Line 135 in hookutils.py needs to first check whether typeof(contents) == str. ** No longer affects: backuppc (Ubuntu) ** Changed in: apport (Ubuntu) Status: New = Fix Released -- You received this bug notification