Univention Bugzilla – Attachment 6151 Details for
Bug 36105
noVNC error when "Globally available" disabled, Failed to connect to server (code: 1006)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for /usr/lib/pymodules/python2.6/univention/uvmm/node.py
uvmm-novnc-localhost.patch (text/plain), 651 bytes, created by
Daniel Tröder
on 2014-10-09 11:51:53 CEST
(
hide
)
Description:
patch for /usr/lib/pymodules/python2.6/univention/uvmm/node.py
Filename:
MIME Type:
Creator:
Daniel Tröder
Created:
2014-10-09 11:51:53 CEST
Size:
651 bytes
patch
obsolete
>--- uvmm/node.py.bak 2014-10-09 10:10:40.632510736 +0200 >+++ uvmm/node.py 2014-10-09 11:34:36.680505335 +0200 >@@ -781,11 +781,15 @@ > continue > if gfx.type != Graphic.TYPE_VNC: > continue >- if gfx.listen != '0.0.0.0': >+ if gfx.listen == '0.0.0.0': >+ kvmvncaddr = self.pd.name >+ elif gfx.listen == None: >+ kvmvncaddr = '127.0.0.1' >+ else: > continue > if gfx.port <= 0: > continue >- print >> tmp_file, '%s: %s:%d' % (uuid, self.pd.name, gfx.port) >+ print >> tmp_file, '%s: %s:%d' % (uuid, kvmvncaddr, gfx.port) > os.rename(tmp_file.name, path) > > def wait_update(self, domain, state_key, timeout=10):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36105
:
6151
|
6524