Univention Bugzilla – Attachment 6152 Details for
Bug 36106
noVNC error when /var on other partition than /tmp, 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-node-rename.patch (text/plain), 555 bytes, created by
Daniel Tröder
on 2014-10-09 11:56:41 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:56:41 CEST
Size:
555 bytes
patch
obsolete
>--- uvmm/node.py.bak 2014-10-09 10:10:40.632510736 +0200 >+++ uvmm/node.py 2014-10-09 10:31:04.224509423 +0200 >@@ -55,6 +55,7 @@ > import fnmatch > import re > import random >+import shutil > from xml.sax.saxutils import escape as xml_escape > import tempfile > try: >@@ -786,7 +787,7 @@ > if gfx.port <= 0: > continue > print >> tmp_file, '%s: %s:%d' % (uuid, self.pd.name, gfx.port) >- os.rename(tmp_file.name, path) >+ shutil.move(tmp_file.name, path) > > def wait_update(self, domain, state_key, timeout=10): > """Wait until domain gets updated."""
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 36106
:
6152
|
6414