[asterisk-bugs] [Asterisk 0016887]: /etc/init.d/asterisk.debian consumes 100% CPU

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Mar 7 22:14:52 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16887 
====================================================================== 
Reported By:                jlpedrosa
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16887
Category:                   General
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.2 
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-23 09:50 CST
Last Modified:              2010-03-07 22:14 CST
====================================================================== 
Summary:                    /etc/init.d/asterisk.debian consumes 100% CPU
Description: 
Hi all

An erroneous line in /etc/init.d/asterisk.debian makes the start script
consume one core:  the start-stop-deamon command line if $COLOR=yes  sends
the -c option to asterisk binary (give me console) and as a serivce it
can't be done.
Result: asterisk working but consuming whole server.
 
these are the lines.

 if test "x$COLOR" = "xyes" ; then
                export TERM=linux
                start-stop-daemon --start --oknodo --background --exec
$DAEMON -- $ASTARGS -c
        else
                start-stop-daemon --start --oknodo --exec $DAEMON --
$ASTARGS
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0016784 [patch] 99.9 cpu when asterisk started ...
====================================================================== 

---------------------------------------------------------------------- 
 (0119077) mutineer612 (reporter) - 2010-03-07 22:14
 https://issues.asterisk.org/view.php?id=16887#c119077 
---------------------------------------------------------------------- 
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: 0119077                          
======================================================================




More information about the asterisk-bugs mailing list