as commandline arguments, so it might
not be grabbing the ouput from postmaster at all.
Here's my startup script:
echo "postmaster -B 256 >/home/postgres/pm.log 2>&1 &" | su - postgres
This is on my Slackware system.
-M@
--
Matthew Hixson - CIO Linux, n;
FroZenWave Communications the nouveau postmodern operating
http://www.frozenwave.com system for the masses
is before? any help would be grateful.
On this line:
-S -o -F > /usr/local/pgsql/errlog' &
Modify it to look like this:
-S -o -F 2>&1 > /usr/local/pgsql/errlog' &
Assuming this script runs through bash it will direct standard error
(stderr) to standard output (stdo