vncproxy: wait until vnc port is ready (avoid connection errors)

This commit is contained in:
Dietmar Maurer 2012-10-24 09:02:23 +02:00
parent 739b444d7c
commit 6806a0f851
3 changed files with 10 additions and 0 deletions

View File

@ -528,6 +528,8 @@ __PACKAGE__->register_method ({
};
my $upid = $rpcenv->fork_worker('vncshell', "", $user, $realcmd);
PVE::Tools::wait_for_vnc_port($port);
return {
user => $user,

View File

@ -887,6 +887,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 @@
pve-manager (2.2-24) unstable; urgency=low
* vncproxy: wait until vnc port is ready (avoid connection errors)
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Oct 2012 09:02:08 +0200
pve-manager (2.2-23) unstable; urgency=low
* update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz