Re: Postgresql Service Failed Error

Поиск
Список
Период
Сортировка
От Shane Ambler
Тема Re: Postgresql Service Failed Error
Дата
Msg-id 48202028.6040003@Sheeky.Biz
обсуждение исходный текст
Ответ на Postgresql Service Failed Error  ("arpit jain" <jain.arpit6@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "arpit jain"
Дата:
Сообщение: Postgresql Service Failed Error
Следующее
От: Guy Deleeuw
Дата:
Сообщение: PQconnectdb question and md5 password