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

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Feb 23 11:32:03 CST 2010


The following issue has been set as DUPLICATE OF issue 0016784. 
====================================================================== 
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:                     new
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-02-23 11:32 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 99.9 cpu when asterisk started with ini...
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-02-23 11:32 mnick          Relationship added       duplicate of 0016784
======================================================================




More information about the asterisk-bugs mailing list