Skip to content

Instantly share code, notes, and snippets.

@kislyuk
Created October 28, 2011 19:03
Show Gist options
  • Save kislyuk/1323130 to your computer and use it in GitHub Desktop.
Save kislyuk/1323130 to your computer and use it in GitHub Desktop.
root@ip-10-85-129-240:~# lxc-create --name u6 -t ubuntu -f /usr/share/doc/lxc/examples/lxc-veth.conf | tee ~/u6.log
debootstrap is /usr/sbin/debootstrap
Checking cache download in /var/cache/lxc/oneiric/rootfs-amd64 ...
Copy /var/cache/lxc/oneiric/rootfs-amd64 to /var/lib/lxc/u6/rootfs ...
Copying rootfs to /var/lib/lxc/u6/rootfs ...Please change root-password !
Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
lxcguest
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 6980 B of archives.
After this operation, 115 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ oneiric/main lxcguest amd64 0.7.5-0ubuntu8 [6980 B]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Fetched 6980 B in 0s (23.2 kB/s)
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package lxcguest.
(Reading database ... 11544 files and directories currently installed.)
Unpacking lxcguest (from .../lxcguest_0.7.5-0ubuntu8_amd64.deb) ...
Processing triggers for ureadahead ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up lxcguest (0.7.5-0ubuntu8) ...
'ubuntu' template installed
'u6' created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment