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 9B0071381FA for ; Sun, 4 May 2014 01:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADFFEE0B92; Sun, 4 May 2014 01:56:25 +0000 (UTC) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A4CAE0B87 for ; Sun, 4 May 2014 01:56:24 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id bj1so292456pad.16 for ; Sat, 03 May 2014 18:56:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:content-type :mime-version:content-transfer-encoding; bh=tVI8NJp4Yq7SpT/LdTvw1KD/72QTW0/dwozE1cnwQ8E=; b=uFvoschvFwp5TH1RPrm+UiQc0sjOvKQ3TceavI5X2belIcP6YqqenFmGBvGRx8ohMU KWoBP5f056TsZuzCbhNzDDUKoUHzbibtVB4dbu8JVMNgiVdO5mUAlik1spoy4y30OIL8 jCzFTo5ZVM5HIF+N2GdVPCvARXzMBq2K9b3RPS5rtQzh7UiaBUC5pUyh1/m+nIY7Ifxx imaBNOY9VfPcQpItg7b5qJr3MLDMam/j8pnvJ3osh/wMZ1KFd0RwN0r5q0Yj57hsLUXn OXGSdj6ulclk498lXuaa5A9bv/jBwwO1A12FZu3G3/6LVTn6zeokI1MXmAfvk2Zg47fU BF7g== X-Received: by 10.66.149.102 with SMTP id tz6mr53599556pab.76.1399168583469; Sat, 03 May 2014 18:56:23 -0700 (PDT) Received: from [192.168.1.2] (c-50-174-143-57.hsd1.ca.comcast.net. [50.174.143.57]) by mx.google.com with ESMTPSA id te2sm32101765pac.25.2014.05.03.18.56.21 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 03 May 2014 18:56:22 -0700 (PDT) Message-ID: <1399168580.2161.5.camel@siegeengine> Subject: Re: [gentoo-user] boot problems From: Mark Pariente To: gentoo-user@lists.gentoo.org Date: Sat, 03 May 2014 18:56:20 -0700 In-Reply-To: <5364C0F9.3000906@xunil.at> References: <5364C0F9.3000906@xunil.at> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 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-Transfer-Encoding: 7bit X-Archives-Salt: b706277b-9d58-4662-a924-4a5b8836fe58 X-Archives-Hash: 9e0e0fbefc98574910e58ffdf5e3f7bc 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. --Mark On Sat, 2014-05-03 at 12:12 +0200, Stefan G. Weichinger wrote: > I see boot problems on two of my machines ... very likely related to > lvm2 as far as I can tell so far. > > Downgraded and even disabled systemd, re-emerged stuff ... I am still at > trying to find the reason. Maybe it is with the mdadm raids also ... > > I just want to ask you other gentoo users if anyone else hit this issue > since around yesterday? Maybe someone else also scratches his head > already ... > > Stefan >