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 1S9eLU-0002ur-Qr for garchives@archives.gentoo.org; Mon, 19 Mar 2012 15:18:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E5BE0D9D; Mon, 19 Mar 2012 15:17:44 +0000 (UTC) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 81686E0C29 for ; Mon, 19 Mar 2012 15:15:26 +0000 (UTC) Received: by bkwj4 with SMTP id j4so5238251bkw.40 for ; Mon, 19 Mar 2012 08:15:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=pUmAuSEhW2N9ws9z0ZmDtOAUObz2tAv+tqhkylpDyao=; b=zdZ3h29f5nxqjN2UUPaqoXU3wWmCPp5FTwVY+Jw304/L1TT0hJbGpU3S9dxPPCObfl lYdispzSOduBBAwQzArnvksvmBqmCk6HMKUf5q3JTrAG99j1l6maelKCVYOQVnRwJJCM niWK+ILQ+w1/eKyfRjdr65HlzH9Yw+V8mE/TeQiXG6uWfNXmFx2rgnKRsuEorTde5jpr q+mVZm5A1BYzHjN7QkPbuE935gPrL8zK1isVs+9NrP6pWr83UUg/OV+SbIzUB73Di1dQ hu+KFCCI5dcOHe9TN2qaF1V+uRUk7A98w6RyV/1N8UIZO+V5nJyA6VBHTNwNxZ2Uemo+ FXYQ== 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.204.173.11 with SMTP id n11mr4806211bkz.120.1332170125571; Mon, 19 Mar 2012 08:15:25 -0700 (PDT) Received: by 10.204.168.17 with HTTP; Mon, 19 Mar 2012 08:15:25 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Mar 2012 11:15:25 -0400 Message-ID: Subject: Re: [gentoo-user] [HEADS UP] udev-181 From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3c69c94f-eb71-4a83-8a32-1a77474f6fdb X-Archives-Hash: b2fdbc29e78004977b1be690012c741d On Mon, Mar 19, 2012 at 10:56 AM, walt wrote: > I just had a bit of a scare after updating to udev-181, but > all is well now, finally. =C2=A0(I hope :) > > In addition to the separate /usr problem that has already > been discussed at length here, there are other important > changes in udev-181 to be aware of. > > First, I had to add two new items to my kernel config: > CONFIG_DEV_TMPFS (which I thought I'd had for years but didn't) > and CONFIG_TMPFS_POSIX_ACL. =C2=A0I also elected to make the devfs > automounting, but I don't think that was really necessary. > > Second, don't forget like I did to update the udev initscripts > with etc-update or your machine won't be able to find the udev > files in their new locations (just like mine didn't) and none > of your kernel modules will auto-load, either. > > Oh, and of course you need to pre-mount /usr before udev starts > if you have a separate /usr partition -- but you already knew > that ;) Is there an ENOTICE warning in the ebuild to hit people over the head with these? Also, how trivial would it be to have the ebuild check the running kernel config (if available under /proc or wherever) for the necessary config options? --=20 :wq