From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87568158089 for ; Wed, 15 Nov 2023 23:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 584FF2BC029; Wed, 15 Nov 2023 23:42:08 +0000 (UTC) Received: from smarthost01b.sbp.mail.zen.net.uk (smarthost01b.sbp.mail.zen.net.uk [212.23.1.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BC3E2BC018 for ; Wed, 15 Nov 2023 23:42:07 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01b.sbp.mail.zen.net.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1r3PWI-008GZ1-Dt for gentoo-user@lists.gentoo.org; Wed, 15 Nov 2023 23:42:06 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Debugging NFS mounts Date: Wed, 15 Nov 2023 23:42:06 +0000 Message-ID: <2710043.mvXUDI8C0e@wstn> In-Reply-To: References: <4526220.LvFx2qVVIh@wstn> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Originating-smarthost01b-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 0cc3753e-51f5-4999-9593-795d71c6861d X-Archives-Hash: dc5472ca200fe35a580fd0e24002b5f6 On Wednesday, 15 November 2023 17:04:27 GMT Alan McKinnon wrote: > On Wed, Nov 15, 2023 at 6:29=E2=80=AFPM Peter Humphrey >=20 > wrote: > > Hello list, > >=20 > > My little server needs help with compiling, so I NFS-export /var (which > > has > > its own partition) to a chroot on my workstation. I mount all the > > partitions > > on both server and workstation. Then when I chroot, env-update hangs for > > ever. > > Well, over an hour anyway. > >=20 > > Is it possible to export /var in this way? I can't see anything else > > wrong. >=20 > Did you run mount inside the chroot or outside of it? Outside. That's how it's worked everywhere else. =2D-=20 Regards, Peter.