Re: RSS on FreeBSD stable/12 gateway

2021-03-21 Thread Adrian Chadd
On Sat, 13 Mar 2021 at 23:24, Özkan KIRIK wrote: > > Hello Adrian, > > I wonder if the current RSS code supports software mode. Is it possible to > enforce software RSS? And what about Sender Side Scaling ? The current RSS code does enforce it on all the NICs, so if you enable it and you don't h

[Bug 254159] [tcp] Keepalive not working/tcp rst tolerance

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254159 Kubilay Kocak changed: What|Removed |Added CC||n...@freebsd.org UR

[Bug 203916] ethernet and wlan interfaces both have the same mac-address after upgrade to r289486

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203916 Kubilay Kocak changed: What|Removed |Added Resolution|FIXED |Overcome By Events --- Comment #5

[Bug 236983] bnxt(4) VLAN not operational unless explicit "ifconfig promisc" is used on the physical IF

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236983 Kubilay Kocak changed: What|Removed |Added Flags||maintainer-feedback?(shurd@

[Bug 254015] if_bridge: Panic when using bridge interface on 13.0-BETA4

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015 Kubilay Kocak changed: What|Removed |Added Summary|[if_bridge] Panic when |if_bridge: Panic when using

[Bug 254015] [if_bridge] Panic when using bridge interface on 13.0-BETA4

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254015 --- Comment #1 from shamaz.ma...@gmail.com --- Here is another backtrace from 13.0-RC3: (kgdb) bt #0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 #1 doadump (textdump=) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0x

[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable13+, |

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 --- Comment #11 from Aleks --- (In reply to Alexander V. Chernikov from comment #9) p.s. I can't make him write dump file after I compiled custom kernel (+FIB_ALGO) When I test dumps with "sysctl debug.kdb.panic=1" the dump is written but w

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 --- Comment #10 from Aleks --- (In reply to Alexander V. Chernikov from comment #9) by core dump you mean vmcore.* file? p.s. I can even give you access to this server if it will help you (it's not in production) -- You are receiving thi

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 --- Comment #9 from Alexander V. Chernikov --- Obvious code checks and tries to repro this in an easy way failed - I don’t have a good idea on why its happening. Setting up multiple live bgp feeds will take some time, so there are multiple

Re: NFS Mount Hangs

2021-03-21 Thread Rick Macklem
Youssef GHORBAL wrote: >Hi Jason, > >> On 17 Mar 2021, at 18:17, Jason Breitman >> wrote: >> >> Please review the details below and let me know if there is a setting that I >> should apply to my FreeBSD NFS Server or if there is a bug fix that I can >> apply to resolve my issue. >> I shared t

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 --- Comment #8 from Aleks --- (In reply to Alexander V. Chernikov from comment #7) Sure, just tell me what you mean by "share kernel&core" -- You are receiving this mail because: You are on the CC list for the bug. ___

Problem reports for n...@freebsd.org that need special attention

2021-03-21 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 --- Comment #7 from Alexander V. Chernikov --- (In reply to Aleks from comment #5) Is there any chance you could share kernel&core? -- You are receiving this mail because: You are on the CC list for the bug. __

Re: NFS Mount Hangs

2021-03-21 Thread Jason Breitman
Thanks for sharing as this sounds exactly like my issue. I had implemented the change below on 3/8/2021 and have experienced the NFS hang after that. Do I need to reboot or umount / mount all of the clients and then I will be ok? I had not rebooted the clients, but would to get out of this situa

Re: NFS Mount Hangs

2021-03-21 Thread Jason Breitman
The issue did trigger again. I ran the script below for ~15 minutes and hope this gets you what you need. Let me know if you require the full output without grepping nfsd. #!/bin/sh while true do /bin/date >> /tmp/nfs-hang.log /bin/ps axHl | grep nfsd | grep -v grep >> /tmp/nfs-hang.log