From nobody Mon Sep 22 16:58:34 2025 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 4cVq7y2Bblz688bw; Mon, 22 Sep 2025 16:58:54 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [78.47.122.106]) (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 4cVq7x2Qccz3mFC; Mon, 22 Sep 2025 16:58:53 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=ellael.org header.s=dkim header.b=n826s6j1; dmarc=pass (policy=quarantine) header.from=ellael.org; spf=pass (mx1.freebsd.org: domain of trashcan@ellael.org designates 78.47.122.106 as permitted sender) smtp.mailfrom=trashcan@ellael.org Received: from smtpclient.apple (unknown [185.109.65.115]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 4cVq7m40yvz101x; Mon, 22 Sep 2025 18:58:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1758560324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Bj/J8cu02yL7Z3u2Q/47SMyJTyxkveKtk5QrIflw99k=; b=n826s6j1A9+SmzXKJTpY8rbD2fCdZX6fJxU+Wx8SrxWkV5+Xr6mWchDjd/+APbzVy8xHxx Wv0gG7G2mpGoEua3f8+jB/HKfAScEn8xNKWDreRyY/E1NbzeoBdfguRXSGFGScfT/mauYg 9Q7IH2x1JSykzPiL57UQCTpwlXmPljzLQIUh0JW1cCsv9EKmW2AkKORSSHY9P5Pj7px7P6 9Lalo5hJewFRvKS1E41Cvn+8IQLf1EwYJ9+ZH7bmSgrGMFr61hUpyDHQe+7QAwuG34MXjF YvxjQoKBXgvo02TKPxCEiS/ds0RjzbTXO8a8gi41/GE6qBPTUIb/oFSqydi7Fw== From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable 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 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: uname reports wrong kernel name Date: Mon, 22 Sep 2025 18:58:34 +0200 References: <20250922201221.c1fe02cf62970d64173e76cf@dec.sakura.ne.jp> To: freebsd-stable@freebsd.org, FreeBSD Current In-Reply-To: <20250922201221.c1fe02cf62970d64173e76cf@dec.sakura.ne.jp> Message-Id: <69350905-3C31-47A6-B74E-EC56331F5EFB@ellael.org> X-Mailer: Apple Mail (2.3826.700.81) X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.73 / 15.00]; SUSPICIOUS_URL_IN_SUSPICIOUS_MESSAGE(1.00)[]; NEURAL_SPAM_LONG(0.99)[0.985]; NEURAL_HAM_SHORT(-0.93)[-0.934]; NEURAL_SPAM_MEDIUM(0.88)[0.879]; URIBL_RED(0.50)[dec.sakura.ne.jp:email]; ONCE_RECEIVED(0.20)[]; BAD_REP_POLICIES(0.10)[]; HAS_ANON_DOMAIN(0.10)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; APPLE_MAILER_COMMON(0.00)[]; R_DKIM_ALLOW(0.00)[ellael.org:s=dkim]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_TRACE(0.00)[0:+]; R_SPF_ALLOW(0.00)[+ip4:78.47.122.106]; DMARC_POLICY_ALLOW(0.00)[ellael.org,quarantine]; DKIM_TRACE(0.00)[ellael.org:+]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org,freebsd-stable@freebsd.org]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4cVq7x2Qccz3mFC Tomoaki AOKI wrote: >=20 > Michael Grimm wrote: >> My kernel config is customized: >>=20 >> ident CUSTOM >> include GENERIC >> include "../../conf/std.nodebug" >> device gre >>=20 >> This kernel is built as all the years before, and I can see it: This is wrong; I must have screwed this file up during my odyssey = (stable/14 -> main -> stable/15), recently. >> Where should I start to search, and, is anyone else observing the = same? > Simply switch the order of ident line and include line. >=20 > With your order, ident line is overridden by "ident GENERIC" line > in GENERIC. >=20 > HTH. Yes, that helped. Thanks, back to normal uname reporting. Regards, Michael