Comment 13 for bug 1271000

Revision history for this message
anavarre (aurelien.navarre) wrote :

I cannot confirm the above behavior.

$ sudo lxc-create -t ubuntu -n myserver -P $HOME/lxc
Checking cache download in /usr/local/var/cache/lxc/trusty/rootfs-amd64 ...
Copy /usr/local/var/cache/lxc/trusty/rootfs-amd64 to /home/anavarre/lxc/myserver/rootfs ...
Copying rootfs to /home/username/lxc/myserver/rootfs ...
Generating locales...
  en_US.UTF-8... done
Generation complete.
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match ssh Default-Stop values (none)
invoke-rc.d: policy-rc.d denied execution of start.

Current default time zone: 'Europe/Paris'
Local time is now: Sat Mar 15 10:08:51 CET 2014.
Universal Time is now: Sat Mar 15 09:08:51 UTC 2014.

##
# The default user is 'ubuntu' with password 'ubuntu'!
# Use the 'sudo' command to run tasks as root in the container.
##

$ sudo lxc-start -n myserver
lxc-start: Executing '/sbin/init' with no configuration file may crash the host

As you can see above I'm running Trusty (beta 1) and it's always failing to start the container for me, no matter what flags I'm passing.