Re: Pgsql beta 8 on windows starts and stops automatically. - Mailing list pgsql-general

From Magnus Hagander
Subject Re: Pgsql beta 8 on windows starts and stops automatically.
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34C057@algol.sollentuna.se
Whole thread Raw
In response to Pgsql beta 8 on windows starts and stops automatically.  (Terry Yapt <yapt@technovell.com>)
List pgsql-general
> Hello all,
>
> I am testing PostgreSQL 8.0 beta on a windows xp
> professional.  In the time when I did the install I have been
> working with pgadmin and so on...
>
> But after a few days, when I tried to continue with my tests.
>  I cannot start the postgresql service.  I always get this
> message windown when I try to start the service:
>
> "The postgresql service on the local computer started and
> stopped. some services stop automatically if they have no
> work to do, for example the performance logs and alerts services"
>
> The service starts and stops automatically and I cannot to
> work with pgsql.
>
> PS: I have translated (get from internet) the text message
> window because I have my system in spanish language.

This looks a lot like the postmaster.pid issue. Look in your DATA
directory, and remove that file if it exists.

If not, then it's a different issue. In this case, edit the
postgresql.conf file and set log_destination to include eventlog, then
look at eventlog output. (This is an issue with the installer that will
be fixed in the next beta release)

//Magnus

pgsql-general by date:

Previous
From: Terry Yapt
Date:
Subject: Pgsql beta 8 on windows starts and stops automatically.
Next
From: Graeme Hinchliffe
Date:
Subject: Catching server shutdown in C