From nobody Tue Aug 15 19:24:35 2023 X-Original-To: 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 4RQLnv2dVfz4qK0P for ; Tue, 15 Aug 2023 19:25:23 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from mailgate.Leidinger.net (mailgate.leidinger.net [IPv6:2a00:1828:2000:313::1:5]) (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 ECDSA (P-256) client-digest SHA256) (Client CN "mailgate.leidinger.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RQLnn40Fwz3Rjv for ; Tue, 15 Aug 2023 19:25:17 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=leidinger.net header.s=outgoing-alex header.b=J4tqb5Pf; spf=pass (mx1.freebsd.org: domain of Alexander@Leidinger.net designates 2a00:1828:2000:313::1:5 as permitted sender) smtp.mailfrom=Alexander@Leidinger.net; dmarc=pass (policy=quarantine) header.from=leidinger.net Received: from webmail2.leidinger.net (roundcube.Leidinger.net [192.168.1.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: Alexander@Leidinger.net) by outgoing.leidinger.net (Postfix) with ESMTPSA id 22D74304 for ; Tue, 15 Aug 2023 21:24:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leidinger.net; s=outgoing-alex; t=1692127509; 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=zx1/NAg+l9+mbS5zgFVZPCuGIg9czQHLQjzu+wPHmCY=; b=J4tqb5PflOY7ci38nn6v0aK7xvQVsBQ+gw//dBbRFr1slu1qIdnhR6GbLyFXxdJKYAJiNA H2VNtUq5DFYSeWSZYDaQ3Xu9qpym4CbqRnWNOgpA1jwBlIUZYAHgg4yxspEUbsf9w7PzjV a148bHHt5OEbc5dmQo4ld/36lB5xn9ZL2C2RN72/Rwr2r4DRursF7iNemBxQYoVrjEjbBH BDq/Ith4NGyAdSbLJcQtUVfcWdmYdJcU/AlPnvDdV1wNxNz+eXDNqs8CazXVrFgtViEu3C b6rU3mcxJXGQE5qdSBEtJqaNaJCL9eF+UHKO+7P7Qj7Bs1RuXUQaTTSvFDdREw== 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 Date: Tue, 15 Aug 2023 21:24:35 +0200 From: Alexander Leidinger To: Current Subject: Re: Strange network issues with -current In-Reply-To: <395c9565210c69205358bc58bb564900@Leidinger.net> References: <502489179881909dca19d3b73edc8e8b@Leidinger.net> <395c9565210c69205358bc58bb564900@Leidinger.net> Message-ID: X-Sender: Alexander@Leidinger.net Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[leidinger.net,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[leidinger.net:s=outgoing-alex]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[current@freebsd.org]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:34240, ipnet:2a00:1828::/32, country:DE]; BLOCKLISTDE_FAIL(0.00)[2a00:1828:2000:313::1:5:query timed out]; FROM_EQ_ENVFROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[leidinger.net:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-Spamd-Bar: --- X-Rspamd-Queue-Id: 4RQLnn40Fwz3Rjv Am 2023-08-15 14:24, schrieb Alexander Leidinger: > Am 2023-08-15 13:48, schrieb Alexander Leidinger: > >> since a while I have some strange network issues in some parts of a >> particular system. > > I just stumbled upon the mail which discusses issues with commit > e3ba0d6adde3, and when I look into this I see changes related to the > use of SO_REUSEPORT flags, and all my nginx systems use the reuseport > directive in their config. I'm compiling right now with his change > reverted. Once tested I will report back. Unfortunately it wasn't that. Bye, Alexander. -- http://www.Leidinger.net Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF