Re: [Users] Some basic startup related issues

2010-06-29 Thread Arturas Skauronas
On Sat, Jun 26, 2010 at 4:02 AM, Nirmal Guhan vavat...@gmail.com wrote: Am following http://wiki.openvz.org/Physical_to_container and facing a couple of issues. Hope someone can help. Am running CentOS 5.5 and trying to create a CentOS 5 container. 1) /proc does not get mounted. I have to

[Users] how to let a CT configure it's IP address?

2010-06-29 Thread Roman Haefeli
Hi all We would like to build a mysql-cluster with two mysql-servers in a master-master configuration. We're trying to use mysql-mmm [1] for a fail-over setup. Both mysql-servers are running in their own container on two different host nodes. Now, what mmm does is to manage a set of IP adresses,

Re: [Users] Some basic startup related issues

2010-06-29 Thread Nirmal Guhan
On Tue, Jun 29, 2010 at 1:49 AM, Arturas Skauronas hel...@gmail.com wrote: On Sat, Jun 26, 2010 at 4:02 AM, Nirmal Guhan vavat...@gmail.com wrote: Am following http://wiki.openvz.org/Physical_to_container and facing a couple of issues. Hope someone can help. Am running CentOS 5.5 and trying

Re: [Users] Some basic startup related issues

2010-06-29 Thread Arturas Skauronas
ok, for now: in container /etc/fstab file I put only: none/dev/ptsdevpts rw 0 0 (don't forget new line at the end) in yours ct config (50.conf) thereis invalid values BROADCAST=255.255.255.255 NETMASK=255.255.255.192 delete them On Tue, Jun 29, 2010 at 9:02 PM, Nirmal

Re: [Users] Some basic startup related issues

2010-06-29 Thread Nirmal Guhan
On Tue, Jun 29, 2010 at 11:54 AM, Arturas Skauronas hel...@gmail.com wrote: ok, for now: in container /etc/fstab file I put only: none    /dev/pts        devpts  rw      0 0 (don't forget new line at the end) I did so. BTW, where does the container get it fstab entries from? in yours ct