From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 00:42:19 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 B8CA8106566C for ; Thu, 1 Jan 2009 00:42:19 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.freebsd.org (Postfix) with ESMTP id 8AAA38FC0C for ; Thu, 1 Jan 2009 00:42:19 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 2E55D29404 for ; Wed, 31 Dec 2008 19:42:19 -0500 (EST) Received: from teddy.fas.com (c-76-26-198-188.hsd1.sc.comcast.net [76.26.198.188]) by mailbackend.panix.com (Postfix) with ESMTP id E6989D203 for ; Wed, 31 Dec 2008 19:42:18 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1LIBdh-0008OL-00 for ; Wed, 31 Dec 2008 19:42:17 -0500 Date: Wed, 31 Dec 2008 19:42:17 -0500 From: stan To: Free BSD Questions list Message-ID: <20090101004217.GA32222@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 19:41:03 up 234 days, 2:03, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: 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: Thu, 01 Jan 2009 00:42:20 -0000 I am having a bit of a problem enabling remote access to postgress on my 7.1 system. I have added to postgresql.conf listen_addresses = '*' and to pg_hba.conf host all all XXX.159.77.0/24 trust XX is a real number, and is the first octect of the network that this mahcine lives on Now, it appears that I alos need to add the -i, or -h flag to the invocation of postgress itslef, but I can't seem to get the rc.conf sysntax corrcet for that. What should this entry look like? -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.