Re: [Vserver] Re: [Devel] Container Test Campaign

2006-07-06 Thread Kirill Korotaev
Gerrit, I assuming you are doing your tests on the same system (i.e. same compiler/libs/whatever else), and you do not change that system over time (i.e. you do not upgrade gcc on it in between the tests). I hope! :) All binaries should be built statically to work the same way inside

Re: [Vserver] Re: [Devel] Container Test Campaign

2006-07-06 Thread Herbert Poetzl
On Tue, Jul 04, 2006 at 05:34:23PM +0200, Cedric Le Goater wrote: Kirill Korotaev wrote: Cedric, these informations are not explicit yet but please check the raw data, for example : http://lxc.sourceforge.net/bench/r3/dbenchraw you will see that each test is run nearly 100

Re: [Vserver] Re: [Devel] Container Test Campaign

2006-07-06 Thread Herbert Poetzl
On Tue, Jul 04, 2006 at 03:02:54PM +0200, Clément Calmels wrote: Hi, Sorry, I just forgot one part of your email... (and sorry for the mail spamming, I probably got too big fingers or too tiny keyboard) 1.2 Can you tell how you run the tests. I am particularly interested in - how many

Re: [Vserver] Re: [Devel] Container Test Campaign

2006-07-06 Thread Herbert Poetzl
On Wed, Jul 05, 2006 at 02:43:17PM +0400, Kirill Korotaev wrote: - All binaries are always build in the test node. I assuming you are doing your tests on the same system (i.e. same compiler/libs/whatever else), and you do not change that system over time (i.e. you do not upgrade gcc on

Re: [Vserver] Re: [Devel] Container Test Campaign

2006-07-06 Thread Kirill Korotaev
ok, we will, with and without. It will add one bar to the graph. I'd suggest to test _all_ available schedulers if possible, for example Linux-VServer decided to favor the cfq scheduler for 'fair' I/O scheduling per context, and OVZ did similar (IIRC) For OpenVZ the reason is not CFQ fair

Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Herbert Poetzl
On Wed, Jul 05, 2006 at 11:44:54PM +0200, Robert Michel wrote: Salve Herbert, ML! Herbert Poetzl schrieb am Sonntag, den 02. Juli 2006 um 17:59h: What should I read to learn what fd,pts stands for and to know what /dev/pts/[14|20|21|31-34] are? *phew* good question, probably a lot

Re: [Vserver] linux-vserver patch 2.0.x for kernel 2.6.16

2006-07-06 Thread Herbert Poetzl
On Mon, Jul 03, 2006 at 11:38:38AM +0200, Rik Bobbaers wrote: sorry guys, this was supposed to be to Bert only, that's why it was in dutch... good explanation, ignoring the fact that I do not 'really' speak or understand dutch either :) but that will not keep me from trying to translate it :)

Re: [Vserver] Re: [Devel] Container Test Campaign

2006-07-06 Thread Kirill Korotaev
Herbert Poetzl wrote: sidenote: on a 'typical' Linux-VServer guest, tmp will be mounted as tmpfs, so be careful with that OVZ might do similar as might your host distro :) good point. Can we document all these issues somewhere? Kirill ___ Vserver

Re: [Vserver] linux-vserver patch 2.0.x for kernel 2.6.16

2006-07-06 Thread Serge E. Hallyn
Quoting Herbert Poetzl ([EMAIL PROTECTED]): On Mon, Jul 03, 2006 at 11:38:38AM +0200, Rik Bobbaers wrote: sorry guys, this was supposed to be to Bert only, that's why it was in dutch... good explanation, ignoring the fact that I do not 'really' speak or understand dutch either :) but

Re: [Vserver] Protecting guests' interfaces

2006-07-06 Thread Teemu Matilainen
Hi, On Wed, 05 Jul 2006, Baltasar Cevc wrote: Is there any way to restrict a guest from accessing some interfaces or services of other guests? The guest can only actively use the interfaces assigned to it (see the great flower page, /etc/vservers/vserver-name/interfaces about that),

Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Daniel W. Crompton
On 7/6/06, Herbert Poetzl [EMAIL PROTECTED] wrote: PS: I assume you know that there is a project which uses Linux-VServer to isolate several asterisk instances on a single host I didn't, do you have more information about this? D. blaze your trail -- redhat

Re: [Vserver] linux-vserver patch 2.0.x for kernel 2.6.16

2006-07-06 Thread Bert De Vuyst
On Thursday 06 July 2006 13:17, Herbert Poetzl wrote: On Mon, Jul 03, 2006 at 11:38:38AM +0200, Rik Bobbaers wrote: sorry guys, this was supposed to be to Bert only, that's why it was in dutch... good explanation, ignoring the fact that I do not 'really' speak or understand dutch either :)

[asterik] Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Robert Michel
Salve Daniel! On Thu, 06 Jul 2006, Daniel W. Crompton wrote: On 7/6/06, Herbert Poetzl [EMAIL PROTECTED] wrote: PS: I assume you know that there is a project which uses Linux-VServer to isolate several asterisk instances on a single host I didn't, do you have more information about this?

Re: [asterik] Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Daniel W. Crompton
On 7/6/06, Robert Michel [EMAIL PROTECTED] wrote: On Thu, 06 Jul 2006, Daniel W. Crompton wrote: Web search engine and asterisk vserver virtual Private You are absolutely right, I should have just searched for it. Appologies. D. blaze your trail -- redhat

[Vserver] Re: Re: dist-upgrade problem with breezy

2006-07-06 Thread Philippe Clérié
Thanks for confirmation. I wasn't sure so I removed it after the upgrade. Daniel W. Crompton wrote: On 7/5/06, Philippe Clérié [EMAIL PROTECTED] wrote: CAP_SYS_ADMIN Question is now should keep that capability? Depends if you want the admin for the vserver to have access to the

Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Robert Michel
Salve Herbert! Herbert Poetzl schrieb am Donnerstag, den 06. Juli 2006 um 13:10h: but on the next day /usr/sbin/safe_asterisk does not found /dev/tty9. /dev/pts/31 exist only for my bash, after exiting this bash, also /dev/pts/31 has been gone, and so this hack does not work... ;(

Re: [Vserver] Re: [Devel] Container Test Campaign

2006-07-06 Thread Gerrit Huizenga
On Thu, 06 Jul 2006 14:44:23 +0400, Kirill Korotaev wrote: Gerrit, I assuming you are doing your tests on the same system (i.e. same compiler/libs/whatever else), and you do not change that system over time (i.e. you do not upgrade gcc on it in between the tests). I hope! :) All

Re: [Vserver] Protecting guests' interfaces

2006-07-06 Thread Baltasar Cevc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is there any way to restrict a guest from accessing some interfaces or services of other guests? The guest can only actively use the interfaces assigned to it (see the great flower page, /etc/vservers/vserver-name/interfaces about that),

Re: [asterik] Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Robert Michel
Salve Daniel! On Thu, 06 Jul 2006, Daniel W. Crompton wrote: You are absolutely right, I should have just searched for it. Appologies. That was not my point - I was in a hurry and found some pages, and had only time to read them very fast. Virtual private asterisk (vpa) stress (again) the

[Vserver] /proc/virtnet error

2006-07-06 Thread Roderick A. Anderson
While doing some clean up I was looking for remnants of a guest. When I ran: # find / -name '*vs666*' I got the following error message right away. WARNING: Hard link count is wrong for /proc/virtnet: this may be a bug in your filesystem driver. Since this directory has the context

Re: [Vserver] linux-vserver patch 2.0.x for kernel 2.6.16

2006-07-06 Thread Daniel W. Crompton
On 7/6/06, Bert De Vuyst [EMAIL PROTECTED] wrote: On Thursday 06 July 2006 13:17, Herbert Poetzl wrote: On Mon, Jul 03, 2006 at 11:38:38AM +0200, Rik Bobbaers wrote: Rik Bobbaers wrote: dag gentse collega!, good day friend! Well, a bether translation would be: Hello, colleague form

Re: [asterik] Re: [Vserver] sshd creates /dev/pts/*, how can I create a /dev/pts/rob with an init.d script?

2006-07-06 Thread Daniel W. Crompton
On 7/6/06, Robert Michel [EMAIL PROTECTED] wrote: Virtual private asterisk (vpa) stress (again) the advantage to use vserver on a server and give server demons their own enviroment: Devide Et Impera! :) I agree. ;) I was happy that also other people here on the list are interested in

[Vserver] What is use of split package?

2006-07-06 Thread Sergio Belkin
Hi, I want to know what is use of split-2.6.14.3-vs2.01.tar [.gz] [.bz2] at http://www.13thfloor.at/vserver/s_rel26/v2.01/ What should I use only patch or both, patch and split? thanks in advance -- Sergio Belkin Soluciones Informáticas Open Source Mandriva Authorized Solutions Provider