Re: FATAL: terminating connection due to administrator command

From: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: FATAL: terminating connection due to administrator command
Date: 2006-01-24 05:03:53
Message-ID: 967CFC4343BF2A4DAFACD026D33DC85118ECB0@jal.iiitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The exact message i saw is this:

LOG: received fast shutdown request
LOG: aborting any active transactions
FATAL: terminating connection due to administrator command

so does this mean that someone is trying to stop postmaster by sending it a kill signal?

i also have these questions:

1. many times i have seen two instances of postmaster running. how does that happen and how to prevent it from happening?

2. into the logfile (which i specify at the time of starting postmaster), i want to add timestamps, for each log/warning etc. How do i do that?

thanks,
regards
Surabhi

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Fri 1/13/2006 8:56 PM
To: surabhi.ahuja
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] FATAL: terminating connection due to administrator command

***********************
Your mail has been scanned by iiitb VirusWall.
***********-***********

"surabhi.ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in> writes:
> why is it coming:
> FATAL: terminating connection due to administrator command

Something sent the backend a SIGTERM signal. With no more information
than that, it's difficult to say more.

regards, tom lane

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2006-01-24 05:09:53 Re: hardware checks (was Re: invalid memory alloc request size)
Previous Message Marc G. Fournier 2006-01-24 04:19:57 Re: Does this look ethical to you?