I got a machine where the settings got changed too much...
We try to reanable mariadb-server. Now we got this far, that after systemctl start mariadb.service
the service runns. But the terminal is still blocked. The systemctl
command does not finish till we write systemctl stop mariadb.service
.
Our workaround now is to start via a screen -dms systemctl start mariadb.service
but I want to fix it.
Any ideas what to do?
0 Answers