I have no problems lauching asterisk from the command line . . . asterisk -vvvvc However, I'm trying to autostart on boot up, so I'm trying safe_asterisk When I do this, I get: Asterisk ended with exit status 127. Asterisk died with code 127. Aborting. I've looked through the script but can't find what the problem is. I'm running on RedHat Fedora. Thanks for your help. Pat
Hello, I start Asterisk at boot time with a program called "screen". I boot up with this command in the /etc/rc.local: /usr/bin/screen -L -d -m /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvvgc This will launch the very verbose asterisk console detached with screen logging. You can reattach to it by typing: screen -r It works very well and the screen log is saved to /screenlog.0 MATT--- -----Original Message----- From: Pat Boyle [mailto:pboyle@drizzle.com] Sent: Monday, January 12, 2004 8:28 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Fw: problem with safe_asterisk I have no problems lauching asterisk from the command line . . . asterisk -vvvvc However, I'm trying to autostart on boot up, so I'm trying safe_asterisk When I do this, I get: Asterisk ended with exit status 127. Asterisk died with code 127. Aborting. I've looked through the script but can't find what the problem is. I'm running on RedHat Fedora. Thanks for your help. Pat _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Hi, Pat Boyle wrote:> I have no problems lauching asterisk from the command line . . . > asterisk -vvvvc > > However, I'm trying to autostart on boot up, so I'm trying safe_asterisk > > When I do this, I get: Asterisk ended with exit status 127. Asterisk died > with code 127. Aborting. I've looked through the script but can't find what > the problem is. I'm running on RedHat Fedora.Could You please have a look in the logfile. Maybe there are some information about the abort. I don't use Fedora but on Debian the log is under /var/log/asterisk/messages HTH, Karsten
I checked the log files in /var/log/asterisk There was nothing in there related to these errors. I think the script is ending after before asterisk even starts. Pat ------------------------------- Karsten Wemheuer asterisk-users@lists.digium.com Tue, 13 Jan 2004 08:34:31 +0100 a.. Previous message: [Asterisk-Users] Fw: problem with safe_asterisk b.. Next message: [Asterisk-Users] MeetMe issues? c.. Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] ---------------------------------------------------------------------------- ---- Hi, Pat Boyle wrote:> I have no problems lauching asterisk from the command line . . . > asterisk -vvvvc > > However, I'm trying to autostart on boot up, so I'm trying safe_asterisk > > When I do this, I get: Asterisk ended with exit status 127. Asteriskdied> with code 127. Aborting. I've looked through the script but can't findwhat> the problem is. I'm running on RedHat Fedora.Could You please have a look in the logfile. Maybe there are some information about the abort. I don't use Fedora but on Debian the log is under /var/log/asterisk/messages HTH, Karsten