Re: Problem with connectiong to postmaster (WinNT 4.0 SP6) - Mailing list pgsql-ports

From David Löfstrand
Subject Re: Problem with connectiong to postmaster (WinNT 4.0 SP6)
Date
Msg-id 393269F9.CD0A92ED@surgical-science.com
Whole thread Raw
In response to Problem with connectiong to postmaster (WinNT 4.0 SP6)  (David Löfstrand <davidl@surgical-science.com>)
List pgsql-ports

Dan Rosner wrote:
>
> Hejsan!
>
> Are you running NT with service pack 6 or 6a?  I recall having
> a similar problem with postgres on NT and it cleared up
> after installing 6a.  I believe it is mentioned somewhere
> in the ports archive as well.
>
> Can you get the psql interpreter to work?  Try:
>
> psql -i localhost template1
>
> and then:
>
> create database testing;
>
> --
> Dan Rosner
> Cascade Programming Group
> rosner@scn.org

I have now installed SP6a but the problem is still there...
Can the problem related to the IPC package?
I've compiled & installed cygwin32_ipc-1.03
I think it's not likely since it should produce some
ipc-errors as well, but you never know...
I'm also using Cygwin B20.1, I have also edited the
pgsql_dir/data/hba.conf so it contains the lines:
local        all                                          trust
host         all         127.0.0.1  my.subnet.mask.number trust
host         all      my.ip.number  my.subnet.mask.number trust

further I have created the /etc/passwd and /etc/group in cygwin...
and generally followed the NT-port guide


--
+-------------------------------+----------------------+
| David Loefstrand - Programmer | Surgical Science AB  |
| davidl@surgical-science.com   | Medicinareg 3A       |
| Tel: +46 (0)31-74 11 804      | SE-413 46 Gothenburg |
| Fax: +46 (0)31-74 11 701      | SWEDEN               |
+-------------------------------+----------------------+

pgsql-ports by date:

Previous
From: Horák Daniel
Date:
Subject: RE: q: Mingw NT binaries [using Cygwin] ?
Next
From: Dan Rosner
Date:
Subject: Re: Problem with connectiong to postmaster (WinNT 4.0 SP6)