On Tue, 4 Feb 2014 02:14:31 PM Frank, Petric wrote:
> Installed:
>   Proxmox 3.1 (dist-upgrade from today)
>   Spice-Proxy: virt-viewer-x64-0.6.0.msi  (as linked from proxmox wiki page)
>
> It seems that spiceproxy does not define the release-cursor key and the
> default <Ctrl>-<Alt> is not working under Windows.
>
> Any hints ?


Forgot I actually detailed it in another email.

This is *not* supported by proxmox the company. *Backup* Qemu.pm first.

On the proxmox server edit "/usr/share/perl5/PVE/API2/Qemu.pm", changes below 
are in bold.

   1399         # LWM
*   1400         my $conf = PVE::QemuServer::load_config($vmid, $node);*
   1401
   1402         return {
*   1403             'secure-attention' => "Ctrl+Alt+Ins",*
*   1404             'toggle-fullscreen' => "Shift+F11",*
*   1405             'release-cursor' => "Ctrl+Alt+R",*
*   1406             title => "VM $vmid - $conf->{'name'}",*
*   1407             type => 'spice',*
*   1408             #title => "VM $vmid",*
   1409             host => $proxyticket, # this break tls hostname
verification, so we need to use 'host-subject'
   1410             proxy => "http://$proxy:3128";,
   1411             'tls-port' => $port,
   1412             'host-subject' => $subject,
   1413             ca => $cacert,
   1414             password => $ticket,
   1415             'delete-this-file' => 1,
   1416         };
   1417     }});


then issue the command:

  service pvedaemon restart

to activate the changes.

--
Lindsay

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to