[lxc-devel] [PATCH] Add manpage for lxc-copy

2015-11-12 Thread Christian Brauner
(A trivial fix for lxc-copy is included.) Signed-off-by: Christian Brauner --- configure.ac | 1 + doc/Makefile.am | 1 + doc/lxc-copy.sgml.in | 291 +++ src/lxc/lxc_copy.c | 2 +- 4 files

[lxc-devel] [PATCH] Add manpage for lxc-copy

2015-11-12 Thread Christian Brauner
(A trivial fix for lxc-copy is included.) Signed-off-by: Christian Brauner --- configure.ac | 1 + doc/Makefile.am | 1 + doc/lxc-copy.sgml.in | 291 +++ src/lxc/lxc_copy.c | 2 +- 4 files

[lxc-devel] LXD/LXC container: SAMBA AD installation fail during configuration

2015-11-12 Thread Hudson FAS
After created the container "dcserv", and install "samba smbclient krb5-user", the following command resulted errors: root@dcserv:/etc/samba# samba-tool domain provision --use-rfc2307 --interactive Realm: MYDOM.NET Domain [MYDOM]: MYDOM Server Role (dc, member, standalone) [dc]: dc DNS

[lxc-devel] [PATCH] ubuntu-cloud: Various fixes

2015-11-12 Thread Stéphane Graber
- Update list of supported releases - Make the fallback release trusty - Don't specify the compression algorithm (use auto-detection) so that people passing tarballs to the template don't see regressions. Signed-off-by: Stéphane Graber ---

Re: [lxc-devel] [PATCH] ubuntu-cloud: Various fixes

2015-11-12 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > - Update list of supported releases > - Make the fallback release trusty > - Don't specify the compression algorithm (use auto-detection) so that >people passing tarballs to the template don't see regressions. > > Signed-off-by: Stéphane

[lxc-devel] [lxc/lxc] f8b2a4: ubuntu-cloud: Various fixes

2015-11-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: f8b2a49ce0bb7ce66d0c902b5976a48e49f754b2 https://github.com/lxc/lxc/commit/f8b2a49ce0bb7ce66d0c902b5976a48e49f754b2 Author: Stéphane Graber Date: 2015-11-12 (Thu, 12 Nov 2015) Changed

[lxc-devel] [lxc/lxc] ce4f39: ubuntu-cloud: Various fixes

2015-11-12 Thread GitHub
Branch: refs/heads/stable-1.1 Home: https://github.com/lxc/lxc Commit: ce4f39c953729be57d2c1d41c4e27eaeb7fd365d https://github.com/lxc/lxc/commit/ce4f39c953729be57d2c1d41c4e27eaeb7fd365d Author: Stéphane Graber Date: 2015-11-12 (Thu, 12 Nov 2015)

[lxc-devel] [lxc/lxc] 584e39: ubuntu-cloud: Various fixes

2015-11-12 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: 584e39175f0c9c0f1bb668f4dc382e2c0d5a460b https://github.com/lxc/lxc/commit/584e39175f0c9c0f1bb668f4dc382e2c0d5a460b Author: Stéphane Graber Date: 2015-11-12 (Thu, 12 Nov 2015)

[lxc-devel] Errored: lxc/lxc#1326 (master - f8b2a49)

2015-11-12 Thread Travis CI
Build Update for lxc/lxc - Build: #1326 Status: Errored Duration: 57 seconds Commit: f8b2a49 (master) Author: Stéphane Graber Message: ubuntu-cloud: Various fixes - Update list of supported releases - Make the fallback release trusty - Don't specify the

Re: [lxc-devel] [PATCH 1/1] sleep 0.5s on reboot

2015-11-12 Thread Stéphane Graber
On Thu, Nov 12, 2015 at 05:02:23PM +, Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu.com): > > On Thu, Nov 12, 2015 at 04:29:46PM +, Serge Hallyn wrote: > > > Quoting Stéphane Graber (stgra...@ubuntu.com): > > > > On Thu, Nov 12, 2015 at 07:52:16AM +, Serge Hallyn

Re: [lxc-devel] [PATCH 1/1] sleep 0.5s on reboot

2015-11-12 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On Thu, Nov 12, 2015 at 05:02:23PM +, Serge Hallyn wrote: > > Quoting Stéphane Graber (stgra...@ubuntu.com): > > > On Thu, Nov 12, 2015 at 04:29:46PM +, Serge Hallyn wrote: > > > > Quoting Stéphane Graber (stgra...@ubuntu.com): > > > > > On

Re: [lxc-devel] [PATCH 1/1] sleep 0.5s on reboot

2015-11-12 Thread Stéphane Graber
On Thu, Nov 12, 2015 at 07:52:16AM +, Serge Hallyn wrote: > to give lxcfs' cgroup view time out. Where does that 500ms come from? is it guaranteed that the kernel or fuse will flush the cache by then? Also, can't this be implemented as a hook? if so, we could just add this to the lxcfs

Re: [lxc-devel] [PATCH 1/1] sleep 0.5s on reboot

2015-11-12 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On Thu, Nov 12, 2015 at 07:52:16AM +, Serge Hallyn wrote: > > to give lxcfs' cgroup view time out. > > Where does that 500ms come from? is it guaranteed that the kernel or > fuse will flush the cache by then? I've set it in lxcfs:

Re: [lxc-devel] [PATCH 1/1] sleep 0.5s on reboot

2015-11-12 Thread Stéphane Graber
On Thu, Nov 12, 2015 at 04:29:46PM +, Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu.com): > > On Thu, Nov 12, 2015 at 07:52:16AM +, Serge Hallyn wrote: > > > to give lxcfs' cgroup view time out. > > > > Where does that 500ms come from? is it guaranteed that the kernel or