You may try to stop the processes like this:
systemctl stop mysqld mariadb
If it doesn’t help please check the running mysqld processes:
ps aux | grep mysqld
EDIT:
Here a solution where the mysqld process is killed:
You may try to stop the processes like this:
systemctl stop mysqld mariadb
If it doesn’t help please check the running mysqld processes:
ps aux | grep mysqld
EDIT:
Here a solution where the mysqld process is killed:
i have launched new instance and freshly installed Nethserver7 and after this i have installed Freepbx from software center. But got same error this is the somekind of NS7 bug.
Forbidden You don’t have permission to access /freepbx on this server.
This done ! but same error is happening with opening webUI.
Forbidden You don’t have permission to access /freepbx
Did you allow a network/IP for web access?
Thanks a lot man, i have given my IP and subnetmask on this webaccess thats why it was not working. When i have given 0.0.0.0 then its started working.
You’re welcome. Please mark the answer that solved the problem so others will find the solution easily.