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 7F1851381F3 for ; Fri, 20 Sep 2013 16:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36396E0ADF; Fri, 20 Sep 2013 16:17:30 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BCA9E09E5 for ; Fri, 20 Sep 2013 16:17:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 2B90C125A4 for ; Fri, 20 Sep 2013 18:17:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1379693847; bh=DrVIPfZAJGGITyAVXmhaxjHtNGy/Fp/O3yBjk//zKdo=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=2J4KIvJW1ZeVfasXOXFYRx1Ht3GKl16nkLUAQwUsI4yBdQt+QcJgujhDo8XWrzrVC VATudqHJgPus1RRFH88yZrlq6NnYf1NvymXQX5f9jV4ezbruDMPIl/UAG4acbjqGmt w1LWb4BCWfizb3DyGqhk04q2Y+TrcTwDMxKcd49k= 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 10895-08 for ; Fri, 20 Sep 2013 18:17:25 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:fd1c:7737:1459:ca94]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id F07C3123ED for ; Fri, 20 Sep 2013 18:17:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1379693845; bh=DrVIPfZAJGGITyAVXmhaxjHtNGy/Fp/O3yBjk//zKdo=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=EtI48xZzCbBsmxVBraSAOkV+J2+JOwg1v6Kgfr/wW4dZE26uI5erZUbfNOduMq1X9 8NvVI9eooXHRyqM49bHV2XbP3WfOce3HQZ5W8Rc+8VVzkk+NJhj9SyIX3S1+iPdUfB Kef9cy8kN5MG6qko0+KS/6TL9X1m5HcSle+qMf+U= Message-ID: <523C7513.6030500@xunil.at> Date: Fri, 20 Sep 2013 18:17:23 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130918 Thunderbird/17.0.9 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: LVM2+mdraid+systemd (was Re: [gentoo-user] systemd and lvm) References: In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: aa86ec4b-7ecd-496a-87c5-c7fd0a70aa25 X-Archives-Hash: 0277693bd81a192eff7de062323e4baf I haven't yet worked through all your suggestions/descriptions. Edited USE-flags and dracut-modules, worked around bug https://bugs.gentoo.org/show_bug.cgi?id=485202 and rebuilt kernel and initrd. Didn't activate LVs ... Now I edited fstab: I had the option "systemd.automount" enabled, like in /dev/mapper/VG03-media /mnt/media ext4 noatime,user_xattr,comment=systemd.automount 0 2 The/my idea behind that: the boot-process should not need to wait for the LVs activated/fscked/mounted ... and my root-fs and /home are both on the SSD anyway (not LVM-based). I removed that option and after the next boot the LVs were activated and mounted (though the booting was a bit slower, as expected). OK. I send this message now and test another few reboots. Thanks, Stefan