On Mon, Mar 21, 2005 at 10:28:13AM +0100, Martin Pauly wrote:
> Hello Herbert,
> 
> > > Linux 2.4.29-vs1.2.10 i686/0.30/0.30 [J]
> 
> > anyway, will try to reproduce the issues with util-vserver
> > 0.30 (which is what I assume you use, although the testme.sh
> > says otherwise) ...
> 
> well, aren't the tow 0.30 entries supposed to be chbind and 
> chcontext versions?  
> (I haven't really analyzed your sed expr there, though).
> What surprises me a bit it that it sets $TYPE to 'J' 
> (although I don't know what J and E stand for, they remind 
> me of Jake and Elwood Blues :)

yeah, good guess, they stand for Jack and Enrico ;)

> Perhaps testme.sh goes wrong at line 103, on my system 
> $VDIR gets set to /usr/sbin
> because of
> 
> master22:~# which vserver
> /usr/sbin/vserver
> master22:~# dirname /usr/sbin/vserver
> /usr/sbin
> 
> But the utils are in /usr/lib/util-vserver/

well, the script does the following (questionable)
test for that:

| VSRV=`which vserver 2>/dev/null`
|
| if [ -n "$VSRV" ]; then
|    VDIR=`dirname $VSRV`;
| else
|    if [ -d /usr/lib/util-vserver ]; then
|        VDIR="/usr/lib/util-vserver"
|    else
|        VDIR="/usr/lib/vserver"
|    fi
| fi

| if [ -f $VDIR/util-vserver-vars ]; then
|     TYPE="E"
| else
|     TYPE="J"
| fi

and the 'default' pathes (not the debian ones) have
a version of util-vserver-vars in the same directory
as the vserver binary ... 

> Anyway, here's what dpkg says:
> ||/ Name                    Version                 Description
> +++-=======================-=======================-================
> ii  util-vserver            0.30-14                 tools for Virtual private 
> servers and context switching

okay, thanks ...

Herbert

> Hope that helps
> Martin
> 
> -- 
>   Dr. Martin Pauly     Fax:    49-6421-28-26994
>   HRZ Univ. Marburg    Phone:  49-6421-28-23527
>   Hans-Meerwein-Str.   E-Mail: [EMAIL PROTECTED]
>   D-35032 Marburg
> 
> 
> _______________________________________________
> 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

Reply via email to