From: dlezcano Date: Mon, 8 Dec 2008 17:21:21 +0000 (+0000) Subject: A faq file. X-Git-Tag: lxc_0_5_1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053567ec77958e3c37a11c7b2e0fca3909eb6ff1;p=thirdparty%2Flxc.git A faq file. From: Michel Normand The FAQ file to be filled. Signed-off-by: Michel Normand Signed-off-by: Daniel Lezcano --- diff --git a/doc/FAQ.txt b/doc/FAQ.txt new file mode 100644 index 000000000..0eb93e3f9 --- /dev/null +++ b/doc/FAQ.txt @@ -0,0 +1,40 @@ + +Troubleshooting: +=============== + + +Error: +------ + +error while loading shared libraries reported after sudo make install +and when trying to run lxc-execute. + +"lxc-execute -n foo -f /usr/local/etc/lxc/lxc-macvlan.conf /bin/bash" + +/usr/local/bin/lxc-execute: error while loading shared libraries: + liblxc-0.5.0.so: cannot open shared object file: No such file or + directory + +Answer: +------- +update the ld cache by running ldconfig. + + + +Error: +------ + +error when starting a container. + +"lxc-start Invalid argument" + +"lxc-execute -n foo -f /usr/local/etc/lxc/lxc-macvlan.conf /bin/bash" +"[syserr] lxc_start:96: Invalid argument - failed to fork into a new +namespace" + +Answer: +------- + +read the lxc man page about kernel version prereq :) most probably +your kernel is not configured to support the container options you +want to use.