[Bug 278394] Reproducible kernel panic related to IPv4 routes populated by bird2 (BGP)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Apr 2024 22:40:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278394 --- Comment #2 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> --- (In reply to Gregory Neil Shapiro from comment #0) >I'd love to share more about the crash, but savecore fails on boot: >Apr 16 20:59:06 membrane kernel: Starting syslogd. >Apr 16 20:59:06 membrane savecore[984]: /dev/vtbd0p2: Operation not permitted I guess it fails due to enabled swap encryption (visible in attached dmesg), but I might be wrong. Anyway please disable encryption of swap. (In reply to Gregory Neil Shapiro from comment #1) >[fib_algo] inet.0 (radix4_lockless#82) rebuild_fd_flm: switching algo to radix4 If switching FIB algo is the culprit, try to set it by hand. In case of BGP full view IPv4+IPv6 FIBs, you can add to /etc/sysctl.conf: net.route.algo.inet.algo=dxr net.route.algo.inet6.algo=dpdk_lpm6 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.