From nobody Thu Jun 22 08:24:51 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 4Qmthr0vSHz4gC82 for ; Thu, 22 Jun 2023 08:25:00 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Qmthp1mXRz4Kkx for ; Thu, 22 Jun 2023 08:24:57 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp; dmarc=none Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 35M8OqKp078842 for ; Thu, 22 Jun 2023 17:24:52 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 22 Jun 2023 17:24:51 +0900 From: Tomoaki AOKI To: freebsd-current@freebsd.org Subject: Re: Where did the nvd devices go? Message-Id: <20230622172451.75126b3eaad16a88fa6b9d52@dec.sakura.ne.jp> In-Reply-To: References: Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.2) 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: 8bit X-Spamd-Result: default: False [-0.58 / 15.00]; AUTH_NA(1.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-0.996]; NEURAL_HAM_SHORT(-0.99)[-0.994]; NEURAL_HAM_MEDIUM(-0.99)[-0.993]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; HAS_ORG_HEADER(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4Qmthp1mXRz4Kkx X-Spamd-Bar: / X-ThisMailContainsUnwantedMimeParts: N Maybe I'm wrong, but does D25168 "geom(4): Look for aliases when searching for providers by name" [1], which is already accepted but not yet committed, help? [1] https://reviews.freebsd.org/D25168 On Wed, 21 Jun 2023 23:07:51 -0700 Kevin Oberman wrote: > Just found another breakage due to nvd becoming a symlimk. I use gkrellm as > my system monitor and, after the update, my SSD showed no activity. Easy > fix to edit the configuration to disable nvd0 and enable nda0, but another > case of a tool not following the symlink. > > If I get a little time tomorrow. I'll try finding the code in gkrellm and > see if I can figure out whether the breakage is a roble in the port or a > system issue, but no promises. > > On Wed, Jun 21, 2023 at 8:43 PM Warner Losh wrote: > > > > > > > On Wed, Jun 21, 2023 at 8:47 PM Kevin Oberman wrote: > > > >> > >> Commands used were "gpart show nvd0" and "geli attach -d -k ************ > >> /dev/nvd0p7". Also tried both with and without the "/dev" which fail for > >> nvd* and succeed with nda*. > >> > > > > Ah. I see the problem. libgeom doesn't parse the nodes, nor does > > it use them when searching for a geom by name... > > > > I need to carefully think about how to fix it, though, since it may be an > > ABI change and we're getting trickily close > > to 14 to be mucking with this... > > > > Warner > > > > > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 -- Tomoaki AOKI