Re: PostgreSQL on Win/2K

From: Kian Parsee <kparsee(at)yahoo(dot)com>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: PostgreSQL on Win/2K
Date: 2001-07-11 17:37:22
Message-ID: 20010711173722.63030.qmail@web14102.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Jason,

I don't see anything interesting in the log file
except for the winsock error.... Where can I get the
Cygwin DLL snapshot?

Thanks,
Kian
--- Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com> wrote:
> Kian,
>
> On Wed, Jul 11, 2001 at 08:12:27AM -0700, Kian
> Parsee wrote:
> > localhost seems to be defined correctly. psql-h
> > 127.0.0.1 template1 gives me the same error:
> >
> > kparsee(at)BFTTDEMO /usr/local/pgsql/bin
> > $ psql -h 127.0.0.1 template1
> > pq_flush: send() failed: Invalid argument
> > pq_recvbuf: recv() failed: The descriptor is a
> file,
> > not a socket
> > psql: pqReadData() -- backend closed the channel
> > unexpectedly.
> > This probably means the backend terminated
> > abnormally
> > before or while processing the request.
>
> For some reason Cygwin's recv() is returning
> ENOTSOCK. Try using strace
> to glean more information:
>
> $ strace -o psql.log psql -h 127.0.0.1 template1
>
> Is there anything interesting in psql.log?
>
> BTW, which Windows 2000 service pack are you using?
>
> Some other suggestions:
>
> 1. Try another machine (I have never seen this
> problem on various NT
> 4.0 and 2000 machines)
> 2. Try a Cygwin DLL snapshot
>
> Jason
>
> --
> Jason Tishler
> Director, Software Engineering Phone:
> 732.264.8770 x235
> Dot Hill Systems Corp. Fax:
> 732.264.8798
> 82 Bethany Road, Suite 7 Email:
> Jason(dot)Tishler(at)dothill(dot)com
> Hazlet, NJ 07730 USA WWW:
http://www.dothill.com

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Attachment Content-Type Size
psql.log application/octet-stream 46.5 KB

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2001-07-11 17:52:36 Re: PostgreSQL on Win/2K
Previous Message Jason Tishler 2001-07-11 16:55:18 Re: PostgreSQL on Win/2K