Re: System Logs filling up with gunk - Mailing list pgsql-bugs

From Tom Lane
Subject Re: System Logs filling up with gunk
Date
Msg-id 29434.991663559@sss.pgh.pa.us
Whole thread Raw
In response to Re: System Logs filling up with gunk  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
>> I'm running PG 6.5.3 on RedHat 6.0 with a 2.2.17 kernel:
>> My /var/log/messages is filling up with the following.....
>>
>> Jun  3 04:06:23 ozzzy PAM_pwdb[5766]: (su) session opened for user postgres by (uid=0)
>> Jun  3 04:06:23 ozzzy PAM_pwdb[5766]: (su) session closed for user postgres
>> Jun  3 04:06:23 ozzzy init: Id "pg" respawning too fast: disabled for 5 minutes

> It's not a good idea to launch the postmaster through init(tab).

But it should *work*, though.  All we can guess from the above is that
inittab is trying to start postgres via "su postgres ...", and that that
script is failing.  No info here as to why ... but it'd likely still
fail if invoked from someplace else.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: bug in (plpgsql) parser?
Next
From: Tom Lane
Date:
Subject: Re: bug in (plpgsql) parser?