vncproxy: wait until vnc port is ready

This commit is contained in:
Dietmar Maurer 2012-10-24 08:59:31 +02:00
parent a70ebde31c
commit 3da8510790
3 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.2
VERSION=2.0
PACKAGE=qemu-server
PKGREL=61
PKGREL=62
DESTDIR=
PREFIX=/usr

View File

@ -1091,6 +1091,8 @@ __PACKAGE__->register_method({
my $upid = $rpcenv->fork_worker('vncproxy', $vmid, $authuser, $realcmd);
PVE::Tools::wait_for_vnc_port($port);
return {
user => $authuser,
ticket => $ticket,

View File

@ -1,3 +1,9 @@
qemu-server (2.0-62) unstable; urgency=low
* vncproxy: wait until vnc port is ready
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Oct 2012 08:58:52 +0200
qemu-server (2.0-61) unstable; urgency=low
* add 'win8' ostype (same defaults as win7 for now)