Created
March 12, 2014 18:31
-
-
Save nelsnelson/9513312 to your computer and use it in GitHub Desktop.
log output
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
$ cat /tmp/lxc.log | |
lxc-create 1391628487.880 WARN lxc_log - lxc_log_init called with log already initialized | |
lxc-create 1391628487.893 INFO bdev - got 0 for thin pool at path: /dev/lxc/lxc | |
lxc-create 1391628487.962 DEBUG bdev - trying to mount '/dev/lxc/test'->'/usr/lib/lxc/rootfs' with fstype 'ext3' | |
lxc-create 1391628487.963 INFO bdev - mounted '/dev/lxc/test' on '/usr/lib/lxc/rootfs', with fstype 'ext3' | |
lxc-create 1391628487.983 INFO lxc_create_ui - container test created | |
lxc-start 1391628487.988 INFO lxc_start_ui - using rcfile /var/lib/lxc/test/test/config | |
lxc-start 1391628487.988 WARN lxc_log - lxc_log_init called with log already initialized | |
lxc-start 1391628487.988 ERROR lxc_start_ui - Executing '/sbin/init' with no configuration file may crash the host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment