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 658F8138420 for ; Sat, 12 Jan 2013 11:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1ED521C06D; Sat, 12 Jan 2013 11:01:50 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.rwth-aachen.de [134.130.7.72]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC21DE05CB for ; Sat, 12 Jan 2013 11:00:23 +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-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Received: from mx-out-2.rwth-aachen.de ([134.130.5.187]) 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 <0MGI00356EKMX6E0@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Sat, 12 Jan 2013 12:00:22 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.84,456,1355094000"; d="scan'208";a="118484037" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-2.rz.rwth-aachen.de with ESMTP; Sat, 12 Jan 2013 12:00:20 +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 r0CB0JQL001079 for ; Sat, 12 Jan 2013 12:00:19 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id EDB2712DD for ; Sat, 12 Jan 2013 12:00:20 +0100 (CET) Date: Sat, 12 Jan 2013 12:00:20 +0100 From: Helmut Jarausch Subject: Re: [gentoo-user] udev-197 moves from /usr/lib to /lib To: gentoo-user@lists.gentoo.org References: In-reply-to: X-Mailer: Balsa 2.4.91-3-g7e279eb Message-id: <1357988420.13695.0@numa-i> X-Archives-Salt: fbfdda35-cf7d-4d4f-8afe-ad1c40582aca X-Archives-Hash: c0d975fb4b88afd1ec715cb5456e80c3 On 01/11/2013 03:04:01 PM, walt wrote: > This seems to me like very happy news indeed, but I'm interested in > contrary > opinions. There's a recent thread discussing how udev-197 breaks > lvm2, but > that's a trivial fix once you know about it. > > The problem is caused because many apps including lvm2 install their > udev > config scripts in /usr/lib/udev/rules.d/ (where they never belonged > in the > first place IMO) and they should instead now go in /lib/udev/rules.d/. > All you need to do is to re-emerge all of those packages *after* > installing > udev-197 and the config scripts will go in the correct place. > > You should do this before rebooting the machine because lvm2 won't > work until > its udev scripts are in the correct directory. > > Doesn't this seem to fix the problem with booting a separate /usr > partition? Hi, does anybody know if files in /etc/udev/rules.d like 10-local.rules have to be moved to a different place? Many thanks, Helmut.