similar to: safe_asterisk doesn't restart when called by initlog in fedora

Displaying 20 results from an estimated 3000 matches similar to: "safe_asterisk doesn't restart when called by initlog in fedora"

2011 Feb 20
1
initlog is deprecated
Hello Centos, I am getting an error that I am not familiar with when I restart ssh. [root at virtcent01:~] #service sshd restart Stopping sshd: [ OK ] Starting sshd:WARNING: initlog is deprecated and will be removed in a future release [ OK ] [root at virtcent01:~] # I was just
2006 Jan 12
0
safe_asterisk not working?
I've been experiencing some crashes in Asterisk in the past few weeks. I haven't been able to find out why as gdb shows it's in a different function every time. But, in the meantime, I've been using safe_asterisk hoping that it would simply restart Asterisk by itself. It doesn't seem to do that. Whenever Asterisk crashed, the list of processes doesn't show asterisk or
2007 Feb 13
2
problem with safe_asterisk
Hi all, I have installed some Asterisk machine, all with the same problem. My typical configuration is: - Asterisk 1.2.14 (or 1.4.0beta3) - CentOS 4.4 server. The problem is this: When I start Asterisk with the default init script (/etc/init.d/asterisk start) distributed with the source, and kill (or kill -9) Asterisk-pid, then safe_asterisk doesn't correctly work (it dies and not restart
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:
2008 May 11
2
Use safe_asterisk manually, you get colors in CLI. Crontab it, you don't.
2004 Dec 09
0
safe_asterisk not working
Here is how I start asterisk: [root@asterisk asterisk]# /usr/sbin/safe_asterisk 2>&1 >/dev/null & safe_asterisk returns immediatly saying "Done" but asterisk still starts. Why doesn't safe_asterisk stay running? Thanks, Matthew
2005 Jan 10
0
Russian characters showing up on safe_asterisk console in RedHat 9 and Fedora Core 2
Here's a strange one - when I run safe_asterisk on either of these distros, words that are colored blue or violet (but not red) turn up in Russian (and some other languages, I think). If I run asterisk with the same arguments (-vvvg -c) as safe_asterisk does, from the console, it's OK. If I run it in a Putty window it's OK. If I run asterisk -r from another console or from
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
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
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
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
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?
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.
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
2004 Dec 25
0
safe_asterisk script contains error?
Heya, I was just trying out the safe_asterisk-script. I think that the 2 asterisk-commands in the script always need the "-f"-option, else the script doesn't really do what it is intended for I think ... except only on startup. greetz, Michel
2005 May 05
4
Asterisk on Fedora Core 2 startup script
I need an rc script that will autorun the module for the wctdm and then follow that by running asterisk. A first look at google tells me to try this list. Thanks, -- Jeff Ramsey
2003 Jun 04
1
rsync not overwriting files on destination
Hi, I am rsyncing from my source server A to a destination server B. A/vol1 contains two files syslog.txt and syslog.bak B/vol1 contains five files syslog.txt, syslog.bak, initlog.txt, internal.txt, and internal.bak. I want to preserve the 5 files on B/vol1 when I do rsync from A to B. Here is the command I use: rsync -av --delete --exclude-from=EXCLUDEFILE A/ B I've tried the option
2006 Jun 01
1
Several asterisk processes starting with safe_asterisk
Hi, I'm running asterisk 1.2.0 on a debian rel 2.6.13 and when I start it with safe asterisk I got instantly more then 10 processes. Until now I didn't detected any impact of this process proliferation in the system, but it is strange and I'm not comfortable with this. Is this a know problem? Any ideas what is the problem here, or where to start searching? I think
2004 Jan 22
0
Rtp WARNING Messages on the Cli in safe_asterisk
Hello All, Has anyone ever seen this before. This only happens when i'm on phone call -- Zap/2-1 is ringing -- SIP/2203-c48d is ringing -- SIP/2202-f2ad is ringing -- SIP/2204-11cd is ringing -- SIP/2205-ce62 is ringing -- Zap/2-1 is ringing -- Zap/2-1 is ringing -- Zap/2-1 is ringing -- SIP/2205-ce62 answered Zap/1-1 -- Hungup 'Zap/2-1' Jan
2001 Jan 22
3
Possible funny with /sbin/fsck
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Howdy - we have a bunch of dual processor Compaqs with 180GB RAID partitions for email, running with ext2 for the last year or so. I thought I'd try out ext3 (on our development machine :-) to see whether it was a practical proposition for this kind of thing yet. Appears to be working so far, with a