Re: Creating Log file - run in background. - Mailing list pgsql-novice

From Chris
Subject Re: Creating Log file - run in background.
Date
Msg-id 4.3.2.7.2.20001213111025.00b2a7b0@203.25.173.1
Whole thread Raw
In response to Creating Log file - run in background.  (Sterling <smullett@omeninc.com>)
List pgsql-novice
Hi,

Try putting the full path to server.log instead. So,
/usr/local/pgsql/data/server.log

Without this, it tries to write the log to the current directory.

HTH,
Regards,


>[postgres@XXXX src]$ bash: server.log: Permission denied
>
>[1]+  Exit 1                  nohup /usr/local/pgsql/bin/postmaster -D
>/usr/local/pgsql/data </dev/null >>server.log 2>>1
>[postgres@XXXX src]$
>
>Here is the params on the file.
>-rw-rw-r--    1 postgres postgres        0 Dec 12 19:07
>/usr/local/pgsql/data/server.log

------------------------
Chris Smith
http://www.squiz.net


pgsql-novice by date:

Previous
From: Sterling
Date:
Subject: Re: gmake install error
Next
From: Andrew McMillan
Date:
Subject: Re: subselect question