Re: [lxc-devel] lxc-start from git hangs in init

2013-04-26 Thread Kevin Wilson
lxc-start 1366983019.794 INFO lxc_console - no rootfs, no console. lxc-start 1366983019.794 WARN lxc_start - invalid pid for SIGCHLD rgs Kevin On Mon, Apr 22, 2013 at 7:39 PM, Serge Hallyn wrote: > Quoting Kevin Wilson (wkev...@gmail.com): >> Hello, >> I just

Re: [lxc-devel] lxc-start from git hangs in init

2013-04-20 Thread Kevin Wilson
0 05:39 pts/100:00:00 ps -ef Kevin On Sat, Apr 20, 2013 at 11:24 AM, Kevin Wilson wrote: > Hello, > I have a machine on which I successfully run > lxc-start -n CN /sbin/init > > This is an ububtu machine. > > Now, I tied to use the lxc from git and after running &

[lxc-devel] lxc-start from git hangs in init

2013-04-20 Thread Kevin Wilson
Hello, I have a machine on which I successfully run lxc-start -n CN /sbin/init This is an ububtu machine. Now, I tied to use the lxc from git and after running make install and trying to start the lxc, it hangs in init. (in fact, in plymouthd) It does not show error. from a different console i

[lxc-devel] [PATCH] remove duplicate method declaration (setup_cgroup).

2013-04-18 Thread Kevin Wilson
This patch removes duplicate method declaration (setup_cgroup) in conf.h. Signed-off-by: Kevin Wilson --- src/lxc/conf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 465b1ec..0e87c69 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -313,8 +313,6