Re: [libvirt-users] Question about setns recognising in libvirt autoconf

2013-12-08 Thread Gao feng
On 12/09/2013 02:29 PM, hzguanqi...@corp.netease.com wrote: > Hi Gaofeng, > It seems that I've got the answer. > In manual page about setns, it said that library support was added to glibc > in version 2.14 while my libc version is 2.13. > Good news :) > Thanks for help anyway. > > On 2013-12

Re: [libvirt-users] Question about setns recognising in libvirt autoconf

2013-12-08 Thread hzguanqi...@corp.netease.com
Hi Gaofeng, It seems that I've got the answer. In manual page about setns, it said that library support was added to glibc in version 2.14 while my libc version is 2.13. Thanks for help anyway. On 2013-12-09 13:22 , hzguanqi...@corp.netease.com wrote: On 2013-12-09 13:18 , Gao feng wrote: On 12/0

Re: [libvirt-users] Question about setns recognising in libvirt autoconf

2013-12-08 Thread hzguanqi...@corp.netease.com
On 2013-12-09 13:18 , Gao feng wrote: On 12/09/2013 01:06 PM, hzguanqi...@corp.netease.com wrote: > Hi experts, > > When I test lxc container with lxc-enter-namespace command, It reported an > error as > following: > root@debian:~/github/libvirt# vir lxc-enter-namespace lxc --noseclabel > /bin/

Re: [libvirt-users] Question about setns recognising in libvirt autoconf

2013-12-08 Thread Gao feng
On 12/09/2013 01:06 PM, hzguanqi...@corp.netease.com wrote: > Hi experts, > > When I test lxc container with lxc-enter-namespace command, It reported an > error as > following: > root@debian:~/github/libvirt# vir lxc-enter-namespace lxc --noseclabel > /bin/df -hl > error: Cannot get namespaces

[libvirt-users] Question about setns recognising in libvirt autoconf

2013-12-08 Thread hzguanqi...@corp.netease.com
Hi experts, When I test lxc container with lxc-enter-namespace command, It reported an error as following: root@debian:~/github/libvirt# vir lxc-enter-namespace lxc --noseclabel /bin/df -hl error: Cannot get namespaces for 3145: Function not implemented It seems that setns is not supported by m