Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-30 Thread Daniel P. Berrange
On Fri, Jul 26, 2013 at 12:26:36PM -0400, Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/26/2013 07:40 AM, Daniel P. Berrange wrote: On Fri, Jul 26, 2013 at 07:38:31AM -0400, Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't seem

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-26 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't seem to get the error reporting to turn on, what am I doing wrong., if (virInitialize() 0) { fprintf(stderr, _(Failed to initialize libvirt)); return EXIT_FAILURE; } if (virErrorInitialize() 0) {

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-26 Thread Daniel P. Berrange
On Fri, Jul 26, 2013 at 07:38:31AM -0400, Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't seem to get the error reporting to turn on, what am I doing wrong., if (virInitialize() 0) { fprintf(stderr, _(Failed to initialize libvirt)); return

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-26 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/26/2013 07:40 AM, Daniel P. Berrange wrote: On Fri, Jul 26, 2013 at 07:38:31AM -0400, Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't seem to get the error reporting to turn on, what am I doing wrong., if

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-25 Thread Daniel P. Berrange
On Sat, Jul 20, 2013 at 07:46:33AM -0400, dwa...@redhat.com wrote: From: Dan Walsh dwa...@redhat.com Openshift wants to have their gears stuck into a container when they login to the system. virt-login-shell will join a running gear with the username of the person running it, or attempt to

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-25 Thread Eric Blake
On 07/25/2013 11:06 AM, Daniel P. Berrange wrote: On Sat, Jul 20, 2013 at 07:46:33AM -0400, dwa...@redhat.com wrote: From: Dan Walsh dwa...@redhat.com Openshift wants to have their gears stuck into a container when they login to the system. virt-login-shell will join a running gear with the

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-25 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/25/2013 01:23 PM, Eric Blake wrote: On 07/25/2013 11:09 AM, Eric Blake wrote: ACK to this patch. Technically since we're post freeze we shouldn't commit this until 1.1.2, but since this is an entirely new program perhaps we could make

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-25 Thread Eric Blake
On 07/25/2013 11:09 AM, Eric Blake wrote: ACK to this patch. Technically since we're post freeze we shouldn't commit this until 1.1.2, but since this is an entirely new program perhaps we could make an exception here ? Thoughts ? It was posted pre-freeze; the only reason it didn't make

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-25 Thread Eric Blake
On 07/20/2013 05:46 AM, dwa...@redhat.com wrote: From: Dan Walsh dwa...@redhat.com Openshift wants to have their gears stuck into a container when they login to the system. virt-login-shell will join a running gear with the username of the person running it, or attempt to start the

[libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-20 Thread dwalsh
From: Dan Walsh dwa...@redhat.com Openshift wants to have their gears stuck into a container when they login to the system. virt-login-shell will join a running gear with the username of the person running it, or attempt to start the container if it is not running. (Currently containers do not

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-19 Thread Daniel P. Berrange
On Thu, Jul 18, 2013 at 05:25:56PM -0400, dwa...@redhat.com wrote: diff --git a/libvirt.spec.in b/libvirt.spec.in index e0e0004..34e3594 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1751,6 +1751,7 @@ fi %config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.qemu %endif

[libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-18 Thread dwalsh
From: Dan Walsh dwa...@redhat.com Openshift wants to have their gears stuck into a container when they login to the system. virt-login-shell will join a running gear with the username of the person running it, or attempt to start the container if it is not running. (Currently containers do not

Re: [libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-18 Thread Daniel P. Berrange
On Thu, Jul 18, 2013 at 12:18:31PM -0400, dwa...@redhat.com wrote: From: Dan Walsh dwa...@redhat.com Openshift wants to have their gears stuck into a container when they login to the system. virt-login-shell will join a running gear with the username of the person running it, or attempt to

[libvirt] [PATCH] virt-login-shell joins users into lxc container.

2013-07-18 Thread dwalsh
From: Dan Walsh dwa...@redhat.com Openshift wants to have their gears stuck into a container when they login to the system. virt-login-shell will join a running gear with the username of the person running it, or attempt to start the container if it is not running. (Currently containers do not