Univention Bugzilla – Attachment 9737 Details for
Bug 47583
Improve UMC system diagnostic sysvol check
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qa.patch
qa.patch (text/plain), 858 bytes, created by
Arvid Requate
on 2018-11-12 19:50:48 CET
(
hide
)
Description:
qa.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-11-12 19:50:48 CET
Size:
858 bytes
patch
obsolete
>diff --git a/management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/42_samba_tool_sysvolcheck.py b/management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/42_samba_tool_sysvolcheck.py >index 73ffd426db..7bd083c408 100755 >--- a/management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/42_samba_tool_sysvolcheck.py >+++ b/management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/42_samba_tool_sysvolcheck.py >@@ -88,7 +88,7 @@ def run(_umc_instance, rerun=False, fix_log=''): > output_list = output.splitlines() > for x in output_list: > if x.find("NT_STATUS_OBJECT_NAME_NOT_FOUND") == -1: >- error_descriptions.append("") >+ error_descriptions.append(x) > else: > error_descriptions.append(output) > if not rerun:
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 47583
:
9629
| 9737