[asterisk-bugs] [JIRA] (ASTERISK-26619) Both AST_ARGS and ASTARGS used in /etc/init.d script
Telford Tendys (JIRA)
noreply at issues.asterisk.org
Wed Nov 23 19:12:10 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233885#comment-233885 ]
Telford Tendys commented on ASTERISK-26619:
-------------------------------------------
I searched inside Redhat's Bugzilla. Seems there was a bug with identical problem back in 2011 for RHEL-6 (almost identical to CentOS-6) and asterisk package version asterisk-1.8.6.0-4.fc16
https://bugzilla.redhat.com/show_bug.cgi?id=666081
Unfortunately, although supposedly fixed, I see exactly the same confusion between AST_ARGS and ASTARGS variable names.
Seems like it never really got fixed... I will go to the Bugzilla and try my luck.
Thanks again...
> Both AST_ARGS and ASTARGS used in /etc/init.d script
> ----------------------------------------------------
>
> Key: ASTERISK-26619
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26619
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: General
> Affects Versions: 1.8.32.3
> Environment: OS: CentOS release 6.8
> Package: asterisk-1.8.32.3-2.el6.x86_64
> Build Host: buildhw-12.phx2.fedoraproject.org
> Source RPM: asterisk-1.8.32.3-2.el6.src.rpm
> Reporter: Telford Tendys
> Assignee: Unassigned
> Severity: Minor
>
> Two different variable names are used for the same purpose in the script /etc/init.d/asterisk
> {quote}
> if [ $AST_USER ] ; then
> AST_ARGS="{color:red}$AST_ARGS{color} -U $AST_USER"
> fi
> if [ $AST_GROUP ] ; then
> AST_ARGS="{color:red}$AST_ARGS{color} -G $AST_GROUP"
> fi
> if [ $AST_CONFIG ]; then
> ASTARGS="{color:green}$ASTARGS{color} -C $AST_CONFIG"
> elif [ $ALTCONF ]; then
> ASTARGS="{color:green}$ASTARGS{color} -C $ALTCONF"
> fi
> {quote}
> Very likely this is a mistake. In testing it shows that changing the value of AST_USER inside /etc/sysconfig/asterisk has no effect on the running program because the arguments are lost in the script.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list