File: FAQ.txt

package info (click to toggle)
lxc 1%3A6.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,808 kB
  • sloc: ansic: 68,840; sh: 4,266; python: 135; makefile: 59
file content (40 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.