Tue Nov 14 14:29:53 PST 2006
- Previous message: [Slony1-general] Problem with log_cmddata > sync_max_rowsize and sl_log_2 active
- Next message: [Slony1-general] Slight mod to launch_clusters.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Slony1-general] Problem with log_cmddata > sync_max_rowsize and sl_log_2 active
- Next message: [Slony1-general] Slight mod to launch_clusters.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list