From owner-freebsd-questions@FreeBSD.ORG Fri Apr 8 04:28:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EBB016A4CE for ; Fri, 8 Apr 2005 04:28:36 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0066443D31 for ; Fri, 8 Apr 2005 04:28:36 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 37so944415wra for ; Thu, 07 Apr 2005 21:28:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=t6rILu6lqam1MGlmatERSUwb79hd19oV4eT6IbUv0xX08ai1DVQsP6m48ptUXFWUHrT11PwUeTbA9pJCxx/dWvTy4h9C1DG3uc/Xn5S2gUUf082G09qen4aNGipWAqKg83RcuAsz76ICHdDKPQZwpyzzuZBt1DmLvfgL//Fsy5Q= Received: by 10.54.47.56 with SMTP id u56mr49643wru; Thu, 07 Apr 2005 21:28:35 -0700 (PDT) Received: by 10.54.42.28 with HTTP; Thu, 7 Apr 2005 21:28:35 -0700 (PDT) Message-ID: <810a540e050407212817eb7cee@mail.gmail.com> Date: Thu, 7 Apr 2005 22:28:35 -0600 From: Pat Maddox To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Can't control PostgreSQL with RC scripts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 04:28:36 -0000 I installed PostgreSQL 8.0.1 from ports, and now I'd like to control it with the RC scripts. I wasn't able to run initdb with the scripts, I had to do that manually with the regular initdb command. Now I've got the db dir as /usr/local/pgsql/data, which is what it looks like pgsql expects, but the scripts still won't start it or stop it. They don't produce any output either. Any ideas on what to do?