[lxc-users] Are these messages normal for un-previlieged lxc containers?

2016-02-21 Thread John Siu
OS: Ubuntu 16.04 LXC: 2.0.0-rc1 Following are from host journal when starting up a lxc container: Feb 22 01:31:18 JS-HP cgmanager[2978]: cgmanager:do_create_main: pid 18926 (uid 1000 gid 1000) may not create under /run/cgmanager/fs/blkio/user.slice/lxc Feb 22 01:31:18 JS-HP cgmanager[2978]: cgma

Re: [lxc-users] [Help]LXD:point of differentiation. please answer my question

2016-02-21 Thread John Siu
> On Feb 20, 2016, at 02:39, 디케이 wrote: > > Hi^^ > > Recently, I first know about LXD and I have searched information with great > interest. > > (from articles, linuxcontainers.org , ubuntu > product page) > > But, until now, There are some parts that I can't

Re: [lxc-users] Better error logging when starting containers?

2016-02-21 Thread John Siu
I agree that lxc-start need better error logging, not only for lxc-start, but for most lxc-* tools. But on the other hand, dev properly are too busy straighten out other issue for lxc v2. Regarding your issue, you can try following: lxc-start-ephemeral -n e1 -l 9 -o test -d The “-l 9”

Re: [lxc-users] how can I unsubscribe this mail list?

2016-02-21 Thread Mike Wright
On 02/21/2016 05:37 PM, bse...@asx.co.jp wrote: Hi all how can I unsubscribe this mail list? At the bottom of every single email you receive from this list there is a link to a web page that handles mail for lxc-users. Click on that link and when the page loads go to the bottom and look for

Re: [lxc-users] how can I unsubscribe this mail list?

2016-02-21 Thread Mike Wright
On 02/21/2016 05:37 PM, bse...@asx.co.jp wrote: Hi all how can I unsubscribe this mail list? At the bottom of every single email you receive from this list there is a link to a web page that handles mail for lxc-users. Click on that link and when the page loads go to the bottom and look for

Re: [lxc-users] how can I unsubscribe this mail list?

2016-02-21 Thread Christoph Willing
On 22/02/16 11:37, bse...@asx.co.jp wrote: Hi all how can I unsubscribe this mail list? Thanks! ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users Try clicking on the last link in ev

[lxc-users] how can I unsubscribe this mail list?

2016-02-21 Thread bse...@asx.co.jp
Hi all how can I unsubscribe this mail list? Thanks! ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] (no subject)

2016-02-21 Thread bse...@asx.co.jp
___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] Better error logging when starting containers?

2016-02-21 Thread Akshay Karle
Hello lxc users, After having used lxc for a while now, I've realized that when the container fails to start, it fails with a very generic message as follows: $ lxc-start -n test lxc-start: lxc_start.c: main: 344 The container failed to start. lxc-start: lxc_start.c: main: 346 To get more details

Re: [lxc-users] Setting up unprivileged container in LVM

2016-02-21 Thread Bostjan Skufca
I think 770 permission on /home/gmc/.local/share/lxc/xxx or somewhere above are the cause of it. Usually when I create container and uidmapshift it (rootfs), I have to chmod 755 /var/lib/lxc/container-name before it can start. This chmod step is not needed for privileged containers. I think this