Postgresql Service Failed Error

From: "arpit jain" <jain(dot)arpit6(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Postgresql Service Failed Error
Date: 2008-05-06 07:26:11
Message-ID: a729baf0805060026t2231628dhe06b30d884523fe3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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:

/usr/local/postgresql/bin/initdb -D /var/lib/pgsql/data/

The owner of my var/lib/pgsql/data directory is globus and owner of
usr/local/postgresql/bin/initdb
is root

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]

Can anybody help??

Thanks in advance
Arpit

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Shane Ambler 2008-05-06 09:08:56 Re: Postgresql Service Failed Error
Previous Message Joshua D. Drake 2008-05-06 03:20:50 Re: restore postgres system database 8.1.11