[lxc-devel] lxc-start fails
Serge Hallyn
serge.hallyn at ubuntu.com
Fri Jan 9 14:12:38 UTC 2015
Quoting riya khanna (riyakhanna1983 at gmail.com):
> Hi,
>
> I'm trying to start a container on busy box host.
>
> lxc-start --logfile container.log --logpriority info --name L -f
> lxc.conf -- /init
>
> container.log shows the following error:
> lxc_conf - conf.c:prepare_ramfs_root:1517 - Bad address - Failed to
> make . rprivate
Hm. Well that is an odd line. Does it help if you change line 1517
to read
if (mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, NULL)) {
?
More information about the lxc-devel
mailing list