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 EF16B1381FA for ; Sun, 4 May 2014 09:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0126E09F1; Sun, 4 May 2014 09:01:44 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8F9EE09B7 for ; Sun, 4 May 2014 09:01:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id B5E221573E for ; Sun, 4 May 2014 11:01:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1399194101; bh=+1GAq24AUJtpvpTj4D7vffRO+pqGXIntOHgN42UhtkE=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=lmAmELwjaW8V8Evri0KyV7uwNjHDghyt8pSJgsL9y3rVkT0Mj4gF9a5TYQgnZvJfe 6ps5CPVtcphTvsby/q5NFR2NUaUKheLDP8ajuH16DnDa5igWOA5DR1+YSD1lHPZ1EN pmFKIjOd6qXrMVOOkMAhaDx+n0l/ZhGReGN32Kvs= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 00437-08 for ; Sun, 4 May 2014 11:01:40 +0200 (CEST) Received: from [IPv6:2001:15c0:65ff:8742:dda0:2faf:d9d0:9b02] (unknown [IPv6:2001:15c0:65ff:8742:dda0:2faf:d9d0:9b02]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 368C6167 for ; Sun, 4 May 2014 11:01:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1399194100; bh=+1GAq24AUJtpvpTj4D7vffRO+pqGXIntOHgN42UhtkE=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=2FNtD3W/t2zumYutCgow3OBsUDMYEXfd3OCCa3bt5jLrFrkgRVEmtpSyszzeUQLEO DmS91UPB2Ti/kxHEHrOcVoZmtuarokQBIsfaar8sGqcR6ueyB68ML+pfkEfg0P4S+E nUaBZuTB4OVCxvFJBzBaNeI+nKU9/llTeTHB/hGo= Message-ID: <536601F2.7030508@xunil.at> Date: Sun, 04 May 2014 11:01:38 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 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] boot problems References: <5364C0F9.3000906@xunil.at> <1399168580.2161.5.camel@siegeengine> In-Reply-To: <1399168580.2161.5.camel@siegeengine> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 9063c67e-9700-45a3-92c1-19cec36a3d6e X-Archives-Hash: 354f717d9997449cb253197b8bfbd8ab Am 04.05.2014 03:56, schrieb Mark Pariente: > I had a similar issue after upgrading to sys-apps/systemd-212-r3. Turned > out it was due to udev rules.d directory location. I still had a bunch > of udev rules under /usr/lib64/udev/rules.d and it looks like the new > systemd/udev is only looking at rules under /lib/udev/. > > The particular issue was that the RAID device (/dev/md127 in my case) > was no longer auto-assembled because the udev rules installed by the > mdadm package were still in /usr/lib64/udev/rules.d instead > of /lib/udev. This required me to re-emerge mdadm which then installed > the udev rules into /lib/udev. > > Unfortunately there were many other such packages affected. I just ran > 'equery belongs' on all files under /usr/lib64/udev/rules.d and > re-emerged all respective packages which fixed all issues. There is a nice command for finding and rebuilding the affected packages in https://bugs.gentoo.org/show_bug.cgi?id=509492 (in Comment 6) I just did that one of my thinkpads as I wasn't able to properly login anymore (/home encrypted via cryptsetup). Stefan