Activity log for bug #1156746

Date Who What changed Old value New value Message
2013-03-18 18:10:19 Tilman Blumenbach bug added bug
2013-03-18 18:13:18 Tilman Blumenbach description Duplicity version: 0.6.21 Python version: 2.7.3 OS: Arch Linux Target filesystem: Linux/ext4 Paramiko 1.10.0 breaks the Paramiko backend. For example, running "duplify collection-status -- -v9 ssh://root@ds/stor/workstations/h2g2-42" (using duply) gives: Using archive dir: /root/.cache/duplicity/duply_main Using backup name: duply_main Import of duplicity.backends.webdavbackend Succeeded Import of duplicity.backends.tahoebackend Succeeded Import of duplicity.backends.imapbackend Succeeded Import of duplicity.backends.botobackend Succeeded Import of duplicity.backends.ftpsbackend Succeeded Import of duplicity.backends.hsibackend Succeeded Import of duplicity.backends.ftpbackend Succeeded Import of duplicity.backends.localbackend Succeeded Import of duplicity.backends.rsyncbackend Succeeded Import of duplicity.backends.sshbackend Succeeded Import of duplicity.backends.gdocsbackend Succeeded Import of duplicity.backends.cloudfilesbackend Succeeded Import of duplicity.backends.u1backend Succeeded Using temporary directory /var/tmp/duplicity-U58Wr8-tempdir Traceback (most recent call last): File "/usr/bin/duplicity", line 1411, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1404, in with_tempdir fn() File "/usr/bin/duplicity", line 1257, in main action = commandline.ProcessCommandLine(sys.argv[1:]) File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1005, in ProcessCommandLine globals.backend = backend.get_backend(args[0]) File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 161, in get_backend return _backends[pu.scheme](pu) File "/usr/lib/python2.7/site-packages/duplicity/backends/_ssh_paramiko.py", line 159, in __init__ self.config['identityfile']) File "/usr/lib/python2.7/posixpath.py", line 252, in expanduser if not path.startswith('~'): AttributeError: 'list' object has no attribute 'startswith' The problem is that starting with version 1.10.0, Paramiko's SSH config parser allows multiple IdentityFile options per host, meaning that SSHParamikoBackend.config['identityfile'] is *always* a list now (earlier versions simply returned a string). Branch with fix attached. Tested with Paramiko 1.9.0 and 1.10.0. Duplicity version: 0.6.21 Python version: 2.7.3 OS: Arch Linux Target filesystem: Linux/ext4 Paramiko 1.10.0 breaks the Paramiko backend. For example, running TMPDIR='/var/tmp' duplicity collection-status --name 'duply_main' --no-encryption --verbosity 'i' --exclude-if-present 'CACHEDIR.TAG' --full-if-older-than 2M --asynchronous-upload -v9 'ssh://root@ds/stor/workstations/h2g2-42' using duply gives: Using archive dir: /root/.cache/duplicity/duply_main Using backup name: duply_main Import of duplicity.backends.webdavbackend Succeeded Import of duplicity.backends.tahoebackend Succeeded Import of duplicity.backends.imapbackend Succeeded Import of duplicity.backends.botobackend Succeeded Import of duplicity.backends.ftpsbackend Succeeded Import of duplicity.backends.hsibackend Succeeded Import of duplicity.backends.ftpbackend Succeeded Import of duplicity.backends.localbackend Succeeded Import of duplicity.backends.rsyncbackend Succeeded Import of duplicity.backends.sshbackend Succeeded Import of duplicity.backends.gdocsbackend Succeeded Import of duplicity.backends.cloudfilesbackend Succeeded Import of duplicity.backends.u1backend Succeeded Using temporary directory /var/tmp/duplicity-U58Wr8-tempdir Traceback (most recent call last):   File "/usr/bin/duplicity", line 1411, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1404, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1257, in main     action = commandline.ProcessCommandLine(sys.argv[1:])   File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1005, in ProcessCommandLine     globals.backend = backend.get_backend(args[0])   File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 161, in get_backend     return _backends[pu.scheme](pu)   File "/usr/lib/python2.7/site-packages/duplicity/backends/_ssh_paramiko.py", line 159, in __init__     self.config['identityfile'])   File "/usr/lib/python2.7/posixpath.py", line 252, in expanduser     if not path.startswith('~'): AttributeError: 'list' object has no attribute 'startswith' The problem is that starting with version 1.10.0, Paramiko's SSH config parser allows multiple IdentityFile options per host, meaning that SSHParamikoBackend.config['identityfile'] is *always* a list now (earlier versions simply returned a string). Branch with fix attached. Tested with Paramiko 1.9.0 and 1.10.0.
2013-03-18 18:13:49 Tilman Blumenbach description Duplicity version: 0.6.21 Python version: 2.7.3 OS: Arch Linux Target filesystem: Linux/ext4 Paramiko 1.10.0 breaks the Paramiko backend. For example, running TMPDIR='/var/tmp' duplicity collection-status --name 'duply_main' --no-encryption --verbosity 'i' --exclude-if-present 'CACHEDIR.TAG' --full-if-older-than 2M --asynchronous-upload -v9 'ssh://root@ds/stor/workstations/h2g2-42' using duply gives: Using archive dir: /root/.cache/duplicity/duply_main Using backup name: duply_main Import of duplicity.backends.webdavbackend Succeeded Import of duplicity.backends.tahoebackend Succeeded Import of duplicity.backends.imapbackend Succeeded Import of duplicity.backends.botobackend Succeeded Import of duplicity.backends.ftpsbackend Succeeded Import of duplicity.backends.hsibackend Succeeded Import of duplicity.backends.ftpbackend Succeeded Import of duplicity.backends.localbackend Succeeded Import of duplicity.backends.rsyncbackend Succeeded Import of duplicity.backends.sshbackend Succeeded Import of duplicity.backends.gdocsbackend Succeeded Import of duplicity.backends.cloudfilesbackend Succeeded Import of duplicity.backends.u1backend Succeeded Using temporary directory /var/tmp/duplicity-U58Wr8-tempdir Traceback (most recent call last):   File "/usr/bin/duplicity", line 1411, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1404, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1257, in main     action = commandline.ProcessCommandLine(sys.argv[1:])   File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1005, in ProcessCommandLine     globals.backend = backend.get_backend(args[0])   File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 161, in get_backend     return _backends[pu.scheme](pu)   File "/usr/lib/python2.7/site-packages/duplicity/backends/_ssh_paramiko.py", line 159, in __init__     self.config['identityfile'])   File "/usr/lib/python2.7/posixpath.py", line 252, in expanduser     if not path.startswith('~'): AttributeError: 'list' object has no attribute 'startswith' The problem is that starting with version 1.10.0, Paramiko's SSH config parser allows multiple IdentityFile options per host, meaning that SSHParamikoBackend.config['identityfile'] is *always* a list now (earlier versions simply returned a string). Branch with fix attached. Tested with Paramiko 1.9.0 and 1.10.0. Duplicity version: 0.6.21 Python version: 2.7.3 OS: Arch Linux Target filesystem: Linux/ext4 Paramiko 1.10.0 breaks the Paramiko backend. For example, running > TMPDIR='/var/tmp' duplicity collection-status --name 'duply_main' --no-encryption --verbosity 'i' --exclude-if-present 'CACHEDIR.TAG' --full-if-older-than 2M --asynchronous-upload -v9 'ssh://root@ds/stor/workstations/h2g2-42' using duply gives: Using archive dir: /root/.cache/duplicity/duply_main Using backup name: duply_main Import of duplicity.backends.webdavbackend Succeeded Import of duplicity.backends.tahoebackend Succeeded Import of duplicity.backends.imapbackend Succeeded Import of duplicity.backends.botobackend Succeeded Import of duplicity.backends.ftpsbackend Succeeded Import of duplicity.backends.hsibackend Succeeded Import of duplicity.backends.ftpbackend Succeeded Import of duplicity.backends.localbackend Succeeded Import of duplicity.backends.rsyncbackend Succeeded Import of duplicity.backends.sshbackend Succeeded Import of duplicity.backends.gdocsbackend Succeeded Import of duplicity.backends.cloudfilesbackend Succeeded Import of duplicity.backends.u1backend Succeeded Using temporary directory /var/tmp/duplicity-U58Wr8-tempdir Traceback (most recent call last):   File "/usr/bin/duplicity", line 1411, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1404, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1257, in main     action = commandline.ProcessCommandLine(sys.argv[1:])   File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1005, in ProcessCommandLine     globals.backend = backend.get_backend(args[0])   File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 161, in get_backend     return _backends[pu.scheme](pu)   File "/usr/lib/python2.7/site-packages/duplicity/backends/_ssh_paramiko.py", line 159, in __init__     self.config['identityfile'])   File "/usr/lib/python2.7/posixpath.py", line 252, in expanduser     if not path.startswith('~'): AttributeError: 'list' object has no attribute 'startswith' The problem is that starting with version 1.10.0, Paramiko's SSH config parser allows multiple IdentityFile options per host, meaning that SSHParamikoBackend.config['identityfile'] is *always* a list now (earlier versions simply returned a string). Branch with fix attached. Tested with Paramiko 1.9.0 and 1.10.0.
2013-03-18 18:14:01 Tilman Blumenbach description Duplicity version: 0.6.21 Python version: 2.7.3 OS: Arch Linux Target filesystem: Linux/ext4 Paramiko 1.10.0 breaks the Paramiko backend. For example, running > TMPDIR='/var/tmp' duplicity collection-status --name 'duply_main' --no-encryption --verbosity 'i' --exclude-if-present 'CACHEDIR.TAG' --full-if-older-than 2M --asynchronous-upload -v9 'ssh://root@ds/stor/workstations/h2g2-42' using duply gives: Using archive dir: /root/.cache/duplicity/duply_main Using backup name: duply_main Import of duplicity.backends.webdavbackend Succeeded Import of duplicity.backends.tahoebackend Succeeded Import of duplicity.backends.imapbackend Succeeded Import of duplicity.backends.botobackend Succeeded Import of duplicity.backends.ftpsbackend Succeeded Import of duplicity.backends.hsibackend Succeeded Import of duplicity.backends.ftpbackend Succeeded Import of duplicity.backends.localbackend Succeeded Import of duplicity.backends.rsyncbackend Succeeded Import of duplicity.backends.sshbackend Succeeded Import of duplicity.backends.gdocsbackend Succeeded Import of duplicity.backends.cloudfilesbackend Succeeded Import of duplicity.backends.u1backend Succeeded Using temporary directory /var/tmp/duplicity-U58Wr8-tempdir Traceback (most recent call last):   File "/usr/bin/duplicity", line 1411, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1404, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1257, in main     action = commandline.ProcessCommandLine(sys.argv[1:])   File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1005, in ProcessCommandLine     globals.backend = backend.get_backend(args[0])   File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 161, in get_backend     return _backends[pu.scheme](pu)   File "/usr/lib/python2.7/site-packages/duplicity/backends/_ssh_paramiko.py", line 159, in __init__     self.config['identityfile'])   File "/usr/lib/python2.7/posixpath.py", line 252, in expanduser     if not path.startswith('~'): AttributeError: 'list' object has no attribute 'startswith' The problem is that starting with version 1.10.0, Paramiko's SSH config parser allows multiple IdentityFile options per host, meaning that SSHParamikoBackend.config['identityfile'] is *always* a list now (earlier versions simply returned a string). Branch with fix attached. Tested with Paramiko 1.9.0 and 1.10.0. Duplicity version: 0.6.21 Python version: 2.7.3 OS: Arch Linux Target filesystem: Linux/ext4 Paramiko 1.10.0 breaks the Paramiko backend. For example, running TMPDIR='/var/tmp' duplicity collection-status --name 'duply_main' --no-encryption --verbosity 'i' --exclude-if-present 'CACHEDIR.TAG' --full-if-older-than 2M --asynchronous-upload -v9 'ssh://root@ds/stor/workstations/h2g2-42' using duply gives: Using archive dir: /root/.cache/duplicity/duply_main Using backup name: duply_main Import of duplicity.backends.webdavbackend Succeeded Import of duplicity.backends.tahoebackend Succeeded Import of duplicity.backends.imapbackend Succeeded Import of duplicity.backends.botobackend Succeeded Import of duplicity.backends.ftpsbackend Succeeded Import of duplicity.backends.hsibackend Succeeded Import of duplicity.backends.ftpbackend Succeeded Import of duplicity.backends.localbackend Succeeded Import of duplicity.backends.rsyncbackend Succeeded Import of duplicity.backends.sshbackend Succeeded Import of duplicity.backends.gdocsbackend Succeeded Import of duplicity.backends.cloudfilesbackend Succeeded Import of duplicity.backends.u1backend Succeeded Using temporary directory /var/tmp/duplicity-U58Wr8-tempdir Traceback (most recent call last):   File "/usr/bin/duplicity", line 1411, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1404, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1257, in main     action = commandline.ProcessCommandLine(sys.argv[1:])   File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1005, in ProcessCommandLine     globals.backend = backend.get_backend(args[0])   File "/usr/lib/python2.7/site-packages/duplicity/backend.py", line 161, in get_backend     return _backends[pu.scheme](pu)   File "/usr/lib/python2.7/site-packages/duplicity/backends/_ssh_paramiko.py", line 159, in __init__     self.config['identityfile'])   File "/usr/lib/python2.7/posixpath.py", line 252, in expanduser     if not path.startswith('~'): AttributeError: 'list' object has no attribute 'startswith' The problem is that starting with version 1.10.0, Paramiko's SSH config parser allows multiple IdentityFile options per host, meaning that SSHParamikoBackend.config['identityfile'] is *always* a list now (earlier versions simply returned a string). Branch with fix attached. Tested with Paramiko 1.9.0 and 1.10.0.
2013-03-18 18:15:09 Tilman Blumenbach branch linked lp:~tblue/duplicity/paramiko-1.10.0
2013-04-27 13:33:34 Launchpad Janitor branch linked lp:duplicity
2013-04-27 14:14:55 Tilman Blumenbach duplicity: status New Fix Committed
2013-04-27 14:26:20 Kenneth Loafman duplicity: importance Undecided Medium
2013-04-27 14:26:28 Kenneth Loafman duplicity: milestone 0.6.22
2013-07-18 06:50:30 gueux bug added subscriber gueux
2014-01-24 12:28:35 Kenneth Loafman duplicity: status Fix Committed Fix Released