Avoiding the --quiet flag on start-stop-daemon call (/etc/init.d/c-icap) on "start" case:
case "$1" in start) check_ctl_dir echo -n "Starting $DESC: " start-stop-daemon --start --pidfile $PIDFILE \ --exec $DAEMON -- $DAEMON_OPTS echo "test 1" ## ADDED 4 DBG [ -n "$STARTUPTIME" ] && sleep "$STARTUPTIME"s echo "test 2" ## ADDED 4 DBG if running ; then echo "$NAME." else echo " ERROR." fi ;; I get >>>> invoke-rc.d: initscript c-icap, action "start" failed. >>>> Starting c-icap: /usr/bin/c-icap already running. Execution seems not to arrive to "test 1" debug message I've added. Il giorno lun, 15/12/2014 alle 22.21 +0000, Debian Bug Tracking System ha scritto: > Thank you for filing a new Bug report with Debian. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > Tim Weippert <we...@weiti.org> > > If you wish to submit further information on this problem, please > send it to 773...@bugs.debian.org. > > Please do not send mail to ow...@bugs.debian.org unless you wish > to report a problem with the Bug-tracking system. >