Re: Postgresql Service Failed Error - Mailing list pgsql-admin

From Shane Ambler
Subject Re: Postgresql Service Failed Error
Date
Msg-id 48202028.6040003@Sheeky.Biz
Whole thread Raw
In response to Postgresql Service Failed Error  ("arpit jain" <jain.arpit6@gmail.com>)
List pgsql-admin
arpit jain wrote:
> Hii
>
>
> I have installed postgresql-8.2.6 in /usr/local/postgresql/ directory.
> I have also created the data dictionary in /var/lib/pgsql/data directory
> using following commands:

What OS?

> /usr/local/postgresql/bin/initdb -D /var/lib/pgsql/data/
>
> The owner of my var/lib/pgsql/data directory is globus

Is this the same user that is running the postgresql service?

check /etc/init.d/postgresql to see what username the service is being
started as (usually postgres or pgsql) This user should be the only one
that can access the data dir (apart from root)
Bad data dir permissions will prevent postgresql from starting.

> and owner of usr/local/postgresql/bin/initdb is root

That's OK

> I have also edited the following files in
> /var/lib/pgsql/data/postgresql.conf  by adding listen_addresses='*' and
> /var/lib/pgsql/data/pg_hba.conf by adding
>
> host rftDatabase "globus" "140.221.8.31" 255.255.255.255 md5
>
>
> Now when I am trying to run /etc/init.d/postgresql  restart : It gives me
> following error:
>
> Stopping postgresql service:                               [FAILED]
> Starting postgresql service:                               [FAILED]
>

Is postgres already running? are you running the postgresql restart as root?

In your data dir you should find serverlog that should give more info -
also try system or console logs


--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz

pgsql-admin by date:

Previous
From: "arpit jain"
Date:
Subject: Postgresql Service Failed Error
Next
From: Guy Deleeuw
Date:
Subject: PQconnectdb question and md5 password