Displaying 2 results from an estimated 2 matches for "virprocesssetnamespaces".
2013 Nov 14
2
Re: Problem about lxc-enter-namespace interface
On 11/14/2013 03:09 PM, hzguanqiang@corp.netease.com wrote:
> On 2013-11-14 15:03 , Gao feng <mailto:gaofeng@cn.fujitsu.com> wrote:
>
> On 11/14/2013 02:57 PM, hzguanqiang@corp.netease.com wrote:
> > On 2013-11-14 14:17 , Gao feng <mailto:gaofeng@cn.fujitsu.com> wrote:
> >
> > On 11/14/2013 01:52 PM, hzguanqiang@corp.netease.com wrote:
2013 Nov 14
0
Re: Problem about lxc-enter-namespace interface
...Seem your kernel has setns, but autoconf doesn't recognise it.
you can modify the config.h, change as below
#define HAVE_SETNS 1
and make && make install
Hi gaofeng,
I tried as you said, but it report an error when do make operation as following:
util/virprocess.c: In function 'virProcessSetNamespaces':
util/virprocess.c:568:9: error: implicit declaration of function 'setns' [-Werror=implicit-function-declaration]
util/virprocess.c:568:9: error: nested extern declaration of 'setns' [-Werror=nested-externs]
cc1: all warnings being treated as errors
make[3]: *** [util/libvirt_u...