[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2024-11-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 Mark Linimon changed: What|Removed |Added Status|Open|Closed Assignee|b...@free

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #15 from commit-h...@freebsd.org --- A commit in branch releng/14.0 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=862483bd3500aacc1546d6dfaa940a43e23e096b commit 862483bd3500aacc1546d6dfaa940a43e23e096b Auth

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #14 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f093d21e081b1eed9844c28af605b5277e76094c commit f093d21e081b1eed9844c28af605b5277e76094c Author

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #13 from commit-h...@freebsd.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d08ef6f7da3943dc4988e6c2ac03644bdaf1 commit d08ef6f7da3943dc4988e6c2ac03644bdaf1 Author

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #12 from Mark Johnston --- Oh, I see. It turns out that the ifnet pointer is optional, debugnet_connect() will derive the correct ifnet using other netdump parameters, plus the routing table. So to provide the old behaviour we

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #11 from Zhenlei Huang --- A minimal snip to repeat this bug: ``` # dumpon -i 0 -c 192.168.255.3 -g 192.168.255.1 -s 192.168.255.1 nonexist ``` > I see various options how to resolve this: > 1. Always allow using the physical

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #10 from Michael Gmelin --- (In reply to Mark Johnston from comment #9) > How did you come to that conclusion? By the art of baseless speculation. I compared the actual 13.1 and 13.2 boot sequences, and on both the interfaces

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #9 from Mark Johnston --- > So on 13.1, dumpon was called after interface renaming takes, while on 13.2, > device renaming happens after dumpon is started (which exposed the bug). How did you come to that conclusion? Does "dh

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #8 from Michael Gmelin --- (In reply to Mark Johnston from comment #6) Hi, Thank you for the fix. I just checked, in 13.1 rcorder was: /etc/rc.d/sysctl /etc/rc.d/natd /etc/rc.d/dhclient /etc/rc.d/dumpon while on 13.

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #7 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d94d07d58141dcff48f01c6b3e5a31de9d7a7938 commit d94d07d58141dcff48f01c6b3e5a31de9d7a7938 Author:

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-10-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #6 f

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-09-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 Graham Perrin changed: What|Removed |Added CC||grahamper...@gmail.com K

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #5 from Mina Galić --- (In reply to Zhenlei Huang from comment #4) yeah, no. that was just the first "related" Diff i could pick out from memory. thanks for looking into this -- You are receiving this mail because: You are th

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #4 from Zhenlei Huang --- I'm not sure if https://reviews.freebsd.org/D39713 helps. @Michael Gmelin But you can try it out. The panic should be easy to repeat. I'll have a look at it when I have bandwidth. -- You are receivin

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 Mina Galić changed: What|Removed |Added CC||z...@freebsd.org --- Comment #3 from

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 --- Comment #2 from Michael Gmelin --- (In reply to Mina Galić from comment #1) It boots okay when using vtnet0, when calling "service dumpon restart" after boot, the machine immediately reboots though. So it seems like something is wrong

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 Mina Galić changed: What|Removed |Added Status|New |Open CC|

[Bug 273715] dumpon: Kernel panic on boot when enabling dumpon over IP

2023-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273715 Bug ID: 273715 Summary: dumpon: Kernel panic on boot when enabling dumpon over IP Product: Base System Version: 13.2-RELEASE Hardware: Any OS: Any