Обсуждение: PG 8.2 instal on Win2k3 - unable to connect to test network socket

Поиск
Список
Период
Сортировка

PG 8.2 instal on Win2k3 - unable to connect to test network socket

От
imageguy
Дата:
When I tried to install pg8.2 on Win2k3 service pack 2 using the
installer I received the error message window

Unable to connect to the test network socket : 100013

If I changed the port from the default '5432' to 5433 works fine.

- any suggestions ?
Google showed me an email regarding this message in 8.1, but there was
no resolution.

g.

Re: PG 8.2 instal on Win2k3 - unable to connect to test network socket

От
Magnus Hagander
Дата:
On Wed, Aug 26, 2009 at 19:12, imageguy<imageguy1206@gmail.com> wrote:
> When I tried to install pg8.2 on Win2k3 service pack 2 using the
> installer I received the error message window
>
> Unable to connect to the test network socket : 100013
>
> If I changed the port from the default '5432' to 5433 works fine.

Sounds like you already have something listening on 5432. Perhaps
another verison of PostgreSQL already installed?


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Re: PG 8.2 instal on Win2k3 - unable to connect to test network socket

От
geoff
Дата:
> Sounds like you already have something listening on 5432. Perhaps
> another verison of PostgreSQL already installed?
>
Thats what I thought, but a port scan tells me that the port is closed.

Re: PG 8.2 instal on Win2k3 - unable to connect to test network socket

От
Craig Ringer
Дата:
On Wed, 2009-08-26 at 18:43 -0300, geoff wrote:
> Sounds like you already have something listening on 5432. Perhaps
> another verison of PostgreSQL already installed?
>
Thats what I thought, but a port scan tells me that the port is closed.


Try using the `netstat' command (or one of the numerous GUI wrappers/replacements) to look at your open port list instead. That'll show you what the OS thinks is in use.

--
Craig Ringer