Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 23 Aug 2004 20:52:13 -0400 From: Jason Tishler To: pgsql-cygwin AT postgresql DOT org Cc: cygwin AT cygwin DOT com Subject: Re: initdb and postgres both no longer work... Message-ID: <20040824005213.GA83220@tishler.net> Mail-Followup-To: pgsql-cygwin AT postgresql DOT org, cygwin AT cygwin DOT com References: <1093136712 DOT 4127f1486ac8d AT imp DOT webmail DOT hku DOT hk> <4129CFFB DOT 3060608 AT x-ray DOT at> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="4bRzO86E/ozDv8r1" Content-Disposition: inline In-Reply-To: <4129CFFB.3060608@x-ray.at> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes --4bRzO86E/ozDv8r1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Reini, On Mon, Aug 23, 2004 at 01:07:39PM +0200, Reini Urban wrote: > BTW: > /usr/share/doc/postgresql-7.4.3/FAQ_MSWIN > still has the wrong docs, talking about ipc-daemon2. > This should be fixed upstream, and in the CYGWIN-PATCH if not. See attached. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 --4bRzO86E/ozDv8r1 Content-Type: message/rfc822 Content-Disposition: inline Date: Tue, 20 Jul 2004 07:33:25 -0400 From: Jason Tishler To: Pgsql-Patches Subject: FAQ_MSWIN patch Message-ID: <20040720113325 DOT GA43412 AT tishler DOT net> Mail-Followup-To: Pgsql-Patches Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="5vNYLRcllDrimb99" Content-Disposition: inline User-Agent: Mutt/1.4.1i --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline As per the following: http://archives.postgresql.org/pgsql-cygwin/2004-07/msg00090.php Thanks, Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="FAQ_MSWIN.diff" Index: FAQ_MSWIN =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/FAQ_MSWIN,v retrieving revision 1.19 diff -u -p -r1.19 FAQ_MSWIN --- FAQ_MSWIN 28 Nov 2003 20:22:18 -0000 1.19 +++ FAQ_MSWIN 20 Jul 2004 11:22:08 -0000 @@ -28,8 +28,8 @@ adjust these instructions accordingly. 3. Once the download and install process is complete, open a Cygwin shell and do the following for a basic installation: - 3a. Start ipc-daemon2 for shared memory support. To do this, - enter the command "ipc-daemon2 &". This program + 3a. Start cygserver for shared memory support. To do this, + enter the command "/usr/sbin/cygserver &". This program needs to be running anytime you start the PostgreSQL server (postmaster) or initialize a database (initdb). @@ -53,7 +53,7 @@ adjust these instructions accordingly. 4. You are now running a PostgreSQL server on your Windows machine. -5. It is possible to install ipc-daemon2 and the postmaster as +5. It is possible to install cygserver and the postmaster as Windows NT services. For information on how to do this, please refer to the README document included with Cygwin PostgreSQL. It is installed in the /usr/share/doc/Cygwin directory. @@ -95,4 +95,8 @@ Known issues (On some systems you can have up to about 10 simultaneous connections). +3. The default cygserver configuration may need to be changed (e.g., + increase SEMMNS) to prevent PostgreSQL from failing due to a lack of + system resources. + Problem reports can be sent to pgsql-cygwin AT postgresql DOT org. --5vNYLRcllDrimb99-- --4bRzO86E/ozDv8r1 Content-Type: text/plain; charset=us-ascii -- 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/ --4bRzO86E/ozDv8r1--