[Vserver] Re: Nagios 2.x on a vserver. Anyone?

2005-11-11 Thread Evert Meulie
Warning for all! Even though Nagios 2.x eventually compiled on my system, I ended up with a defective check_ping. And since check_ping is used by Nagios to check whether a host is up or not, this causes MAJOR problems... See http://www.meulie.net/forum_viewtopic.php?21.4226 for more info on

Re: [Vserver] Re: Nagios 2.x on a vserver. Anyone?

2005-11-11 Thread Dennis Roos
On Fri, 2005-11-11 at 09:04 +0100, Evert Meulie wrote: Warning for all! Even though Nagios 2.x eventually compiled on my system, I ended up with a defective check_ping. And since check_ping is used by Nagios to check whether a host is up or not, this causes MAJOR problems... For ping you

[Vserver] Gentoo Vserver: PHP5 - udev - baselayout problem

2005-11-11 Thread Tor Rune Skoglund
Hi List! This is probably a Gentoo specific Vserver problem: I am trying to emerge dev-lang/php to get php5. package.keywords have been set accordingly. Emerge wants to install udev for some reason. (Why would I want udev in a vserver? I probably don't...) Anyway, when trying to emerge udev,

Re: [Vserver] Gentoo Vserver: PHP5 - udev - baselayout problem

2005-11-11 Thread Chuck
On Friday 11 November 2005 05:46 am, Tor Rune Skoglund wrote: hmm.. i just tried it on several of my guests and didn't see anything about udev.. prometheus spamassassin # ACCEPT_KEYWORDS='~x86' emerge -p dev-lang/php These are the packages that I would merge, in order: Calculating

[Vserver] error while starting apache

2005-11-11 Thread Ajar Taknev
Hi, I get the following error when I try to start the httpd: Starting httpd: Can't open perl script -e: Permission denied. Use -S to search $PATH for it. perl_parse: Permission

Re: [Vserver] error while starting apache

2005-11-11 Thread Guenther Fuchs
Hi there, on Friday, November 11, 2005 at 12:40 on the list was posted: I get the following error when I try to start the httpd: This is the vserver mailing list, you are facing an apache problem, so you should try an apache mailing list instead. -- regards, Guenther Fuchs

[Vserver] (bind-)mount tmpfs into VServer?

2005-11-11 Thread Gebhardt Thomas
Hi, I'm trying to mount a tmpfs Ramdisk into a VServer: (from the master) mount -t tmpfs /dev/shm /vservers/name/shm This works within the master server but the files are not visible in the vserver. Do I need to configure a special capability/flag for the vserver in order to enable that

Re: [Vserver] (bind-)mount tmpfs into VServer?

2005-11-11 Thread Guenther Fuchs
Hi there, on Friday, November 11, 2005 at 13:23 on the list was posted: # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/hdv1 10321208 2384220 7936988 24% / none 16384 0 16384 0% /tmp Is this /tmp directory

[Vserver] vserver-copy deprecated?!

2005-11-11 Thread Jens Holze
Hi! I just realised that there is this copy program among the utils but it doesn't work (obviously because of the changes since the alpha, looks for .conf file). While copying the servers is not hard to do manually, is somebody actually working on this tool or is it going to vanish? Regards

Re: [Vserver] Gentoo Vserver: PHP5 - udev - baselayout problem

2005-11-11 Thread Christian Heim
On Friday 11 November 2005 11:46, Tor Rune Skoglund wrote: I am trying to emerge dev-lang/php to get php5. package.keywords have been set accordingly. Emerge wants to install udev for some reason. (Why would I want udev in a vserver? I probably don't...) Rune, could you please copypaste the

Re: [Vserver] (bind-)mount tmpfs into VServer?

2005-11-11 Thread Gebhardt Thomas
Hi, Yes, this is the /etc/vservers/vservername/fdisk basic mounts, maybe you want to put your ramdisc try there as well? thank you very much for the quick answer! You're right, I can configure a tmpfs in /etc/vservers/vservername/fstab. on vserver startup. Is it also possible to (u)mount a

Re: [Vserver] (bind-)mount tmpfs into VServer?

2005-11-11 Thread Guenther Fuchs
Hi there, on Friday, November 11, 2005 at 13:48 on the list was posted: Is it also possible to (u)mount a ramdisk dynamically, i.e., without restarting the vserver? I'm sure there's a way, hence I personally don't know it yet ;-) Probably a look into util-vserver tools / documentation,

[Vserver] Re: Re: vserver on breezy

2005-11-11 Thread Philippe Clérié
testme.sh output: Linux-VServer Test [V0.13] Copyright (C) 2003-2005 H.Poetzl chcontext is working. chbind is working. Linux 2.6.12-10-686 i686/0.30.208/0.30.208 [Ea] (0) VCI: 0002:0001 273 0336 --- [000]# succeeded. [001]# succeeded. [011]# succeeded. [031]# succeeded. [101]# succeeded.

Re: [Vserver] Re: Nagios 2.x on a vserver. Anyone?

2005-11-11 Thread Herbert Poetzl
On Fri, Nov 11, 2005 at 09:04:18AM +0100, Evert Meulie wrote: Warning for all! Even though Nagios 2.x eventually compiled on my system, I ended up with a defective check_ping. And since check_ping is used by Nagios to check whether a host is up or not, this causes MAJOR problems... what

Re: [Vserver] Re: Nagios 2.x on a vserver. Anyone?

2005-11-11 Thread Herbert Poetzl
On Fri, Nov 11, 2005 at 10:06:59AM +0100, Dennis Roos wrote: On Fri, 2005-11-11 at 09:04 +0100, Evert Meulie wrote: Warning for all! Even though Nagios 2.x eventually compiled on my system, I ended up with a defective check_ping. And since check_ping is used by Nagios to check whether

Re: [Vserver] vserver-copy deprecated?!

2005-11-11 Thread Herbert Poetzl
On Fri, Nov 11, 2005 at 01:43:39PM +0100, Jens Holze wrote: Hi! I just realised that there is this copy program among the utils but it doesn't work (obviously because of the changes since the alpha, looks for .conf file). While copying the servers is not hard to do manually, is somebody

RE: [Vserver] Re: Nagios 2.x on a vserver. Anyone?

2005-11-11 Thread Matthew Nuzum
on 2.x kernels, the raw_icmp capability replaces the insecure CAP_NET_RAW. raw_icmp is given by default on mainline util-vserver since (at least) 0.30.208 (and we now have 0.30.209) What I did to get it to work was: * Add CAP_NET_RAW to the capabilities of the vserver (in /etc/vservers)

RE: [Vserver] Re: Nagios 2.x on a vserver. Anyone?

2005-11-11 Thread Dennis Roos
On Fri, 2005-11-11 at 10:25 -0600, Matthew Nuzum wrote: on 2.x kernels, the raw_icmp capability replaces the insecure CAP_NET_RAW. raw_icmp is given by default on mainline util-vserver since (at least) 0.30.208 (and we now have 0.30.209) What I did to get it to work was: * Add

Re: [Vserver] Re: Nagios 2.x on a vserver. Anyone?

2005-11-11 Thread Herbert Poetzl
On Fri, Nov 11, 2005 at 05:49:06PM +0100, Dennis Roos wrote: On Fri, 2005-11-11 at 10:25 -0600, Matthew Nuzum wrote: on 2.x kernels, the raw_icmp capability replaces the insecure CAP_NET_RAW. raw_icmp is given by default on mainline util-vserver since (at least) 0.30.208 (and we now

Re: [Vserver] Re: Re: vserver on breezy

2005-11-11 Thread Herbert Poetzl
On Fri, Nov 11, 2005 at 09:50:49AM -0500, Philippe Clérié wrote: testme.sh output: Linux-VServer Test [V0.13] Copyright (C) 2003-2005 H.Poetzl chcontext is working. chbind is working. Linux 2.6.12-10-686 i686/0.30.208/0.30.208 [Ea] (0) VCI: 0002:0001 273 0336 --- [000]# succeeded.

[Vserver] Re: Re: Re: vserver on breezy

2005-11-11 Thread Philippe Clérié
It's actually ubuntu/breezy badger as I mentionned previously. I am not quite sure what the differences are with stock Debian. I'll try to locate the kernel you suggest and give it a try. Thanks for the help. And keep up the good work. In a few short weeks vserver has become indispensable.

Re: [Vserver] Re: Re: Re: vserver on breezy

2005-11-11 Thread Herbert Poetzl
On Fri, Nov 11, 2005 at 02:56:05PM -0500, Philippe Clérié wrote: It's actually ubuntu/breezy badger as I mentionned previously. I am not quite sure what the differences are with stock Debian. the more differences the better the chances :) I'll try to locate the kernel you suggest and give it