Hi!
After several days having problems with zabbix and the server that host it I have been able to understand what was happening.
A week ago I arrive to the office at the morning and I found a warning saying "Database error: No such file or directory [Retry]"

In the server I could see that service "mariadb.service" is stopped (using "service mariadb status")
I tried to start the service ("service mariadb start" or "systemctl start mariadb.service") and it hangs ... I used ctrl+c and reboot the system using "reboot" command.
The reboot process hangs too, it hangs when try to stop zabbix-server service:

I had to force restart the machine via VMWare.
After several researchs and investigations I can see that the problem occurs always after system try to do the daily update, after execute "apt upgrade", then I decide to try in interactive executing "apt upgrade".
When I execute "apt upgrade" several packages were installed but the process hangs when try to restart the services:

In other session I look at zabbix_server.log and I saw this:

Seems that when zabbix_server service stops need to access to database, and don't stops until access to it, however the mariadb is stopped. Then the restarting services process doesn't end.
After restart I try to restart the services to try reproduce the problem:

Effectively this process hangs ... MariaDb is stopped and zabbix-server continue running waiting for DB ... then the UI show the message saying "Database error".
Any help?
Thanks in advance.
PD:
Linux version:
Distributor ID: Ubuntu
Description: Ubuntu Noble Numbat (development branch)
Release: 24.04
Codename: noble
Zabbix version 6.4.13
MariaDB: mariadb-server-10.6/now 1:10.6.16+maria~ubu2204 amd64 [instalado, local]
After several days having problems with zabbix and the server that host it I have been able to understand what was happening.
A week ago I arrive to the office at the morning and I found a warning saying "Database error: No such file or directory [Retry]"
In the server I could see that service "mariadb.service" is stopped (using "service mariadb status")
I tried to start the service ("service mariadb start" or "systemctl start mariadb.service") and it hangs ... I used ctrl+c and reboot the system using "reboot" command.
The reboot process hangs too, it hangs when try to stop zabbix-server service:
I had to force restart the machine via VMWare.
After several researchs and investigations I can see that the problem occurs always after system try to do the daily update, after execute "apt upgrade", then I decide to try in interactive executing "apt upgrade".
When I execute "apt upgrade" several packages were installed but the process hangs when try to restart the services:
In other session I look at zabbix_server.log and I saw this:
Seems that when zabbix_server service stops need to access to database, and don't stops until access to it, however the mariadb is stopped. Then the restarting services process doesn't end.
After restart I try to restart the services to try reproduce the problem:
Effectively this process hangs ... MariaDb is stopped and zabbix-server continue running waiting for DB ... then the UI show the message saying "Database error".
Any help?
Thanks in advance.
PD:
Linux version:
Distributor ID: Ubuntu
Description: Ubuntu Noble Numbat (development branch)
Release: 24.04
Codename: noble
Zabbix version 6.4.13
MariaDB: mariadb-server-10.6/now 1:10.6.16+maria~ubu2204 amd64 [instalado, local]
Comment