[asterisk-bugs] [JIRA] (ASTERISK-21965) [patch] Bug-fixed version of safe_asterisk not installed over old version

Matt Jordan (JIRA) noreply at issues.asterisk.org
Sat Jul 20 22:18:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208108#comment-208108 ] 

Matt Jordan commented on ASTERISK-21965:
----------------------------------------

After looking at this some more, I'm a little concerned about putting this into 1.8/11. It is annoying that it doesn't get re-installed on an upgrade; however, making it potentially blow out modifications to the safe_asterisk script that someone has made is worrisome. I'm fine with this going into trunk, particularly with the improvements to pulling parameters out of asterisk.conf.sample.

As such, I'm going to go ahead and commit this to trunk as an improvement.
                
> [patch] Bug-fixed version of safe_asterisk not installed over old version
> -------------------------------------------------------------------------
>
>                 Key: ASTERISK-21965
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21965
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: General
>    Affects Versions: 11.4.0, 11.5.0
>            Reporter: Jeremy Kister
>            Assignee: Matt Jordan
>            Severity: Minor
>         Attachments: safe_asterisk.patch
>
>
> {noformat}
> s4> ps -ef | grep asterisk                    
> root      5633 22285  0 01:42 pts/0    00:00:00 grep asterisk
> s4> safe_asterisk
> Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
> s4> ps -ef | grep asterisk
> root      5587     1  0 01:42 pts/0    00:00:00 /bin/sh /usr/local/sbin/safe_asterisk
> root      5589  5587  2 01:42 pts/0    00:00:00 /usr/local/sbin/asterisk -f -vvvg -c
> root      5615 22285  0 01:42 pts/0    00:00:00 grep asterisk
> s4>
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list