Re: PostgreSQL 7.3.4 gets killed by SIG_KILL [SOLVED] - Mailing list pgsql-hackers

From Magnus Naeslund(t)
Subject Re: PostgreSQL 7.3.4 gets killed by SIG_KILL [SOLVED]
Date
Msg-id 3FCF994A.9000000@fbab.net
Whole thread Raw
In response to Re: PostgreSQL 7.3.4 gets killed by SIG_KILL  (Jeff <threshar@torgo.978.org>)
List pgsql-hackers
Jeff wrote:
> 
> 
> Do you have any system monitoring scripts that may be killing it as it
> may look like a "runaway" process?
> 
> We've had this happen to us before. You tend to forget about things like
> that.
> 

This got me thinking, and i rechecked all possibilities.
It turned out that we changed rlimit policies earlier and the "default" 
cpu time limits bleeded over to postgres since it didn't have a negating 
entry in the pam limits control.
Since the startup scripts use "su - postgres -c cmd" it "logged in" and 
so got the now default cpu time values.

So it was only a mindbug, and thats good :)

Magnus




pgsql-hackers by date:

Previous
From: Vivek Khera
Date:
Subject: Re: [PERFORM] autovacuum daemon stops doing work after about an
Next
From: Hannu Krosing
Date:
Subject: Re: How to get started hacking on pgsql