Re: [pve-devel] spice and sound

2013-07-18 Thread Dietmar Maurer
> Also, do we need more than 1 audio card ? I do not need more than one, but I am unsure about that. But I guess we can start with a single one. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-dev

Re: [pve-devel] spice tls + proxy: ssl_verify.c:484:openssl_verify: ssl: hostname

2013-07-18 Thread Alexandre DERUMIER
I think I got how it's works. when we send client_migrate_info qmp, client is connecting to the standby target guest. (reconnect through the original http proxy) At the end of the migration, the client switch to the new host. the seamless-migration=on flag, help the client to do a transparent m

Re: [pve-devel] spice tls + proxy: ssl_verify.c:484:openssl_verify: ssl: hostname

2013-07-18 Thread Alexandre DERUMIER
about seamless migration, they are 2 mode: true seamless migration, adding seamless-migration=on to spice server options. semi-semless migration (client disconnect/reconnect to spice). But documentation is not very clear, I don't known if I need to use client_migrate_info with true seamless mod

Re: [pve-devel] spice and sound

2013-07-18 Thread Alexandre DERUMIER
Also, do we need more than 1 audio card ? - Mail original - De: "Dietmar Maurer" À: "Alexandre DERUMIER" Cc: pve-devel@pve.proxmox.com, "Martin Maurer" Envoyé: Jeudi 18 Juillet 2013 15:56:45 Objet: RE: [pve-devel] spice and sound > I don't known, maybe some users don't want to

Re: [pve-devel] spice and sound

2013-07-18 Thread Dietmar Maurer
> I don't known, maybe some users don't want to have audio in spice ? > For my personnal usage, I want spice but I don't need audio. (Web servers, > databases on windows. I don't known if audio can reduce performance for > some percents) > > Just give audio card configuration in gui seem enough fo

Re: [pve-devel] spice tls + proxy: ssl_verify.c:484:openssl_verify: ssl: hostname

2013-07-18 Thread Alexandre DERUMIER
Works fine on my test cluster ! Thanks ! I'll try to see how seamless migration works. I known we can send new host,port values with qmp , but I don't known how it's works with proxy and proxyticket (as we have a timestamp). " client_migrate_info -- Set the spice/vnc connecti

Re: [pve-devel] Amazon S3 Filesystem Plugin

2013-07-18 Thread Alexandre DERUMIER
Do you want to do only backup ? If yes, maybe simply use s3fs fuse to mount the s3 storage as a filesystem ? (but be careful of write speed) https://code.google.com/p/s3fs/ - Mail original - De: "Albert Murillo Aguirre" À: pve-devel@pve.proxmox.com Envoyé: Jeudi 18 Juillet 2013 13:

[pve-devel] Firmware for various Realtek nics

2013-07-18 Thread Michael Rasmussen
Hi all, Installing latest 3.10 kernel i Debian Sid revealed that Realtek has released there firmware for Linux to git.kernel.org. Since a lot of on-board nics these days are Realtek it might be an idea to include this in pve-firmware? dpkg -s firmware-realtek Package: firmware-realtek Status: ins

Re: [pve-devel] Amazon S3 Filesystem Plugin

2013-07-18 Thread Albert Murillo Aguirre
Hi all, I've recently discovered Proxmox and I'm really glad about it. Exploring the web interface I thought that it could be really interesting to develop a S3 plugin at pve-storage project to be able to store backup on a high available, cheap and huge storage. Any one can give me some help on w

Re: [pve-devel] spice tls + proxy: ssl_verify.c:484:openssl_verify: ssl: hostname

2013-07-18 Thread Alexandre DERUMIER
sorry, my fault, I didn't have updated qemuserver package I'm going testing it now - Mail original - De: "Alexandre DERUMIER" À: "Dietmar Maurer" Cc: pve-devel@pve.proxmox.com Envoyé: Jeudi 18 Juillet 2013 13:32:42 Objet: Re: [pve-devel] spice tls + proxy: ssl_verify.c:484:openssl_

Re: [pve-devel] spice tls + proxy: ssl_verify.c:484:openssl_verify: ssl: hostname

2013-07-18 Thread Dietmar Maurer
> > I don't known if you I have time to implement the proxy forward to connect > on a vm on a remote node: ? > > client ---> http connect proxy1> http connect proxy2 Just implemented that - please can you test? ___ pve-devel mailing list pve-devel

Re: [pve-devel] spice and sound

2013-07-18 Thread Alexandre DERUMIER
>>I guess the correct way is to add support for multiple sound cards: >> >>sound0: , >>sound1: , Yes >>And we infer a default audio device if spice is enabled but no sound card >>configured. >> >>What do you think? I don't known, maybe some users don't want to have audio in spice ? For my per

Re: [pve-devel] spice tls + proxy: ssl_verify.c:484:openssl_verify: ssl: hostname

2013-07-18 Thread Alexandre DERUMIER
I have an error on the call to spiceproxy api. (missing the new proxy propery) https://kvmtest1.odiso.net:8006/api2/extjs/nodes/kvmtest1/qemu/115/spiceproxy?proxy=kvmtest1.odiso.net {"success":0,"errors":{"proxy":"property is not defined in schema and the schema does not allow additional proper

Re: [pve-devel] spice and sound

2013-07-18 Thread Dietmar Maurer
> Do we need to give user choice of the model card ? (Maybe some old os like > winxp don't have intel-hda driver out of the box ?) I guess the correct way is to add support for multiple sound cards: sound0: , sound1: , And we infer a default audio device if spice is enabled but no sound card c

Re: [pve-devel] spice and sound

2013-07-18 Thread Alexandre DERUMIER
for intel-hda card, we can use this command line: (it's possible to enable/disable micro and duplex) -device intel-hda,id=sound5,bus=pci.0,addr=0x6 -device hda-micro,id=sound5-codec0,bus=sound5.0,cad=0 -device hda-duplex,id=sound5-codec1,bus=sound5.0,cad=1  Libvirt sample is here: http://lib

Re: [pve-devel] spice and sound

2013-07-18 Thread Martin Maurer
> -Original Message- > From: Alexandre DERUMIER [mailto:aderum...@odiso.com] > Sent: Donnerstag, 18. Juli 2013 09:59 > To: Martin Maurer > Cc: pve-devel@pve.proxmox.com; Dietmar Maurer > Subject: Re: [pve-devel] spice and sound > > >>Sound works for me, see > https://bugzilla.proxmox.com/s

Re: [pve-devel] spice and sound

2013-07-18 Thread Alexandre DERUMIER
>>Sound works for me, see https://bugzilla.proxmox.com/show_bug.cgi?id=413  >>Martin  So we need to add an audio card to the guest, right ? I don't known what is the best model card ? ac97 vs intel-hda vs es1370 ? (intel seem to be in good shape, with microphone support too) Do we need to

Re: [pve-devel] spice and sound

2013-07-18 Thread Martin Maurer
> I'll redo test with audio too. Sound works for me, see https://bugzilla.proxmox.com/show_bug.cgi?id=413 Martin ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] spice and sound

2013-07-18 Thread Dietmar Maurer
> >>That is totally unstable for me anyways. I guess it is good enough if > >>we only support spice if spice is enabled. > > I agree too, make sense if user enable spice, he want to use spice. > > I'll redo test with mouse, I don't remember if spice agent should be installed > on the guest before

Re: [pve-devel] spice and sound

2013-07-18 Thread Alexandre DERUMIER
>>That is totally unstable for me anyways. I guess it is good enough if we only >>support >>spice if spice is enabled. I agree too, make sense if user enable spice, he want to use spice. I'll redo test with mouse, I don't remember if spice agent should be installed on the guest before disabli

Re: [pve-devel] spice and sound

2013-07-18 Thread Dietmar Maurer
> >>Do we need to add a soundhw for spice? > I think,yes, It's not like rdp. I don't have tested it yet. > > > >>And can we disable the tablet device if we use spice? > We need to disable it ! (I have bad behaviour when tablet is enable). > > But I don't known if user is doing vnc and spice at t

Re: [pve-devel] spice and sound

2013-07-18 Thread Alexandre DERUMIER
>>Do we need to add a soundhw for spice? I think,yes, It's not like rdp. I don't have tested it yet. >>And can we disable the tablet device if we use spice? We need to disable it ! (I have bad behaviour when tablet is enable). But I don't known if user is doing vnc and spice at the same time ?