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 1S9goI-0002Rb-G4 for garchives@archives.gentoo.org; Mon, 19 Mar 2012 17:55:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F12E0D4C; Mon, 19 Mar 2012 17:55:38 +0000 (UTC) Received: from penguin.jasoncarson.ca (penguin.jasoncarson.ca [69.196.152.151]) by pigeon.gentoo.org (Postfix) with ESMTP id AD45FE0853 for ; Mon, 19 Mar 2012 17:54:31 +0000 (UTC) Received: by penguin.jasoncarson.ca (Postfix, from userid 65534) id 7BA57720042; Mon, 19 Mar 2012 13:54:30 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jasoncarson.ca; s=mydkim; t=1332179670; bh=MuRKCEBq9buCzUQMYkTIRZ2LTuTT1oaVrhyYUAWGVoc=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To: MIME-Version:Content-Type:Content-Transfer-Encoding; b=HD5Vzdb5Y8//AYVeF54ovU4DsdW7J76sMM09ZzgXyrnrA7GAevm0GFIN9cQFQM7iR y5xvJ1wMg/X1nybf55zYQ== X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on penguin.jasoncarson.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=4.5 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=unavailable version=3.3.1 Received: from jasoncarson.ca (localhost [127.0.0.1]) by penguin.jasoncarson.ca (Postfix) with ESMTP id 76726720036 for ; Mon, 19 Mar 2012 13:54:28 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jasoncarson.ca; s=mydkim; t=1332179668; bh=MuRKCEBq9buCzUQMYkTIRZ2LTuTT1oaVrhyYUAWGVoc=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To: MIME-Version:Content-Type:Content-Transfer-Encoding; b=BVlYwbxL5vTZGIr2v1HIM9+KIEoQx7iiyE2R6k+ALdQbu7L3tUjrjb4qHyQf7ylYn oVXSTuOPgAqTZvheeK1MA== DomainKey-Signature: a=rsa-sha1; s=mydk; d=jasoncarson.ca; c=simple; q=dns; h=received:message-id:in-reply-to:references:date:subject:from:to: user-agent:mime-version:content-type: content-transfer-encoding:x-priority:importance; b=kPBl7xLbOrHLF8pBdm4c9M2R0e95OjJV+TN86Sr3ldj41ZszyfIaaGKy1HVs2oiDR p+r97zU0B0mZSYjKza/6A== Received: from 192.168.0.99 (SquirrelMail authenticated user jason) by jasoncarson.ca with HTTP; Mon, 19 Mar 2012 13:54:28 -0400 Message-ID: <5b8d8a76c9fff3092212c0a4a7f242ab.squirrel@jasoncarson.ca> In-Reply-To: References: Date: Mon, 19 Mar 2012 13:54:28 -0400 Subject: Re: [gentoo-user] [HEADS UP] udev-181 From: jason@jasoncarson.ca To: gentoo-user@lists.gentoo.org User-Agent: SquirrelMail/1.4.22 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-Type: text/plain;charset=iso-8859-1 X-Priority: 3 (Normal) Importance: Normal Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2b719672-3dc9-4217-b4cf-5565f341153c X-Archives-Hash: e4c8f08a40485d336ec1bd1ddd420913 Just a minor correction. It's CONFIG_DEVTMPFS not CONFIG_DEV_TMPFS :) > I just had a bit of a scare after updating to udev-181, but > all is well now, finally. (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. I 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 ;) > > > >