Re: Cant connect if -B 1024 was set to postmaster - Mailing list pgsql-general

From Poul L. Christiansen
Subject Re: Cant connect if -B 1024 was set to postmaster
Date
Msg-id 3AB638A5.CE78C4@cs.auc.dk
Whole thread Raw
In response to Re: Cant connect if -B 1024 was set to postmaster  ("Poul L. Christiansen" <poulc@cs.auc.dk>)
List pgsql-general
Hmmmm, don't you mean /var/lib/pgsql/data/postmaster.opts ?

My pg_options file contains:
verbose=2
query=2
syslog=0

I'm running PostgreSQL 7.0.2 on Redhat 7.0.

Poul L. Christiansen

Lamar Owen wrote:
>
> "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

pgsql-general by date:

Previous
From: "hiroko"
Date:
Subject: about signals
Next
From: mwaples@waples.net
Date:
Subject: Re: concurrent updates problem