Installing on -
Linux freepbx17 6.1.0-9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08) x86_64 GNU/Linux
Made it quite a ways, but failing on the fwconsole command from the log file. Same result if run manually.
root@freepbx17:/tmp# fwconsole ma install sysadmin
Exception: SQLSTATE[HY000] [2002] Connection refused::SQLSTATE[HY000] [2002] Connection refused in file /var/www/html/admin/libraries/utility.functions.php on line 120
Caused by
PDOException: SQLSTATE[HY000] [2002] Connection refused in file /var/www/html/admin/libraries/BMO/Database.class.php on line 141
Stack trace:
root@freepbx17:/var/log/pbx# mysql -u freepbxuser -h localhost asterisk -p
Enter password:
ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (111)
@kgupta I’m pretty sure my database was dying due to lack of memory. I’m playing on a tiny VM. I increased the memory and started over and everything is installing fine now. It didn’t quite recover when I just re-ran the install script. I had errors about .htaccess and others. But I started from a fresh Debian image and a new VM and all good.
Appreciate the insight!
I do see this warning.
Unable to configure networking service: systemd-networkd conflict
Not quite sure how to resolve that one and google isn’t helping me, yet anyway. Still hunting.