Re: Upgrade woes

From: "Greg Kelley" <gkelley(at)britannicaviation(dot)com>
To: "Lamar Owen" <lamar(dot)owen(at)wgcr(dot)org>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Upgrade woes
Date: 2003-04-15 16:13:32
Message-ID: 00e201c30369$f6046b40$3501a8c0@greg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have not modified postgresql.conf, tcpip_socket = false is commented out.
I cannot connect using localhost, either. I did not even have iptables
installed, just did the RPM installation and ran iptables-save and it shows:

*filter
:INPUT ACCEPT [3152:151165]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [2072:908048]
COMMIT

Not sure what that means, never had to use or adjust iptables. Server is
behind separate firewall.

Thanks for your help.

Greg

----- Original Message -----
From: "Lamar Owen" <lamar(dot)owen(at)wgcr(dot)org>
To: "Greg Kelley" <gkelley(at)britannicaviation(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Sent: 15 April, 2003 12:05 PM
Subject: Re: [ADMIN] Upgrade woes

On Tuesday 15 April 2003 11:55, Greg Kelley wrote:
> Sorry folks, brain fart - I had upgraded to 7.3 before the RH 8-9 fun.
> Initial postmaster failure to start was because of a 'bad' shutdown or
> something during the upgrade but a manual run of postmaster seems to have
> cleand up the database - I thought it was a version issue.

Good. /me breathes sigh of relief.

> Now if I can figure out why RH9 has blocked port 5432...???

As root run /sbin/iptables-save. This will tell you what has been blocked.
By
way of telling you what is allowed.

To unblock, you can either disable iptables, or you can add a rule to allow
TCP traffic incoming on port 5432. See the netfilter documentation on how
to
do this.

Just as a double-check: when you enabled TCP/IP connections under RH80, did
you do it in /etc/rc.d/init.d/postgresql (adding a -i to the pg_ctl line)?
Or did you edit /var/lib/pgsql/data/postgresql.conf, and change the
tcpip_socket line? If the former, you need to do the latter. An upgrade
will replace the initscript, but it shouldn't touch the postgresql.conf.

And does a Unix domain connection (no -h directive on the machine running
postmaster) with psql work?
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Lamar Owen 2003-04-15 16:36:56 Connection errors: Was:(Re: Upgrade woes)
Previous Message Lamar Owen 2003-04-15 16:09:10 Re: Upgrade woes