Comment 1 for bug 1027081

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

more detailed reproduction instructions:

lxc-create -t ubuntu -n 1
lxc-start -n q1
  (inside container) sudo apt-get -y install tftpd-hpa; sudo poweroff
sudo sed -i '/lxc.network/d' /var/lib/lxc/q1/config
echo "lxc.network.type = empty" | sudo tee -a /var/lib/lxc/q1/config
sudo lxc-start -n q1
  (inside container) sudo status tftpd-hpa; ps -ef | grep tftp; sudo start tftpd-hpa; sudo restart tftp-hpa