From: | "Dann Corbit" <DCorbit(at)connx(dot)com> |
---|---|
To: | Joachim Tranvåg <joachimbra(at)hotmail(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: (0x0000274D/10061) on Install |
Date: | 2009-03-16 20:42:19 |
Message-ID: | D425483C2C5C9F49B5B7A41F894415470296209D@postal.corporate.connx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Joachim Tranvåg
Sent: Monday, March 16, 2009 1:20 PM
To: pgsql-general(at)postgresql(dot)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?
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2009-03-16 20:43:15 | Re: PostgreSQL on Webmin |
Previous Message | John R Pierce | 2009-03-16 20:32:40 | Re: Maximum transaction rate |