Re: [Vserver] Vserver on DSL-Router. Problem with SNAT

2005-11-29 Thread Baltasar Cevc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Juergen, local packets will not traverse the POSTROUTING chain - use OUTPUT instead (I am not sure whether the MASQUERADE target will work there - if not, you'll have to script some automatic IP update...) Hope that helps, Baltasar

[Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Grzegorz Nosek
2005/11/29, Grzegorz Nosek [EMAIL PROTECTED]: Oh well, I got another oops in the very same place with the patch applied. So now I surrounded the check with read_[un]lock(tasklist_lock) and added a check to do_task_stat (both now have a printk). If it builds, boots and doesn't crash, I'll post

[Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Grzegorz Nosek
2005/11/29, Steven Rostedt [EMAIL PROTECTED]: Have you seen this crash the vanilla kernel? What exactly are you doing to see the crash? If you have a script or something, could you post it. I could spend some time helping you debug it too on one of my SMP boxes. I'm not really using vanilla

[Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Steven Rostedt
On Tue, 2005-11-29 at 15:04 +0100, Grzegorz Nosek wrote: 2005/11/29, Grzegorz Nosek [EMAIL PROTECTED]: Oh well, I got another oops in the very same place with the patch applied. So now I surrounded the check with read_[un]lock(tasklist_lock) and added a check to do_task_stat (both now

[Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Steven Rostedt
On Tue, 29 Nov 2005, Grzegorz Nosek wrote: I'm not really using vanilla 2.6 kernels and my setup would be quite hard to run on a vanilla kernel. The reproduceability of this bug varies. Sometimes it'll go for a few days without happening, sometimes it's a matter of a few minutes. I'm

Re: [Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Dennis Roos
On Tue, 2005-11-29 at 15:39 +0100, Grzegorz Nosek wrote: 2005/11/29, Steven Rostedt [EMAIL PROTECTED]: Have you seen this crash the vanilla kernel? What exactly are you doing to see the crash? If you have a script or something, could you post it. I could spend some time helping you debug

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

2005-11-29 Thread Philippe Clérié
I'm pleased to report that the kernel at uni-klu works just fine with util-vserver-0.30.208-4ubuntu1 and vserver-debiantools-0.2.5 both of which are in Dapper. Thanks to all. Cheers!! Philippe Herbert Poetzl wrote: On Fri, Nov 11, 2005 at 02:56:05PM -0500, Philippe Clérié wrote: It's

Re: [Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Grzegorz Nosek
As I said earlier in this thread, I would like to be of assistance in tracking this down. Can you set up another box as a netconsole receiver? Just have syslog listening on some udp port and configure netconsole on your vserver box accordingly (say modinfo netconsole for a brief help) I am

Re: [Vserver] gentoo guest wont start up or find anything after failed emerge

2005-11-29 Thread Chuck
On Thursday 24 November 2005 05:38 pm, Grzegorz Nosek wrote: got it working although i never did find out what caused the actual problem. what i had to do was unpack my template, then copied all of /bin /sbin /lib /usr/bin /usr/sbin /usr/lib over to the damaged guest. then suddenly it

Re: [Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Grzegorz Nosek
2005/11/29, Grzegorz Nosek [EMAIL PROTECTED]: I'm experimenting with vservers flags now with a gut feeling that fakeinit might be to blame (it's messing with pids slightly, after all). We'll see. Nope. It's not fakeinit :( ___ Vserver mailing list

Re: [Vserver] Re: [PATCH] race condition in procfs

2005-11-29 Thread Dennis Roos
On Tue, 2005-11-29 at 15:59 +0100, Grzegorz Nosek wrote: As I said earlier in this thread, I would like to be of assistance in tracking this down. Can you set up another box as a netconsole receiver? Just have syslog listening on some udp port and configure netconsole on your vserver box

[Vserver] Copy VServer

2005-11-29 Thread Lars Hallberg
I'm new to VServer and need a way copy vservers, in short term. vserver-copy don't work no more and replacment is not done yet? This is a small script to (on local host only) copy a vserver. What I wonder before taking it further is Have I missed something important? --- vservercp

Re: [Vserver] Copy VServer

2005-11-29 Thread Xavier Montagutelli
On Tuesday 29 November 2005 19:12, Lars Hallberg wrote: I'm new to VServer and need a way copy vservers, in short term. vserver-copy don't work no more and replacment is not done yet? This is a small script to (on local host only) copy a vserver. What I wonder before taking it further is

RE: [Vserver] Copy VServer

2005-11-29 Thread smagnuson
Lars, see the included post dated Oct 19, 2005 later sig -Original Message- Sent: Wednesday, October 19, 2005 11:38 AM Subject: RE: [Vserver] Re: I would like to know how to build a FC4 template # This command creates the config dirs/files (/etc/vservers/vserver-name/) and base

Re: [Vserver] Fake packages for removing useless dependency packages from RHEL/CentOS/Fedora vservers [scanned]

2005-11-29 Thread Guenther Fuchs
Hi there, on Saturday, November 19, 2005 at 06:16 on the list was posted: Heh, wow - how big was the initial install? CentOS 4 shrank only about 32M (116M - 84M) Final count of fresh installed FC4 guest: Base size after new vserver build: 148M (149.052B) Base size after upgrading to fake:

Re: [Vserver] Vserver on DSL-Router. Problem with SNAT

2005-11-29 Thread Juergen Schmidt
Hi, thanks for the quick answer. But I have no idea how to snat local generated packages. The OUTPUT nat chain is only able to dnat. Has anybody an idea how to use vserver on a dsl-route? (I hope i'm not the first person with such an idea ;) Thanks, Juergen On Tue, 2005-11-29 at 10:34

Re: [Vserver] Vserver on DSL-Router. Problem with SNAT

2005-11-29 Thread Baltasar Cevc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Juergen, The OUTPUT nat chain is only able to dnat. Now that you mention this I think I remember the point: OUPUT is not the place to do it - you were right with POSTROUTING - I had a look on the configuration on my server - the relevant

[Vserver] sample fedora guest images?

2005-11-29 Thread Patrick Simon
Hi :-) I run a test debian host server and I want to try fedora as host client. Are there any premade images on the net, which can be downloaded? = I just want to play around. br, Patrick ___ Vserver mailing list Vserver@list.linux-vserver.org

Re: [Vserver] Style sysv or plain

2005-11-29 Thread Stéphane GAUTIER
Herbert Poetzl a écrit : with util-vserver 0.30.209? if no, please update and try again (and of course, let us know how it goes) after recompiling kernel, I always have the same error message with a line moreover : [host :: boromir][/srv/vservers/opt](root)$ vserver sarge-ref stop A