From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.67) (envelope-from ) id 1IHGqh-0005tr-2P for garchives@archives.gentoo.org; Sat, 04 Aug 2007 10:27:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l74APtIF030194; Sat, 4 Aug 2007 10:25:55 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l74ALfwQ025505 for ; Sat, 4 Aug 2007 10:21:41 GMT Received: by ug-out-1314.google.com with SMTP id a2so599961ugf for ; Sat, 04 Aug 2007 03:21:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; b=euqHnygc7OCGMgssWKAEgqCmwdK4K+pakX123bLZL8EGiC0RHnBbyuGXG6MNTIy+ZqaXvQjJCWUZn/OMNqSH2AHCzWQE1wpwEUD5PFqMR4QYPr8HV9vXc5gPoNUv1V2ssxjdbMinqTsreZcY/6svqjdjmqtb2sBj3KfaIeHXbKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; b=BeFNi7uQTSi/SJyRa5faAgkR8FUZA4qPzKMGN+rdxoqMsmIlmk4rl6fGonx7Z9d8GLs6HMOMW3KG5BQhMiw3z+Xtw0xkIpfPb9YPxzLYDMvixBlFB5xsdwcPH6JBBVL2NVFN/Z2TB7JL4Gkrvd3J5/XVgUVaQ/J6D4K2+OwhUeI= Received: by 10.67.19.17 with SMTP id w17mr3582804ugi.1186222901554; Sat, 04 Aug 2007 03:21:41 -0700 (PDT) Received: from lappy.study ( [213.162.120.196]) by mx.google.com with ESMTPS id d26sm10544462nfh.2007.08.04.03.21.39 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Aug 2007 03:21:39 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] hald won't start Date: Sat, 4 Aug 2007 11:21:08 +0100 User-Agent: KMail/1.9.5 References: <200707142012.03712.michaelkintzios@gmail.com> <200707161803.45193.michaelkintzios@gmail.com> <469C9177.70807@pic.es> In-Reply-To: <469C9177.70807@pic.es> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1837860.SRxbinfREG"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200708041121.09945.michaelkintzios@gmail.com> X-Archives-Salt: e5dc2121-a73b-4e2c-bd60-523883de0e84 X-Archives-Hash: f641ecb8bf97d89240163b1f64b2dda0 --nextPart1837860.SRxbinfREG Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 17 July 2007 10:52, Alessandro del Gallo wrote: > Mick ha scritto: > > On Monday 16 July 2007 10:26, Alessandro del Gallo wrote: > >> Mick ha scritto: > >>> Hi All, > >>> > >>> I noticed on a box of mine that hald won't start: > >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >>> # /etc/init.d/hald restart > >>> * Starting Hardware Abstraction Layer daemon ... [ !! ] > >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >>> > >>> Confusingly, the logs don't show anything. How do I troubleshoot thi= s? > >> > >> I had the same problem: > >> > >> hald was sucking 99% cpu, removables devices didn't work > >> and launching hald from terminal with the option "hald --daemon=3Dno > >> --verbose=3Dyes" i discovered it was on a infinite loop echo-ing > >> something about rules so I got in /etc/udev/rules.d > >> and found (by probing one by one) 99-libgphoto2.rules that > >> was HALS's murder. > > > > Thank you Alessandro, what do you mean by probing - how did you probe > > them? > moving it to /tmp and restart hald, > becouse the error I got when launching > # hald --daemon=3Dno --verbose=3Dyes > is "Unhandled Rule (0)" > so deleting the rules (delete de rule, start hald, if it doesn't > works put the rule back , and move another) from etc/udev/rules.d > I debugged the problem, the bad rule was owned by gphoto2 I've had a chance to get back to this machine and this is what it is showin= g: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # hald --daemon=3Dno --verbose=3Dyes 11:16:08.930 [I] hald.c:533: hal 0.5.9 11:16:08.931 [I] hald.c:598: Will not daemonize 11:16:08.945 [I] hald_dbus.c:4807: local server is listening at=20 unix:abstract=3D/var/run/hald/dbus-1LzyssbMzl,guid=3Dfaadd829b7aaff57dce051= 0046b451e8 11:16:09.174 [I] hald_runner.c:299: Runner has pid 31241 11:16:09.180 [W] ci-tracker.c:200: Could not get uid for connection:=20 org.freedesktop.DBus.Error.NameHasNoOwner Could not get UID of=20 name 'org.freedesktop.DBus': no such name 11:16:09.181 [E] hald_dbus.c:4462: Cannot get caller info for=20 org.freedesktop.DBus Runner started - allowed paths=20 are '/usr/libexec:/usr/lib/hal/scripts:/usr/bin' 11:16:09.196 [I] hald_runner.c:180: runner connection is 0x8096988 11:16:09.330 [I] mmap_cache.c:251: cache mtime is 1184442336 *** [DIE] osspec.c:watch_fdi_files():349 : Unable to initialize inotify:=20 =46unction not implemented =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D What do you make of this? =2D-=20 Regards, Mick --nextPart1837860.SRxbinfREG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBGtFMV5Fp0QerLYPcRAvLsAKCF1KcUq0DTyV+4rh/Y8SWGNN8lAwCgp4aE JuUmSO+qnE3DBhewliAQ/aM= =ISxI -----END PGP SIGNATURE----- --nextPart1837860.SRxbinfREG-- -- gentoo-user@gentoo.org mailing list