Re: [Users] Some basic startup related issues

2010-07-09 Thread Scott Dowdle
Greetings, - Original Message - Above entries must come from some fstab file (either /etc/fstab within container or some top level container specific fstab in the host). In other words, if I have to mount some filesystems during startup (say bind mount of host directories), how do I

Re: [Users] Some basic startup related issues

2010-07-08 Thread Scott Dowdle
Greetings, - Original Message - I doubt. For instance, in another container (102) that is running, I have: # cat /etc/fstab none /dev/pts devpts rw 0 0 # mount /dev/simfs on / type simfs (rw) /proc on /proc type proc (rw) /sys on /sys type sysfs (rw) none on /dev/pts type

Re: [Users] Some basic startup related issues

2010-07-08 Thread Nirmal Guhan
On Thu, Jul 8, 2010 at 8:54 AM, Scott Dowdle dow...@montanalinux.org wrote: Greetings, - Original Message - I doubt. For instance, in another container (102) that is running, I have: # cat /etc/fstab none /dev/pts devpts rw 0 0 # mount /dev/simfs on / type simfs (rw) /proc on

Re: [Users] Some basic startup related issues

2010-07-07 Thread Nirmal Guhan
On Wed, Jun 30, 2010 at 12:29 AM, Arturas Skauronas hel...@gmail.com wrote: On Wed, Jun 30, 2010 at 12:11 AM, Nirmal Guhan vavat...@gmail.com wrote: I did so. BTW, where does the container get it fstab entries from? from container etc/fstab file in yours example: /vz/private/50/etc/fstab I

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

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

[Users] Some basic startup related issues

2010-06-25 Thread Nirmal Guhan
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 manually mount it everytime. I have following entries in /etc/fstab none