From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: bug#25937: luks mapped-devices does not support multiple mapped-devices Date: Thu, 2 Mar 2017 16:21:19 +0000 Message-ID: <20170302162119.4bslxqwurdimb3xs@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjTUU-0003Ec-CQ for bug-guix@gnu.org; Thu, 02 Mar 2017 11:22:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjTUQ-0007An-7X for bug-guix@gnu.org; Thu, 02 Mar 2017 11:22:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38541) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjTUQ-0007AA-4L for bug-guix@gnu.org; Thu, 02 Mar 2017 11:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cjTUP-00084J-Oy for bug-guix@gnu.org; Thu, 02 Mar 2017 11:22:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjTTt-0002mV-Hf for bug-guix@gnu.org; Thu, 02 Mar 2017 11:21:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjTTp-0006ns-DU for bug-guix@gnu.org; Thu, 02 Mar 2017 11:21:29 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:46872) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjTTp-0006lT-3l for bug-guix@gnu.org; Thu, 02 Mar 2017 11:21:25 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id D304712025E for ; Thu, 2 Mar 2017 16:21:21 +0000 (UTC) Content-Disposition: inline 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: 25937@debbugs.gnu.org While I'm trying to solve this[0] issues, rekado suggested to either use a let or a define for the initial error I encountered. This lead to the system config which can be seen here: http://paste.lisp.org/display/340362#1 , still resulting in error: user@greendragon ~$ guix system build /etc/config.scm guix system: error: service 'file-system-/mnt/dg2' requires 'file-system-/', which is not provided by any service My guess is that mapped-devices does not consider cases where more than one luks-device is present. I haven't tried the final use-case yet which is bringing raid-mapped-devices in there, I expect this not to happen before this issue is fixed, to have isolated and not multiple causes of failure/errors. Should the lisp.org paste disappear I can append my system config, for now the paste is enough. 0: https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00024.html