What should be next steps?
Log are here.
looks like a db connection issue, check mariadb is running or not? if not start the mariadb and run the installation script again.
systemctl status mariadb.service
It fixed issue.
Now i can’t access GUI chrome keeps loading
Indicates it is running:
root@FreePBX17-Deb:~# systemctl status mariadb.service
● mariadb.service - MariaDB 10.11.6 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; preset: enabled)
Active: active (running) since Fri 2024-10-25 17:27:30 UTC; 5min ago
Docs: man:mariadbd(8)
https://mariadb.com/kb/en/library/systemd/
Main PID: 829 (mariadbd)
Status: “Taking your SQL requests now…”
Tasks: 28 (limit: 19119)
Memory: 269.3M
CPU: 1.485s
CGroup: /system.slice/mariadb.service
└─829 /usr/sbin/mariadbd
Let me try running the installation script again, as suggested…
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.