Comment 8 for bug 1518440

Revision history for this message
Ryan Harper (raharper) wrote :

Tested on Xenial/amd64

1. sudo apt-get install lxd
2. lxd-images import ubuntu xenial amd64 --alias ubuntu-xenial --alias ubuntu/xenial
3. lxd launch ubuntu-xenial x1
4. lxc exec x1 /bin/bash
# Inside xenial LXD container
5. apt-get install tgt
... fails as per comment #2

After rebuilding tgt with the attached debdiff

1. lxc delete x1
2. lxc launch ubuntu-xenial x1
3. lxc push tgt_1.0.57-1ubuntu3_amd64.deb x1/tmp/
4. lxc exec x1 /bin/bash
# Inside xenail LXD container
5. apt-get install libibverbs1 librdmacm1 libsystemd0 init-system-helpers lsb-base libconfig-general-perl sg3-utils
6. dpkg --install /tmp/tgt_1.0.57-1ubuntu3_amd64.deb

This successfully installs and runs tgt.

No further validation of tgt was performed in this test.