]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
A faq file.
authordlezcano <dlezcano>
Mon, 8 Dec 2008 17:21:21 +0000 (17:21 +0000)
committerdlezcano <dlezcano>
Mon, 8 Dec 2008 17:21:21 +0000 (17:21 +0000)
From: Michel Normand <michel_mno@laposte.net>

The FAQ file to be filled.

Signed-off-by: Michel Normand <michel_mno@laposte.net>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
doc/FAQ.txt [new file with mode: 0644]

diff --git a/doc/FAQ.txt b/doc/FAQ.txt
new file mode 100644 (file)
index 0000000..0eb93e3
--- /dev/null
@@ -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.