From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yNoqHkUoWl8XaAAA0tVLHw (envelope-from ) for ; Thu, 10 Sep 2020 13:21:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WOkSGkUoWl/lcgAA1q6Kng (envelope-from ) for ; Thu, 10 Sep 2020 13:21:09 +0000 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 5E04C94060D for ; Thu, 10 Sep 2020 13:21:08 +0000 (UTC) Received: from localhost ([::1]:51446 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kGMVf-0005sN-9K for larch@yhetil.org; Thu, 10 Sep 2020 09:21:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kGMVa-0005pD-BW for guix-patches@gnu.org; Thu, 10 Sep 2020 09:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54357) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kGMVa-000776-0l for guix-patches@gnu.org; Thu, 10 Sep 2020 09:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kGMVZ-0006kF-Ti for guix-patches@gnu.org; Thu, 10 Sep 2020 09:21:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43257] [PATCH] services: nfs: Require file-systems to be mounted before starting NFS shepherd service. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Sep 2020 13:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43257 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 43257@debbugs.gnu.org Received: via spool by 43257-submit@debbugs.gnu.org id=B43257.159974404825881 (code B ref 43257); Thu, 10 Sep 2020 13:21:01 +0000 Received: (at 43257) by debbugs.gnu.org; 10 Sep 2020 13:20:48 +0000 Received: from localhost ([127.0.0.1]:37670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGMVM-0006jN-CN for submit@debbugs.gnu.org; Thu, 10 Sep 2020 09:20:48 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:42906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGMVL-0006jD-AL for 43257@debbugs.gnu.org; Thu, 10 Sep 2020 09:20:47 -0400 Received: from localhost (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id F3E4B33606BF; Thu, 10 Sep 2020 15:20:45 +0200 (CEST) Date: Thu, 10 Sep 2020 15:20:42 +0200 From: Danny Milosavljevic Message-ID: <20200910152042.4b33a84f@scratchpost.org> In-Reply-To: <87wo12jcvx.fsf@gnu.org> References: <20200907164745.15932-1-dannym@scratchpost.org> <87imcnmk25.fsf@gnu.org> <20200909121313.321a18d5@scratchpost.org> <87wo12jcvx.fsf@gnu.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/b.gBxQFRLhb.+_HQdA8VGih"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.11 X-TUID: k1j6zv3oeTXr --Sig_/b.gBxQFRLhb.+_HQdA8VGih Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo, On Thu, 10 Sep 2020 09:42:58 +0200 Ludovic Court=C3=A8s wrote: > I just realized that these services should just all depend on > =E2=80=98user-processes=E2=80=99 (which depends on =E2=80=98file-systems= =E2=80=99). So you should > probably just do that. Okay. Thanks. > You can double-check with =E2=80=98guix system shepherd-graph=E2=80=99 th= at the > dependency graph looks good. $ ./pre-inst-env guix system shepherd-graph -e '(@@ (gnu tests nfs) %nfs-os= )' gnu/tests/nfs.scm:162:4: error: missing root file system I can probably work around it somehow--but just logging this not-nice user interface here. --Sig_/b.gBxQFRLhb.+_HQdA8VGih Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl9aKCoACgkQ5xo1VCww uqUagAf6AxGg/QJJaKmg1DsrZNCpcYJvO4aD3j7sKRLcbWlJjJCPBHSBmqdgy4Ff Vp25kOECf8MrtYc+O7Z+Ln/aJ6GmOtYOouFfRssTDkHSTyYmhnxu/CoJMDuvGeAT v6111rw+DW+++uu9gHapXZ+VHeJZmg9grKtakx+rycKHUNHB+4IhFyWmTfZQfgSL jVKJQQXxnRNRDWhCjEo0dtOQFbaVflCbHlI6/35WncjKNVRJ7amwkm4dqlDEfUs3 162WxXflWbEqp2rEhdTETx6FB5WCS4ytNQ0UqWjyWxrdzGXsFCvOY0M/Zz/dL5ju uGQm6xHFjMzMR7RvCri2qMv6Mnp2bg== =OZHl -----END PGP SIGNATURE----- --Sig_/b.gBxQFRLhb.+_HQdA8VGih--