From: Enrico Scholz (enrico.scholz_at_informatik.tu-chemnitz.de)
Date: Fri 20 Feb 2004 - 17:35:35 GMT
Christian.Lang_at_Bertelsmann.de writes:
> sh -x ./vserver VSLPFRA1 stop:
>
> + /DBA/users/lang72/UTIL/sbin/chbind --ip 145.228.183.185 --bcast
> 145.228.205.255 /DBA/users/lang72/UTIL/sbin/chcontext --cap CAP_NET_RAW
> --secure --ctx 49153 /DBA/users/lang72/UTIL/lib/util-vserver/capchroot .
> /sbin/init 6
> ipv4root is now 145.228.183.185
> Can't set the new security context
> : Operation not permitted
This seems to be another problem; formerly the error was in chroot(),
afair. The error above might be caused by calling the command from
within a context.
Else, can you try to go into /vservers/VSLPFRA1 and execute
# /DBA/users/lang72/UTIL/sbin/chbind --ip 145.228.183.185 --bcast 145.228.205.255 \
/DBA/users/lang72/UTIL/sbin/chcontext --cap CAP_NET_RAW --secure --ctx 49153 \
chroot . /sbin/init 6
there? Alternatively, execute the 'grep Cap /proc/self/status' instead
of the 'chroot . /sbin/init 6' and post the results.
Enrico
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver