[asterisk-bugs] [Asterisk 0016784]: [patch] 99.9 cpu when asterisk started with init.d script
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Mar 7 22:14:14 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16784
======================================================================
Reported By: pabelanger
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16784
Category: Core/General
Reproducibility: always
Severity: major
Priority: normal
Status: ready for testing
Asterisk Version: 1.4.29
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-02-06 16:40 CST
Last Modified: 2010-03-07 22:14 CST
======================================================================
Summary: [patch] 99.9 cpu when asterisk started with init.d
script
Description:
Odd issue, starting asterisk from /etc/init.d/asterisk (under Ubuntu 8.04)
causes asterisk to consume 100% cpu. If you start it asterisk from the
CLI, there is no issue.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0016887 /etc/init.d/asterisk.debian consumes 10...
======================================================================
----------------------------------------------------------------------
(0119076) mutineer612 (reporter) - 2010-03-07 22:14
https://issues.asterisk.org/view.php?id=16784#c119076
----------------------------------------------------------------------
I experienced this issue running 1.6.2.4 with Ubuntu server 9.10. I
removed the '-c' from the end /etc/init.d/asterisk line 85, and cpu
utilization is now normal. Hopefully this is fixed in 1.6.2.5.
Original line 85:
start-stop-daemon --start --oknodo --background --exec $DAEMON -- $ASTARGS
-c
Fixed Line 85:
start-stop-daemon --start --oknodo --background --exec $DAEMON -- $ASTARGS
Issue History
Date Modified Username Field Change
======================================================================
2010-03-07 22:14 mutineer612 Note Added: 0119076
======================================================================
More information about the asterisk-bugs
mailing list