yi.freebsd.org (Postfix) with ESMTP id 4fs1bV14jXz6XxWH for ; Thu, 09 Apr 2026 13:52:54 +0000 (UTC) (envelope-from michael.tuexen@lurchi.franken.de) Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "Certum Domain Validation CA SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fs1bV0Fjvz3wqR; Thu, 09 Apr 2026 13:52:54 +0000 (UTC) (envelope-from michael.tuexen@lurchi.franken.de) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (unknown [IPv6:2a02:8109:1101:be00:cc9f:cc5b:f087:1f76]) (Authenticated sender: lurchi) by drew.franken.de (Postfix) with ESMTPSA id 0383B721E281C; Thu, 9 Apr 2026 15:52:29 +0200 (CEST) Content-Type: text/plain; charset=us-ascii List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.500.181\)) Subject: Re: FreeBSD guest on Linux KVM, some vtnet(4) packets don't arrive From: Michael Tuexen In-Reply-To: Date: Thu, 9 Apr 2026 15:52:29 +0200 Cc: net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <20AC79BC-3773-4CF8-B1FE-A20E40604EE0@lurchi.franken.de> References: <28495B68-0BD1-4372-806C-C766DBCB8410@FreeBSD.org> <4FD8C144-5168-4B53-8AE9-0CFF038F209F@lurchi.franken.de> To: Lexi Winter X-Mailer: Apple Mail (2.3864.500.181) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:680, ipnet:193.174.0.0/15, country:DE] X-Rspamd-Queue-Id: 4fs1bV0Fjvz3wqR X-Spamd-Bar: ---- > On 9. Apr 2026, at 15:27, Lexi Winter wrote: >=20 > Michael Tuexen wrote in = <4FD8C144-5168-4B53-8AE9-0CFF038F209F@lurchi.franken.de>: >>> On 9. Apr 2026, at 13:39, Lexi Winter wrote: >>> i was planning to test this, but i ran into a new problem which is = that >>> we seem to have broken crypto (TLS, SSH) on ppc64 at some point, so = once >>> i work out what's going on there, i'll come back to this issue :-) >>=20 >> On big endian PPC? >=20 > yes. fetch(1) is broken: >=20 > root@ppc64-main:~ # fetch https://bbc.co.uk > 0000000801C59010:error:0A000119:SSL = routines:tls_get_more_records:decryption failed or bad record = mac:/usr/src/crypto/openssl/ssl/record/methods/tls_common.c:869: > 0000000801C59010:error:0A000139:SSL routines::record layer = failure:/usr/src/crypto/openssl/ssl/record/rec_layer_s3.c:703: >=20 > as is openssl(1): >=20 > root@ppc64-main:~ # openssl s_client -connect www.freebsd.org:443 > Connecting to 2a02:80:0:3ffd::50:3 > CONNECTED(00000003) > 0000000801D1E010:error:0A000119:SSL = routines:tls_get_more_records:decryption failed or bad record = mac:/usr/src/crypto/openssl/ssl/record/methods/tls_common.c:869: > 0000000801D1E010:error:0A000139:SSL routines::record layer = failure:/usr/src/crypto/openssl/ssl/record/rec_layer_s3.c:703: >=20 > and sshd(8): >=20 > % ssh root@fd00:0:0:1::b > ssh_dispatch_run_fatal: Connection to fd00:0:0:1::b port 22: message = authentication code incorrect >=20 > using: >=20 > FreeBSD 16.0-CURRENT #0 main-n284768-e6eba5076929: Mon Mar 30 16:07:28 = UTC 2026 > = root@releng3.nyi.freebsd.org:/usr/obj/usr/src/powerpc.powerpc64/sys/GENERI= C64 powerpc OK, I am updating my PPC machine. Please note that the above could result from a problem in the crypto = code or in data corruption in the network stack... Best regards Michael