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

2013-07-22 Thread Alexandre DERUMIER
>>So upon migration, libvirt/ovirt will set the dest VM with the same old >>password? That sounds sane to me in general, but looks kinda against an >>expiry-based ticket. Yes, that's why I think is strange too. When a ticked is expired, it shouldn't be reused and stored. I don't known too muc

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"); g_settings_set_boolean(d

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] 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 (t

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 take

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) use

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 pas

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

2013-07-22 Thread Alexandre DERUMIER
>>Can you try the attached patch (not tested)? thanks  It's works fine, thanks ! - Mail original - De: "Marc-André Lureau" À: "Alexandre DERUMIER" Cc: "spice-devel" Envoyé: Lundi 22 Juillet 2013 15:25:07 Objet: Re: [Spice-devel] remote-viewer: tls seamless migration : CA option

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 CERTIFI

[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 proc