From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RzvM6-0003JO-7t for garchives@archives.gentoo.org; Tue, 21 Feb 2012 19:26:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9FB9E17C3; Tue, 21 Feb 2012 19:26:15 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B018E1763 for ; Tue, 21 Feb 2012 19:25:17 +0000 (UTC) Received: by eaak14 with SMTP id k14so2737130eaa.40 for ; Tue, 21 Feb 2012 11:25:17 -0800 (PST) Received-SPF: pass (google.com: domain of emailgrant@gmail.com designates 10.14.124.204 as permitted sender) client-ip=10.14.124.204; Authentication-Results: mr.google.com; spf=pass (google.com: domain of emailgrant@gmail.com designates 10.14.124.204 as permitted sender) smtp.mail=emailgrant@gmail.com; dkim=pass header.i=emailgrant@gmail.com Received: from mr.google.com ([10.14.124.204]) by 10.14.124.204 with SMTP id x52mr7986230eeh.77.1329852317531 (num_hops = 1); Tue, 21 Feb 2012 11:25:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=jPsepX9x4qF608BhT+UHiDUDoLKE1vO0yZQqbwtDW7s=; b=XqjB2ZognyZUazhOACzkrqHypxSn36blqWFMOUNyHCjdTe973GEu7XV33E8GtcfeJd Ak0A3RR7/ohVfXF/7WBOdV7GpxbWieeVYD3//TT7kbqYVAYbh/1zpV3zyOdxTKdDxikX HrqJYiGpVJno+C9FJPUhOKh+w/FS5SXGOGe0A= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.14.124.204 with SMTP id x52mr6321412eeh.77.1329852317446; Tue, 21 Feb 2012 11:25:17 -0800 (PST) Received: by 10.213.113.148 with HTTP; Tue, 21 Feb 2012 11:25:17 -0800 (PST) In-Reply-To: References: Date: Tue, 21 Feb 2012 11:25:17 -0800 Message-ID: Subject: Re: [gentoo-user] Anybody using lightdm? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 46255073-6b79-4c20-a135-fe91868e0f13 X-Archives-Hash: b86aa6c38e4a846c6544a947081db1d1 [snip] >> It stopped working. =A0I have the same problem described here: >> >> https://bugs.gentoo.org/show_bug.cgi?id=3D395327 >> >> It hangs with this from /var/log/lightdm/lightdm.log: >> >> DEBUG: Waiting for ready signal from X server :0 >> >> It does this on 2 of my systems but succeeds on the other. =A0The next >> lines on the successful system are: >> >> DEBUG: Acquired bus name org.freedesktop.DisplayManager >> DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Se= at0 >> >> The fix described in the bug is to add dbus to use in /etc/init.d/xdm >> but dbus is already in there. =A0dbus is currently started on all 3 >> systems. =A0Any ideas? >> >> - Grant > > This definitely has something to do with dbus but I can't put my > finger on it. =A0I added dbus to the boot runlevel and lightdm came up > fine after a reboot. =A0I removed dbus from all runlevels and rebooted > it's still working. =A0I don't get it. =A0I rebooted many times this > morning and it never worked once. > > - Grant I'm sorry for cramming up the airwaves with this. lightdm works with dbus in the default runlevel too. I think I just need to make sure dbus starts before xdm. Can anyone suggest an /etc/init.d/xdm change for this and should I file a bug? - Grant