OpenMacNews <[EMAIL PROTECTED]> writes:
>    sudo -u testuser sh -c "nohup /usr/local/pgsql/bin/postmaster -n -i -h 
> 10.0.0.6 -D /var/data/pgsql -c config_file=/etc/pgsql/postgresql.conf 
> </dev/null >>/var/devlogs/postgres.log &"

Hmm, isn't this letting postmaster stderr disappear into the bit bucket?
Try adding "2>&1" after the ">>/var/devlogs/postgres.log" so you can see
if anything interesting shows up.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to