From nobody Fri Aug 08 13:22:44 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 4bz4TV4Kt9z63qKh for ; Fri, 08 Aug 2025 13:22:54 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (mvd.osorio.me [37.187.111.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4bz4TT5rlBz3c5y for ; Fri, 08 Aug 2025 13:22:53 +0000 (UTC) (envelope-from rodrigo@osorio.me) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of rodrigo@osorio.me designates 37.187.111.94 as permitted sender) smtp.mailfrom=rodrigo@osorio.me; dmarc=none Received: from [192.168.1.44] (lfbn-idf1-1-971-net.w86-238.abo.wanadoo.fr [86.238.50.0]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id 99055EEB62 for ; Fri, 08 Aug 2025 13:35:36 +0000 (UTC) Message-ID: <79071b68-4e4a-4cdf-8633-8aa8faabafd2@osorio.me> Date: Fri, 8 Aug 2025 15:22:44 +0200 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 User-Agent: Mozilla Thunderbird Subject: Re: ssh errors, libgssapi_krb5 To: freebsd-current@freebsd.org References: <701d3288-4aec-47bd-b7e2-4ee49bab3f2e@betaapp.fastmail.com> <20250728180314.2BFB328C@slippy.cwsent.com> Content-Language: en-US From: Rodrigo Osorio In-Reply-To: <20250728180314.2BFB328C@slippy.cwsent.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-1.03 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.96)[-0.957]; NEURAL_SPAM_LONG(0.93)[0.927]; ONCE_RECEIVED(0.20)[]; R_SPF_ALLOW(-0.20)[+ip4:37.187.111.94]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[rodrigo]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:16276, ipnet:37.187.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_DKIM_NA(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[osorio.me]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4bz4TT5rlBz3c5y X-Spamd-Bar: - On 28/07/25 20:03, Cy Schubert wrote: > In message , Lexi Winter writes: >> Herbert: >>> On Mon, 28 Jul 2025, at 15:32, Lexi Winter wrote: >>>> dlopen: Cannot open "/usr/lib/libgssapi_krb5.so.121" >>>> git@git.le-fay.org: Permission denied (publickey,gssapi-with-mic). >>> =20 >>> Have you rebuilt ports like curl, git, etc.? >> this isn't related to ports, it happens with /usr/bin/ssh as well. >> i probably should have mentioned that. >> >> but oddly, after rebuilding main with no changes and updating again, ssh >> now works fine. >> >> but i don't really understand what broke it to begin with... what causes >> ssh to load libgssapi_something? > The DSO bump broke gssapi/mech. The mech file was updated last night to > point to the current DSO. > > Hi, I fall in the same issue and multiple ports still asking for 121 version. As Herbert suggest, I think impacted ports revision should be bumped to force recompilation. What @portmgr think about how to solve this issue ? regards, -- rodrigo