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 A98E91381F3 for ; Thu, 1 Aug 2013 20:29:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F6DE0A44; Thu, 1 Aug 2013 20:29:29 +0000 (UTC) Received: from homiemail-a79.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 07FC8E09D5 for ; Thu, 1 Aug 2013 20:29:27 +0000 (UTC) Received: from homiemail-a79.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTP id 464C17D406F for ; Thu, 1 Aug 2013 13:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=0JsBpmIplm1Q4tHFoGrOZjnyt0g=; b=vxFXjQkbyOs8 1BIwkjmYTRE/pqXDTIlSb4/r/ZM3yvbIl0mmlkwYu9ZTXAwAKA/pylpk4x2ArIox KlYfbPRhp0Ef5I4l4Ad70RvpZ625McYtVg3XrCkg3T8kznEnOkOxp1PY3Dzhb/ha 3p8Ak08wEZQGV9hRU7swXTliQfL0gLg= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTPSA id 0ED9C7D406E for ; Thu, 1 Aug 2013 13:28:47 -0700 (PDT) Message-ID: <51FAC50F.3060202@libertytrek.org> Date: Thu, 01 Aug 2013 16:29:03 -0400 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 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] Moving from old udev to eudev References: <51FA8CB6.60000@libertytrek.org> <51FABF3E.4040506@gmail.com> In-Reply-To: <51FABF3E.4040506@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: bf883838-0095-48d2-a5ab-ac656eab82a6 X-Archives-Hash: a2b97d42b69a27561a8f4f9147d0b7e3 On 2013-08-01 4:04 PM, Dale wrote: > I switched when it was still fresh and it wasn't to bad from what I > recall. Just emerge -C udev and emerge eudev. I think I masked udev to > make sure it didn't get pulled in any more by something else but other > than that, it just worked. > > I would recommend going to boot runlevel and restarting udev after the > switch tho, just to be sure it restarts OK. > > Oh, the init script is still called udev not eudev. Thanks Dale. Hmmm... so, do I have to do any of the things recommended if updating to the new version of udev? Ie: Remove the udev-postmount init script Make sure CONFIG_DEVTMPFS=y is set in the kernel configuration etc... ?