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 1R9xWJ-0006LH-Q9 for garchives@archives.gentoo.org; Sat, 01 Oct 2011 11:14:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0788321C1F5; Sat, 1 Oct 2011 11:14:00 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 10F8721C1EE for ; Sat, 1 Oct 2011 11:12:42 +0000 (UTC) Received: by bkbzt12 with SMTP id zt12so3550051bkb.40 for ; Sat, 01 Oct 2011 04:12:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=568ZaO3M16isV6DFOsbVeTj8yWumvobLbPQFua1M/qI=; b=TumCQG1xW6Wo3zyUreNfQgd6gXRb5iY4j7jqdeuXWRar2Oe5PjU4Q4zZb7zONlH2Rx /iee4LDsA0j1zKZBJTra4aGMnZNLasyb/L6tGYhbLsQ9FgY47f9lXA4WA039ngLKFulZ 19G0pshZmKKo0/cEtz8SA0BvTargfYklVcz28= Received: by 10.223.58.198 with SMTP id i6mr16358552fah.91.1317467562066; Sat, 01 Oct 2011 04:12:42 -0700 (PDT) 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.223.79.72 with HTTP; Sat, 1 Oct 2011 04:12:22 -0700 (PDT) In-Reply-To: References: <20110930231046.26847dc4@zaphod.digimed.co.uk> <20111001095036.3164c874@zaphod.digimed.co.uk> From: Andrey Moshbear Date: Sat, 1 Oct 2011 07:12:22 -0400 Message-ID: Subject: Re: [gentoo-user] Re: kde4: no hardware info without sys-apps/hal To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 6701fe476989aae4b09daed47724e2d2 On Sat, Oct 1, 2011 at 07:06, Andrey Moshbear wrote: > On Sat, Oct 1, 2011 at 04:50, Neil Bothwick wrote: >> On Sat, 1 Oct 2011 04:18:45 -0400, Andrey Moshbear wrote: >> >>> > This one caused my hotplugging to stop working in KDE. The fix was >>> > >>> > chmod o+x /usr/libexec/dbus-daemon-launch-helper >>> > >>> >>> (udisks:[pid]): udisks-WARNING **: Couldn't enumerate devices: The >>> permission of the setuid helper is not correct >>> >>> /usr/libexec/dbus-daemon-launch-helper 's perms are 711. >> >> It worked for me, no such errors. >> >> ls -l /usr/libexec/dbus-daemon-launch-helper >> -rws--x--x 1 root messagebus 312K Sep 27 08:30 /usr/libexec/dbus-daemon-launch-helper >> >> MAybe your problem is slightly different. My laptop has no problems with >> the default permissions, both are running ~amd64. >> > > Found the problem: setuid bit was missing; chmod 4711 did the trick > (verified via solid-hardware list). > Time to logout and login and see if that was all. > Yes, everything is now in order. Thanks to all who helped.