Brian Wipf brian
Tue Nov 14 14:29:53 PST 2006
To properly determine when slon isn't running even though there is a  
pid file, I believe line 73 of the launch_clusters.sh file needs to  
be modified as follows:

FINDIT=`ps auxww $SLONPID | grep slon`

should be:
FINDIT=`ps auxww | grep $SLONPID | grep slon`

Brian Wipf
<brian at clickspace.com>




More information about the Slony1-general mailing list