Re: [OpenIndiana-discuss] Mariadb always in maintenance mode

2024-01-22 Thread Marcel Telka
On Sun, Jan 21, 2024 at 08:56:15PM -0500, Christopher D. Bartels wrote: > I have the following repeated through the log: > > FATAL ERROR: Could not find /usr/mariadb/10.6/share/mysql_test_db.sql > > > So I've installed pkg:/database/mariadb-106/tests, which I thought had been > pulled in when I

Re: [OpenIndiana-discuss] Mariadb always in maintenance mode

2024-01-21 Thread Christopher D. Bartels
Thanks, this has revealed an important clue. I have the following repeated through the log: FATAL ERROR: Could not find /usr/mariadb/10.6/share/mysql_test_db.sql So I've installed pkg:/database/mariadb-106/tests, which I thought had been pulled in when I installed the base package, but appare

Re: [OpenIndiana-discuss] Mariadb always in maintenance mode

2024-01-21 Thread Till Wegmueller
Hi, Small workflow change compared to other sustems is, that you need to use `svcadm clear` command on the service to clear the maintenance mode of the service. -Till On 21.01.2024 09:09, Christopher D. Bartels wrote: Hi, I'm new to OpenIndiana so I'm hoping this is a quick fix that I'm j

Re: [OpenIndiana-discuss] Mariadb always in maintenance mode

2024-01-21 Thread Marcel Telka
On Sun, Jan 21, 2024 at 03:09:15AM -0500, Christopher D. Bartels wrote: > I haven't found an error log in /var/log to peruse. Or any other clues > anywhere else for that matter. Either `svcs -x` or `svcs -L SERVICE` (where SERVICE is likely svc:/application/database/mariadb:version_106 in this cas

[OpenIndiana-discuss] Mariadb always in maintenance mode

2024-01-21 Thread Christopher D. Bartels
Hi, I'm new to OpenIndiana so I'm hoping this is a quick fix that I'm just not familiar enough with the OS to do. What I'm encountering is what appears to be a successful installation of mariadb, but it stays in maintenance mode despite my best efforts. Which so far isn't much beyond settin