[EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
