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 3F890138590 for ; Sun, 20 Jan 2013 09:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 945C2E072D; Sun, 20 Jan 2013 09:12:25 +0000 (UTC) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3006EE06FE for ; Sun, 20 Jan 2013 09:12:23 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id 9so4528715iec.30 for ; Sun, 20 Jan 2013 01:12:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=2JMya/9udmVubJxMqbj+FvJ3XLjuRx+Qwo+S2cm2ciA=; b=py7Caz2KxPzTgiImvA1o0CQFbmmg4XVDBZojBa+nO5CcocRYC7xGnQlgLq6n95llDN QIIQ3HSRkL14q1BVLpHPjyeUawVyuim5DVDjO9BD4yoqVhpeeQFrt5fUTFDrGN/rispr GmVhAAWtgAhFVibSDc4v+HN4QLXaxRmzTNst5wvtCfXJFsDaa3/iCQm1peKxXCh/j4N9 8XV+roHspiSLQOl7q5W5bnoy1A+Zhuru8BSAyesIjEG6ip3ov5MSDcjh4KBbTbnmBFrb S5C1DeuYDLhM7/V1i35pt+amQVDd7AP5QrU4hVCm3bl1zFb4a1eSPOU3snEegWQWahC5 u+hQ== 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 X-Received: by 10.43.114.4 with SMTP id ey4mr9925953icc.27.1358673143494; Sun, 20 Jan 2013 01:12:23 -0800 (PST) Received: by 10.64.25.111 with HTTP; Sun, 20 Jan 2013 01:12:23 -0800 (PST) In-Reply-To: <20130120085143.GA1059@ca.inter.net> References: <20130120085143.GA1059@ca.inter.net> Date: Sun, 20 Jan 2013 03:12:23 -0600 Message-ID: Subject: Re: [gentoo-user] Udev-197 : 4 show-stoppers From: =?UTF-8?B?Q2FuZWsgUGVsw6FleiBWYWxkw6lz?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: bdeeb745-8938-48ac-82ec-c74f34d1c85c X-Archives-Hash: c6c752165c39da865216af84d3328958 On Sun, Jan 20, 2013 at 2:51 AM, Philip Webb wrote: > I just tried upgrading to udev-197 , which is supposed to be stable. > There were multiple problems & I'm now back with udev-171 . > > (1) "Setting system clock using HW clock; can't access HW clock". > (2) "Mounting local filesystems; mount point /dev/shm doesn't exist". > (3) 'startx' : no mouse or keys. > (4) 'dhcpcd' hangs. > > I tried revdep-rebuild , > recompiled util-linux kdelibs mesa xf86-input-evdev xorg-server , > recompiled glibc nvidia-drivers , > recompiled the kernel (3.5.3) to enable DEVTMPFS , > checked 'news' (nothing relevant), > checked my archive of gentoo-user msgs (nothing relevant), > rebooted many times between all these efforts. > > Has anyone else encountered anything like this ? > Does anyone have any advice ? The ebuild for udev 197 moved the default installation of rules from /usr/lib/udev/rules.d to /lib/udev/rules.d, and it also dropped the 0001-udev-add-lib-udev-rules.d-to-rules-directories.patch patch, which allowed udev to scan for rules in both directories. Therefore, for all the programs that installed rules in /usr/lib/udev/rules.d before the update, those rules cannot be found for the new udev. We had a discussion about that some days ago, several people posted different commands to detect programs that installed rules in the old dir, so you can reinstall them and their rules move to the right directory. The slow way is to look at the files in /usr/lib/udev/rules.d, do a "equery b ${file}", reinstall that package, and repeat until /usr/lib/udev/rules.d is empty. Hope it helps. Regards. --=20 Canek Pel=C3=A1ez Vald=C3=A9s Posgrado en Ciencia e Ingenier=C3=ADa de la Computaci=C3=B3n Universidad Nacional Aut=C3=B3noma de M=C3=A9xico