From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 17:52:50 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6D879DE for ; Wed, 14 Nov 2012 17:52:50 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6166E8FC0C for ; Wed, 14 Nov 2012 17:52:48 +0000 (UTC) Received: from Octca64MkIV.tdx.co.uk (octa64.tdx.co.uk [62.13.130.232]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id qAEHqbAR050414 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 14 Nov 2012 17:52:38 GMT Date: Wed, 14 Nov 2012 17:52:41 +0000 From: Karl Pielorz To: Dan Nelson Subject: Re: Issues with smartd starting up at boot time - delays sever start? Message-ID: In-Reply-To: <20121113171445.GF20857@dan.emsphone.com> References: <73ADFF9FEC26D94D4727301D@MightyAtom.tdx.co.uk> <20121113171445.GF20857@dan.emsphone.com> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 17:52:51 -0000 --On 13 November 2012 11:14 -0600 Dan Nelson wrote: >> Can anyone think of a 'simple' fix for this? - Is there anything I can do >> to '/usr/local/etc/rc.d/smartd' to make it run later in the startup >> process? > > Try adding "mail" to the REQUIRE: line, since sendmail has that in its > PROVIDES: line. Thanks, I'll give that a go when I get a chance, -Karl