From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 0AIJELnMvmLAAQEAbAwnHQ (envelope-from ) for ; Fri, 01 Jul 2022 12:30:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id WKQhD7nMvmLOQQEAG6o9tA (envelope-from ) for ; Fri, 01 Jul 2022 12:30:17 +0200 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 88260600C for ; Fri, 1 Jul 2022 12:30:16 +0200 (CEST) Received: from localhost ([::1]:56742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7Duh-00043L-M9 for larch@yhetil.org; Fri, 01 Jul 2022 06:30:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7DuV-00042Q-E0 for bug-guix@gnu.org; Fri, 01 Jul 2022 06:30:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42422) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7DuV-0001S5-5v for bug-guix@gnu.org; Fri, 01 Jul 2022 06:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7DuU-0004ns-UP for bug-guix@gnu.org; Fri, 01 Jul 2022 06:30:02 -0400 Subject: bug#56209: Shepherd 0.9 not cleanly unmounting root Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Fri, 01 Jul 2022 10:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56209 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: angry rectangle Cc: 56209-done@debbugs.gnu.org Mail-Followup-To: 56209@debbugs.gnu.org, ludo@gnu.org, angryrectangle@cock.li Received: via spool by 56209-done@debbugs.gnu.org id=D56209.165667138218389 (code D ref 56209); Fri, 01 Jul 2022 10:30:02 +0000 Received: (at 56209-done) by debbugs.gnu.org; 1 Jul 2022 10:29:42 +0000 Received: from localhost ([127.0.0.1]:36318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7DuA-0004mX-1g for submit@debbugs.gnu.org; Fri, 01 Jul 2022 06:29:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7Du7-0004mI-PG for 56209-done@debbugs.gnu.org; Fri, 01 Jul 2022 06:29:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55962) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Du2-0001M2-E0; Fri, 01 Jul 2022 06:29:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=EH3JuXullKNRWznYEgODGRFwxT6PThiN7MAkjdfLNZI=; b=cSQcuNzBVpMx26IEqq73 VnapHO0nx57vA4JCH6DjgzkYYDY1lqz+arfjQg0fjDRnCnKwh0daBAmOsD3BGUAbgqbIWxmcAqr5r NAQDJTI2yZpoiCfbwcnxw1caltXRA4JSKTKZBYR1iMbyLNAbr1f56apQXpStp+7H1mDc+1c7vP6Bw pPY6MKe9ViqRhvYgCtITGt3oxRXbWrDLm42uf+vLxj01GbN8CKFF2VBMTmqzgVo1GZYuM436pE55I SbQ0/h7/sF+YqykN+pCXf5zWKnVJMSwyHi/yH9oPUy/CkFZhL/FLQdNUkKxyGoGku1XEMqjqm5P21 6DBa/hE3XkJKRA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49778 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Du1-0000zC-Sp; Fri, 01 Jul 2022 06:29:34 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87a6a1fgpn.fsf@cock.li> <87mtdxg4hp.fsf@gnu.org> <87ilokbg56.fsf@gnu.org> <87tu84fgzs.fsf@cock.li> Date: Fri, 01 Jul 2022 12:29:31 +0200 In-Reply-To: <87tu84fgzs.fsf@cock.li> (angry rectangle's message of "Tue, 28 Jun 2022 20:18:48 -0400") Message-ID: <87czep5do4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656671416; 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=EH3JuXullKNRWznYEgODGRFwxT6PThiN7MAkjdfLNZI=; b=HN0Ekh1U9NNX07Z6tl1EbVhenZ2M46Xdyz7tD4vfyDlgzvV89M4E+mAL9W+U2U55WTxHel mVji393ABrgChbSbAjFouArXVOgmLc1utdbZRNNtuu3OZmck7knRXO0znWrOPXY4orSuBR RwkeYAEHvL7kqHvydqy3O8XB19pTw4tfxiVM3/krZzFhdAC6i7a/+5UgHLPUgewMB9mSn8 l6MVMjzzrsLeNRRVzOxax6fqrhD2nbTWzPTPn6pKaPWZXwiv6AABMhf6wqdsjkuTnce6cm 4eb5D4elEaQHNNXZRPxoM/wVAUtQLDc8fZhVyk4vMhWPx+Qt9sP0Nc8NyXH7NA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656671416; a=rsa-sha256; cv=none; b=TiSDRTX4PZFy1seMEbcclJbgxym6zbiI96g/A/mxBIUhJhm5dVDQBtr0ta/rWBc0bopSBF hxkshQkK9xbAazt5N/YH37ZbMg7bOk18jVv0p2X8u7gUJ+xggMzGgKaSi6sV+ZvHIIgYSH emoNBg9ZUHFXtZVQe42zxwUByskzdaAhd1VTzG4gpnw+Xgo3DucDceAKloz9VumuN+xK3I elctcHP3DjPgGEwAa+ktiFzeyTvsa8HX5n+NDeXFm1hNdkaOQjBdkH4/NV3CUmKNjdI98L 3n+vEyc5cC1LdR6ziifmGVHtENyYMb+y6tZ6az5GMx+uv6HNX7LjPK+MIyUScg== 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=cSQcuNzB; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.85 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=cSQcuNzB; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 88260600C X-Spam-Score: -3.85 X-Migadu-Scanner: scn1.migadu.com X-TUID: trCtV2JIcrL/ Hi, angry rectangle skribis: > I tried your patch on one of my computers and it works. Thanks for testing. Pushed as 0483c71cc5aeb3b69f6deb154fe12c0b2e6dc17f. The reason is took me more time is that I wanted to have a system test for that to make sure it doesn=E2=80=99t come back to haunt us in the future. Now we should= be fine. :-) Ludo=E2=80=99.