search for: have_setn

Displaying 3 results from an estimated 3 matches for "have_setn".

Did you mean: have_setns
2013 Nov 14
2
Re: Problem about lxc-enter-namespace interface
...gt; ./configure | grep setns > checking for setns... no > > Is there something need to configure for setns system call? Or something is wrong with my kernel? > 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
2013 Nov 14
0
Re: Problem about lxc-enter-namespace interface
...> ./configure | grep setns > checking for setns... no > > Is there something need to configure for setns system call? Or something is wrong with my kernel? > 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-fu...
2013 Nov 14
2
Re: Problem about lxc-enter-namespace interface
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: > > On 2013-11-14 13:41 , Gao feng <mailto:gaofeng@cn.fujitsu.com> wrote: > > > > On 11/14/2013 01:24 PM, Gao feng wrote: > > >