From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 19:29:05 2008 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 9C5441065671 for ; Mon, 14 Apr 2008 19:29:05 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from mho-01-bos.mailhop.org (mho-01-bos.mailhop.org [63.208.196.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE9C8FC1B for ; Mon, 14 Apr 2008 19:29:05 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from [205.212.73.58] (helo=[192.168.11.2]) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JlUMS-000LAD-Et; Mon, 14 Apr 2008 19:29:04 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 205.212.73.58 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18oEbIpkelQGiZV+srHoa+ObdtgCBolDQA= Message-ID: <4803B05B.4050609@mikestammer.com> Date: Mon, 14 Apr 2008 13:28:27 -0600 From: Eric Zimmerman User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Eric , freebsd-questions References: <480258D5.1090301@mikestammer.com> <48029945.1040302@paraklet.net> <4802B0FC.3090208@mikestammer.com> <20080414164330.GA48818@melon.esperance-linux.co.uk> In-Reply-To: <20080414164330.GA48818@melon.esperance-linux.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: start up scripts stopped working 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: Mon, 14 Apr 2008 19:29:05 -0000 Frank Shute wrote: > > I spotted a couple of things with your rc.conf that could be causing > you trouble: > > 1) There are a lot of unquoted YES's for enabling services. I don't > know if that could screw thing's up but for form's sake, I'd try quoting > them and rebooting. > > 2) You seem to have set your security level quite high. I can't find > where they are documented in 6.3 (in 7.0 under security(7)) but it > could be worth a try commenting out the securelevel lines and > rebooting and then setting your security level through sysctl (I > think you can do that). I will give this a whirl and see how it goes. I have never had issues with the unquoted YES statements unless they are not balanced (i.e. foo_enable=YES" or foo_enable="YES blows up), but I did quote everything to be consistent I commented out the securelevel stuff as well. Thanks for the suggestions. i will report back once i get the box rebooted