[BlueOnyx:14819] Re: disable Mailman permanent

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


On 03/03/2014 04:44 AM, Gerald Waugh wrote:
> 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
> ---------
>
after changing /usr/sausalito/swatch/bin/check-mailman.sh
execute  service mailman stop

-- 
Gerald



More information about the Blueonyx mailing list