Re: Creating Log file - run in background.

From: Chris <csmith(at)squiz(dot)net>
To: Sterling <smullett(at)omeninc(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Creating Log file - run in background.
Date: 2000-12-13 00:12:23
Message-ID: 4.3.2.7.2.20001213111025.00b2a7b0@203.25.173.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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(at)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew McMillan 2000-12-13 03:22:38 Re: subselect question
Previous Message Sterling 2000-12-12 23:35:08 Re: gmake install error