[pve-devel] spice and sound

2013-07-18 Thread Dietmar Maurer
Do we need to add a soundhw for spice? And can we disable the tablet device if we use spice? ___ 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 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 ?

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 the same

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 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 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:

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

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: model,options sound1: model,options 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 ?

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

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 aderum...@odiso.com À: Dietmar Maurer diet...@proxmox.com Cc: pve-devel@pve.proxmox.com Envoyé: Jeudi 18 Juillet 2013 13:32:42 Objet: Re: [pve-devel] spice tls

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

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 albertmurilloagui...@gmail.com À: pve-devel@pve.proxmox.com

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

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 for me.

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 diet...@proxmox.com À: Alexandre DERUMIER aderum...@odiso.com Cc: pve-devel@pve.proxmox.com, Martin Maurer mar...@proxmox.com Envoyé: Jeudi 18 Juillet 2013 15:56:45 Objet: RE: [pve-devel] spice and sound

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

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

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