Re: [Spice-devel] Help with TLS and SPICE client

2011-09-23 Thread Alon Levy
On Fri, Sep 23, 2011 at 08:04:39PM +, Kirkpatrick, Jeffrey W wrote: > I still get the same error. > ok, I do plan to try to reproduce this, but meanwhile I can point you to some tests I know work http://cgit.freedesktop.org/~alon/spice-tests/tree/spice_make_certs.sh http://cgit.freedesktop

Re: [Spice-devel] Help with TLS and SPICE client

2011-09-23 Thread Kirkpatrick, Jeffrey W
I still get the same error. # spicec -h 206.143.80.210 -p 5901 -s 5902 --ca-file ~/spice_truststore.pem --secure-channels all --host-subject "C=TX,L=Dallas,O=Bofa,CN=KVMhostname.bankofamerica.com" Error: failed to connect w/SSL, ssl_error error:0001:lib(0):func(0):reason(1) 140229240091976

Re: [Spice-devel] Help with TLS and SPICE client

2011-09-23 Thread Alon Levy
On Thu, Sep 22, 2011 at 07:40:11PM +, Kirkpatrick, Jeffrey W wrote: Thanks for the detailed report, notes below. [snip] > spicec -h IPADDRESS_OF_KVM_HOST -p 5901 -s 5902 --ca-file > .\spice_truststore.pem --secure-channels all --host-subject "C=TX, L=Dallas, > O=Bofa, CN=KVMhostname.bankofa

[Spice-devel] Help with TLS and SPICE client

2011-09-23 Thread Kirkpatrick, Jeffrey W
I followed the guidance on this page http://spice-space.org/page/SSLConnection and http://fedoraproject.org/wiki/QA:Testcase_Virtualization_Manually_set_spice_listening_port_with_TLS_port_set for setting up SSL authentication for the SPICE client, however I am still unable to connect via an SSL

Re: [Spice-devel] Mouse not working with agent

2011-09-23 Thread Hans de Goede
Hi, On 09/23/2011 12:04 PM, Damien Churchill wrote: On 23 September 2011 10:28, Hans de Goede wrote: Hi, Hmm, which version / build of qemu are you using, home build? And if so from where? Or distro packages and if so from which distro and which version? Regards, Hans This is using U

Re: [Spice-devel] [PATCH spice-gtk 2/2] gtk/Makefile.am: Better explicit deps fro autogenerated files

2011-09-23 Thread Marc-André Lureau
ACK - Original Message - > Auto-generated files need explicit deps on them to ensure things > are build in the right order when doing things like make -j200: > 1) We had an explicit deps on spice-marshal.h, but only for > spice-channel.c, >but others need it to > 2) autogen.c files nee

Re: [Spice-devel] [PATCH spice-gtk 1/2] configure.ac: Update minimum required spice-protocol to 0.9.0

2011-09-23 Thread Marc-André Lureau
ACK - Original Message - > This is needed for usbredir support. > > Signed-off-by: Hans de Goede > --- > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 98b91de..4550c8d 100644 > --- a/configure.ac > +++ b/

Re: [Spice-devel] Mouse not working with agent

2011-09-23 Thread Damien Churchill
On 23 September 2011 10:28, Hans de Goede wrote: > Hi, > > On 09/23/2011 11:10 AM, Damien Churchill wrote: >> >> On 22 September 2011 22:48, Marc-André Lureau >>  wrote: >>> >>> So if the server is slow or hanging, you'll most likely get this >>> message. In theory, the ack messages are indepeden

Re: [Spice-devel] Mouse not working with agent

2011-09-23 Thread Hans de Goede
Hi, On 09/23/2011 11:10 AM, Damien Churchill wrote: On 22 September 2011 22:48, Marc-André Lureau wrote: So if the server is slow or hanging, you'll most likely get this message. In theory, the ack messages are indepedent of the agent, as they are handled directly by spice server (before the

Re: [Spice-devel] Mouse not working with agent

2011-09-23 Thread Damien Churchill
On 22 September 2011 22:48, Marc-André Lureau wrote: > So if the server is slow or hanging, you'll most likely get this > message. In theory, the ack messages are indepedent of the agent, as > they are handled directly by spice server (before the event is > forwarded to the agent or handled by a t

Re: [Spice-devel] [PATCH 4/4] build: move G_DEFINE_BOXED in glib-compat.h

2011-09-23 Thread Hans de Goede
ACK On 09/23/2011 01:22 AM, Marc-André Lureau wrote: --- gtk/Makefile.am |2 + gtk/display/gnome-rr.c | 46 +--- gtk/glib-compat.h| 65 ++ gtk/smartcard-manager.c |2 + gtk/usb-device-ma

Re: [Spice-devel] [PATCH 3/4] pulse: use spice_g_signal_connect_object

2011-09-23 Thread Hans de Goede
ACK On 09/23/2011 01:22 AM, Marc-André Lureau wrote: Disconnect all handlers when either emitter or observer is gone. That should help https://bugzilla.redhat.com/show_bug.cgi?id=737202 --- gtk/spice-pulse.c | 74 +++- 1 files changed, 33 inse

Re: [Spice-devel] [PATCH 2/4] util: add spice_g_signal_connect_object

2011-09-23 Thread Hans de Goede
ACK. On 09/23/2011 01:22 AM, Marc-André Lureau wrote: This is a copy of telepathy-glib tp_g_signal_connect_object. That function allows to connect object's signals without having to worry much about emitter/observer lifetime. It handles automatic disconnection for us, no need to track all the

[Spice-devel] [PATCH spice-gtk 2/2] gtk/Makefile.am: Better explicit deps fro autogenerated files

2011-09-23 Thread Hans de Goede
Auto-generated files need explicit deps on them to ensure things are build in the right order when doing things like make -j200: 1) We had an explicit deps on spice-marshal.h, but only for spice-channel.c, but others need it to 2) autogen.c files need autogen.h, note this is done in a separate m

[Spice-devel] [PATCH spice-gtk 1/2] configure.ac: Update minimum required spice-protocol to 0.9.0

2011-09-23 Thread Hans de Goede
This is needed for usbredir support. Signed-off-by: Hans de Goede --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 98b91de..4550c8d 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_CHECK_HEADERS([sys/soc

Re: [Spice-devel] [PATCH 1/4] build: slightly better parallel build

2011-09-23 Thread Hans de Goede
Hi, On 09/23/2011 01:22 AM, Marc-André Lureau wrote: Following a discussion on the ML with Hans, I proposed this build change that make parallel build more robust. (Hans solution is not yet ready, and is more complicated) Erm, my solution is ready, and has been ready since 2 September, but fo