From owner-freebsd-ports@FreeBSD.ORG Thu Dec 22 01:08:32 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FD516A41F for ; Thu, 22 Dec 2005 01:08:32 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail1.fluidhosting.com (mail1.fluidhosting.com [204.14.90.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CE0E43D5E for ; Thu, 22 Dec 2005 01:08:31 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 94734 invoked by uid 399); 22 Dec 2005 01:08:30 -0000 Received: from unknown (HELO ?192.168.1.101?) (dougb@dougbarton.net@127.0.0.1) by 127.0.0.1 with SMTP; 22 Dec 2005 01:08:30 -0000 Message-ID: <43A9FC89.9070306@FreeBSD.org> Date: Wed, 21 Dec 2005 17:08:25 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Beecher Rintoul References: <20051222022727.086a6a3c@it.buh.tecnik93.com> <200512211534.27060.akbeech@gmail.com> In-Reply-To: <200512211534.27060.akbeech@gmail.com> X-Enigmail-Version: 0.93.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Bug[?] In new local_startup and postgresql X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 01:08:32 -0000 Beecher Rintoul wrote: > I have the same problem with webmin.sh. No errors on boot, just doesn't start. > /usr/local/etc/rc.d/webmin.sh start works. The webmin script has this line in the script: webmin_enable="NO" which is likely to lead to unpredictable results. Try removing that, and make sure that you have webmin_enable="YES" in /etc/rc.conf[.local] hth, Doug