duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] duplicity error after update


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] duplicity error after update
Date: Thu, 21 Feb 2008 16:19:10 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20080214)

I'm surprised Redhat missed the dependency.  Duplicity requires Python
2.4 or later.  You appear to be running 2.3 and that won't work.
Upgrade to 2.4 and all will be well, but be sure to read the man page
and the CHANGELOG.  Command line parameters have change.

...Thanks,
...Ken


Larry Gibbs wrote:
> Hi,
> 
> I'm using RHEL4 and recently the duplicity package in the EPL has been
> updated.  The previous version was 0.4.3 and it has now been updated to
> 0.4.9.  I'm running into a problem now and I am hoping you might be able to
> help me work through it.  
> 
> Here's the command I am running
> 
> duplicity incremental -v9 --exclude /usr2/bbx/logs --exclude /usr2/bbx/bbxt
> --encrypt-key=12345678 /usr2/bbx scp://address@hidden/backups
> 
> and here is the output I am getting
> 
> Traceback (most recent call last):
>   File "/usr/bin/duplicity", line 460, in ?
>     with_tempdir(main)
>   File "/usr/bin/duplicity", line 455, in with_tempdir
>     fn()
>   File "/usr/bin/duplicity", line 388, in main
>     action = commandline.ProcessCommandLine(sys.argv[1:])
>   File "/usr/lib/python2.3/site-packages/duplicity/commandline.py", line
> 462, in  ProcessCommandLine
>     backup, local_pathname = set_backend(args[0], args[1])
>   File "/usr/lib/python2.3/site-packages/duplicity/commandline.py", line
> 372, in  set_backend
>     backend1, backend2 = backends.get_backend(arg1),
> backends.get_backend(arg2)
>   File "/usr/lib/python2.3/site-packages/duplicity/backends.py", line 75, in
> get _backend
>     pu = ParsedUrl(url_string)
>   File "/usr/lib/python2.3/site-packages/duplicity/backends.py", line 61, in
> Par sedUrl
>     if pu.scheme in urlparser.uses_netloc and not pu.hostname:
>   File "/usr/lib/python2.3/site-packages/duplicity/urlparse_2_5.py", line
> 103, i n hostname
>     netloc = netloc.rsplit("@", 1)[1]
> AttributeError: 'str' object has no attribute 'rsplit'
> 
> 
> Any help or suggestions you can offer will be much appreciated.
> 
> Thanks again
> 
> 
> 
> 
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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