Re: [Vserver] Problem Starting up a Vserver instance

2005-08-21 Thread Subhabrata Bhattacharya
Hi,

Thanks a lot for your suggestions.But could you please explain these
questions that follow :

> you are building a 'skeleton', so a lot of structure
> and bones, but no fleshy services and binaries inside

I have a minimal running linux filesystem as provided by ttylinux [as
a vserver's base directory]. It also has all the binaries and init
scripts that run fine when I boot linux with this filesystem. So what
else do I need for that?
 
> or copy over some actual 'contents' into the skeleton
> directory (which can be executed/run)

What are these actual contents?

Is not possible to build a Linux vserver without using any
distribution like gentoo/debian/RH/FC etc?

If so then is there a doc/HOWTO available?

Please help.

~$ubh
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] util-vserver-0.30.208 can't find a register in class` GENERAL_REGS' while reloading `asm'

2005-08-21 Thread Alejandro Mery

Herbert Poetzl wrote:

On Sat, Aug 20, 2005 at 12:20:31PM -0400, Alejandro Mery wrote:


hi, does this error say anything to you? (this only happen if i
apply fix02.patch)

make[2]: Entering directory 
`/TOOLCHAIN/src.vserver.ssp.20050820.120821.18864.jaguar/util-vserver-0.30.208'
 if gcc -DHAVE_CONFIG_H -I. -I. -I.  -I ./lib -I ./ensc_wrappers 
-D_GNU_SOURCE -D_REENTRANT  -DNDEBUG   -g -O2 -std=c99 -Wall

-pedantic -W -funit-at-a-time -MT lib/lib_libvserver_a-syscall.o
-MD -MP -MF "lib/.deps/lib_libvserver_a-syscall.Tpo" -c -o 
lib/lib_libvserver_a-syscall.o `test -f 'lib/syscall.c' || echo 
'./'`lib/syscall.c; \ then mv -f
"lib/.deps/lib_libvserver_a-syscall.Tpo" 
"lib/.deps/lib_libvserver_a-syscall.Po"; else rm -f 
"lib/.deps/lib_libvserver_a-syscall.Tpo"; exit 1; fi lib/syscall.c:

In function `vc_new_s_context': lib/vserver-internal.h:246: error:
can't find a register in class `GENERAL_REGS' while reloading `asm'




looks like a gcc/binutils issue, please describe your tools and arch
...


gcc 3.4.3/SSP
binutils 2.15.94.0.2.2
arch: pentium4

i'll build a system without ssp and see if something changes.

Alejandro Mery

___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Per-context Iptables

2005-08-21 Thread Herbert Poetzl
On Mon, Aug 22, 2005 at 12:23:11PM +1000, Jonathan Thorpe wrote:
> Hi Everyone,
> 
> Looking through the lists, it seems that the topic of per-context 
> iptables configurations for individual contexts comes up every few 
> months, but I can't seem to determine if there is a workable solution 
> for this yet.
> 
> With VServer 2.0, is there any way to allow contexts (each with their
> own IPs) to have their own iptables configuration within the context
> itself?

no.

best,
Herbert

> Regards,
> Jonathan
> ___
> 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


[Vserver] Per-context Iptables

2005-08-21 Thread Jonathan Thorpe

Hi Everyone,

Looking through the lists, it seems that the topic of per-context 
iptables configurations for individual contexts comes up every few 
months, but I can't seem to determine if there is a workable solution 
for this yet.


With VServer 2.0, is there any way to allow contexts (each with their 
own IPs) to have their own iptables configuration within the context itself?


Regards,
Jonathan
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] util-vserver-0.30.208 build problem

2005-08-21 Thread Herbert Poetzl
On Sun, Aug 21, 2005 at 12:49:01PM +0400, Peter V. Saveliev wrote:
> On Saturday 20 August 2005 23:50, Herbert Poetzl wrote:
>  
> > hmm, which sed (version, distro) do you use?
> 
> [EMAIL PROTECTED] peet]$ LC_ALL=POSIX sed --version
> GNU sed version 4.1.4
> 
> 
>  
> 
> Can I done this part of make by hands? or by some workaround?

well, still looks unusual ... you could try changing
the sed (maybe downgrade it?) also the ./configure
options you use might be interesting to reproduce ...

> It is not principal to me to fix the mainstream, but I only need to
> test new kernel patch & utilities (now I use utilities 0.30.204 and
> 2.6_01_patch-2.6.12.3-vs2.0-rc9.diff) -- I'm trying to hide ip
> addresses, to which the current xid is not chbind'ed. I read in the
> maillist archives, that this is fixed in the last patch -- am I right?

hmm, no, that is actually available since some time
now, but you have to set the hide_netif flag ...

TIA,
Herbert

> -- 
> Peter V. Saveliev
> ___
> 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


Re: [Vserver] Re: util-vserver 0.30.208 debs?

2005-08-21 Thread Micah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Micah wrote:

> Specifically, the configuration errors when libbeecrypt6 and
> libbeecrypt6-dev are as follows:
> 
> configure:27544: checking for hashFunctionContextInit in -lbeecrypt
> configure:27574: gcc -o conftest -Wall -g  -O2 -std=c99 -Wall -pedantic
> -W -funit-at-a-time   conftest.c -lbeecrypt   >&5
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mppndiv'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpmultwo'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpaddw'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpsetmul'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `sha1Process'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpodd'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpfill'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpsub'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpzero'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpsubw'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpaddsqrtrc'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpdivtwo'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpadd'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpeven'
> /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
> undefined reference to `mpaddmul'
> collect2: ld returned 1 exit status
> configure:27580: $? = 1

The resolution looks forth-coming:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323506

I suggest that you subscribe to this bug (subscribing to a bug can be
done by sending an email to [EMAIL PROTECTED]), so you can
see when it has been resolved and a new package can be uploaded to build
properly.

micah
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCI+X9n4qXRzy1ioRArmRAJ0U9mrVVeSmthBLD9EMWNKd1mqHFwCfSeps
/D9RutSROa62jJoMsY16Vzw=
=1Q/M
-END PGP SIGNATURE-
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: util-vserver 0.30.208 debs?

2005-08-21 Thread Micah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Ola Lundqvist wrote:

> Does this mean that vhashify is not included in the debian util-vserver
> debs because it cannot be built due to the missing beecrypt2 library?
> 
> 
>> Yes.
> 
> 
> Would the package libbeecrypt6, libbeecrypt6-dev provide the necessary
> resolution to this missing dependency?
> 
> 
>> I hoped so but no it do not. It find the hearders but some symbol in the
>> library is not found so it skip that.
> 

Specifically, the configuration errors when libbeecrypt6 and
libbeecrypt6-dev are as follows:

configure:27544: checking for hashFunctionContextInit in -lbeecrypt
configure:27574: gcc -o conftest -Wall -g  -O2 -std=c99 -Wall -pedantic
- -W -funit-at-a-time   conftest.c -lbeecrypt   >&5
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mppndiv'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpmultwo'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpaddw'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpsetmul'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `sha1Process'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpodd'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpfill'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpsub'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpzero'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpsubw'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpaddsqrtrc'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpdivtwo'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpadd'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpeven'
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../lib/libbeecrypt.so:
undefined reference to `mpaddmul'
collect2: ld returned 1 exit status
configure:27580: $? = 1

Micah
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDCI4+9n4qXRzy1ioRAlv+AJ42a70GuouTTfxjvaNOtP0toupVmwCghGho
7b5IlNA8n+fFEhsewOJDBjo=
=hPFQ
-END PGP SIGNATURE-
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] error configuring debian packages when build vserver

2005-08-21 Thread mess-mate
Hi list,
i'm a completely newbie about vserver.
When following the tutorial on building a vserver, i've get this
error:
Failure while configuring base packages.  This will be attempted 5
times.
and stops.

This error was maybe reported on the list before; where could i find
the archives ?

Thanks in advance for your help.

mess-mate   
--
I fell asleep reading a dull book, and I dreamt that I was reading on,
so I woke up from sheer boredom.
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] util-vserver-0.30.208 build problem

2005-08-21 Thread Peter V. Saveliev
On Saturday 20 August 2005 23:50, Herbert Poetzl wrote:
 
> hmm, which sed (version, distro) do you use?

[EMAIL PROTECTED] peet]$ LC_ALL=POSIX sed --version
GNU sed version 4.1.4


 

Can I done this part of make by hands? or by some workaround?
It is not principal to me to fix the mainstream, but I only need to
test new kernel patch & utilities (now I use utilities 0.30.204 and
2.6_01_patch-2.6.12.3-vs2.0-rc9.diff) -- I'm trying to hide ip
addresses, to which the current xid is not chbind'ed. I read in the
maillist archives, that this is fixed in the last patch -- am I right?

-- 
Peter V. Saveliev
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: util-vserver 0.30.208 debs?

2005-08-21 Thread Ola Lundqvist
Hello

On Fri, Aug 19, 2005 at 09:01:08PM -0500, Micah wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Ola,
> 
> Ola Lundqvist wrote:
> 
> The debian maintainer is working on .208 debs now:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321659
> >>>
> >>hi
> >>thanks for the dsc - one odd thing came up through building - it claimed 
> >>(though
> >>installed) that beecrypt couldn't be found and this would not allow to 
> >>vhashify
> >>- actually I'm quite clueless what this finally means, but maybe someone 
> >>here
> >>can enlighten me.
> > 
> > 
> > Note that if you use beecrypt2 it will work. That library is not
> > included in Debian sid so I can not use it.
> 
> Does this mean that vhashify is not included in the debian util-vserver
> debs because it cannot be built due to the missing beecrypt2 library?

Yes.

> Would the package libbeecrypt6, libbeecrypt6-dev provide the necessary
> resolution to this missing dependency?

I hoped so but no it do not. It find the hearders but some symbol in the
library is not found so it skip that.

> I have not begun to look into unification yet, but from what I can tell
> vhashify is a necessary part to do this.

I know.

I really hope to find a solution to this.

Regards,

// Ola

> Micah
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.1 (GNU/Linux)
> 
> iD8DBQFDBo7k9n4qXRzy1ioRAuGXAJsFNPrCUk0ob1h5AsvzfYPjIm3yuACeJibO
> ORL72PGo5T2Vlt2nGE4D+64=
> =2+Ib
> -END PGP SIGNATURE-
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver