Re: postgres failed to start from services manager on windows 2008 r2

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PHANIKUMAR G <phanikumar(dot)gm(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgres failed to start from services manager on windows 2008 r2
Date: 2016-09-26 07:07:25
Message-ID: CAB7nPqSH2g3xJe1U-12i82B7rPnbLySQfDR2_bicMYyZm1cjDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 26, 2016 at 4:01 PM, PHANIKUMAR G <phanikumar(dot)gm(at)gmail(dot)com> wrote:
> We have registered postgres(version 9.3.4) as windows service on windows
> 2008 R2 and registration got succeeded.

Just a random thought: do you have ASLR enabled in this build (from
where is this build)? You can check that easily using dumpbin /headers
and by looking for "Dynamic base". Also, you could redirect the logs
to pg_log by modifying manually postgresql.conf before starting it.
This would provide more information regarding why postgres is not
running.
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hariprasath nallasamy 2016-09-26 10:49:05 Replication slot on master failure
Previous Message PHANIKUMAR G 2016-09-26 07:01:48 postgres failed to start from services manager on windows 2008 r2