From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31889: Filesystems must not depend on device mappings? Date: Wed, 20 Jun 2018 23:17:48 +0200 Message-ID: <87efh1qhs3.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVkUM-0003ns-Og for bug-guix@gnu.org; Wed, 20 Jun 2018 17:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVkUL-000841-UG for bug-guix@gnu.org; Wed, 20 Jun 2018 17:18:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50110) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVkUL-00083p-Ps for bug-guix@gnu.org; Wed, 20 Jun 2018 17:18:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fVkUL-0004HB-J6 for bug-guix@gnu.org; Wed, 20 Jun 2018 17:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Mon, 18 Jun 2018 23:11:54 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Taylan Ulrich =?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?= Cc: 31889@debbugs.gnu.org Hi! Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer" skribis: > If in my OS config I define some luks mappings, and define the > corresponding filesystems with dependencies on the mapped devices, > I get an error on 'guix system reconfigure'. > > Example: > > (operating-system > ... > (mapped-devices > (list (mapped-device ... (target "root")))) > (file-systems > (list (file-system (mount-point "/") > ... > (dependencies mapped-devices)))) > ...) > > This will yield an error like: > > file-system-/ depends on device-mapping-root, which is not > provided by any service Could you show the complete =E2=80=98mapped-devices=E2=80=99 and =E2=80=98f= ile-systems=E2=80=99 fields, without ellipses? The message above suggests that =E2=80=9C/=E2=80=9D was not considered as needed-for-boot. Thanks, Ludo=E2=80=99.