From owner-freebsd-ports@FreeBSD.ORG Sun Dec 14 02:22:34 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10D04322 for ; Sun, 14 Dec 2014 02:22:34 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E183798E for ; Sun, 14 Dec 2014 02:22:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=OP1ygsr59q3+ayjmUKL07gBDdMSSOpvz+QXZidhypTI=; b=H/PmIH86nqnQlEL385uQ4yp2A44v4jhJmCyxzC9nKNWc2vXIi2yJhMGxUB2X8/FjS3jdF3wlcVZcG24Ofa10arEw632muJDaRpzagoXSyctn3ButTmgXBZ/Ca4/W5d1ctnIAbFq0bYHesuratrau3hqTAC7W1vsA8zGGN7RGKPY=; Received: from [114.124.3.234] (port=58273 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1XzypF-003Mju-MT; Sat, 13 Dec 2014 19:22:26 -0700 Date: Sun, 14 Dec 2014 10:22:18 +0800 From: Erich Dollansky To: Beeblebrox Subject: Re: devel/dbus no longer starts at system poweron Message-ID: <20141214102218.10c8447b@X220.alogt.com> In-Reply-To: <20141213202855.3a7c3dd9@rsbsd.rsb> References: <20141213202855.3a7c3dd9@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2014 02:22:34 -0000 Hi, On Sat, 13 Dec 2014 20:28:55 +0200 Beeblebrox wrote: > Using dbus-1.8.12, /etc/rc.conf has (dbus_enable="YES", > slim_enable="YES"). This works no more. X.Org starts, but cannot > login to any Desktop because dbus actually is not running and has not > started. > > Kill Xorg, then manually "service onestart" dbus, and slim. > I can then start to my desktop managers. what do dmesg and /var/log/messages say? Erich