Re: [lxc-devel] [PATCH] [v3] Integrated lxc-net service for rpm based platforms.

2014-08-26 Thread Michael H. Warfield
On Tue, 2014-08-26 at 11:58 -0400, Stéphane Graber wrote: > I'm doing some testing and iterating on your patch some more to try and > get this to work and be policy compliant for Debian systems too. > The current work is happening at: > https://github.com/stgraber/lxc > I'll send an updated patch

[lxc-devel] [lxc/lxc] 0f9873: Add lxc-restore-net to extra_DIST

2014-08-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 0f987303e3642cb3c486ba74e56cd6e138c6b87e https://github.com/lxc/lxc/commit/0f987303e3642cb3c486ba74e56cd6e138c6b87e Author: Stéphane Graber Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M src/lxc/Mak

Re: [lxc-devel] [PATCH] [v3] Integrated lxc-net service for rpm based platforms.

2014-08-26 Thread Stéphane Graber
I'm doing some testing and iterating on your patch some more to try and get this to work and be policy compliant for Debian systems too. The current work is happening at: https://github.com/stgraber/lxc I'll send an updated patch once I'm satisfied by the result. On Mon, Aug 25, 2014 at 03:00:4

[lxc-devel] Fixed: lxc/lxc#656 (master - 188adf0)

2014-08-26 Thread Travis CI
Build Update for lxc/lxc - Build: #656 Status: Fixed Duration: 1 minute and 8 seconds Commit: 188adf0 (master) Author: Stéphane Graber Message: Fix build failure due to wrong test name Signed-off-by: Stéphane Graber View the changeset: https://github.com/lx

[lxc-devel] [lxc/lxc] 188adf: Fix build failure due to wrong test name

2014-08-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 188adf0594f623a1273b89a646402484b6816f90 https://github.com/lxc/lxc/commit/188adf0594f623a1273b89a646402484b6816f90 Author: Stéphane Graber Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M src/tests/M

[lxc-devel] Still Failing: lxc/lxc#655 (master - 88556fd)

2014-08-26 Thread Travis CI
Build Update for lxc/lxc - Build: #655 Status: Still Failing Duration: 2 minutes and 35 seconds Commit: 88556fd (master) Author: S.Çağlar Onur Message: handle hashed command socket names (v2) With the new hashed command socket names (e85898415c), it's possible

[lxc-devel] Broken: lxc/lxc#654 (master - 735f2c6)

2014-08-26 Thread Travis CI
Build Update for lxc/lxc - Build: #654 Status: Broken Duration: 3 minutes and 3 seconds Commit: 735f2c6 (master) Author: Tycho Andersen Message: Add support for checkpoint and restore via CRIU This patch adds support for checkpointing and restoring containers

[lxc-devel] [lxc/lxc] 88556f: handle hashed command socket names (v2)

2014-08-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 88556fd7560e3811f92108cb7eb51d41eb558724 https://github.com/lxc/lxc/commit/88556fd7560e3811f92108cb7eb51d41eb558724 Author: S.Çağlar Onur Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M src/lxc/comma

[lxc-devel] [lxc/lxc] 735f2c: Add support for checkpoint and restore via CRIU

2014-08-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 735f2c6e504a541cbb2592a3f94858bf337a24ff https://github.com/lxc/lxc/commit/735f2c6e504a541cbb2592a3f94858bf337a24ff Author: Tycho Andersen Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M .gitignore

Re: [lxc-devel] [PATCH] Add support for checkpoint and restore via CRIU

2014-08-26 Thread Stéphane Graber
On Tue, Aug 26, 2014 at 09:09:36AM -0500, Tycho Andersen wrote: > On Mon, Aug 25, 2014 at 04:25:28PM -0400, Stéphane Graber wrote: > > On Sun, Aug 24, 2014 at 02:43:53PM -0500, Tycho Andersen wrote: > > > > > > + if (!ret) { > > > + fprintf(stderr, "Checkpointing %s failed.\n", my_args.name

Re: [lxc-devel] [PATCH] Add support for checkpoint and restore via CRIU

2014-08-26 Thread Tycho Andersen
On Mon, Aug 25, 2014 at 04:25:28PM -0400, Stéphane Graber wrote: > On Sun, Aug 24, 2014 at 02:43:53PM -0500, Tycho Andersen wrote: > > > > + if (!ret) { > > + fprintf(stderr, "Checkpointing %s failed.\n", my_args.name); > > + if (ret == -ENOSYS) > > + fprintf