Re: "psql" gives error.

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: 'Kannan' <kannan(at)equadriga(dot)com>
Cc: "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: "psql" gives error.
Date: 2002-02-22 09:19:23
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F747FC@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

You've installed the source package. Install a binary package
(it'll be called something like cygipc-1.11-1.tar.bz2).
Once its installed you should be able to run it from bash by:
ipc-daemon &
To install it as a service do:
ipc-daemon --install-as-service
or to remove as a service:
ipc-daemon --remove-as-service
Hope this helps,
- Stuart

-----Original Message-----
From: Kannan [mailto:kannan(at)equadriga(dot)com]
Sent: 22 February 2001 05:02
To: Henshall, Stuart - WCP
Subject: RE: [CYGWIN] "psql" gives error.

Hi,

We are not able to start the "ipc-daemon". Ours is a Windows 2000 System, we
downloaded cygpic package from
http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/. and the
version is "cygipc-1.09-2-src.tar" we unzipped this .tar file (using win
zip) and set the path to cygwin directory. While starting the ipc-daemon in
command prompt from the cygpic folder we get the error as follows "The
service name is invalid." we tried to start both using "net start ipc-daemon
&" and "net start ipc-daemon". Is the procedure we followed Correct? If u
have any step by step documentation pls forward us.
Expecting ur Reply.

Thanks in Advance.
Kannan.

At 02:37 PM 2/21/2002 +0000, you wrote:

I've never seen this before but there was a problem with the 1.3.9 cygwin in
relation to psql. It might be worth trying the latest snapshot. Also what
was your actual command? Maybe try giving psql -h 127.0.0.1 template1 and
seeing if you get any further with that.
- Stuart

> -----Original Message-----
> From: Kannan [mailto:kannan(at)equadriga(dot)com]
> Sent: 21 February 2001 12:34
> To: pgsql-cygwin(at)postgresql(dot)org
> Subject: [CYGWIN] "psql" gives error.
>
>
> Hi,
>
> I am evaluating PostGresSql on windows. I downloaded and
> installed as
> given in the manual. When I give the command "psql", I get the error
> message " psql: Could not create socket: An address
> incompatible with the
> requested protocol was used"
> <0x0000273F>. It would be great if you could look into this
> matter and do
> the needful, since based on this, we would be taking a decision.
>
> Thanks & Regards,
>
> -Kannan
> Sr. Software Engineer.
> e-Learning, eQuadriga AG.
>
>
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

Browse pgsql-cygwin by date

  From Date Subject
Next Message Markus Wollny 2002-02-22 13:58:54 postmaster service seems to stop without reason
Previous Message Henshall, Stuart - WCP 2002-02-21 17:23:22 Re: Poor performance