Re: starting the postmaster

From: John Taylor <postgres(at)jtresponse(dot)co(dot)uk>
To: Brian <Brrrian(at)Excite(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: starting the postmaster
Date: 2002-03-07 22:13:50
Message-ID: 02030722135000.05550@splash.hq.jtresponse.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thursday 07 March 2002 20:08, Brian wrote:
> I just upgraded to RedHat 7.2 and I'm having a problem starting the postmaster with the -i argument for tcpip.
>
> The /etc/rd.d/init.d/postgresql file has a line in it like this:
>
>
> su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster start > /dev/null 2>&1" < /dev/null
>
> if I insert an -i before the -D... or after it... or behind the -p or where ever it fails.

Try:

su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p '/usr/bin/postmaster -i' start > /dev/null 2>&1" < /dev/null

Regards
JohnT

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Brian Scandale 2002-03-07 22:47:57 Re: starting the postmaster
Previous Message Patrick Hatcher 2002-03-07 21:46:15 Bad Query?? Extremely slow response