win2k: newbie getting error 'database creation failed'

From: <tmp1(at)leegs(dot)com>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: win2k: newbie getting error 'database creation failed'
Date: 2002-02-13 06:38:52
Message-ID: 000a01c1b459$1a7615c0$2f485140@vanguard
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi,

I'm trying to install pgsql and am unable to.

System: Win2k, 3GB free

I followed the instructions on the faq-mswin section
I downloaded and installed the cygwin version of pgsql (v.7.2)
Successfully started the ipc-daemon

Started the server:

$ /usr/bin/postmaster -D /usr/pgsql/data
DEBUG: database system was shut down at 2002-02-12 22:05:39
DEBUG: checkpoint record is at 0/1136C0
DEBUG: redo record is at 0/1136C0; undo record is at 0/0; shutdown TRUE
DEBUG: next transaction id: 89; next oid: 16556
DEBUG: database system is ready

Tried to createdb, but got an error:

$ createdb testdb
Signal 11
createdb: database creation failed

The server window logged this:

DEBUG: pq_recvbuf: unexpected EOF on client connection
DEBUG: incomplete startup packet

Please help.

Thanks,
Van

Browse pgsql-cygwin by date

  From Date Subject
Next Message Myron Lowe 2002-02-13 08:25:38 problem with tar
Previous Message Kevin Chase 2002-02-13 05:04:42 Re: Patch for COPY command