Re: pgsql continuing network issues

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "David Bernal" <david(dot)bernal(at)gmail(dot)com>
Subject: Re: pgsql continuing network issues
Date: 2006-03-31 14:19:05
Message-ID: 200603310619.05849.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 accept connections from my local IP, 192.168.0.100
> using the listen_addresses directive.
>
> If I try to connect to the database from the same machine using the
> psql program or using NPGSQL (.NET pgsql provider) it simply hangs.
> Nothing happens at all. I don't get errors in my event viewer, nor do
> I get any errors in the textfile log postgresql maintains.
>
> 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 this
> database at client sites.
>
> Can anyone help me or direct me to someone who can? I'm trying to push
> postgres to my clients, because it seems like a great RDBMs, but if I
> can't even get a server to work, I'm going to have to switch to
> something else.
>
> Thank you,
>
> David
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

Would it be possible to post the contents of your postgresql.conf and
pg_hba.conf files?

--
Adrian Klaver
aklaver(at)comcast(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Walter Stier 2006-03-31 14:35:46 unsubscribe from pgsql-de-allgemein
Previous Message chris smith 2006-03-31 13:30:18 Re: How to use result column names in having cause