From owner-freebsd-current@FreeBSD.ORG Wed Dec 26 20:51:02 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3C8A67A for ; Wed, 26 Dec 2012 20:51:02 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) by mx1.freebsd.org (Postfix) with ESMTP id 946978FC0A for ; Wed, 26 Dec 2012 20:51:02 +0000 (UTC) Received: from epsilon.delphij.net (drawbridge.ixsystems.com [206.40.55.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id E8DDC19632; Wed, 26 Dec 2012 12:50:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1356555056; bh=Ke0HP6Cc3dajh1eEGKNU7tAPP/VzGB+ZIdz2NdcVQAM=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=4bElo17uSyBSLJI/GF3eGwhpDrBROvImQCPGplO0UHhCbJg0pqBwPtQlI9kkPCIlx cEDg6lY11s5E+8dbDVu5gOhV/sIrhMDgdle8KV++EEH66sDgFD51rjmlycrFo6XnWd txu8Fd6Rcz+SdRZpY2AZkcRhuiq5p42GoVdDoFyg= Message-ID: <50DB632F.1040809@delphij.net> Date: Wed, 26 Dec 2012 12:50:55 -0800 From: Xin Li Organization: The FreeBSD Project MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: FreeBSD services startup problems References: <1356564805.1300.6.camel@zeus> In-Reply-To: <1356564805.1300.6.camel@zeus> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2012 20:51:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 12/26/12 15:33, Derrick Dantavious Edwards wrote: > Hi, I am having problems with startup services in FreeBSD current. > I am at a loss on where the problem lies. Even though I have > services explicitly defined in rc.conf for startup they do not > start. Startup scripts both in /etc/rc.d (powerd/moused) and > /usr/local/etc/rc.d (dbus,hald, and gdm ) are experiencing this. > Initially, I checked out my rc.conf file as well as the > /etc/defaults/rc.conf because I continue to get this message. > > /etc/rc: WARNING: $auditdistd_enable is not set properly - see > rc.conf(5). > > This is weird because I don’t have this service defined in my > rc.conf. I even went so far as commenting out all entries in > /etc/defaults/rc.conf that related to auditdistd to verify that it > was not the problem. This was done because I disabled the service > in my /etc/rc.conf with no joy. I also checked the /etc/rc file > against what is in /usr/src and they match up. Quick fix: rm /etc/defaults/rc.conf mergemaster -Ui The problem is that your /etc/defaults/rc.conf is inconsistent with /etc/rc.d. If you make any changes to /etc/defaults/rc.conf (which you shouldn't), please migrate the change to /etc/rc.conf{.local} and discard these changes. Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJQ22MvAAoJEG80Jeu8UPuzNK0H/1pKulntacEr0HJqLIYiv/be XGTeYixSnRJFSD7PjmYLizRc6ayF+UWXKD7NQzH/pp4mY31Sq+mghO7f1gyDzmY/ nGZnmO9z3SxCyI5MDJcvyrKMc8YU3abrfczJZ8CqDojnz3mLZ2ykhaZfDoOm0Wd5 8kl+nun6RHEdnahoW4FqZ/U3IIeEu5k1130urJxMO/H2C+4yOqS/Eq7ELKc0tU7Q B2egmi6Wfbm005h9oMxEPuPD7zvwoCna7GZJugdr7uezsIq3LUirkyqSqcyc9v2g kFLCcnPYGxPdzopPxP44bz0TocJZhuvEaxuiPWyIP8M2c5NzmlcTTvUMepwN8pw= =O3jx -----END PGP SIGNATURE-----