Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeswitch Service not starting #13

Open
hrosx opened this issue Mar 30, 2022 · 1 comment
Open

Freeswitch Service not starting #13

hrosx opened this issue Mar 30, 2022 · 1 comment

Comments

@hrosx
Copy link

hrosx commented Mar 30, 2022

Hello the ansible script ran well on Debian buster (10). No errors:

PLAY RECAP
localhost : ok=53 changed=32 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0

But when starting the Freeswitch service it throw this error:

freeswitch.service - freeswitch
Loaded: loaded (/etc/systemd/system/freeswitch.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2022-03-30 19:33:22 UTC; 4s ago
Process: 28303 ExecStart=/usr/local/freeswitch//bin/freeswitch -nc -nonat (code=exited, status=0/SUCCESS)
Main PID: 28305 (code=exited, status=255/EXCEPTION)

Mar 30 19:33:22 ip-172-31-39-62 systemd[1]: freeswitch.service: Service RestartSec=100ms expired, scheduling restart.
Mar 30 19:33:22 ip-172-31-39-62 systemd[1]: freeswitch.service: Scheduled restart job, restart counter is at 5.
Mar 30 19:33:22 ip-172-31-39-62 systemd[1]: Stopped freeswitch.
Mar 30 19:33:22 ip-172-31-39-62 systemd[1]: freeswitch.service: Start request repeated too quickly.
Mar 30 19:33:22 ip-172-31-39-62 systemd[1]: freeswitch.service: Failed with result 'exit-code'.
Mar 30 19:33:22 ip-172-31-39-62 systemd[1]: Failed to start freeswitch.

any idea? Thanks

@davehorton
Copy link
Collaborator

check the /usr/local/freeswitch/log/freeswitch.log to see if it logs any errors.

Or, start it from the command line and see what happens:

# as root
LD_LIBRARY_PATH=/usr/local/bin:$LD_LIBRARY_PATH /usr/local/freeswitch/bin/freeswitch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants