Re: Permission denied: logfile

From: Rodrigo Gonzalez <rjgonzale(at)gmail(dot)com>
To: Victor Escobar <sydbarrett74(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Permission denied: logfile
Date: 2006-07-02 20:29:57
Message-ID: 44A82CC5.8030300@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Check where you are executing this.....the user postgres does not have
permission to write logfile in your current directory

Victor Escobar wrote:
> Hello,
> I'm getting the following error when I do this step:
>
> /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
>
> Exit 1: Permission denied: logfile 2>&1 &
>
> I did a chown on /usr/local/pgsql/data and am running this as postgres.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tomi NA 2006-07-02 21:14:54 Re: different sort order in windows and linux version
Previous Message Victor Escobar 2006-07-02 20:25:08 Permission denied: logfile