[Bug 294984] Kernel panic in udp6_send when underlying interface disappears
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294984 --- Comment #3 from Zhenlei Huang <[email protected]> --- (In reply to Stephan Lichtenauer from comment #2) > Thank you for your feedback. > Unfortunately I can not easily test CURRENT on this device so I will have to live > with it and can either update this issue when 16 is out (assuming that I still have > the device/situation then) The fix is for the kernel part. Actually you can build and install the kernel only, and test with 15.0 userland. Or you can download the snapshot build from https://download.freebsd.org/snapshots/amd64/16.0-CURRENT/ . Some steps ( hand crafted, not tested yet ), ``` # cd /tmp/ # mkdir -p 16.0-CURRENT # fetch https://download.freebsd.org/snapshots/amd64/16.0-CURRENT/kernel.txz # tar xf kernel.txz -C 16.0-CURRENT # mv 16.0-CURRENT/boot/kernel /boot/kernel.16 # nextboot -k kernel.16 # shutdown -r now ``` -- You are receiving this mail because: You are the assignee for the bug.