Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com From: "Markus Hoenicka" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16141.62020.181904.924309@tipi.mininet> Date: Fri, 11 Jul 2003 01:09:56 +0200 To: cygwin@cygwin.com Subject: PostgreSQL problems Hi all, I've got problems setting up PostgreSQL on Cygwin. I've been following the excellent description in the PostgreSQL readme file and got the following result: Administrator@ocean ~ $ ipc-daemon & [1] 157 Administrator@ocean ~ $ initdb -D /usr/share/postgresql/data The files belonging to this database system will be owned by user "Administrator". This user must also own the server process. The database cluster will be initialized with locale C. <... everything went ok here...> Success. You can now start the database server using: /usr/bin/postmaster -D /usr/share/postgresql/data or /usr/bin/pg_ctl -D /usr/share/postgresql/data -l logfile start Administrator@ocean ~ $ postmaster -D /usr/share/postgresql/data & [2] 176 Administrator@ocean ~ $ LOG: database system was shut down at 2003-07-11 00:17:52 LOG: checkpoint record is at 0/83B238 LOG: redo record is at 0/83B238; undo record is at 0/0; shutdown TRUE LOG: next transaction id: 480; next oid: 16976 LOG: database system is ready LOG: StreamConnection: accept() failed: Socket operation on non-socket Administrator@ocean ~ $ psql template1 psql: could not receive data from server: Cannot send after transport endpoint shutdown I've tried PostgreSQL 7.3.2-2 and 7.3.3-1 together with cygipc 1.13-2 and 1.14-1. No luck in either combination. The system is a freshly installed WinNT4 with a fresh Cygwin installation. What am I doing wrong? regards, Markus -- Markus Hoenicka markus.hoenicka@cats.de (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/