duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Re: Re: First restore failing


From: Peter Schuller
Subject: Re: [Duplicity-talk] Re: Re: First restore failing
Date: Fri, 7 Mar 2008 22:33:33 +0100
User-agent: KMail/1.9.7

> Also, are you able to provide a strace/ktrace or similar, filtered for
> which files are opened? I am seriously not getting what's going on, and I
> can't help but think that *somehow* the wrong urlparse module is being
> used. I have no other explanation for why https would fail like this.
>
> If on Linux, something like strace -e open duplicity .... to get the opens.

Or alternatively, if you find the line that outputs the "webdav path decoding" 
(search for it in backends.py), add:

log.Debug("urlparse source: %s" % (urlparser.__file__,))

That should print the file from which the "urlparser" was loaded, unless 
something fishy is being done to __file__ somewhere.

Not that I can see how it could be wrong given that it is clearly imported as 
urlparse_2_5 at the top of the file. But obviously *something*'s fishy...

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller <address@hidden>'
Key retrieval: Send an E-Mail to address@hidden
E-Mail: address@hidden Web: http://www.scode.org

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]