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 1PViVP-00022J-RN for garchives@archives.gentoo.org; Thu, 23 Dec 2010 10:34:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 609B5E07A2; Thu, 23 Dec 2010 10:32:53 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by pigeon.gentoo.org (Postfix) with ESMTP id 1FA61E07A2 for ; Thu, 23 Dec 2010 10:32:52 +0000 (UTC) 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 Content-disposition: inline Content-type: text/plain; charset=ISO-8859-15 Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LDV00KNGMMS1PE0@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Thu, 23 Dec 2010 11:32:52 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.60,218,1291590000"; d="scan'208";a="86469649" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Thu, 23 Dec 2010 11:32:52 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id oBNAWp6J021430 for ; Thu, 23 Dec 2010 11:32:51 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id D00573164 for ; Thu, 23 Dec 2010 11:32:49 +0100 (CET) Date: Thu, 23 Dec 2010 11:32:49 +0100 From: Helmut Jarausch Subject: Re: [gentoo-user] Mysterious failure of ConsoleKit To: gentoo-user@lists.gentoo.org References: <201012221709.24886.peter@humphrey.ukfsn.org> <201012221739.20073.peter@humphrey.ukfsn.org> In-reply-to: X-Mailer: Balsa 2.4.9 Message-id: <1293100369.10350.1@numa-i> Content-transfer-encoding: quoted-printable X-Archives-Salt: 124fa828-7cf5-4845-938d-95ddfa02a66e X-Archives-Hash: 5599cb8d9ce771d7d7d0ed9ef29d38e9 On 12/23/10 02:41:44, Mark Knecht wrote: > On Wed, Dec 22, 2010 at 9:39 AM, Peter Humphrey > wrote: > > On Wednesday 22 December 2010 17:28:09 Mark Knecht wrote: > >> On Wed, Dec 22, 2010 at 9:09 AM, Peter Humphrey > >> wrote: > >> > >> > >> > Can anyone see anything else I could check? > >> > > >> > -- > >> > Rgds > >> > Peter. =A0 =A0 =A0 =A0 =A0Linux Counter 5290, 1994-04-23. > >> > >> Disk space? > > > > Seems not. I copied a 150M ISO into /var with no problem. This is a > 20GB > > ext4 partition with default mkfs options, 58% full. Good idea=20 > though > - > > thanks. >=20 > Yeah, that would be too easy. >=20 > OK, so I don't know much about what consolekit even does. It's on=20 > this > system and was touched (I guess) when the system booted, but it's not > running: >=20 > - Mark >=20 >=20 > k2 ~ # ls -la /var/run/ConsoleKit/pid > -rw-r--r-- 1 root root 5 Dec 22 16:31 /var/run/ConsoleKit/pid >=20 > k2 ~ # /etc/init.d/consolekit status > * status: stopped >=20 > k2 ~ # rc-update show --verbose > alsasound | default > apcupsd | default > bootmisc | boot > checkfs | boot > checkroot | boot > clock | boot > consolefont | boot > consolekit | > crypto-loop | > dbus | default > device-mapper | > dmeventd | > git-daemon | > gpm | > hdparm | > hostname | boot > keymaps | boot > local | default nonetwork > localmount | boot > lvm | > lvm-monitoring | > mdadm | default > mdraid | > modules | boot > mysql | > mysqlmanager | > net.eth0 | default > net.lo | boot > netmount | default > nscd | > ntp-client | default > ntpd | default > numlock | > pciparm | > pwcheck | > pydoc-2.6 | > pydoc-3.1 | > rmnologin | boot > rsyncd | > saslauthd | > slpd | > smartd | > sshd | default > svnserve | > syslog-ng | default > udev | > udev-dev-tarball | > udev-mount | > udev-postmount | default > urandom | boot > vixie-cron | default > xdm | default > xdm-setup | > k2 ~ # >=20 >=20 I'm having the same problem (as do others). ps auxw | grep -i console shows, that console-kit-daemon is actually running. And killall console-kit-daemon, /etc/init.d/consolekit start fixes the problems. It looks as if something has started consolekit earlier but not by using /etc/init.d/consolekit . Unfortunately, I don't know how to debug which is starting consolekit. Furthermore, I'd like to know where the source of the start-stop-daemon=20 is. Helmut. =