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>, "Richard Huxton" <dev(at)archonet(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: FATAL: terminating connection due to administrator command
Date: 2006-01-25 13:58:05
Message-ID: 967CFC4343BF2A4DAFACD026D33DC85118ECB1@jal.iiitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

is it also possible that someone was doing an operation on the database for instance inserting manyr rows
and suddenly a command to stop the postmaster arrived?

thanks,
regards
Surabhi

________________________________

From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tue 1/24/2006 8:22 PM
To: Richard Huxton
Cc: surabhi.ahuja; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] FATAL: terminating connection due to administrator command

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

Richard Huxton <dev(at)archonet(dot)com> writes:
> surabhi.ahuja wrote:
>> so does this mean that someone is trying to stop postmaster by
>> sending it a kill signal?

> Someone or something. It can be Linux's out-of-memory facility picking
> processes to kill. Google "oom killer" for discussion.

No, because the OOM killer invariably uses "kill -9". "Fast shutdown"
means that something sent the postmaster a SIGINT.

If you launch the postmaster manually and are not careful to make it
dissociate from your terminal, then typing ^C at some unrelated program
later would be enough to make this happen ...

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

> Shouldn't (unless you have two installations of course).

Perhaps he's not understanding the difference between the postmaster and
its child processes? I don't believe he's actually got two postmasters
running (unless maybe in separate directories with separate ports, which
is hardly likely to be a setup one would create by accident). There are
*very* extensive safety interlocks in place to prevent that.

regards, tom lane

Browse pgsql-general by date

  From Date Subject
Next Message surabhi.ahuja 2006-01-25 14:06:16 2 instances of postmaster with different data directories
Previous Message Sergiusz Jarczyk 2006-01-25 13:36:08 Re: Does this look ethical to you?