Displaying 2 results from an estimated 2 matches for "initlog_args".
2005 Mar 13
0
safe_asterisk doesn't restart when called by initlog in fedora
...fedora core 2 and 3 starting asterisk using
contrib/init.d/rc.redhat.asterisk (installed by make config), if
asterisk dies, it doesn't restart.
Seems the problem is in initlog.
The standard way to start services in fedora is by calling
daemon <service>
that results in:
$nice initlog $INITLOG_ARGS -c "$*"
Removing initlog works correctly.
I don't know if this is a bug in initlog or there is someting wrong in
safe_asterisk.
I resolved for now removing "daemon" in /etc/rc.d/init.d/asterisk
Ezio Vernacotola
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
...#39;
+++ SETCOLOR_FAILURE='echo -en \033[0;31m'
+++ SETCOLOR_WARNING='echo -en \033[0;33m'
+++ SETCOLOR_NORMAL='echo -en \033[0;39m'
+++ LOGLEVEL=3
+++ PROMPT=yes
+++ AUTOSWAP=no
++ '[' pty = serial ']'
++ '[' color '!=' verbose ']'
++ INITLOG_ARGS=-q
++ __sed_discard_ignored_files='/\(~\|\.bak\|\.orig\|\.rpmnew\|\.rpmorig\|\.rpmsave\)$/d'
+ ooffice=/opt/openoffice.org3/program/soffice.bin
+ prog='OpenOffice.org Headless'
+ pidfile=/var/run/ooo-headless/ooo-headless.pid
+ lockfile=/var/lock/subsys/ooo-headless
+ OPTIONS='-...