Created
July 9, 2014 21:32
-
-
Save bruceadams/6fbcc7d8c4cad17aff68 to your computer and use it in GitHub Desktop.
Unexpected errors from LXC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adams ~$ sudo lxc-create -t download -n test-ubuntu -- -d ubuntu -r trusty -a amd64 ; sudo lxc-start -n test-ubuntu -d ; sudo lxc-ls -f test-ubuntu ; sudo lxc-stop -n test-ubuntu -k ; sudo lxc-destroy -n test-ubuntu | |
Setting up the GPG keyring | |
Downloading the image index | |
Downloading the rootfs | |
Downloading the metadata | |
The image cache is now ready | |
Unpacking the rootfs | |
--- | |
You just created an Ubuntu container (release=trusty, arch=amd64, variant=default) | |
The default username/password is: ubuntu / ubuntu | |
To gain root privileges, please use sudo. | |
lxc_container: Invalid argument - failed to setns for CLONE_NEWNET | |
lxc_container: Invalid argument - failed to enter namespace | |
lxc_container: Invalid argument - failed to setns for CLONE_NEWNET | |
lxc_container: Invalid argument - failed to enter namespace | |
NAME STATE IPV4 IPV6 AUTOSTART | |
------------------------------------------- | |
test-ubuntu RUNNING - - NO | |
adams ~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment