From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C98AC13838B for ; Sat, 27 Sep 2014 02:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F42E0B21; Sat, 27 Sep 2014 02:08:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE9A1E0A84 for ; Sat, 27 Sep 2014 02:08:30 +0000 (UTC) Received: from [192.168.1.100] (mobile-internet-bceeb2-119.dhcp.inet.fi [188.238.178.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ssuominen) by smtp.gentoo.org (Postfix) with ESMTPSA id 633A634025F for ; Sat, 27 Sep 2014 02:08:26 +0000 (UTC) Message-ID: <54261C0F.2080505@gentoo.org> Date: Sat, 27 Sep 2014 05:08:15 +0300 From: Samuli Suominen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: /dev/ttyUSB* group changed from uucp to root? References: <20140924221330.02ecb0ee@hactar.digimed.co.uk> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 3c05540a-7e17-4aa5-bb96-36d7725fba5a X-Archives-Hash: 942a0383f37620c1995fe800b7b1703c On 26/09/14 20:59, Mike Gilbert wrote: > On Fri, Sep 26, 2014 at 12:12 PM, Grant Edwards > wrote: >> Which sets the group to 0 (root). The weird thing is that I don't >> know where that file came from. Dong an "equery belongs" doesn't show >> it belonging to any package. I do have dev-embedded/openocd installed, >> but it doesn't own that file... But, doing an emerge -C openocd >> removed the file /lib64/udev/rules.d/99-openocd.rules. >> > udev rules get installed to /lib/udev/rules.d, not /lib64/udev/rules.d. > > Most Gentoo systems have a symlink at /lib pointing at /lib64, but > equery does not look at this. It only looks at the contents of > /var/db/pkg/*/*/CONTENTS, which would contain lib instead of lib64. > That's why latest portage-utils supports: # qfile -b -v 99-openocd.rules The new -b argument allows to skip the directory. - Samuli