Re: [lxc-devel] Howto user namespaces?

2013-07-11 Thread Rui Xiang
On 2013/7/11 22:26, Serge Hallyn wrote: > Quoting Rui Xiang (rui.xi...@huawei.com): >> On 2013/7/9 23:58, Serge Hallyn wrote: >>> Quoting Rui Xiang (rui.xi...@huawei.com): >>>> On 2013/7/5 19:48, Serge Hallyn wrote: >>>>> Quoting Rui Xiang (rui.xi...@h

Re: [lxc-devel] Howto user namespaces?

2013-07-11 Thread Rui Xiang
On 2013/7/9 23:58, Serge Hallyn wrote: > Quoting Rui Xiang (rui.xi...@huawei.com): >> On 2013/7/5 19:48, Serge Hallyn wrote: >>> Quoting Rui Xiang (rui.xi...@huawei.com): >>>> The same issue troubles me. I try to start the container by these ways ... >>

Re: [lxc-devel] Howto user namespaces?

2013-07-09 Thread Rui Xiang
On 2013/7/9 19:54, Richard Weinberger wrote: > Am 09.07.2013 13:34, schrieb Rui Xiang: >> On 2013/7/5 19:48, Serge Hallyn wrote: >>> Quoting Rui Xiang (rui.xi...@huawei.com): >>>> The same issue troubles me. I try to start the container by these ways >>>&g

Re: [lxc-devel] Howto user namespaces?

2013-07-09 Thread Rui Xiang
On 2013/7/5 19:48, Serge Hallyn wrote: > Quoting Rui Xiang (rui.xi...@huawei.com): >> The same issue troubles me. I try to start the container by these ways >> in the mails, but get error results too. >> >> So I want to know about the plan to fix it. And your some

Re: [lxc-devel] Howto user namespaces?

2013-07-03 Thread Rui Xiang
On 2013/4/12 5:40, Serge Hallyn wrote: > Quoting richard -rw- weinberger (richard.weinber...@gmail.com): >> On Thu, Apr 11, 2013 at 7:02 PM, Eric W. Biederman >> wrote: >>> Serge Hallyn writes: >>> Quoting Eric W. Biederman (ebied...@xmission.com): After creating the /dev/ttyN we chown

[lxc-devel] [PATCH] lxc-monitord: remove hard code execvp path of lxc-monitord

2013-06-08 Thread Rui Xiang
Sometimes, the path of lxc tools is not '/usr/bin', but '/usr/local/bin' or other. Then execvp lxc-monitord will fail in lxc_monitord_spawn. Signed-off-by: Rui Xiang --- src/lxc/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/monitor.c