Re: [GENERAL] Attempting to connect

2009-02-17 Thread Owen Hartnett
At 3:34 PM -0800 2/15/09, Bob Pawley wrote: Finally Success Thanks everyone Here's one I ran into today - connection with the server was blocked by Kasperski Anti-Virus. The clue was that other machines on the network could connect, but this one couldn't. Funny thing was that we had orig

Re: [GENERAL] Attempting to connect

2009-02-15 Thread Scott Marlowe
Woohoo! Glad you got it working... -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Attempting to connect

2009-02-15 Thread Bob Pawley
Finally Success Thanks everyone Bob - Original Message - From: "John R Pierce" To: "Bob Pawley" Cc: "PostgreSQL" Sent: Sunday, February 15, 2009 3:05 PM Subject: Re: [GENERAL] Attempting to connect # IPv4 local connections: host al

Re: [GENERAL] Attempting to connect

2009-02-15 Thread John R Pierce
# IPv4 local connections: host all all 0.0.0.0 255.255.255.255 md5 host all all127.0.0.1/32 md5 oh. that first HOST line will only allow IP 0.0.0.0, hardly likely to be a valid address. if

Re: [GENERAL] Attempting to connect

2009-02-15 Thread Adrian Klaver
On Sunday 15 February 2009 2:19:13 pm Adrian Klaver wrote: > On Sunday 15 February 2009 1:41:14 pm Bob Pawley wrote: > > Hi > > > > I do need some help here. > > > > I am still having trouble making a remote connection. The 'Server doesn't > > listen' message comes up. > > > > The config files have

Re: [GENERAL] Attempting to connect

2009-02-15 Thread Scott Marlowe
On Sun, Feb 15, 2009 at 3:29 PM, Bob Pawley wrote: > The log file states "parameter "listen-adress" cannot be changed after > server start; conf change ignored. > > I am getting this log entry after saving the file and reloading with the > server shutdown. > > Does anyone have a procedure for maki

Re: [GENERAL] Attempting to connect

2009-02-15 Thread Bob Pawley
riginal Message - From: "John R Pierce" To: "Bob Pawley" ; Sent: Sunday, February 15, 2009 1:44 PM Subject: Re: [GENERAL] Attempting to connect Bob Pawley wrote: Hi I do need some help here. I am still having trouble making a remote connection. The 'Server doesn&#

Re: [GENERAL] Attempting to connect

2009-02-15 Thread Adrian Klaver
On Sunday 15 February 2009 1:41:14 pm Bob Pawley wrote: > Hi > > I do need some help here. > > I am still having trouble making a remote connection. The 'Server doesn't > listen' message comes up. > > The config files have been changed as shown below. > > Postgresql.conf > > #listen_addresses = '*'

Re: [GENERAL] Attempting to connect

2009-02-15 Thread Bob Pawley
Removed # Reloaded postmaster, restarted server. Server still isn't listening. Bob - Original Message - From: "John R Pierce" To: "Bob Pawley" ; Sent: Sunday, February 15, 2009 1:44 PM Subject: Re: [GENERAL] Attempting to connect Bob Pawley wrote: Hi

Re: [GENERAL] Attempting to connect

2009-02-15 Thread John R Pierce
Bob Pawley wrote: Hi I do need some help here. I am still having trouble making a remote connection. The 'Server doesn't listen' message comes up. The config files have been changed as shown below. Postgresql.conf #listen_addresses = '*' you'd need to remove that # (comment) from the fr

[GENERAL] Attempting to connect

2009-02-15 Thread Bob Pawley
Hi I do need some help here. I am still having trouble making a remote connection. The 'Server doesn't listen' message comes up. The config files have been changed as shown below. Postgresql.conf #listen_addresses = '*' pg_hba # TYPE DATABASE USER CIDR-ADDRESs IP-Mask