From: Enrico Scholz (enrico.scholz_at_sigma-chemnitz.de)
Date: Mon 02 Feb 2004 - 15:59:40 GMT
aschultz_at_warp10.net (Andreas Schultz) writes:
> ++ /usr/sbin/chbind --silent --ip 10.0.0.244/24 --ip 192.168.2.103/24 /usr/lib/util-vserver/exec-ulimit /etc/vservers/db01/ulimits /usr/sbin/chcontext --silent --flag lock --flag nproc --cap CAP_NET_RAW --secure --hostname db01-dev.tpip.net /usr/lib/util-vserver/save_ctxinfo /etc/vservers/db01 /usr/lib/util-vserver/capchroot . /etc/init.d/rc 3
> vc_get_task_xid(): Function not implemented
This function is called by 'save_ctxinfo' and seems to be
unimplemented in vs0.06. There can not be done very much in
userspace except to go back and disable the v13 API
('--enable-apis=legacy,compat,v11,fscompat' switch at
./configure).
> Running Herbert's testme scripts reports everything to be ok:
The script does not seem to be updated yet; a test for the
task_xid functionality would be
| chcontext --ctx 100 --silent vserver-info 0 XID
--> returns 100
or
| chcontext --ctx 101 --silent sleep 9999 &
| vserver-info $! XID
| kill $!
--> returns 101
Enrico
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver