From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 01:17:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C662E106564A for ; Fri, 2 Jan 2009 01:17:50 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from rv-out-0304.google.com (rv-out-0304.google.com [209.85.198.215]) by mx1.freebsd.org (Postfix) with ESMTP id A71A18FC0C for ; Fri, 2 Jan 2009 01:17:50 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by rv-out-0304.google.com with SMTP id b20so14706628rvf.31 for ; Thu, 01 Jan 2009 17:17:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.115.49.20 with SMTP id b20mr10217841wak.9.1230859070264; Thu, 01 Jan 2009 17:17:50 -0800 (PST) Message-ID: <0016e64af2aea6d7a8045f75b542@google.com> Date: Fri, 02 Jan 2009 01:17:50 +0000 From: af300wsm@gmail.com To: stan , Andrew Falanga , Free BSD Questions list Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Re: postgresql network access problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2009 01:17:51 -0000 On Jan 1, 2009 4:34am, stan wrote: > > Thanks. > > > > I did get it working. Here is the line that I used in rc.conf: > > > > postgresql_flags="-o '-i' -w -s -m fast" > > > > As a point of information, what was confusing me was, i had increased the > > number of connections in postgresql.conf. This had created a situation > > where I did not have enough kernel resources. This was loged in > > /var/log/messages. I crected this, but even then postgess would never start > > again, and no further messages werre put in /var/log/messages. I would up > > re init'g the database. > > I didn't know about using postgresql_flags="" in rc.conf. Thanks for that info. Andy