MariaDB wont start

Systemdiagnosis shows

raceback (most recent call last):
File “/usr/lib/python2.7/dist-packages/univention/management/console/modules/diagnostic/init.py”, line 280, in execute
result = execute(umc_module, **kwargs)
File “/usr/lib/python2.7/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/python2.7/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/python2.7/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/python2.7/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’

any hint how to proceed?

Thanks

This traceback is a know bug. It will be fixed and released when resources are available.

Regarding your database not starting this is a different topic. Could you please check /var/log/syslog for hints why your database does not start?

/CV

1 Like

Hi @Christian_Voelker
Thank you for you answer!

I found the solution in the meantime:
the trouble was that the disk space was crowded and the “tc.log” to long >> rm /var/lib/mysql/tc.log did the “trick” afterwards >> systemctl start mariadb did result in a stable status as proofed by >>systemctl status mariadb

Hope that could help also someone else

Best

Mastodon