Re: (0x0000274D/10061) on Install - Mailing list pgsql-general

From Dann Corbit
Subject Re: (0x0000274D/10061) on Install
Date
Msg-id D425483C2C5C9F49B5B7A41F894415470296209D@postal.corporate.connx.com
Whole thread Raw
In response to (0x0000274D/10061) on Install  (Joachim Tranvåg <joachimbra@hotmail.com>)
List pgsql-general
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Joachim Tranvåg
Sent: Monday, March 16, 2009 1:20 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] (0x0000274D/10061) on Install

>Hi, I am trying to install PostgreSQL on Windows Vista 32bit, I have deactivated
>UAC and the only kind of Firewall I have is Avast Home.
>I am installing postgresql-8.3.6-2.zip, have also tried the 8.3.5.1.
>I am installing with everything as standard.
>During installation, during Activating Procedural Languages I get the error :
>"Failed to connect to the database. Procedural languages files are installed, but
>are not activated in any databased. Could not connect to server:
>(0x0000274D/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP
>connections on port 5432?"
>
>And during Activating contrib modules, error:
>"Failed to connect to the 'template1' database.Contrib files are installed, but
>are not activated in any databased.Could not connect to server:
>(0x0000274D/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP
>connections on port 5432?"
>
>Then PostgreSQL get "successfully" installed on my system.
>But when I try to connect the default database or creating a new, it won't
>connect, and gives me the same error (0x0000274D/10061).
>
>I really don't have a clue, but since it won't install it's most likely something
>to do with my configutation, maybe I have deactivated some necessary services
>etc?
>Do you have an idea?

What are you using to attach to PostgreSQL?  (e.g. psql.exe ? pgadmin III?  Something else?)

What does your pg_hba.conf file look like?

I usually change mine so that the local host can attach:

# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# IPv4 local connections:
host     all     all     127.0.0.1/32    trust
# IPv6 local connections:
  host     all     all     ::1/128         trust

When you look at your services, do you see the PostgreSQL service running?


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Maximum transaction rate
Next
From: John R Pierce
Date:
Subject: Re: PostgreSQL on Webmin