From owner-freebsd-questions@FreeBSD.ORG Thu Nov 4 21:41:18 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35DB5106566C for ; Thu, 4 Nov 2010 21:41:18 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from queueout02-winn.ispmail.ntl.com (queueout02-winn.ispmail.ntl.com [81.103.221.56]) by mx1.freebsd.org (Postfix) with ESMTP id 9EB948FC08 for ; Thu, 4 Nov 2010 21:41:17 +0000 (UTC) Received: from know-smtpout-4.server.virginmedia.net ([62.254.123.4]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20101104203933.WTIK29865.mtaout03-winn.ispmail.ntl.com@know-smtpout-4.server.virginmedia.net> for ; Thu, 4 Nov 2010 20:39:33 +0000 Received: from [86.25.234.13] (helo=ideapad.piggybox) by know-smtpout-4.server.virginmedia.net with esmtp (Exim 4.63) (envelope-from ) id 1PE6ar-0002Eb-F3 for questions@freebsd.org; Thu, 04 Nov 2010 20:39:33 +0000 Received: from ideapad.piggybox (localhost [127.0.0.1]) by ideapad.piggybox (8.14.4/8.14.4) with ESMTP id oA4LcfhM001516 for ; Thu, 4 Nov 2010 21:38:41 GMT (envelope-from peter@ideapad.piggybox) Received: (from peter@localhost) by ideapad.piggybox (8.14.4/8.14.4/Submit) id oA4LceJO001515 for questions@freebsd.org; Thu, 4 Nov 2010 21:38:41 GMT (envelope-from peter) Date: Thu, 4 Nov 2010 21:38:40 +0000 From: Peter Harrison To: questions@freebsd.org Message-ID: <20101104213840.GA1484@ideapad.piggybox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Cloudmark-Analysis: v=1.1 cv=DhNl2YeytwJssBBGe49HJX82LNDFEEVkpVB34RXKaPo= c=1 sm=0 a=Xdp3fyQ2GR4A:10 a=kj9zAlcOel0A:10 a=7bwXyfqNb1iHf_aKaTMA:9 a=f719h4Wzky_fUzeX8wcA:7 a=BkWKmsLQPphlhWgO4561V-S5748A:4 a=CjuIK1q_8ugA:10 a=oYPas11yM68HfYZA:21 a=W0q1uwdSaewKVtb7:21 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: Subject: hald doesn't start on boot... 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, 04 Nov 2010 21:41:18 -0000 Dear all, I'm having a problem with hald. I have the following in my rc.conf: hald_enable="YES" dbus_enable="YES" and I see a "starting hald" message on boot, with seemingly no errors. Yet afterwards hald is not running - but if I then run /usr/local/etc/rc.d/hald start hald starts without complaint, no messages, no problems. So why won't it start at boot? This is on 8.1-RELEASE. Does anyone have any ideas on how to track down what the problem is, and fix it? TIA. Peter Harrison.