[pve-devel] pve-manager: novnc preview V2

Dietmar Maurer dietmar at proxmox.com
Fri Jun 13 12:07:51 CEST 2014


> I am still a bit unhappy with the qemu-server side. I will try to work on that next
> week.

To test with your qemu-server patches you need to apply:

diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index ebacc95..ab4ba00 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -1386,7 +1386,7 @@ __PACKAGE__->register_method({
                $cmd = ['/bin/nc', '-l', '-p', $port, '-w', $timeout, '-c', "$qm
 
                if ($websocket) {
-                   $cmd = ["/usr/share/novnc/utils/wsproxy.py", '--run-once', "
+                   $cmd = ["/usr/share/novnc-pve/utils/wsproxy.py", '--run-once
                }
            }





More information about the pve-devel mailing list