Re: [Vserver] Re: building from savannah CVS

2005-05-18 Thread Enrico Scholz
Herbert Poetzl <[EMAIL PROTECTED]> writes: >> That's the kind of tests which can only be done by the developer ;) >> But other work and fear of zombies stopped me to play with 'vserver >> ... stop' till now... > > didn't get a bugreport regarding those zombies yet afais, Gilles reported in [EMAIL

Re: [Vserver] building from savannah CVS

2005-05-18 Thread Bodo Eggert
On Thu, 19 May 2005, Michal Ludvig wrote: > Bodo Eggert wrote: > > set -e > Good hint, but does it work with non-bash as well? I just tested it with the solaris /bin/sh, and it worked as expected. -- Funny quotes: 10. Nothing is fool proof to a talented fool. ___

[Vserver] vs2.0-rc1 for 2.6.12-rc4

2005-05-18 Thread Michal Ludvig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, for anyone interested I did a patch of VServer 2.0-rc1 for the linux kernel 2.6.12-rc4. Get here: http://www.logix.cz/michal/devel/vserver/ It compiles, boots and runs two quite loaded vservers without problems. Most of the conflicts were qu

Re: [Vserver] vserver and /tmp

2005-05-18 Thread Herbert Poetzl
On Wed, May 18, 2005 at 09:30:31PM -0400, Jean-Christophe Petit wrote: > Thanks Herbert, > > sorry for the lack of infos: > 2.4.30-vs1.2.10 with Per Context Quota/Disk Limits Addon q0.14 > util-vserver-0.30-1mdk > vproc-0.01 > > I'm using only one partition for all my 10 vps. > > /etc/vservers/

Re: [Vserver] vserver and /tmp

2005-05-18 Thread Jean-Christophe Petit
Thanks Herbert, sorry for the lack of infos: 2.4.30-vs1.2.10 with Per Context Quota/Disk Limits Addon q0.14 util-vserver-0.30-1mdk vproc-0.01 I'm using only one partition for all my 10 vps. /etc/vservers//fstab looks like: /dev/hdv1 / ext3 exec,dev,suid,rw,usrquota,grpquota 0 0 Wha

Re: [Vserver] building from savannah CVS

2005-05-18 Thread Michal Ludvig
Bodo Eggert wrote: > On Wed, 18 May 2005, Michal Ludvig wrote: > > >>#!/bin/sh > > > set -e > - and - > > >>rm -rf autom4te*.cache >>aclocal -I . -I m4 || exit 1 > > [...] > > remove these "|| exit 1" Good hint, but does it work with non-bash as well? This was my stan

Re: [Vserver] Re: building from savannah CVS

2005-05-18 Thread Herbert Poetzl
On Thu, May 19, 2005 at 12:08:34AM +0200, Enrico Scholz wrote: > [EMAIL PROTECTED] (Herbert Poetzl) writes: > > >> > while we are at it, how would I 'build' a release tar archive > >> > (i.e. clean everything up which doesn't go into your releases) > >> > or a source rpm from the cvs sources? > >>

Re: [Vserver] Re: building from savannah CVS

2005-05-18 Thread Enrico Scholz
[EMAIL PROTECTED] (Herbert Poetzl) writes: >> > while we are at it, how would I 'build' a release tar archive >> > (i.e. clean everything up which doesn't go into your releases) >> > or a source rpm from the cvs sources? >> >> Do you mean something like 'make dist'? >> ... >> rpms can be built wi

Re: [Vserver] vserver and /tmp

2005-05-18 Thread Herbert Poetzl
On Wed, May 18, 2005 at 03:37:26PM -0400, Jean-Christophe Petit wrote: > I tried, but it doesn't seem to work. > My kernel is 2.4.30-vs1.2.10 probably mentioning that at the first posting would have helped ... as would the tool version ;) basically the tools 'mount' /tmp for the vserver guest if

Re: [Vserver] vserver and /tmp

2005-05-18 Thread Christian Heim
On Wednesday 18 May 2005 21:37 ( JP ), you wrote: >I tried, but it doesn't seem to work. >My kernel is 2.4.30-vs1.2.10 >I'm using the quota patch: serveral vserver on one partition Well you should also reply to the mailinglist post, since I don't actually know anything (apart from what I know from

Re: [Vserver] vserver and /tmp

2005-05-18 Thread Jean-Christophe Petit
I tried, but it doesn't seem to work. My kernel is 2.4.30-vs1.2.10 I'm using the quota patch: serveral vserver on one partition thanks, JC Christian Heim wrote: On Wednesday 18 May 2005 19:15, Jean-Christophe Petit ( JP )wrote: how can I restrict the /tmp in a vserver to execute anything ?

Re: [Vserver] Re: building from savannah CVS

2005-05-18 Thread Herbert Poetzl
On Wed, May 18, 2005 at 02:36:28PM +0200, Enrico Scholz wrote: > [EMAIL PROTECTED] (Herbert Poetzl) writes: > > > while we are at it, how would I 'build' a release tar archive > > (i.e. clean everything up which doesn't go into your releases) > > or a source rpm from the cvs sources? > > Do you m

Re: [Vserver] vserver and /tmp

2005-05-18 Thread Christian Heim
On Wednesday 18 May 2005 19:15, Jean-Christophe Petit ( JP )wrote: >how can I restrict the /tmp in a vserver to execute anything ? You could try to edit /etc/vservers//fstab by adding the option noexec to the /tmp entry. Don't know if it's supported by vserver or could break things. -- The sum

[Vserver] vserver and /tmp

2005-05-18 Thread Jean-Christophe Petit
Hello everyone, how can I restrict the /tmp in a vserver to execute anything ? regards, Jean-Christophe ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver

Re: [Vserver] Re: building from savannah CVS

2005-05-18 Thread Enrico Scholz
[EMAIL PROTECTED] (Herbert Poetzl) writes: > while we are at it, how would I 'build' a release tar archive > (i.e. clean everything up which doesn't go into your releases) > or a source rpm from the cvs sources? Do you mean something like 'make dist'? Specifying 'CVS2CL=: RCS2LOG=:' should speedu

Re: [Vserver] building from savannah CVS

2005-05-18 Thread Bodo Eggert
On Wed, 18 May 2005, Michal Ludvig wrote: > #!/bin/sh set -e - and - > rm -rf autom4te*.cache > aclocal -I . -I m4 || exit 1 [...] remove these "|| exit 1" -- Teamwork is essential, it gives them someone else to shoot at. ___

Re: [Vserver] building from savannah CVS

2005-05-18 Thread Herbert Poetzl
On Wed, May 18, 2005 at 05:02:29PM +1200, Michal Ludvig wrote: > Herbert Poetzl wrote: > > > probably I'm just too dumb to figure it myself, but > > how would you build the tools from the savannah CVS? > > This one works for me on SuSE Linux 9.2: > > ~/src/utils-vserver-cvs $ cat bootstrap > #!/

Re: [Vserver] Re: building from savannah CVS

2005-05-18 Thread Herbert Poetzl
On Wed, May 18, 2005 at 07:20:18AM +0200, Enrico Scholz wrote: > Herbert Poetzl <[EMAIL PROTECTED]> writes: > > > probably I'm just too dumb to figure it myself, but how would you > > build the tools from the savannah CVS? > > checkout, execute 'autoreconf -i -f' and then './configure ...' && mak