On Mon, Nov 17, 2003 at 10:35:39PM +0100, [EMAIL PROTECTED] wrote: > i just compiled and installed vserver 1.1.3 and i do have some trouble. > When i do a vps -e i can see it is running, but i cant enter it > > vserver test enter > ipv4root is now 194.239.210.107 > Can't set the new security context > : Invalid argument
correct, it's an userspace tool issue ... it will be fixed in the next release of enricos util-vserver ... for now, just specify a static ID below 32767 ;) S_CONTEXT=1001 for example ... > test.conf > --------- > S_HOSTNAME="test" > IPROOT="eth0" > ONBOOT="yes" > S_NICE="" > S_FLAGS_"lock nproc" > ULIMIT="-HS -u 256 -n 1024" > S_CAPS="CAP_NET_RAW" > > > > > > JonB > _______________________________________________ > Vserver mailing list > [EMAIL PROTECTED] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
