Re: [Vserver] kernel panic on vs2.2.0-rc11

2007-02-07 Thread Jarek Dylag
Hi, could you do a 'cat /proc/virtual/status' just before and right after the 'evil' exec and also provide the guest config you are using? After exec system crashes, so i can provide only status before exec: UseCnt: 33 Tasks: 14 Flags: 0006020f0310 BCaps: 3fff CCaps:

Re: [Vserver] kernel panic on vs2.2.0-rc11

2007-02-07 Thread Daniel Hokka Zakrisson
Jarek Dylag wrote: Hi, could you do a 'cat /proc/virtual/status' just before and right after the 'evil' exec and also provide the guest config you are using? After exec system crashes, so i can provide only status before exec: UseCnt: 33 Tasks: 14 Flags: 0006020f0310 BCaps:

[Vserver] assigning an IP to each vserver guest

2007-02-07 Thread KyoungSoo Park
Hello, I'm a newbie, and I'm trying to assign an IP to each vserver guest. Specifically, I have three working IPs (128.112.136.35, 128.112.136.36, 128.112.136.37) but only one NIC (eth0) on a machine. I want to run three vserver guests but each vserver should only (and exclusively) use one of

[Vserver] assigning a different IP to each vserver guest

2007-02-07 Thread KyoungSoo Park
Hello, I'm a newbie, and I'm trying to assign an IP to each vserver guest. Specifically, I have three working IPs (128.112.136.35, 128.112.136.36, 128.112.136.37) but only one NIC (eth0) on a machine. I want to run three vserver guests but each vserver should only (and exclusively) use one of

Re: [Vserver] kernel panic on vs2.2.0-rc11

2007-02-07 Thread Jarek Dylag
Hi, [...] That's /proc/virtual/xid/status. /proc/virtual/status will contain use counts for fs_structs, which is most likely what's causing your oops... But without the after shot, it'll be impossible to say if that's what's causing it. Sorry, my status file: cat /proc/virtual/status

RE: [Vserver] assigning a different IP to each vserver guest

2007-02-07 Thread Matt Anger (manger)
The great flower page has the information you need: http://www.nongnu.org/util-vserver/doc/conf/configuration.html COPIED: # /etc/vservers/vserver-name/interfaces * bcast The default broadcast address. * dev The default network device. * mask The default network

Re: [Vserver] assigning a different IP to each vserver guest

2007-02-07 Thread KyoungSoo Park
Sorry for the duplicate message. I thought the first message didn't get through. Anyway, I would greatly appreciate your answers! --KyoungSoo KyoungSoo Park wrote: Hello, I'm a newbie, and I'm trying to assign an IP to each vserver guest. Specifically, I have three working IPs

Re: [Vserver] kernel panic on vs2.2.0-rc11

2007-02-07 Thread Daniel Hokka Zakrisson
Jarek Dylag wrote: ... I finally managed to reproduce this, and it should be fixed 2.2.0-rc12. Please let us know how it goes. -- Daniel Hokka Zakrisson ___ Vserver mailing list Vserver@list.linux-vserver.org

Re: [Vserver] chcontext not permitted

2007-02-07 Thread Daniel Hokka Zakrisson
Lyn St George wrote: In the end, it seems that it was LVM. I eventually found this No, this was an actual bug. It should be fixed in 2.2.0-rc12. page: http://oldwiki.linux-vserver.org/Step-by-Step+Guide+2.6 which specifically mentions that LVM needs a different configuration. So I did that -

Re: [Vserver] chcontext not permitted

2007-02-07 Thread Lyn St George
On Thu, 8 Feb 2007 00:47:26 +0100 (CET), Daniel Hokka Zakrisson wrote: Lyn St George wrote: In the end, it seems that it was LVM. I eventually found this No, this was an actual bug. It should be fixed in 2.2.0-rc12. Ah ... though applying the specified config did fix it. page: