Running
"/usr/share/astguiclient/ADMIN_keepalive_ALL.pl"Gives Following:
DBI connect('asterisk:localhost:3306','cron',...) failed: Can't connect to local MySQL server through socket '/run/mysql/mysql.sock' (2) at /usr/share/astguiclient/ADMIN_keepalive_ALL.pl line 451.
Couldn't connect to database: Can't connect to local MySQL server through socket '/run/mysql/mysql.sock' (2) at /usr/share/astguiclient/ADMIN_keepalive_ALL.pl line 451.
running htop shows that ./kswapd is using 99% of CPU
Load Average is 3.00, I have 4 Core i5 CPU.
I also checked crontab entries and saw that they are missing.
Tried starting mysql, but faced the following:
vicibox10:~ # systemctl status mysql
● mariadb.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2022-09-21 21:19:12 IST; 1min 58s ago
Docs: man:mysqld(8)
https://mariadb.com/kb/en/library/systemd/ Process: 16176 ExecStartPre=/usr/lib/mysql/mysql-systemd-helper install (code=exited, status=203/EXEC)
Sep 21 21:19:12 vicibox10 systemd[1]: Starting MariaDB database server...
Sep 21 21:19:12 vicibox10 systemd[16176]: mariadb.service: Failed to execute command: Permission denied
Sep 21 21:19:12 vicibox10 systemd[16176]: mariadb.service: Failed at step EXEC spawning /usr/lib/mysql/mysql-systemd-helper: Permission denied
Sep 21 21:19:12 vicibox10 systemd[1]: mariadb.service: Control process exited, code=exited, status=203/EXEC
Sep 21 21:19:12 vicibox10 systemd[1]: mariadb.service: Failed with result 'exit-code'.
Sep 21 21:19:12 vicibox10 systemd[1]: Failed to start MariaDB database server.
vicibox10:~ # systemctl start mysql
Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
vicibox10:~ # ^C