Re: Error stopping postgresql service - Mailing list pgsql-admin

From Lou Picciano
Subject Re: Error stopping postgresql service
Date
Msg-id 146722076.1170287.1298584490006.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Whole thread Raw
In response to Error stopping postgresql service  (Maalini Samuganardan <maalini.sam@gmail.com>)
Responses Re: Error stopping postgresql service  (Maalini Samuganardan <maalini.sam@gmail.com>)
List pgsql-admin
Maalini - 

On first glance (and not knowing the architecture of your particular 'service'), this looks very explainable on the basis of PostgreSQL being instructed to do a 'graceful' shutdown - while you may have users connected.

Depending on how your service 'stop' issues the shutdown command, PostgreSQL may never stop!

Probably need to give us more specifics about the layout of your service.

Lou Picciano

----- Original Message -----
From: "Maalini Samuganardan" <maalini.sam@gmail.com>
To: pgsql-admin@postgresql.org
Sent: Wednesday, February 23, 2011 9:20:10 PM
Subject: [ADMIN] Error stopping postgresql service

Hi,

I am getting an error when try to stop the postgresql server. 
No problem starting.

Please find error message below.

Thank you.

[root@edbws01 run]# service postgresql status
postmaster is stopped
[root@edbws01 run]# service postgresql start
Starting postgresql service:                               [  OK  ]
[root@edbws01 run]# service postgresql stop
Stopping postgresql service:                               [FAILED]
[root@edbws01 run]# 

Regards,
Maalini

pgsql-admin by date:

Previous
From: Stephan Doliov
Date:
Subject: questions about the configure script for building postgres 9.0.3 from source
Next
From: Tom Lane
Date:
Subject: Re: questions about the configure script for building postgres 9.0.3 from source