Bug 52803 - ldap/debug/level=none causes problem in diagnostic module
ldap/debug/level=none causes problem in diagnostic module
Status: RESOLVED DUPLICATE of bug 49354
Product: UCS
Classification: Unclassified
Component: UMC - System diagnostic
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-02-16 16:59 CET by Dirk Wiesenthal
Modified: 2021-02-16 17:40 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Wiesenthal univentionstaff 2021-02-16 16:59:50 CET
We changed the default value of ldap/debug/level from '0' to 'none' some time ago:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/univention/management/console/modules/diagnostic/__init__.py", line 280, in execute
    result = execute(umc_module, **kwargs)
  File "/usr/lib/python3/dist-packages/univention/management/console/modules/diagnostic/plugins/30_disk_usage.py", line 136, in run
    if problem_on_varlog and high_log_levels():
  File "/usr/lib/python3/dist-packages/univention/management/console/modules/diagnostic/plugins/30_disk_usage.py", line 108, in high_log_levels
    return any(check(configRegistry) for check in checks)
  File "/usr/lib/python3/dist-packages/univention/management/console/modules/diagnostic/plugins/30_disk_usage.py", line 108, in 
    return any(check(configRegistry) for check in checks)
  File "/usr/lib/python3/dist-packages/univention/management/console/modules/diagnostic/plugins/30_disk_usage.py", line 73, in 
    return lambda ucr: int(ucr.get(variable, default)) > default
ValueError: invalid literal for int() with base 10: 'none'
Comment 1 Julia Bremer univentionstaff 2021-02-16 17:40:00 CET
Yeah, we already have a bug, and a patch, but it never made it into a sprint.

*** This bug has been marked as a duplicate of bug 49354 ***