Re: [Spice-devel] spice-gtk http connect proxy authentification ?

2013-07-22 Thread Alexandre DERUMIER
Open a bug? Send a patch? :)  Thanks, I'll try to make a patch. As workaround for now, I'm using host value as ticket, with encoded user,pass,host. (As I'm using custom http proxy, I can decode them) - Mail original - De: Marc-André Lureau mlur...@redhat.com À: Alexandre DERUMIER

[Spice-devel] seamless spice migration : question about password/ticket for target vm

2013-07-22 Thread Alexandre DERUMIER
Hi, I'm trying to do migration, and I have a question about password on target vm. If I understand, client try to connect to target vm with same password (temporary ticket) used to connect to source vm. But, we need to configure this password to target vm, as I think that qemu migration

Re: [Spice-devel] remote-viewer: tls seamless migration : CA option is not keep

2013-07-22 Thread Marc-André Lureau
Hi - Mensaje original - Hi, I'm trying to do seamless migration of a qemu guest, using only tls for spice client. Client is remote-viewer, and is launched through a config file with the ca certificate embedded like this [virt-viewer] type=spice ca=BEGIN

Re: [Spice-devel] seamless spice migration : question about password/ticket for target vm

2013-07-22 Thread Yonit Halperin
Hi, On 07/22/2013 08:04 AM, Alexandre DERUMIER wrote: Hi, I'm trying to do migration, and I have a question about password on target vm. If I understand, client try to connect to target vm with same password (temporary ticket) used to connect to source vm. But, we need to configure this

Re: [Spice-devel] seamless spice migration : question about password/ticket for target vm

2013-07-22 Thread Marc-André Lureau
Hi - Mensaje original - Hi, On 07/22/2013 08:04 AM, Alexandre DERUMIER wrote: Hi, I'm trying to do migration, and I have a question about password on target vm. If I understand, client try to connect to target vm with same password (temporary ticket) used to connect to

Re: [Spice-devel] [(spice) PATCHv2 RFC 2/2] TIOCOUTQ - SIOCOUTQ and portability ifdefs

2013-07-22 Thread Yonit Halperin
Ack. The ping is sent over the display channel to check an upper limit for the roundtrip time. If the tcp stack is busy, we postpone the ping. So, without the ioctl, when the tcp stack is busy, the roundtrip estimation will probably be much bigger than the real one. However, we currently

Re: [Spice-devel] seamless spice migration : question about password/ticket for target vm

2013-07-22 Thread Yonit Halperin
On 07/22/2013 12:50 PM, Marc-André Lureau wrote: Hi - Mensaje original - Hi, On 07/22/2013 08:04 AM, Alexandre DERUMIER wrote: Hi, I'm trying to do migration, and I have a question about password on target vm. If I understand, client try to connect to target vm with same password

Re: [Spice-devel] [(spice) PATCH RFC 1/2] configure.ac comment typo nit

2013-07-22 Thread Yonit Halperin
Ack On 07/18/2013 11:04 AM, Nahum Shalman wrote: --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index edda8e9..a549ed9 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define([SPICE_AGE], [8]) # Note on

Re: [Spice-devel] Questions regarding Bug 62033 - Means to detect local-only

2013-07-22 Thread Fedor Lyakhov
Hi everyone, I've made a bit of progress on this issue - disable wallpaper and disable animations somewhat work with Gnome3. The code is very simple: static void disable_animation() { GSettings *desktop_settings = g_settings_new(org.gnome.desktop.interface);