[Spice-devel] build error if you define PIPE_DEBUG

2013-05-14 Thread bigclouds
hi, error because pixman.h is out of date. better to update debug feature. thanks.___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] why spice server is not aware of client-disconnection.

2013-05-14 Thread bigclouds
hi, i unplug cable for 30 minutes, server are not aware of client's disconnection, i think it is a defect. whether keeping a disconnect socket depend on how much work you can save in order to recover disconnected socket. even you delay to disconnect cahnnels , but finally you have to disc

Re: [Spice-devel] [Users] usb pass-through

2013-05-14 Thread Einav Cohen
> - Original Message - > From: "Ryan Wilkinson" > Sent: Tuesday, May 14, 2013 9:08:52 AM > > When will a stable Ovirt release be available with the IE8 improvements? Hi Ryan, the IE8 improvements will be available in the next oVirt release that will be rebased from master. I assume thi

Re: [Spice-devel] [Users] usb pass-through

2013-05-14 Thread Ryan Wilkinson
When will a stable Ovirt release be available with the IE8 improvements? On Sat, Apr 20, 2013 at 8:00 AM, Einav Cohen wrote: > > - Original Message - > > From: "Itamar Heim" > > Sent: Saturday, April 20, 2013 9:32:39 AM > > > > On 04/20/2013 01:26 AM, Ryan Wilkinson wrote: > > > Does t

Re: [Spice-devel] [Users] usb pass-through

2013-05-14 Thread Ryan Wilkinson
I have looked through the spice downloads and don't see an install for the "usbclerk service." Where can I obtain that?? On Sun, Apr 28, 2013 at 1:23 AM, Uri Lublin wrote: > On 04/26/2013 02:41 PM, Itamar Heim wrote: > >> On 04/25/2013 07:50 PM, Ryan Wilkinson wrote: >> >>> Can't seem to get a

Re: [Spice-devel] why spice server is not aware of client-disconnection.

2013-05-14 Thread Alon Levy
On Tue, 2013-05-14 at 07:18 -0400, Marc-André Lureau wrote: > > Hi > > - Mensaje original - > > > > We don't have any keep alive. > > Do you know if there is a reason? (perhaps I am missing something obvious) Not really. I mean, what's the down side, a tiny bit of bandwidth / wakeups?

Re: [Spice-devel] why spice server is not aware of client-disconnection.

2013-05-14 Thread Marc-André Lureau
Hi - Mensaje original - > > We don't have any keep alive. Do you know if there is a reason? (perhaps I am missing something obvious) ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/s

Re: [Spice-devel] [PATCHv2 spice-gtk] session: timeout after 10s of socket connect() attempt

2013-05-14 Thread Marc-André Lureau
Hi - Mensaje original - > hi, > i have send a mail to ask why server is not aware of client's disconnection, > nor client side. both think the connection is good. > i test via unplug cable. look at result after unplug cable. > why is that? > thanks > server: > tcp 0 392 192.168.5.240:5903

Re: [Spice-devel] why spice server is not aware of client-disconnection.

2013-05-14 Thread Alon Levy
On Tue, 2013-05-14 at 17:38 +0800, bigclouds wrote: > hi,all > look at the output of netstat, it is after at least 30minutes i > un-plug cable. > how to make server know client's disconnect and disconnect > channels(clean channels). > > > tcp0 0 192.168.5.240:5903 192.168.5

[Spice-devel] [vdagent-win] Update spice-protocol submodule to 0.12.5

2013-05-14 Thread Christophe Fergeau
This is needed to get the definition of VD_AGENT_CLIENT_DISCONNECTED --- spice-protocol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-protocol b/spice-protocol index 1e378a1..df6bc62 16 --- a/spice-protocol +++ b/spice-protocol @@ -1 +1 @@ -Subproject commit 1e378a1

Re: [Spice-devel] [PATCHv2 spice-gtk] session: timeout after 10s of socket connect() attempt

2013-05-14 Thread bigclouds
hi, i have send a mail to ask why server is not aware of client's disconnection, nor client side. both think the connection is good. i test via unplug cable. look at result after unplug cable. why is that? thanks server: tcp0392 192.168.5.240:5903 192.168.5.163:60029

[Spice-devel] why spice server is not aware of client-disconnection.

2013-05-14 Thread bigclouds
hi,all look at the output of netstat, it is after at least 30minutes i un-plug cable. how to make server know client's disconnect and disconnect channels(clean channels). tcp0 0 192.168.5.240:5903 192.168.5.163:60029 ESTABLISHED 31315/qemu-kvm tcp0

Re: [Spice-devel] [PATCHv2 spice-gtk] session: timeout after 10s of socket connect() attempt

2013-05-14 Thread Hans de Goede
Hi, Looks good (with the #if GLIB_CHECK_VERSION(2,26,0) you already mentioned added), ACK. Regards, Hans On 05/13/2013 08:36 PM, Marc-André Lureau wrote: https://bugzilla.redhat.com/show_bug.cgi?id=885101 --- gtk/spice-session.c | 34 +- 1 file changed, 33