[Devel] Re: lxc : linux containers tool 0.6.0 release
anqin
anqin.qin at gmail.com
Mon Mar 23 02:38:16 PDT 2009
Thank you very much.
I have already added the lines:
#ifndef PR_CAPBSET_DROP
#define PR_CAPBSET_DROP 24
#endif
in the start.c, and it works now.
>
> This compilation error is coming from the distro you are using which does
> not provide the PR_CAPBSET_DROP. It has been fixed and will be in the
> lxc-0.6.1 which will come as soon as a setcap problem is resolved.
>
> Until I release this new version, you can hack lxc/src/lxc/start.c and add:
>
> #define PR_CAPBSET_DROP 24
>
> That should fix you problem.
>
>
>
>
>
>
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list