Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
93b45212
Commit
93b45212
authored
Oct 24, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vncproxy: wait until vnc port is ready (avoid connection errors)
parent
03299c3b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
Nodes.pm
PVE/API2/Nodes.pm
+2
-0
OpenVZ.pm
PVE/API2/OpenVZ.pm
+2
-0
changelog.Debian
debian/changelog.Debian
+6
-0
No files found.
PVE/API2/Nodes.pm
View file @
93b45212
...
@@ -528,6 +528,8 @@ __PACKAGE__->register_method ({
...
@@ -528,6 +528,8 @@ __PACKAGE__->register_method ({
};
};
my
$upid
=
$rpcenv
->
fork_worker
('
vncshell
',
"",
$user
,
$realcmd
);
my
$upid
=
$rpcenv
->
fork_worker
('
vncshell
',
"",
$user
,
$realcmd
);
PVE::Tools::
wait_for_vnc_port
(
$port
);
return
{
return
{
user
=>
$user
,
user
=>
$user
,
...
...
PVE/API2/OpenVZ.pm
View file @
93b45212
...
@@ -887,6 +887,8 @@ __PACKAGE__->register_method ({
...
@@ -887,6 +887,8 @@ __PACKAGE__->register_method ({
my
$upid
=
$rpcenv
->
fork_worker
('
vncproxy
',
$vmid
,
$authuser
,
$realcmd
);
my
$upid
=
$rpcenv
->
fork_worker
('
vncproxy
',
$vmid
,
$authuser
,
$realcmd
);
PVE::Tools::
wait_for_vnc_port
(
$port
);
return
{
return
{
user
=>
$authuser
,
user
=>
$authuser
,
ticket
=>
$ticket
,
ticket
=>
$ticket
,
...
...
debian/changelog.Debian
View file @
93b45212
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
pve-manager (2.2-23) unstable; urgency=low
* update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
* update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment