[BlueOnyx:14818] Re: disable Mailman permanent

Gerald Waugh gwaugh at frontstreetnetworks.com
Mon Mar 3 05:44:52 -05 2014


On 03/03/2014 02:58 AM, Steven Howes wrote:
> On 3 Mar 2014, at 04:11, Eiji Hamano <bluequartz at hypersys.ne.jp> wrote:
>> I cannot understand why mailman came back after 15 min in blueonyx. 
> Active Monitor restarts it.
>
>
Look at file  /usr/sausalito/swatch/bin/check-mailman.sh
---------
/bin/ps axf|/bin/grep "/usr/bin/python
/usr/lib/mailman/bin/mailmanctl"|/bin/grep -v grep > /dev/null
RETVAL=$?
if [ $RETVAL == 0 ]; then
                /bin/echo "is running..."
fi
----------
change to
---------
# /bin/ps axf|/bin/grep "/usr/bin/python
/usr/lib/mailman/bin/mailmanctl"|/bin/grep -v grep > /dev/null
# RETVAL=$?
# if [ $RETVAL == 0 ]; then
                /bin/echo "is running..."
# fi
---------

-- 
Gerald




More information about the Blueonyx mailing list