From owner-freebsd-ports@FreeBSD.ORG Sun Dec 14 08:06:59 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D535FB8 for ; Sun, 14 Dec 2014 08:06:59 +0000 (UTC) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FF5DA59 for ; Sun, 14 Dec 2014 08:06:59 +0000 (UTC) Received: by mail-oi0-f50.google.com with SMTP id a141so6922632oig.9 for ; Sun, 14 Dec 2014 00:06:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=l9+hMc0HUvGMkPzXlgjGlYM5iPq/+be6UOKxDyvMf2E=; b=FzQb3tEDfjPLOoyVHHHEhsEoZrHVPH/fGgpNE44oE9rZbmS1pRd/HrOQFIMNcLA0al gMvaPLdRO/DJvBww/exlHqTLgYFXpWvUETy9ZFIpMMa/PvJa93jG9Erfoth/Sc1gKs+2 lhcxN4xcdVyqtwTbTDyF71ESfMvIwFUW/UxkA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=l9+hMc0HUvGMkPzXlgjGlYM5iPq/+be6UOKxDyvMf2E=; b=KY11zy9oa5Ev0z7W1V0mtmSHHsabeUURfhpVEuODA0PxK4GaCeUjVKRW43X3DNCnQw 56DpsDnk4+MTIHc3FVo9FpCrn5KWcL0M66odFKuOxV8y5g9LtlBsTH2MVeJkFnqdce5i DtBgmNWdJC5bnwBQ+Hm2AOahn54Qh89+E1uBsW1rtrPyUHwZkPET/9dMtQyA70H9RSQk ivjik01t4UERZbdfUN8ykucOqjnR95T80YYZ5252pZ3DeKtUXUWmfq+fKDmdr64L40pE 7Ho2Cxej0uh9zArj4sI0d60KogGCIRqjvGTTq70kiLlFFnAcJL1s52rizqMswqk/Mdl9 gYNA== X-Gm-Message-State: ALoCoQnuaVq/194RiQBGxKGSFOKZx5Ne4iAJjCurGG6VybSUyaKCCYVU9Lw4/MCJyE/rLNiVcDzg X-Received: by 10.202.63.2 with SMTP id m2mr1704993oia.52.1418544418319; Sun, 14 Dec 2014 00:06:58 -0800 (PST) Received: from rsbsd.rsb ([31.200.14.133]) by mx.google.com with ESMTPSA id pn7sm3021650oeb.15.2014.12.14.00.06.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Dec 2014 00:06:57 -0800 (PST) Date: Sun, 14 Dec 2014 10:06:57 +0200 From: Beeblebrox To: Erich Dollansky Subject: Re: devel/dbus no longer starts at system poweron Message-ID: <20141214100657.3b37b413@rsbsd.rsb> In-Reply-To: <20141214102218.10c8447b@X220.alogt.com> References: <20141213202855.3a7c3dd9@rsbsd.rsb> <20141214102218.10c8447b@X220.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 08:06:59 -0000 > > Using dbus-1.8.12, /etc/rc.conf has (dbus_enable=3D"YES", > > slim_enable=3D"YES"). This works no more. X.Org starts, but cannot > > login to any Desktop because dbus actually is not running and has > > not started. > >=20 > > Kill Xorg, then manually "service onestart" dbus, and slim. > > I can then start to my desktop managers. >=20 > what do dmesg and /var/log/messages say? >=20 > Erich Hello, /var/log/messages has nothing, I forgot to mention that. This dbus stuff shows up in messages AFTER I start it manually: dbus[1746]: [system] Activating service name=3D'org.freedesktop.ConsoleKit'= (using servicehelper) dbus[1746]: [system] Activating service name=3D'org.freedesktop.PolicyKit1'= (using servicehelper) dbus[1746]: [system] Successfully activated service 'org.freedesktop.Policy= Kit1' dbus[1746]: [system] Successfully activated service 'org.freedesktop.Consol= eKit' On #3 r275748 --=20 FreeBSD_amd64_11-Current_RadeonKMS