Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-28 Thread Christoph Zwerschke
Magnus Hagander wrote: >> The following bug has been logged online: >> ... >> When I start the PostgreSQL service, and I have my LAN >> network interface activated with TCP/IP installed, but IPv6 >> deinstalled, I cannot connect to the PostgreSQL database. In >> the log file, I get the following e

Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-27 Thread Magnus Hagander
> The following bug has been logged online: > > Bug reference: 2642 > Logged by: Christoph Zwerschke > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.1.4 > Operating system: Win XP > Description:Connection problems without IPv6 > Details: > > I am using Pos

Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-22 Thread Christoph Zwerschke
Some more infos: When I start and stop the postgres service, then very rarely it happens that it works, particularly when I start and stop some other services as well, such as the DNS caching client. But it is not reproducible. Maybe a timing issue? Can anybody reproduce this problem on Win XP

Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-21 Thread Christoph Zwerschke
Tom Lane wrote: > Perhaps you have a name server that is reporting only an IPv6 > address for your machine? Turning off the LAN prevents contacting > that server? No, and I'm using only localhost as address, i.e. I am contacting localhost, and I have listen_addresses = localhost in postgresql.c

Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-21 Thread Tom Lane
"Christoph Zwerschke" <[EMAIL PROTECTED]> writes: > It happens only if: > - the LAN network interface is activated and > - the TCP/IP protocol is activated and > - the TCP/IP v6 protocol is not installed Perhaps you have a name server that is reporting only an IPv6 address for your machine? Turn

[BUGS] BUG #2642: Connection problems without IPv6

2006-09-21 Thread Christoph Zwerschke
The following bug has been logged online: Bug reference: 2642 Logged by: Christoph Zwerschke Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Win XP Description:Connection problems without IPv6 Details: I am using PostgreSQL 8.1.4 on Win