Re: [GENERAL] postmaster respawning too fast

From: "Gene Selkov, Jr(dot)" <selkovjr(at)mcs(dot)anl(dot)gov>
To: chai(at)prima(dot)net(dot)id
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] postmaster respawning too fast
Date: 1999-10-13 12:46:48
Message-ID: 199910131346.IAA07531@antares.mcs.anl.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Do you mean to replace with this command on /etc/inittab? (no /dev/null)
>
> pg:2345:respawn:/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster
> -D /usr/local/pgsql/data >> /usr/local/pgsql/server.log 2>&1"

the command should be:

/bin/su - postgres -c "/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >> /usr/local/pgsql/server.log"

(also, make sure it is written on a single line in your inittab)

> What should I observe after I change to the above command line?

The error message will be sent to your terminal instead of /dev/null.

--Gene

Browse pgsql-general by date

  From Date Subject
Next Message amy cheng 1999-10-13 14:04:49 Re: [GENERAL] stored procedure revisited
Previous Message Anders Mork 1999-10-13 12:40:30 AOlserver and Postgres