[lxc-devel] [nova-lxd/master] Update readme for better detail for using with devstack

2016-04-21 Thread rockstar on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/nova-lxd/pull/123 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request)

[lxc-devel] [PATCH] Initialize a pointer in split_init_cmd() to avoid gcc warnings

2016-04-21 Thread Leonid Isaev
gcc -Wall warns about uninitialized variables (-Wmaybe-uninitialized), and -Werror makes it fatal. This change allows the build to succeed by NULL'ifying the pointer passed to strtok_r(). Note that strtok_r(3) anyway ignores a non-NULL arg3 pointer on the 1st call with non-NULL arg1 string. Signe

Re: [lxc-devel] [PATCH] Initialize a pointer in split_init_cmd() to avoid gcc warnings

2016-04-21 Thread Serge Hallyn
Quoting Leonid Isaev (leonid.is...@jila.colorado.edu): > gcc -Wall warns about uninitialized variables (-Wmaybe-uninitialized), and > -Werror makes it fatal. This change allows the build to succeed by NULL'ifying > the pointer passed to strtok_r(). > > Note that strtok_r(3) anyway ignores a non-NU

[lxc-devel] [lxd/master] simplestreams: give better error on invalid source stream

2016-04-21 Thread tych0 on Github
The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/1918 This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===

Re: [lxc-devel] Unprivileged containers don't start with lxcfs 2.0.0

2016-04-21 Thread Mathias Gibbens
On Thu, 2016-04-07 at 17:30 +, Serge Hallyn wrote: > Quoting Mathias Gibbens (math...@calenhad.com): > > On Tue, 2016-04-05 at 16:45 +, Mathias Gibbens wrote: > > > On Tue, 2016-04-05 at 14:59 +, Serge Hallyn wrote: > > > > Quoting Mathias Gibbens (math...@calenhad.com): > > > > > On Sa