If it helps, the output of the 'find' commands, mentioned prior to
comment #25 are as you might guess:

$ sudo find /usr -type d -name duplicity -ls
  1471833      4 drwxr-xr-x   3 root     root         4096 Jun  9  2017 
/usr/lib/python2.7/dist-packages/duplicity
    54981      4 drwxr-xr-x   3 root     root         4096 Jan 10 20:01 
/usr/local/lib/python2.7/dist-packages/duplicity

 
$ sudo find /usr -type f -name duplicity -ls
    55524      8 -rwxr-xr-x   1 root     root         5276 Jan 10 20:38 
/usr/local/bin/duplicity
  1177994     64 -rwxr-xr-x   1 root     root        62300 Jan 10 20:19 
/usr/bin/duplicity

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to duplicity in Ubuntu.
https://bugs.launchpad.net/bugs/1855736

Title:
  Duplicity fails to start

Status in Duplicity:
  Fix Released
Status in duplicity package in Ubuntu:
  Fix Committed

Bug description:
  I am on 19.10.  Duplicity crashes as soon as I try to start a backup,
  as below. It was running fine on 19.04.

  Traceback (innermost last):
    File "/usr/bin/duplicity", line 107, in <module>
      with_tempdir(main)
    File "/usr/bin/duplicity", line 93, in with_tempdir
      fn()
    File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1522, in 
main
      action = commandline.ProcessCommandLine(sys.argv[1:])
    File "/usr/lib/python3/dist-packages/duplicity/commandline.py", line 1200, 
in ProcessCommandLine
      globals.backend = backend.get_backend(args[0])
    File "/usr/lib/python3/dist-packages/duplicity/backend.py", line 225, in 
get_backend
      obj = get_backend_object(url_string)
    File "/usr/lib/python3/dist-packages/duplicity/backend.py", line 211, in 
get_backend_object
      return factory(pu)
    File "/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py", 
line 81, in __init__
      ensure_dbus()
    File "/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py", 
line 37, in ensure_dbus
      lines = output.split(u'\n')
   TypeError: a bytes-like object is required, not 'str'

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1855736/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to