When running targetcli on Debian -testing I run into various python module import errors. The first two are easily fixed by installing the obvious candidate that should have been in "Depends:": python-rtslib and python-configshell. qemu1:~# targetcli Traceback (most recent call last): File "/usr/bin/targetcli", line 24, in <module> from targetcli import UIRoot File "/usr/lib/python2.7/dist-packages/targetcli/__init__.py", line 18, in <module> from ui_root import UIRoot File "/usr/lib/python2.7/dist-packages/targetcli/ui_root.py", line 25, in <module> from tcm_dump import tcm_full_backup This also looks like a missing module problem, but I can't find an obvious solution for it. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html