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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60961158042 for ; Wed, 23 Oct 2024 10:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 110E5E09B4; Wed, 23 Oct 2024 10:56:22 +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 (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFDD2E098A for ; Wed, 23 Oct 2024 10:56:21 +0000 (UTC) Received: from [82.69.80.10] (helo=cube.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 1t3Z2J-0048tm-Je for gentoo-user@lists.gentoo.org; Wed, 23 Oct 2024 10:56:20 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] NFS mounting Date: Wed, 23 Oct 2024 11:56:19 +0100 Message-ID: <5828216.DvuYhMxLoT@cube> In-Reply-To: <3849893.kQq0lBPeGt@cube> References: <3325383.44csPzL39Z@rogueboard> <3849893.kQq0lBPeGt@cube> 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: 7Bit Content-Type: text/plain; charset="utf-8" X-Originating-smarthost01b-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: ff8c7189-3775-439b-b07c-0a585809bd01 X-Archives-Hash: 605ff31ba573fd7b418ae4d044c9c41f On Tuesday 22 October 2024 22:07:06 BST I wrote: > Also while bug-hunting, I found an extra-long Ethernet cable and strung the > i5 into the LAN that way. The M9 only ever sees the LAN, whereas I can now > start and stop the LAN and WLAN at will on the i5. The Fritz!Box router > sits at the junction. Eventually, of course, once I get this setup working, > the cable will go back in the cupboard. I should have added that the remote compilation works well with the cable. I have found though that the linux-firmware ebuild requires the /boot partition to be mounted, which it shouldn't be on a foreign machine, so I say emerge -uaDvN --exclude="linux-firmware-20241017-*", only to find that it's emerged anyway. Dropping that last hyphen gives the required result. Is this a portage bug? -- Regards, Peter.