vncproxy: wait until vnc port is ready (avoid connection errors)
This commit is contained in:
parent
739b444d7c
commit
6806a0f851
@ -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,
|
||||
|
@ -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,
|
||||
|
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user