Re: [GENERAL] pgsql continuing network issues

2006-03-31 Thread Magnus Hagander
> > IF I change the listen_addresses directive to localhost, I > can connect > > fine and everything works EXCEPT I get the message "NOTICE: Unknown > > win32 socket error code: 10107" repeatedly anytime I do something. > > This would be acceptable, except that I need to be able to > access thi

Re: [GENERAL] pgsql continuing network issues

2006-03-31 Thread David Bernal
> You should for sure change the listen_addresses to * because you may > have two NICs in the server or PC and somehow the external connections > are connecting to the other nic. I tried this as well, but it didn't change anything. ---(end of broadcast)

Re: [GENERAL] pgsql continuing network issues

2006-03-31 Thread David Bernal
> What IP address are you trying to connect to? If you're trying to > connect to 127.0.0.1 and it's listening on 192.168.0.100 then > that won't work. I'm trying to connect to 192.168.0.100 > 10107 is WSASYSCALLFAILURE. A pretty generic message, but I've > seen it when some broken software has ins

Re: [GENERAL] pgsql continuing network issues

2006-03-31 Thread Steve Atkins
On Mar 31, 2006, at 2:55 AM, David Bernal wrote: Hey all, I wrote a few days ago regarding networking issues I'm having. At this point, I'm at my wit's end and am hoping someone can help me. I am running postgres 8.1.0 on Windows XP w\SP2. I currently have PGSQL configured to accept connectio

Re: [GENERAL] pgsql continuing network issues

2006-03-31 Thread Tony Caduto
Adrian Klaver wrote: On Friday 31 March 2006 02:55 am, David Bernal wrote: Hey all, I wrote a few days ago regarding networking issues I'm having. At this point, I'm at my wit's end and am hoping someone can help me. I am running postgres 8.1.0 on Windows XP w\SP2. I currently have PGSQL co

Re: [GENERAL] pgsql continuing network issues

2006-03-31 Thread Adrian Klaver
On Friday 31 March 2006 02:55 am, David Bernal wrote: > Hey all, > > I wrote a few days ago regarding networking issues I'm having. At this > point, I'm at my wit's end and am hoping someone can help me. > > I am running postgres 8.1.0 on Windows XP w\SP2. I currently have > PGSQL configured to acc

[GENERAL] pgsql continuing network issues

2006-03-31 Thread David Bernal
Hey all, I wrote a few days ago regarding networking issues I'm having. At this point, I'm at my wit's end and am hoping someone can help me. I am running postgres 8.1.0 on Windows XP w\SP2. I currently have PGSQL configured to accept connections from my local IP, 192.168.0.100 using the listen_a