[Vserver] Debian-Host : make-kpkg dont create Kernel-Package

2005-12-14 Thread Oliver Koppisch
Hello, ihave to migrate some vservers to a new machine with Debian Sarge. Patching the 2.6.14-Debian-Kernel-Source and building the utils worked fine. But if i want to create a Debian- Kernel-Package with make-kpkg --initrd --append_to_version -vs2 kernel_image the following message

[Vserver] Re:Vserver Digest, Vol 21, Issue 27

2005-12-14 Thread Joel Soete
On Tue, Dec 13, 2005 at 05:20:22PM +0100, Joel Soete wrote: Hello All, Great the kernel was booting fine; just grep the upstream util-vserver tools and hack lib/syscall-faalback.h to match __NR_vserver 263 for hppa to build it with default debian pkg configure options ;-) As I

Re: [Vserver] Debian-Host : make-kpkg dont create Kernel-Package

2005-12-14 Thread Grzegorz Nosek
2005/12/14, Oliver Koppisch [EMAIL PROTECTED]: Hello, ihave to migrate some vservers to a new machine with Debian Sarge. Patching the 2.6.14-Debian-Kernel-Source and building the utils worked fine. But if i want to create a Debian- Kernel-Package with make-kpkg --initrd

[Vserver] Memory accounting

2005-12-14 Thread Cornelius Thiele
Hi there, running kernel 2.6.14-vs2.0.1-rc3-gentoo-r2 and util-vserver-0.30.209-r1 I'm getting some strange readings from vserver-stat about the resident set size and the virtual memory. This is on a 32-bit system so the page size should be 4k. /proc/virtual/1026/limit says VM: 82858

[Vserver] Re: [ANNOUNCE] second stable release of Linux-VServer

2005-12-14 Thread Rik van Riel
On Tue, 13 Dec 2005, Herbert Poetzl wrote: Well, as the OpenVZ folks announced their release on LKML I just decided to do similar for the Linux-VServer release, so please let me know if that is not considered appropriate. Since there is a legitimate (and very popular) use case for virtuozzo /

Re: [Vserver] Re: [ANNOUNCE] second stable release of Linux-VServer

2005-12-14 Thread Eugen Leitl
On Wed, Dec 14, 2005 at 08:33:35AM -0500, Rik van Riel wrote: I really hope we will get something like BSD jail functionality in the Linux kernel. It makes perfect sense for hosting environments. I might be misinformed, but I understand kernel maintainers don't want vserver code in the main

Re: [Vserver] When to mount lvm? (vs2.01)

2005-12-14 Thread Lars Braeuer
First of all, thanks for the answers. I basically understand the design of namespaces. Should have looked through this page before asking my question. Does anybody know what happens in the background if I take the example at the bottom and physically mount the device onto /vservers/test01

Re: [Vserver] Re: [ANNOUNCE] second stable release of Linux-VServer

2005-12-14 Thread Serge E. Hallyn
Quoting Rik van Riel ([EMAIL PROTECTED]): On Tue, 13 Dec 2005, Herbert Poetzl wrote: Well, as the OpenVZ folks announced their release on LKML I just decided to do similar for the Linux-VServer release, so please let me know if that is not considered appropriate. Since there is a

Re: [Vserver] Re: [ANNOUNCE] second stable release of Linux-VServer

2005-12-14 Thread Kir Kolyshkin
Herbert Poetzl wrote: Additionally, the pid virtualization we've been discussing (and which should be submitted soon) would remove the need for the tasklookup patch, so bsdjail would reduce even further, to network and simple access controls. complete pid virtualization would be

[Vserver] Re: Bug#343277: util-vserver: wrong call to colorize in functions

2005-12-14 Thread The Anarcat
On Wed Dec 14, 2005 at 06:36:21PM +0100, Ola Lundqvist wrote: Hi On Tue, Dec 13, 2005 at 11:59:25PM -0500, The Anarcat wrote: Package: util-vserver Version: 0.30.209-1 Severity: normal Tags: patch Ok, bear with me here, i've spent the whole day tracking down problems in the

Re: [Vserver] Re: Bug#343277: util-vserver: wrong call to colorize in functions

2005-12-14 Thread Daniel Hokka Zakrisson
The Anarcat wrote: --- functions.orig 2005-12-13 23:44:28.414816664 -0500 +++ functions 2005-12-13 23:44:37.538429664 -0500 @@ -213,7 +213,7 @@ if test -n $_VS_ERRFILE; then echo $@ $_VS_ERRFILE else - colorize echo -n $@ 2 + colorize error echo -n $@ 2 fi

Re: [Vserver] Re: [ANNOUNCE] second stable release of Linux-VServer

2005-12-14 Thread Herbert Poetzl
On Wed, Dec 14, 2005 at 08:00:56PM +0300, Kir Kolyshkin wrote: Herbert Poetzl wrote: Additionally, the pid virtualization we've been discussing (and which should be submitted soon) would remove the need for the tasklookup patch, so bsdjail would reduce even further, to network and simple

Re: [Vserver] Memory accounting

2005-12-14 Thread Herbert Poetzl
On Wed, Dec 14, 2005 at 02:19:12PM +0100, Cornelius Thiele wrote: Hi there, running kernel 2.6.14-vs2.0.1-rc3-gentoo-r2 and util-vserver-0.30.209-r1 I'm getting some strange readings from vserver-stat about the resident set size and the virtual memory. This is on a 32-bit system so the page

[Vserver] BME tests ..

2005-12-14 Thread Herbert Poetzl
Hi Justin! you can find my current test stuff here: http://vserver.13thfloor.at/Experimental/BME/fstest-0.03.tar.bz2 if you ahve questions, you can find me on the irc channel, or ask via email ... TIA, Herbert ___ Vserver mailing list

[Vserver] Wiki : HowTo graph vserver usage with cacti

2005-12-14 Thread Xavier Montagutelli
Hello list, I have added a HowTo on the Wiki (Documentation - HowTo section) to show a way to graph vserver-stat output with cacti. http://linux-vserver.org/Cacti+configuration It's quite long, but I hope it's still useable. It has been a bit hard to make this setup, so I think it can be of

Re: [Vserver] Wiki : HowTo graph vserver usage with cacti

2005-12-14 Thread Herbert Poetzl
On Thu, Dec 15, 2005 at 12:50:33AM +0100, Xavier Montagutelli wrote: Hello list, I have added a HowTo on the Wiki (Documentation - HowTo section) to show a way to graph vserver-stat output with cacti. thanks a lot! http://linux-vserver.org/Cacti+configuration It's quite long, but I hope

[Vserver] Re: [ANNOUNCE] second stable release of Linux-VServer

2005-12-14 Thread Herbert Poetzl
On Wed, Dec 14, 2005 at 06:40:24PM -0500, Bill Davidsen wrote: Rik van Riel wrote: On Tue, 13 Dec 2005, Herbert Poetzl wrote: Well, as the OpenVZ folks announced their release on LKML I just decided to do similar for the Linux-VServer release, so please let me know if that is not considered

Re: [Vserver] Wiki : HowTo graph vserver usage with cacti

2005-12-14 Thread Matt Gorecki
Xavier Montagutelli wrote: Hello list, I have added a HowTo on the Wiki (Documentation - HowTo section) to show a way to graph vserver-stat output with cacti. http://linux-vserver.org/Cacti+configuration It's quite long, but I hope it's still useable. It has been a bit hard to make this