当我尝试使用bellow命令启动Freeswitch时:
/etc/init.d/freeswitch
它会出错: -
[....]启动freeswitch(通过systemctl):freeswitch.serviceJob for freeswitch.service失败了。请参阅' systemctl状态 freeswitch.service '和' journalctl -xn '了解详情。失败!
然后我运行这个systemctl status freeswitch.service命令,那时它给了我这个错误:
●freeswitch.service - freeswitch已加载:已加载 (/lib/systemd/system/freeswitch.service; enabled)活动:失败 (结果:开始限制)自星期二2016-03-29 00:52:08美国东部时间; 8s ago前 处理:25997 ExecStart = / usr / bin / freeswitch -u freeswitch -g freeswitch -ncwait $ DAEMON_OPTS(code = exited,status = 1 / FAILURE)
3月29日00:52:07 systemd [1]:无法启动freeswitch。 3月29日 00:52:07 systemd [1]:Unit freeswitch.service进入失败状态。 3月29日00:52:08 systemd [1]:freeswitch.service重复启动请求 太快了,拒绝开始。 3月29日00:52:08 systemd [1]:失败了 开始freeswitch。 3月29日00:52:08 media03 systemd [1]:单位 freeswitch.service进入失败状态。
然后我运行了journalctl -xn这个命令它给了我这个错误:
- 日志从美国东部时间2016-03-22 15:12:38开始,于美国东部时间2016年2月30日01:17:01结束。 - 3月29日01:05:54 freeswitch [26066]:FreeSWITCH [26066] 启动系统时出错! pid:26067 Mar 29 01:05:54 systemd [1]: freeswitch.service:退出控制进程,代码=退出状态= 3月1日 29 01:05:54 systemd [1]:无法启动freeswitch。 - 主题:单位freeswitch.service失败
- 定义者:systemd
- 单位freeswitch.service失败。
- 结果失败。 3月29日01:05:54 systemd [1]:单位freeswitch.service进入失败状态。 3月29日01:17:01 CRON [26073]: pam_unix(cron:session):为用户root打开的会话(uid = 0)3月29日 01:17:01 CRON [26074] :( root)CMD(cd /&& run-parts --report /etc/cron.hourly)Mar 29 01:17:01 CRON [26073]: pam_unix(cron:session):用户root的会话已关闭
Freeswitch.log
2016-03-18 13:13:16.027486 [NOTICE] switch_loadable_module.c:1183 Deleting File Format 'ul'
2016-03-18 13:13:16.027486 [NOTICE] switch_loadable_module.c:1183 Deleting File Format 'ulaw'
2016-03-18 13:13:16.027486 [NOTICE] switch_loadable_module.c:1183 Deleting File Format 'al'
2016-03-18 13:13:16.027486 [NOTICE] switch_loadable_module.c:1183 Deleting File Format 'alaw'
2016-03-18 13:13:16.027486 [NOTICE] switch_loadable_module.c:1183 Deleting File Format 'adpcm'
2016-03-18 13:13:16.027486 [NOTICE] switch_loadable_module.c:1183 Deleting File Format 'vox'
2016-03-18 13:13:16.027486 [CONSOLE] switch_loadable_module.c:2008 Stopping: mod_sndfile
2016-03-18 13:13:16.027486 [DEBUG] switch_loadable_module.c:1330 Write lock interface 'en' to wait for existing references.
2016-03-18 13:13:16.027486 [NOTICE] switch_loadable_module.c:1338 Deleting Say interface 'en'
2016-03-18 13:13:16.027486 [CONSOLE] switch_loadable_module.c:2011 mod_say_en has no shutdown routine
答案 0 :(得分:4)
此问题与您的init脚本无法正常工作有关。 所以请尝试以下
/usr/local/freeswitch/bin/freeswitch
如果仍存在问题,请尝试killall freeswitch进程。 然后再次启动freeswitch