Re: problem with pg_standby

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: Gerd Koenig <koenig(at)transporeon(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with pg_standby
Date: 2010-08-03 21:54:45
Message-ID: 4C589025.4030603@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gerd Koenig wrote:
> Since even the init-script starts pg as user postgres I have no idea what
> differs from init-script to direct call of pg_ctl as user postgres...?!?!
>

Do you have SELinux turned on? That can do weird stuff like this--the
init script will be running with restrictions the manual pg_ctl launch
will not have. Should be information in /var/log/ somewhere if that's
the case.

--
Greg Smith 2ndQuadrant US Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.us

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message J. Greg Davidson 2010-08-04 03:32:27 Re: Danger of idiomatic plpgsql loop for merging data
Previous Message Gerd Koenig 2010-08-03 21:27:28 Re: problem with pg_standby