Re: [GENERAL] Startup Script

From: Chairudin Sentosa Harjo <chai(at)prima(dot)net(dot)id>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Startup Script
Date: 1999-10-13 04:08:21
Message-ID: 380405B5.DB5DAFD3@prima.net.id
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear all,

My system is SuSE 6.2, postgresql 6.5.2 and pentium III 500.

I have a problem with postmaster respawning too fast.

I followed the installation guide of postgresql 6.5.2 in file INSTALL.
On section 21, "Run postmaster in the background from your ...",
I followed the last method.

* In RedHat Linux edit file /etc/inittab to add the floowing as a single
line:
pg:2345:respawn:/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster"
-D /usr/local/pgsql/data >> /usr/local/pgsql/server.log 2>&1 <
/dev/null"

I see a lot of this messages on my /var/log/messages:

Oct 9 00:01:16 prosolv init: Id "pg" respawning too fast: disabled for 5
minutes
Oct 9 00:06:18 prosolv init: Id "pg" respawning too fast: disabled for 5
minutes
Oct 9 00:11:20 prosolv init: Id "pg" respawning too fast: disabled for 5
minutes
Oct 9 00:16:22 prosolv init: Id "pg" respawning too fast: disabled for 5
minutes

I have about 1271 messages like this until today, 13 Oct 1999.
It seems to happen every 5 minutes.
What is happening?
Could someone tell me what have I done wrong?

Regards,
Chairudin Sentosa

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chairudin Sentosa Harjo 1999-10-13 04:09:45 postmaster respawning too fast
Previous Message Yury Don 1999-10-13 04:03:51 Re: [GENERAL] Unrecognized variable client_encoding...