From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Chris Mulcahy <cmulcahy(at)cmulcahy(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postmaster not stopping |
Date: | 2001-08-17 17:21:44 |
Message-ID: | Pine.LNX.4.30.0108171921230.677-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Chris Mulcahy writes:
> I'm having problems stopping the postmaster. As I'm very well aware,
> kill -i on the postmaster is a Bad Thing (tm), so what are my options?
> What can I look for to help me narrow down the problem?
pg_ctl stop -m fast
or make your clients disconnect.
>
> Any help appreciated. Below is a log from what I'm doing.
>
> Thanks!
> Chris
>
> [root(at)gumby bin]# ./pg_ctl -D /var/lib/pgsql/data/ stop
> waiting for postmaster to shut
> down................................................................
> failed
> pg_ctl: postmaster does not shut down
> You have mail in /var/spool/mail/cmulcahy
> [root(at)gumby bin]# ./pg_ctl -D /var/lib/pgsql/data/ stop
> waiting for postmaster to shut
> down................................................................
> failed
> pg_ctl: postmaster does not shut down
>
>
>
--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-08-17 17:39:45 | Re: Backend hanging.. |
Previous Message | Mitch Vincent | 2001-08-17 17:14:08 | Re: Backend hanging.. |