From owner-freebsd-isp Sat Jan 25 10:20:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA11268 for isp-outgoing; Sat, 25 Jan 1997 10:20:54 -0800 (PST) Received: from gds.de (ns.gds.de [194.77.222.14]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA11260 for ; Sat, 25 Jan 1997 10:20:49 -0800 (PST) Received: from pluto.gds.de (pluto.gds.de [194.77.222.13]) by gds.de (8.8.4/8.6.12) with SMTP id TAA18749 for ; Sat, 25 Jan 1997 19:20:45 +0100 (MET) Message-Id: <199701251820.TAA18749@gds.de> Comments: Authenticated sender is From: "Richard Gresek" To: freebsd-isp@freebsd.org Date: Sat, 25 Jan 1997 19:19:40 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Starting PG95 Reply-to: rg@gds.de Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hallo, I am using FreeBSD-3.0 (3.0-970118-SNAP) and Postgres95 (2.0). Almost everything works fine except starting postmaster from within /etc/rc or /usr/local/etc/rc.d/postgres.sh. The command is definitely executed but postmaster does not stay as a running process in memory. Started from the command line after the login postmaster is running fine. I believe this is a question for this list than for the PG95-list because the startup did work fine on FreeBSD 2.1.6 and does not now on 3.0. +----- I tried to start PG95 from /etc/rc with this line: /usr/local/postgres95/bin/postmaster & and from /usr/local/etc/rc.d/postgres95.sh with these lines #!/bin/sh /usr/local/postgres95/bin/postmaster & Thanks in advance Richard +-------------------------------------------------------------------+ : Plus.Net Internet PoP fuer : Oppenheimer Landstr. 55 Frankfurt & Westerwald : 60596 Frankfurt : Tel.: +49 69 61991275 http://www.plusnet.de : Fax : +49 69 610238 +-------------------------------------------------------------------+