Re: Cant connect if -B 1024 was set to postmaster

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
Cc: Vilson farias <vilson(dot)farias(at)digitro(dot)com(dot)br>, pgsql-general(at)postgresql(dot)org, SIMONE Carla MOSENA <simone(dot)mosena(at)digitro(dot)com(dot)br>
Subject: Re: Cant connect if -B 1024 was set to postmaster
Date: 2001-03-19 16:39:43
Message-ID: 3AB6364F.333C8D15@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Poul L. Christiansen" wrote:
> On Mon, 19 Mar 2001, Vilson farias wrote:
> > I changed my /etc/rc.d/init.d/postgresql. The postmaster line now is :
> > su -l postgres -c "/usr/bin/pg_ctl -o '-B 1024' -D $PGDATA -p
> > /usr/bin/postmaster start >/dev/null 2>&1" < /dev/null

> I remember having this problem. You need to pass the '-i' switch.
> Try: '-B 1024 -i'

Add the line '-B 1024' to /var/lib/pgsql/data/pg_options along with the
-i that is there already, then restart with '/etc/rc.d/init.d/postgresql
restart'.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mwaples 2001-03-19 16:40:12 Re: concurrent updates problem
Previous Message Tom Lane 2001-03-19 16:17:02 Re: concurrent updates problem