[Pgpool-hackers] Logging failure

Toshihiro Kitagawa kitagawa at sraoss.co.jp
Wed Oct 21 10:16:09 UTC 2009


Hi,

I thought a bug was in the init script.

Below will fail redirection on Bash.
And OPTS parameter isn't set anywhere.

  $PGPOOLDAEMON -f $PGPOOLCONF $OPTS & >> "$PGPOOLLOG" 2>&1 < /dev/null

My idea of modification

  $PGPOOLDAEMON -f $PGPOOLCONF -n >> "$PGPOOLLOG" 2>&1 < /dev/null &

Regards

-- 
Toshihiro Kitagawa
SRA OSS, Inc. Japan



More information about the Pgpool-hackers mailing list