opensipsctl start gives an error: opensips.pid does not exist

Viewed 2747

When I run opensipsctl start command for start opensips that time I got one error.

ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed

So please help me to solve it.

3 Answers

I was able to see logs and fix issue by below steps

Set log_level=4 in opensips.cfg to view debug logs in /var/log/syslog

debug is deprecated in 2.4 and higher version. You can refer here for different log level

Related