>For some reason the pid file is getting the pid of the child process.
>I'm generating the pid file with the command:
>
>/sbin/pidof -s /usr/bin/slony1-cluster1

 
I always find it easier to just use the -p option when starting slony.
IE:

slon -d1 -pslon_node_1.pid $SLONY_SCHEMA_NAME "dbname=$MASTERDBNAME 
user=$REPLICATIONUSER host=$MASTERHOST port=$PGPORT" > slon1.log &

That way the pid is always correct. 


Melvin Davidson 


      
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to