Comment 2 for bug 2022982

Revision history for this message
Rajan Patel (rajannpatel) wrote :

`lxc list` shows that the LXD container does not have an IPv4 address:

ubuntu@landscape-beta:~$ lxc list
+---------------+---------+-----------------------+------+-----------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+---------------+---------+-----------------------+------+-----------+-----------+
| juju-0f524d-0 | RUNNING | 10.251.146.20 (eth0) | | CONTAINER | 0 |
+---------------+---------+-----------------------+------+-----------+-----------+
| juju-acf4dc-0 | RUNNING | 10.251.146.186 (eth0) | | CONTAINER | 0 |
+---------------+---------+-----------------------+------+-----------+-----------+
| juju-acf4dc-1 | RUNNING | | | CONTAINER | 0 |
+---------------+---------+-----------------------+------+-----------+-----------+
| juju-acf4dc-2 | RUNNING | 10.251.146.217 (eth0) | | CONTAINER | 0 |
+---------------+---------+-----------------------+------+-----------+-----------+
| juju-acf4dc-3 | RUNNING | 10.251.146.94 (eth0) | | CONTAINER | 0 |
+---------------+---------+-----------------------+------+-----------+-----------+

Running `lxc exec juju-acf4dc-1 bash` seems to hang.