Search results

  1. M

    Can't log into System after initiating upgrade

    Hello Found this in another thread. I ran the commands as root. I'm able to log in now. cd /var/www/fusionpbx php /var/www/fusionpbx/core/upgrade/upgrade.php
  2. M

    Can't log into System after initiating upgrade

    Hello After initiating an upgrade, the system seemed to hang and wouldn't continue with the upgrade. I've rebooted the system and I'm able to make calls but I can't log into to the server. I've tried a different browser and I get...
  3. M

    CPU running at close to 100%

    Hello hfoster and thank you for your response. I'm not sure I understand what "I think the unit file needs: After=network.target network-online.target local-fs.target postgresql.service freeswitch.service" means. I used: "systemctl status event_guard.service" to verify if the service was...
  4. M

    CPU running at close to 100%

    That seems to have worked. Thanks very much for the tip. Is there a way to check if "event_guard.service" is running? %CPU CPU NI S TIME COMMAND 0.2 - 0 S 00:00:00 /usr/bin/php /var/www/fusionpbx/app/event_guard/resources/service/event_guard.php 0.3 - - S 00:00:44...
  5. M

    CPU running at close to 100%

    Additional Information: Is it the "event_guard.php" that's tying up the CPU? %CPU CPU NI S TIME COMMAND 0.1 - 0 S 00:00:00 /usr/bin/python3 /usr/bin/fail2ban-server -xf start 0.2 - 0 S 00:00:00 /sbin/init 0.4 - - S 00:00:01 /usr/bin/freeswitch -u www-data -g...
  6. M

    CPU running at close to 100%

    Hello I've noticed the CPU load running at close to 100% on my FusionPBX on a Proxmox VM. This only occurred after a recent power outage and subsequent reboot. I did a little diiging and used the command "top" to find out what the culprit is. What steps can I take to calm the cpu usage down...
  7. M

    Cannot dial out or connect

    I have a relatively small system so I think I'll go ahead and re-install it.
  8. M

    Cannot dial out or connect

    First command I used was ss -nltp | grep postgres Returned nothing. Then: systemctl status postgresql@13-main.service ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) Active: active (exited) since Sun...
  9. M

    Cannot dial out or connect

    Initial error message psql: error: connection to server at "127.0.0.1", port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? Then I switch to su and did a: systemctl stop postgresql Followed by a: systemctl start postgresql Then...
  10. M

    Cannot dial out or connect

    Are there any other steps I could try? Would a restore work? Thanks
  11. M

    Cannot dial out or connect

    Further update: I stopped then started the service: root@FusionPBX:~# systemctl stop postgresql root@FusionPBX:~# systemctl start postgresql root@FusionPBX:~# systemctl status postgresql ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service...
  12. M

    Cannot dial out or connect

    Update: I was reading through some of the forum posts and I did a "netstat -nal". Don't know if that helps. netstat -nal Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:80...
  13. M

    Cannot dial out or connect

    Hello postgresql seems to be started. pbx2@FusionPBX:~$ systemctl status postgresql ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) Active: active (exited) since Fri 2022-08-05 09:48:31 EDT; 3h 42min ago...
  14. M

    Cannot dial out or connect

    Hello Everything was working fine 4 days ago and now I can't connect via the GUI nor can I dial out. I've reset the VM instance but I get this error message when trying to login via the GUI. I can SSH into the device. I'm running FusionPBX on a Proxmox VM server. error: SQLSTATE[08006] [7]...
  15. M

    Moving Domains

    Hello I have a small system on a stand alone PC. The domain is "current.fusionpbx.com". I created a VM install of "test.fusionpbx.com" and hand programmed into it everything that was in "current.fushionpbx.com". On the "test.fusionpbx.com" VM I want to replace the FQDN with...
  16. M

    SOLVED SIP Phone Registration

    I've solved the issue by rebuilding the FusionPBX server on the virtual machine. Thanks for your reply.
  17. M

    SOLVED SIP Phone Registration

    Hello I have a SIP phone that can register to a stand alone FusionPBX server (192.168.2.25). If I shut that server down and turn on a virtual machine with the exact same ip address (192.168.2.25) as the stand alone, the soft phone will not register? I can ping 192.168.2.25 and I've run a sudo...
  18. M

    error: could not find driver

    Hello I've updated the php modules and can now get back into the admin GUI via a browser. Thank you very much for your help. root@fusionpbx:/home/pbx2# dpkg --get-selections | grep -i php \php install php-common...
  19. M

    error: could not find driver

    Hello It looks like there a bunch of php7.3 deinstalled and not replaced with the equivalent 7.4 version including 7.4 pgsql. I've done a sudo apt -y install php php-common, and still don't see the 7.4 pgsql. Please advise. Here's the php packages I have root@fusionpbx:/home/pbx2# dpkg...
  20. M

    error: could not find driver

    Okay. Thanks for the update. I was trying to get another instance of this server working on another machine - with some good results - but not 100%. I will try your suggestions to see if I can get back into the administrators screen.