Re: PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Bhushan Pathak <bhushan(dot)pathak02(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb
Date: 2014-06-06 13:44:24
Message-ID: 5391C5B8.1020602@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/06/2014 12:29 AM, Bhushan Pathak wrote:
> My locale is set to en_US.UTF-8, that's what the service script is using.
>
> If I try to start the server with pg_ctl command, it does start -
> ./pg_ctl start -D /var/lib/pgsql/data -l /tmp/logfile
> server starting
>
> What would this mean? The service script does not work but manually
> issuing pg_ctl commands work.

The service script is not correct?

Could you post the contents of the script?

Do you have another instance of Postgres installed by any chance?

Have you had another instance/version installed in the past, something
that might have left parts of itself around?

>
> Thanks
> Bhushan Pathak
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-06-06 13:57:38 Re: PostgreSQL 9.2.4 + CentOS 6.5 64 bit - segfault error in initdb
Previous Message Andrew Sullivan 2014-06-06 13:39:28 Re: Trigger to convert UNIX time to timestamp without time zone.