https://bugs.koozali.org/show_bug.cgi?id=11986
Bug ID: 11986
Summary: Failed at step EXEC spawning /usr/local/bin/fwconsole:
No such file or directory
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-freepbx
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
# tail -f /var/log/messages
May 29 01:46:39 sme10 systemd: freepbx.service holdoff time over, scheduling
restart.
May 29 01:46:39 sme10 systemd: Stopped FreePBX VoIP Server.
May 29 01:46:39 sme10 systemd: Starting FreePBX VoIP Server...
May 29 01:46:40 sme10 systemd: Failed at step EXEC spawning
/usr/local/bin/fwconsole: No such file or directory
May 29 01:46:40 sme10 systemd: freepbx.service: control process exited,
code=exited status=203
May 29 01:46:40 sme10 systemd: Failed to start FreePBX VoIP Server.
May 29 01:46:40 sme10 systemd: Unit freepbx.service entered failed state.
May 29 01:46:40 sme10 systemd: freepbx.service failed.
# whereis fwconsole
fwconsole: /usr/sbin/fwconsole
# systemctl cat freepbx.service
# /usr/lib/systemd/system/freepbx.service
[Unit]
Description=FreePBX VoIP Server
Requires=mariadb.service
[Service]
Type=forking
ExecStartPre=/sbin/e-smith/service-status freepbx
ExecStart=/usr/local/bin/fwconsole start -q
ExecStop=/usr/local/bin/fwconsole stop -q
ExecReload=/usr/local/bin/fwconsole reload -q
SyslogIdentifier=FreePBX
Restart=on-failure
StartLimitInterval=0
RestartSec=30
[Install]
WantedBy=multi-user.target sme-server.target
# rpm -qf /usr/lib/systemd/system/freepbx.service
smeserver-freepbx-14-1.el7.sme.x86_64
seems that I need to update the path
# systemctl cat freepbx.service
# /usr/lib/systemd/system/freepbx.service
[Unit]
Description=FreePBX VoIP Server
Requires=mariadb.service
[Service]
Type=forking
ExecStartPre=/sbin/e-smith/service-status freepbx
ExecStart=/usr/sbin/fwconsole start -q
ExecStop=/usr/sbin/fwconsole stop -q
ExecReload=/usr/sbin/fwconsole reload -q
SyslogIdentifier=FreePBX
Restart=on-failure
StartLimitInterval=0
RestartSec=30
[Install]
WantedBy=multi-user.target sme-server.target
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/