joonseong ahn wrote:
[EMAIL PROTECTED]:~$ sudo vserver vserver1 start chbind: vc_set_ipv4root(): Function not implemented ... snip... [EMAIL PROTECTED]:~$ sudo vserver-info - SYSINFOVersions: Kernel: 2.6.17.13-vs2.0.2.1 VS-API: 0x000100ff util-vserver: 0.30.210; Sep 30 2006, 22:18:30 Available APIs: compat,v11,fscompat,v13,net,oldproc,olduts
It looks like you've enabled a legacy version in the kernel (CONFIG_VSERVER_LEGACY_VERSION), which makes the old tools use the older API, but that fails, probably because you did not enable the legacy networking (CONFIG_VSERVER_LEGACYNET=y/CONFIG_VSERVER_NGNET=n). To fix it, you can either rebuild your kernel with full legacy support, or you remove all of the legacy support (but CONFIG_VSERVER_LEGACY, in case you don't want to update your util-vserver from 0.30.210 to 0.30.211).
-- Daniel Hokka Zakrisson GPG id: 06723412 GPG fingerprint: A455 4DF3 990A 431F FECA 7947 6136 DDA2 0672 3412 _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
