Univention Bugzilla – Attachment 10286 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), 911 bytes, created by
Christian Castens
on 2020-01-29 12:41:35 CET
(
hide
)
Description:
Patch for bug 49354
Filename:
MIME Type:
Creator:
Christian Castens
Created:
2020-01-29 12:41:35 CET
Size:
911 bytes
patch
obsolete
>--- 30_disk_usage_old.py 2020-01-29 09:57:05.962423103 +0100 >+++ 30_disk_usage_new.py 2020-01-29 09:55:10.546288896 +0100 >@@ -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