Hello all
I hope someone can help quickly. Here is story:
My FS/Fusionpbx server ran out of disk space. The postgres server stopped responding. I quickly removed a bunch or files to make space. I restarted postgres. I also restarted Freeswitch using service freeswitch restart - and got an error. Then I ran:
systemctl status freeswitch.service
and got:
● freeswitch.service - freeswitch
Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled)
Active: failed (Result: exit-code) since Wed 2023-01-04 21:04:11 EST; 9min ago
Process: 6036 ExecStart=/usr/bin/freeswitch -u www-data -g www-data -ncwait $DAEMON_OPTS (code=exited, status=1/FAILURE)
Process: 6033 ExecStartPre=/bin/chown -R www-data:www-data /var/run/freeswitch/ (code=exited, status=0/SUCCESS)
Process: 6031 ExecStartPre=/bin/mkdir -p /var/run/freeswitch/ (code=exited, status=0/SUCCESS)
Jan 04 21:04:08 fs1 systemd[1]: freeswitch.service holdoff time over, scheduling restart.
Jan 04 21:04:08 fs1 systemd[1]: Stopping freeswitch...
Jan 04 21:04:08 fs1 systemd[1]: Starting freeswitch...
Jan 04 21:04:08 fs1 freeswitch[6036]: 6037 Backgrounding.
Jan 04 21:04:11 fs1 systemd[1]: Stopping freeswitch...
Jan 04 21:04:11 fs1 freeswitch[6036]: FreeSWITCH[6036] Waiting for background process pid:6037 to be ready.....
Jan 04 21:04:11 fs1 freeswitch[6036]: FreeSWITCH[6036] Error starting system! pid:6037
Jan 04 21:04:11 fs1 systemd[1]: freeswitch.service: control process exited, code=exited status=1
Jan 04 21:04:11 fs1 systemd[1]: Stopped freeswitch.
Jan 04 21:04:11 fs1 systemd[1]: Unit freeswitch.service entered failed state.
I did a bunch or googling and found I shoudl try:
/usr/bin/freeswitch -nc
When I did this, freeswitch seemed to have started, but 2 weird things happened: 1. Active Calls in Fusion did not show anything, nor did fs_cli 'show channels' (yes I had a call up) and 2. I saw two freeswitch processes in ps aux - one where the user was root and the other process user was www-data
Any suggestions welcomed.
thanks
Roger
I hope someone can help quickly. Here is story:
My FS/Fusionpbx server ran out of disk space. The postgres server stopped responding. I quickly removed a bunch or files to make space. I restarted postgres. I also restarted Freeswitch using service freeswitch restart - and got an error. Then I ran:
systemctl status freeswitch.service
and got:
● freeswitch.service - freeswitch
Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled)
Active: failed (Result: exit-code) since Wed 2023-01-04 21:04:11 EST; 9min ago
Process: 6036 ExecStart=/usr/bin/freeswitch -u www-data -g www-data -ncwait $DAEMON_OPTS (code=exited, status=1/FAILURE)
Process: 6033 ExecStartPre=/bin/chown -R www-data:www-data /var/run/freeswitch/ (code=exited, status=0/SUCCESS)
Process: 6031 ExecStartPre=/bin/mkdir -p /var/run/freeswitch/ (code=exited, status=0/SUCCESS)
Jan 04 21:04:08 fs1 systemd[1]: freeswitch.service holdoff time over, scheduling restart.
Jan 04 21:04:08 fs1 systemd[1]: Stopping freeswitch...
Jan 04 21:04:08 fs1 systemd[1]: Starting freeswitch...
Jan 04 21:04:08 fs1 freeswitch[6036]: 6037 Backgrounding.
Jan 04 21:04:11 fs1 systemd[1]: Stopping freeswitch...
Jan 04 21:04:11 fs1 freeswitch[6036]: FreeSWITCH[6036] Waiting for background process pid:6037 to be ready.....
Jan 04 21:04:11 fs1 freeswitch[6036]: FreeSWITCH[6036] Error starting system! pid:6037
Jan 04 21:04:11 fs1 systemd[1]: freeswitch.service: control process exited, code=exited status=1
Jan 04 21:04:11 fs1 systemd[1]: Stopped freeswitch.
Jan 04 21:04:11 fs1 systemd[1]: Unit freeswitch.service entered failed state.
I did a bunch or googling and found I shoudl try:
/usr/bin/freeswitch -nc
When I did this, freeswitch seemed to have started, but 2 weird things happened: 1. Active Calls in Fusion did not show anything, nor did fs_cli 'show channels' (yes I had a call up) and 2. I saw two freeswitch processes in ps aux - one where the user was root and the other process user was www-data
Any suggestions welcomed.
thanks
Roger