Re: /etc/init.d/postgres-8.4-openscg start problem

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Leo <fleovey(at)saij(dot)jus(dot)gov(dot)ar>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: /etc/init.d/postgres-8.4-openscg start problem
Date: 2011-03-22 12:34:23
Message-ID: FD676CA5-B10A-4103-A7BC-FE10926CDA39@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Mar 21, 2011, at 9:01 PM, Leo wrote:

> The first problem was that the unix_socket_directory assumes '/tmp'
> DBD:Pg will not connect on /tmp so I had to change in postgresql.conf
>
> unix_socket_directory = '/var/run/postgresql'
>
> Now DBD:pg connects - (had to adjust Webmin also)
>
> However after changing the socket dir, the /etc/init.d/postgres-8.4-openscg start command says
>
> Starting PostgreSQL 8.4:
> waiting for server to start...............................................................could not start server
> The PostgreSQL server start seems to have some problems, please see logs for details.
>

Reason: PostgreSQL is running and you are using Start Option.

Try:
./postgres-9.0-openscg restart

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor(dot)kumar(at)enterprisedb(dot)com
Blog:http://vibhork.blogspot.com

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Francisco Leovey 2011-03-22 14:48:47 Re: /etc/init.d/postgres-8.4-openscg start problem
Previous Message Leo 2011-03-21 15:31:20 /etc/init.d/postgres-8.4-openscg start problem