Postgresql Service Failed Error - Mailing list pgsql-admin

From arpit jain
Subject Postgresql Service Failed Error
Date
Msg-id a729baf0805060026t2231628dhe06b30d884523fe3@mail.gmail.com
Whole thread Raw
Responses Re: Postgresql Service Failed Error  (Shane Ambler <pgsql@Sheeky.Biz>)
List 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






pgsql-admin by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: restore postgres system database 8.1.11
Next
From: Shane Ambler
Date:
Subject: Re: Postgresql Service Failed Error