From owner-freebsd-questions@FreeBSD.ORG Sun Mar 31 23:25:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9FD75D26 for ; Sun, 31 Mar 2013 23:25:17 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 621C87D1 for ; Sun, 31 Mar 2013 23:25:16 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UMRd0-0003gY-8T for freebsd-questions@freebsd.org; Mon, 01 Apr 2013 01:25:34 +0200 Received: from pool-173-79-84-117.washdc.fios.verizon.net ([173.79.84.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Apr 2013 01:25:34 +0200 Received: from nightrecon by pool-173-79-84-117.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Apr 2013 01:25:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: smartd Date: Sun, 31 Mar 2013 19:24:49 -0400 Lines: 26 Message-ID: References: <1669088.nIVdxTbFxh@luna.wi.rr.com> <20130401003953.1b6403ed.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-84-117.washdc.fios.verizon.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Mar 2013 23:25:17 -0000 Polytropon wrote: > On Sun, 31 Mar 2013 17:25:32 -0500, ajtiM wrote: >> I installed smartmontools, "start_smartd=yes" I have in rc.conf > > Without further investigation - shouldn't that be > > smartd_enable="YES" > > conforming to the syntax of other service start commands? > At least that might be the reason why smartd doesn't > automatically start. Sadly I can't find a reference to > how to edit rc.conf in "man smartd"; at least the manual > explains the options well... ;-) This is correct, as per: /usr/ports/sysutils/smartmontools/files/pkg-message.in Don't know if it's a typo in his email but he was missing a " on the: daily_status_smart_devices="/dev/ada0" line as well. -Mike