mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 16:33:55 +00:00
vncproxy: wait until vnc port is ready
This commit is contained in:
parent
a70ebde31c
commit
3da8510790
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.2
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=61
|
||||
PKGREL=62
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user