Univention Bugzilla – Attachment 10288 Details for
Bug 49354
Traceback in "Überprüfe freien Festplatten Platz": ValueError: invalid literal for int() with base 10: 'none
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for bug 49354
30_disk_usage.patch (text/plain), 1.24 KB, created by
Christian Castens
on 2020-01-29 13:18:12 CET
(
hide
)
Description:
Patch for bug 49354
Filename:
MIME Type:
Creator:
Christian Castens
Created:
2020-01-29 13:18:12 CET
Size:
1.24 KB
patch
obsolete
>diff --git management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/30_disk_usage.py management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/30_disk_usage.py >index 4bc7e8242a..24c6544718 100755 >--- management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/30_disk_usage.py >+++ management/univention-management-console-module-diagnostic/umc/python/diagnostic/plugins/30_disk_usage.py >@@ -82,7 +82,6 @@ def high_log_levels(): > is_high('directory/manager/cmd/debug/level', 0), > is_high('dns/debug/level', 0), > is_high('dns/dlz/debug/level', 0), >- is_high('ldap/debug/level', 0), > is_high('listener/debug/level', 2), > is_high('mail/postfix/ldaptable/debuglevel', 0), > is_high('notifier/debug/level', 1), >@@ -100,7 +99,8 @@ def high_log_levels(): > is_on('saml/idp/log/debug/enabled'), > is_on('pdate/check/boot/debug'), > is_on('update/check/cron/debug'), >- lambda ucr: ucr.get('apache2/loglevel', 'warn') in ('notice', 'info', 'debug') >+ lambda ucr: ucr.get('apache2/loglevel', 'warn') in ('notice', 'info', 'debug'), >+ lambda ucr: ucr.get('ldap/debug/level', 'none') not in ('none', 0) > ) > > configRegistry = univention.config_registry.ConfigRegistry()
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 49354
:
10285
|
10286
| 10288