Re: [lxc-devel] [Lxc-users] Request for inclusion into mainline LXC utils

2010-01-31 Thread lxc
Le 01/02/2010 00:15, Daniel Lezcano a écrit : > Dominik Schulz wrote: > >> Am Samstag 30 Januar 2010 21:54:29 schrieb Guillaume ZITTA: >> >>> Sorry for the late response, I was on holidays. >>> I do think joining efforts is always a good thing. >>> I think some things needs to be defined :

Re: [lxc-devel] Just for giggles...

2010-01-31 Thread Suno Ano
Mike> Hey all, Just for giggles, could we save the host PID of the Mike> container init process in a file in /var/lib/lxc/${VM} somewhere? +1 from me, sounds like a very useful thing to do. Might it be so that container A would want to know about that sort of thing from container B or vice versa

[lxc-devel] Just for giggles...

2010-01-31 Thread Michael H. Warfield
Hey all, Just for giggles, could we save the host PID of the container init process in a file in /var/lib/lxc/${VM} somewhere? I know there's all sorts of contingencies, like what what if that process forks and execs another process and the parent process exits and what not... Most of the time,

Re: [lxc-devel] [Lxc-users] Request for inclusion into mainline LXC utils

2010-01-31 Thread Daniel Lezcano
Dominik Schulz wrote: > Am Samstag 30 Januar 2010 21:54:29 schrieb Guillaume ZITTA: >> Sorry for the late response, I was on holidays. >> I do think joining efforts is always a good thing. >> I think some things needs to be defined : >> - best practices for a good container is (no udev, syslog conf

Re: [lxc-devel] Permission of /dev/null to 0600 when booting daemon mode without logging

2010-01-31 Thread Daniel Lezcano
Ryousei Takano wrote: > Hi daniel and all, > > I have ran the CentOS 5 container on the CentOS 5. When lxc-start executes > with daemon mode > and without logging, the permission of /dev/null on the host OS changes from > 0666 to 0600. > > I guess it is because lxc uses bind mount due to remap

Re: [lxc-devel] [patch] fix improper null termination

2010-01-31 Thread Daniel Lezcano
Ryousei Takano wrote: > Hi Daniel, > > This patch correctly terminates the string returned by readlink(2) with a > NULL charactor. Good catch. Thanks Ryousei. -- Daniel -- The Planet: dedicated and managed hosting,

Re: [lxc-devel] [Lxc-users] Request for inclusion into mainline LXC utils

2010-01-31 Thread Dominik Schulz
Am Samstag 30 Januar 2010 21:54:29 schrieb Guillaume ZITTA: > Sorry for the late response, I was on holidays. > I do think joining efforts is always a good thing. > I think some things needs to be defined : > - best practices for a good container is (no udev, syslog conf...) > - what minimal featur