Asterisk ended with exit status 1 ...
I had an error in my IP address. Went into setup, and made the change. I then entered "service network restart," then "service asterisk restart." I then it happened... Asterisk ended with exit status 1 Asterisk died with code 1. Automatically restarting Asterisk. mpg123: no process killed Have not been able to stop it. I tried powering down the computer, and did a restart... tried and "service asterisk restart" again, and the errors continue. Any suggestions? Thanks, Bob kk6ecm
Bob, Once it boots up login and type the command # service asterisk stop Then read the log file # nano /var/log/asterisk/messages You will have to scroll to the bottom of the file to find out the problem. Usually I run the following sequence of commands # service asterisk stop # rm -Rf /var/log/asterisk/messages # service asterisk start Let it run until you get the error then: # service asterisk stop # nano /var/log/asterisk/messages -- Regards, Chris Andrist On Apr 29, 2014, at 9:22 PM, "Bob" <kk6ecm@gmail.com<mailto:kk6ecm@gmail.com>> wrote: I had an error in my IP address. Went into setup, and made the change. I then entered "service network restart," then "service asterisk restart." I then it happened... Asterisk ended with exit status 1 Asterisk died with code 1. Automatically restarting Asterisk. mpg123: no process killed Have not been able to stop it. I tried powering down the computer, and did a restart... tried and "service asterisk restart" again, and the errors continue. Any suggestions? Thanks, Bob kk6ecm _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org<mailto:App_rpt-users@ohnosec.org> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Thanks, I'll give a go. _____ From: Chris Andrist [mailto:chris@yeahmon.net] Sent: Tuesday, April 29, 2014 8:26 PM To: Bob Cc: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] Asterisk ended with exit status 1 ... Bob, Once it boots up login and type the command # service asterisk stop Then read the log file # nano /var/log/asterisk/messages You will have to scroll to the bottom of the file to find out the problem. Usually I run the following sequence of commands # service asterisk stop # rm -Rf /var/log/asterisk/messages # service asterisk start Let it run until you get the error then: # service asterisk stop # nano /var/log/asterisk/messages -- Regards, Chris Andrist On Apr 29, 2014, at 9:22 PM, "Bob" <kk6ecm@gmail.com> wrote: I had an error in my IP address. Went into setup, and made the change. I then entered "service network restart," then "service asterisk restart." I then it happened... Asterisk ended with exit status 1 Asterisk died with code 1. Automatically restarting Asterisk. mpg123: no process killed Have not been able to stop it. I tried powering down the computer, and did a restart... tried and "service asterisk restart" again, and the errors continue. Any suggestions? Thanks, Bob kk6ecm _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (2)
-
Bob -
Chris Andrist