Comment 2 for bug 1434702

Revision history for this message
Kenneth Loafman (kenneth-loafman) wrote : Re: [Bug 1434702] Re: incorrect response BackendException while downloading signatures file

It'll be out in a couple of weeks.

On Wed, Apr 1, 2015 at 5:04 PM, Leandro Facchinetti <email address hidden>
wrote:

> I was facing this bug and the proposed solution worked for me. I had to
> manually edit the source code, though. So I please ask to release a
> version with this fix :)
>
> Thanks a lot for all the hard work, Duplicity rocks!
>
> --
> You received this bug notification because you are subscribed to
> Duplicity.
> https://bugs.launchpad.net/bugs/1434702
>
> Title:
> incorrect response BackendException while downloading signatures file
>
> Status in Duplicity - Bandwidth Efficient Encrypted Backup:
> Fix Committed
>
> Bug description:
> I get a BackendException like this while downloading the signature
> file when trying to do an incremental backup over ssh.
>
> BackendException: scp get duplicity-full-
> signatures.20150320T170744Z.sigtar.gpg failed: incorrect response
> 'C0600 534440306 duplicity-full-
> signatures.20150320T170744Z.sigtar.gpg'
>
> The problem seems to be in duplicity/backends/ssh_paramiko_backend.py
> in line 302 and was introduced in rev 1070. Looks like a slip while
> fixing pep8. The second condition should be a check for equality not a
> check for identity.
>
> So
> if (m is None or m.group(3) != remote_filename):
> instead of
> if (m is None or m.group(3) is not remote_filename):
>
> I'm using duplicity 0.7.02 and Python 2.7.9 on Arch Linux x64.
>
> I hope this helps
>
> So long
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/duplicity/+bug/1434702/+subscriptions
>