From nobody Tue Jan 31 13:06:47 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P5lgh2p3tz3cT04 for ; Tue, 31 Jan 2023 13:06:56 +0000 (UTC) (envelope-from qroxana@protonmail.com) Received: from mail-4318.protonmail.ch (mail-4318.protonmail.ch [185.70.43.18]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P5lgg4KNLz3P0y for ; Tue, 31 Jan 2023 13:06:55 +0000 (UTC) (envelope-from qroxana@protonmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protonmail.com header.s=protonmail3 header.b=q3irIR5h; spf=pass (mx1.freebsd.org: domain of qroxana@protonmail.com designates 185.70.43.18 as permitted sender) smtp.mailfrom=qroxana@protonmail.com; dmarc=pass (policy=quarantine) header.from=protonmail.com Date: Tue, 31 Jan 2023 13:06:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1675170413; x=1675429613; bh=GPbfwPmpv3moFJdofDTERq2gnz7fz5p9+hH6YjTdXis=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=q3irIR5hcFq/5zHoh/Sk/SEFuEbp7mroUogHNNA98EHxBOM6YscYBtGAw1uszQ6pl vwBZjiV0Knbp2OvSL94evChYKFYYkBp3HlDAh8Urc3SLPAi+PbiorGg+GNULkF5hlU cDDu07TSsJxw4jMbsAISUFFDKJWisbOxGpK8QPBY+fkKRckzJisfmhGS+P2Ri7g1B7 o5Ew8kaub+KiQpSklig+hVysqUiRSvYzFHhx7yAHsoyzpDEM3jc/LmqRLoZVI1J2zh cHmdJoyhcv6DvAYen7RSIkiTdw30OS9C46tapqpyw9Q0RqP3jmIs12joJGVwHIGc2A bNhldhOup/22Q== To: Rick Macklem From: qroxana Cc: "freebsd-current@freebsd.org" Subject: Re: sbin/mount: failed to mount NFS root Message-ID: In-Reply-To: References: Feedback-ID: 29996633:user:proton List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.995]; NEURAL_HAM_SHORT(-0.51)[-0.506]; DMARC_POLICY_ALLOW(-0.50)[protonmail.com,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:185.70.43.0/24:c]; R_DKIM_ALLOW(-0.20)[protonmail.com:s=protonmail3]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[protonmail.com]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[protonmail.com:+]; FROM_HAS_DN(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_SOME(0.00)[]; TAGGED_RCPT(0.00)[]; FREEMAIL_FROM(0.00)[protonmail.com]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4P5lgg4KNLz3P0y X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N ------- Original Message ------- On Monday, January 30th, 2023 at 3:08 PM, Rick Macklem wrote: > I think this was fixed by a commit yesterday. >=20 > rick > Thanks Rick. Yes, it has been fixed. commit ad055467bec35885dc3eff2f4dd765f5b2f53259 Author: Kirk McKusick AuthorDate: Sun Jan 29 15:12:48 2023 -0800 Commit: Kirk McKusick CommitDate: Sun Jan 29 15:14:43 2023 -0800 Fix for getmntpoint(3) when checking for NFS mount points. =20 Only attempt to add /dev/ to f_mntfromname names that result in a valid character device. =20 MFC after: 1 week Reported by: Bjoern A. Zeeb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37907