[Bug 286812] Unexpected RST instead of ACK for unacceptable TCP segment

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286812 Lexi Winter changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receivi

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 --- Comment #18 from Rick Macklem --- (In reply to Konstantin Belousov from comment #17) Agreed. Thanks for finding and fixing the bug. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 --- Comment #17 from Konstantin Belousov --- (In reply to Rick Macklem from comment #16) It might be due to NODEBUG kernel config use by the reporter. It might change stack layout somewhat, and might indeed expose different garbage value.

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 --- Comment #16 from Rick Macklem --- (In reply to Konstantin Belousov from comment #12) This patch definitely looks ok and is needed. (You can consider it reviewed by me.) What is a little weird is that I don't see crashes? I guess it dep

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 --- Comment #15 from Rick Macklem --- (In reply to Konstantin Belousov from comment #14) You are more than welcome to commit it. And I agree we should wait until the reporter confirms it fixes the problem. -- You are receiving this mail b

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 --- Comment #14 from Konstantin Belousov --- (In reply to Rick Macklem from comment #13) I planned to commit myself after your review and confirmation that the issue is fixed. But go ahead if you want to. -- You are receiving this mail b

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 --- Comment #13 from Rick Macklem --- (In reply to Konstantin Belousov from comment #12) Oops, I just got around to looking at this. Would you like to commit the patch or would you rather I do it? -- You are receiving this mail because:

Re: TCP sends 9KB segments via netgraph tunnel despite MTU/MSS — TSO-related?

2025-05-14 Thread Konstantin Belousov
On Wed, May 14, 2025 at 10:45:27PM +0300, Ivan wrote: > Hello, > > I've been investigating a network issue that took quite some time to trace. I > still cannot reproduce it in a test environment, but it consistently occurs > on a specific FreeBSD server with a more complex network configuration.

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 --- Comment #12 from Konstantin Belousov --- The kgdb trace is indeed useful. I see that the issue came from e4c7b2b6053f2. Please try the following change. commit aa52aeb2f2ad00d89649d16474d1fab8196de9fe Author: Konstantin Belousov Date

[Bug 286796] [nfs] [panic] Kernel panics while working as NFS server

2025-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286796 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keywords

Re: ipfw port forwarding ipv6 to localhost?

2025-05-14 Thread Andrey V. Elsukov
On 13.05.2025 16:09, Ronald Klop wrote: Quick question. I have Jenkins running on port 8443 as it is running as an unprivileged user. To keep the URLs sane I do this in IPFW: add nat 1 ipv4 from any to any via epair8b nat 1 config if epair8b log redirect_port tcp 127.0.0.1:8443 443 Which works