Windows setup Error RC2

Started by Gevik Babakhaniabout 18 years ago3 messagesbugs
Jump to latest
#1Gevik Babakhani
pgdev@xs4all.nl

I am trying to install 82.RC2 using mstsc client on a Remote Win 2003
server.
on page "initialize database cluster" with:

Locale:C
Encoding server:UTF8
Encoding client:UTF8
superuser:postgres
password:postgres
init dbcluster check: checked

When clicked on Next, the following error pops up.

"Error binding the test network socket:10013"

The server is behind a firewall and internet activity
also goes through a proxy server.

Regards,
Gevik Babakhani
------------------------------------------------
PostgreSQL NL http://www.postgresql.nl
TrueSoftware BV http://www.truesoftware.nl
------------------------------------------------

#2Gevik Babakhani
pgdev@xs4all.nl
In reply to: Gevik Babakhani (#1)
Re: Windows setup Error RC2

typo there, it should be 8.3RC2

Show quoted text

-----Original Message-----
From: pgsql-bugs-owner@postgresql.org
[mailto:pgsql-bugs-owner@postgresql.org] On Behalf Of Gevik Babakhani
Sent: Thursday, January 24, 2008 1:19 PM
To: pgsql-bugs@postgresql.org
Subject: [BUGS] Windows setup Error RC2

I am trying to install 82.RC2 using mstsc client on a Remote
Win 2003 server.
on page "initialize database cluster" with:

Locale:C
Encoding server:UTF8
Encoding client:UTF8
superuser:postgres
password:postgres
init dbcluster check: checked

When clicked on Next, the following error pops up.

"Error binding the test network socket:10013"

The server is behind a firewall and internet activity also
goes through a proxy server.

Regards,
Gevik Babakhani
------------------------------------------------
PostgreSQL NL http://www.postgresql.nl
TrueSoftware BV http://www.truesoftware.nl
------------------------------------------------

---------------------------(end of
broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

#3Magnus Hagander
magnus@hagander.net
In reply to: Gevik Babakhani (#1)
Re: Windows setup Error RC2

On Thu, Jan 24, 2008 at 01:19:19PM +0100, Gevik Babakhani wrote:

I am trying to install 82.RC2 using mstsc client on a Remote Win 2003
server.
on page "initialize database cluster" with:

Locale:C
Encoding server:UTF8
Encoding client:UTF8
superuser:postgres
password:postgres
init dbcluster check: checked

When clicked on Next, the following error pops up.

"Error binding the test network socket:10013"

The server is behind a firewall and internet activity
also goes through a proxy server.

10013 is access denied. Are you running some host-level firewall that
prevents binding to the port you're trying to use, or some antivirus
thinking you're a bad guy, or similar?

AFAIK, if someone else was listening on the same port that would give a
different error message, but it might be worth checking out that as well.

//Magnus