The MariaDB service on my LibreElec 12.02 is suddenly not starting, so none of my media is showing up currently. I have uninstalled and re-installed the MariaDB serice add-on, but still no jot. I have enabled debugging and rebooted, but I see no errors in the kodi.log about the MariaDB service; in fact, it seems to show that it started up OK:
Code
2025-02-08 09:20:58.400 T:1354 info <general>: CAddonMgr::FindAddons: service.mariadb v12.0.0.4 installed
2025-02-08 09:20:58.400 T:1354 info <general>: CAddonMgr::FindAddons: service.mariadb v12.0.0.4 installed
2025-02-08 09:20:59.011 T:1354 debug <general>: LocalizeStrings: loaded 4 strings from file /storage/.kodi/addons/service.mariadb/resources/language/English/strings.po
2025-02-08 09:20:59.317 T:1354 debug <general>: CServiceAddonManager: starting service.mariadb
2025-02-08 09:20:59.320 T:1392 debug <general>: CPythonInvoker(13, /storage/.kodi/addons/service.mariadb/default.py): start processing
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13, /storage/.kodi/addons/service.mariadb/default.py): the source file to load is "/storage/.kodi/addons/service.mariadb/default.py"
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): full python path:
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): custom python path:
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): /storage/.kodi/addons/service.mariadb
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): default python path:
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): /usr/lib/python311.zip
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): /usr/lib/python3.11
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): /usr/lib/python3.11/lib-dynload
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): /usr/lib/python3.11/site-packages
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13): adding args:
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13):
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13, /storage/.kodi/addons/service.mariadb/default.py): entering source directory /storage/.kodi/addons/service.mariadb
2025-02-08 09:20:59.492 T:1392 debug <general>: CPythonInvoker(13, /storage/.kodi/addons/service.mariadb/default.py): instantiating addon using automatically obtained id of "service.
2025-02-08 09:20:59.503 T:1381 debug <general>: -->Python Interpreter Initialized<--
2025-02-08 09:20:59.503 T:1381 debug <general>:
Display More
That is all there is in the log about MariaDB. Trying to start it automatically shows no error either; it just returns back to the command line like it started without issue.
Your insight is greatly appreciated!