From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id qID2Jg3hE2Y2LAAA62LTzQ:P1 (envelope-from ) for ; Mon, 08 Apr 2024 14:20:29 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id qID2Jg3hE2Y2LAAA62LTzQ (envelope-from ) for ; Mon, 08 Apr 2024 14:20:29 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NgdKnofm; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712578829; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=pJHFaKlXz61kgIUdlvtiCzYrn7VRnYmrsk6wUHClKTg=; b=d4et08G1AGS8zJf+ZLW5PPWQONXIVuEbaeCRZ1xqVpVmj+nw+yrKIa0TK2gLMceSl2Qndk 3DOLk1RcSWNAcU0SWuk3YMuro2GmW1gePHxaqq/F0ep4jJZD7hM3ZrW3FnLfiL6THu4UM+ +NKfUPdMCipFfjeVZeeMFUbrUrBvdhey0HjQKW3o+l/LNAaBrLv5NY+axZsrk5YQJpVEpS 8VeotugzI12Gr54o+f+IpS0XekQBUym4jkKaaaKZgjqqZHU9att3DWuCS8xehOwipISjSA PcbyO5753pOrv9i54OvSq606YUCKJ8rfnUVX33BoCbEZLpa8/V+5dBruZFlcKQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712578829; a=rsa-sha256; cv=none; b=krP6v+GlkxsSRlb8/S7KJxmXytHCPgjcfaNJAqEld2BjpeudrYeOhWTut+/sxeHIQfLXOL H1N1b839+zvf57vqLy/joK3MU8pobcGknJdYpf9vTaNPF64kvKs25YSIQumo/w/XVG5rBm AXBC70gWxaMDEjQhQhRBzPmwafQdVNIJEWdAUhEJfGasHak7MRsPHGcbvgCZ1zMbOHlyYa YpUfsPO/KZDnaXzAyO1tZVaRwK9HPrrKMcHrfOh/hRNW/BI2FXJ2f1PY4pWGdLWx9h0U4u HXAI7aWhW2WmgoUmvUiEJTB9iJkoYR0/3NFFghIxhyB2hxIDeSiUjKsZvGmcBw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NgdKnofm; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 83D6B16180 for ; Mon, 8 Apr 2024 14:20:29 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rtnz0-0000wU-LX; Mon, 08 Apr 2024 08:20:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rtnye-0000qe-HL for bug-guix@gnu.org; Mon, 08 Apr 2024 08:19:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rtnyd-0006gh-ER for bug-guix@gnu.org; Mon, 08 Apr 2024 08:19:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rtnyk-0003x3-Ox for bug-guix@gnu.org; Mon, 08 Apr 2024 08:20:02 -0400 Subject: bug#70051: bug#70266: Failure to open LUKS devices from a Shepherd service Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 08 Apr 2024 12:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 70051 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: aurtzy Cc: 70266-done@debbugs.gnu.org, 70051-done@debbugs.gnu.org Mail-Followup-To: 70051@debbugs.gnu.org, ludo@gnu.org, fulbert@bluewin.ch Received: via spool by 70051-done@debbugs.gnu.org id=D70051.171257876314945 (code D ref 70051); Mon, 08 Apr 2024 12:20:02 +0000 Received: (at 70051-done) by debbugs.gnu.org; 8 Apr 2024 12:19:23 +0000 Received: from localhost ([127.0.0.1]:45512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rtny6-0003ss-OP for submit@debbugs.gnu.org; Mon, 08 Apr 2024 08:19:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rtny4-0003ro-CO; Mon, 08 Apr 2024 08:19:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rtnxr-0006b4-Ll; Mon, 08 Apr 2024 08:19:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=pJHFaKlXz61kgIUdlvtiCzYrn7VRnYmrsk6wUHClKTg=; b=NgdKnofm5ciEnhsT3yYZ jLr4U2InG+sG3g/2X/STBlP+sIL9CEq4VOG/6+D4acZOpdJ5Jq2TuGsmN8aAwYvfB+dtH9rW80Zrc ly9UhRIbePBZLX7vN0hF6VYE86G3Gfl7X/B7JWMovBDfq2B7sOp+o3ucTs+WjB6I0M/DooZ1Ea7Jv MPb36Lzf3+ylVINyIAFzaoaiYISptzVZ7LgZb/4Zo9dAo/i5yLA/fCeTW+0r/1X826L9Y8QbXQuhh wQ+4iHh5Xdd76azocRJO9kUV9ph6CCrPnuBT1GnfU6T/vfA0o3JH3rV6o0PzaDPHMPopnSf5zUD7v Jt5WM1KY3uPcOw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (aurtzy@gmail.com's message of "Sun, 7 Apr 2024 21:05:13 -0400") References: <87h6gcoo85.fsf@inria.fr> <87wmp8n3h4.fsf@gnu.org> Date: Mon, 08 Apr 2024 14:19:04 +0200 Message-ID: <87le5oqc7b.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -7.05 X-Spam-Score: -7.05 X-Migadu-Queue-Id: 83D6B16180 X-Migadu-Scanner: mx12.migadu.com X-TUID: k+fcyvk0k2rv Hi, aurtzy skribis: > On 4/7/24 19:43, Ludovic Court=C3=A8s wrote: >> Oops, sorry for not noticing it earlier! (That was a hard-to-debug one >> so kudos for the work you and others put in it.) >> >> I pushed these two commits to address the problem: >> >> 49f82fca41 mapped-devices: luks: Specify modules needed at the top-le= vel. >> 6062339156 mapped-devices: can specify modules t= o import. >> >> It works well in my tests but please let me know if something=E2=80=99s = amiss. > > Just pulled+reconfigured, and my machine boots just fine with the > problem LUKS device being decrypted as expected again. Thanks! Awesome, thanks for confirming, and apologies for introducing this regression in the first place! Ludo=E2=80=99.