Displaying 20 results from an estimated 11000 matches similar to: "problem with safe_asterisk"
2010 Feb 23
2
Running safe_asterisk
About two weeks ago there was a thread about asterisk suddenly dying - I
posted a response that the same happens to my asterisk about once a
month, sometimes more.
Someone suggested using 'safe_asterisk' (and get hold of a core dump)
which sounds like a good idea, but one thing I can't figure is how to
get "module reload app_queue" executed automatically at startup?
2008 May 11
2
Use safe_asterisk manually, you get colors in CLI. Crontab it, you don't.
2007 Feb 12
3
Disable root shell from CLI
Hi,
I configured Asterisk to run as "asterisk" user, but I see that a user can
anyway get a root sheet using !command in CLI. I understood that it's
something related to safe_asterisk and TTY console, but modifying the script
safe_asterisk I wasn't able to disable this root access.
Can someone help me?
Thanks.
-------------- next part --------------
An HTML attachment was
2010 Jan 25
1
ASTSBINDIR not being picked up by safe_asterisk
Recently safe_asterisk is failing to pick up ASTSBINDIR. I've never had
this problem before and even when I move to back versions I have the
issue. I did upgrade safe_asterisk and the init.d scripts a version or
so ago but even when I try older ones I still have the problem. When I
hard code the location things seem to work. The problem that occurs is:
cat:
2004 Mar 31
2
safe_asterisk with non-root user
Hello,
I've found a couple of previous posts on this subject, but with no
posted resolution...
I'm attempting to run * as a non-root user (asterisk), following the
guidelines on the wiki:
http://voip-info.org/tiki-index.php?page=Asterisk%20non-root
I can run * as my new user with "/usr/sbin/asterisk -vvvvc" without
problem.
However, I'm unable to run * using
2009 May 22
1
/etc/asterisk/startup.d
Does anybody think it would make sense for /etc/init.d/asterisk
to run /etc/asterisk/startup.d/*.sh on start like safe_asterisk
did?
Philipp Kempgen
--
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
Videos of the AMOOCON VoIP
2010 Mar 23
4
Safe_asterisk doesn't exists???
Hello my friends,
I'm very worry about a problem i'm having...my asterisk got freez some
times, every 5 or 6 days with NO trace in /var/log/asterisk/messages
What i want to know is if safe_asterisk has something to be with this?
This is what i have on my server:
[root at mypbx ~]# ps -A | grep asterisk
9118 ? 00:01:30 asterisk
[root at dreampbx ~]# ps aux | grep asterisk
root
2011 Jul 01
1
Starting asterisk: /usr/sbin/safe_asterisk: line 86: ulimit: open files: cannot modify limit: Operation not permitted
Hi
Please help me understand about the below issue ?
[root at asterisk1 ~]# /etc/init.d/asterisk restart
Stopping safe_asterisk: [ OK ]
Shutting down asterisk: [ OK ]
Starting asterisk: /usr/sbin/safe_asterisk: line 86: ulimit: open
files: cannot modify limit: Operation not permitted
2011 Jul 01
1
Starting asterisk: /usr/sbin/safe_asterisk: line 86: ulimit: open files: cannot modify limit: Operation not permitted
Hi
Please help me understand about the below issue ?
[root at asterisk1 ~]# /etc/init.d/asterisk restart
Stopping safe_asterisk: [ OK ]
Shutting down asterisk: [ OK ]
Starting asterisk: /usr/sbin/safe_asterisk: line 86: ulimit: open
files: cannot modify limit: Operation not permitted
2004 Jan 12
3
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.
2008 Oct 16
3
How to launch batch whenever Asterisk (re)start ?
Hi,
Using Asterisk 1.4, I would like to send a couple of SIP notifies or various
scripts whenever Asterisk restart.
My concern is also deal with restart from CLI but I don't how Asterisk is
restarted when using CLI.
Is safe_asterisk used ?
What is the best way to do ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 May 04
1
safe_asterisk
I was looking at the shell in /usr/sbin and the following statement does not
seem right: while :; (read colon + semi colon).
In C that would be 2xsemi-colon. is this correct in a bash shell?
I am having problems with safe_asterisk. when it dies, it is not being
brought up again. It works very well for stop/start/startus but does not
bring up asterisk when it fails.
-------------- next part
2008 Jun 03
2
Asterisk Seg faulting.... No core dump.
I have a instance of Asterisk 1.2.14 that is being run from safe_asterisk.
Asterisk is seg faulting and NOT generating a core dump.
Why would that be? How can I make it dump core? Is there a setting in the safe_asterisk script that I am missing?
Thanks,
Doug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 16
4
Remote UNIX connection, Remote UNIX disconnected displayed every second
Hi,
every second I get on the console:
Remote UNIX connection
Remote UNIX disconnected
which gives no problem but makes console unusable.
Is there anybody who has encountered the same problem? How did you solve it?
TIA
Giorgio Incantalupo
2006 Mar 02
3
Child PID's
All, I'm not sure how to word this question but we're noticing a lot of
our asterisk boxes no longer have multiple asterisk child processes.
i.e. doing a 'ps ax' reveals only 1 asterisk PID when normally I'm used
to seeing 8+ .. There is no rhyme or reason to it, and we're using the
safe_asterisk script which has always worked in the past. Ast 1.2.4, zap
1.2.4, naturally..
2007 Feb 28
1
Run-away Asterisk
After testing some AGI's, I noticed several extra Asterisk processes. They
are not zombies, but can't be killed by safe_asterisk. Nor will they die
when CLI issues stop now. Then I read that each AGI spawns a separate
Asterisk process. But all my AGI calls have apparently completed
successfully. So there should be no reason for them to hang there.
Several questions:
1) Under
2007 Nov 19
7
asterisk as non-root/best practices
Hi,
I have set up asterisk to run as non root, and allow admin users to log
in to the server as asterisk, which gives them privileges to edit
configs in the asterisk home directory.
As for connecting to the console with 'asterisk -r' - this by default
does not work as asterisk is owned stored in /usr/sbin/asterisk
I am reading that the best way to solve this is to use 'visudo' -
2007 Nov 07
5
What do you do to keep asterisk alive?
I've asterisk stop (presumably segfaulting) a couple of times, and I was
just beginning to look at how to keep it running - what have others
done?
I was thinking of wrapping a script around asterisk like this:
while 1
do
asterisk -f
done
/Per Jessen, Z?rich
--
http://www.spamchek.com/ - your spam is our business.
2008 Jun 30
4
Voicemail- Recorded Mesage Low Volume
> Hi Daniel,
>
> I'm intrigued by this and wanted to try it out - but I'm wondering how
> you get Asterisk to call sox at all during Voicemail()? Our server
> doesn't even have sox installed, so I'm not sure how to go about
> tricking Asterisk into running a different one.
To do anything useful you would have to get sox installed on your
server. But to get
2005 Feb 28
5
Strange text on Asterisk console
I've just set up a new box with FC1+updates and the latest Stable
Asterisk from CVS.
Asterisk is started with the default safe_asterisk script with a
console on TTY9.
The coloured text on this console is made up of weird characters
instead of normal. Please see http://www.softins.co.uk/dsc00018.jpg
for an example.
If I do "asterisk -rvvvvv" on a normal login, either via the