Thread: 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 ------------------------------------------------
typo there, it should be 8.3RC2 > -----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 >
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