Bug #1789
closedkernel panic with sk network driver
0%
Description
I have a kernel panic at bootup. I've tried to add dumpdev to /boot/loader.conf
but does not help, I can not get a kernel dump.
I have made some pictures anyway:
http://frugalware.org/~voroskoi/dfly/img1.jpg
http://frugalware.org/~voroskoi/dfly/img2.jpg
http://frugalware.org/~voroskoi/dfly/img3.jpg
Sorry for the poor quality, made by phone.
One thing, that might be relevant: hw ether is 00:00:00:00:00:00 by default, it
causes problems sometimes.
If you need any additional info I will try to do my best. Thanks for your help!
Updated by herrgard over 14 years ago
I have a kernel panic at bootup. I've tried to add dumpdev to /boot/loader.conf
but does not help, I can not get a kernel dump.
Try removing the sk driver from your kernel conf file and rebuild/install kernel. Then load the module manually after box has booted.
- kldload if_sk
Max
Updated by sepherosa over 14 years ago
On Thu, Jul 1, 2010 at 11:43 PM, VOROSKOI Andras (via DragonFly issue
tracker) <sinknull@leaf.dragonflybsd.org> wrote:
New submission from VOROSKOI Andras <voroskoi@gmail.com>:
I have a kernel panic at bootup. I've tried to add dumpdev to /boot/loader.conf
but does not help, I can not get a kernel dump.I have made some pictures anyway:
http://frugalware.org/~voroskoi/dfly/img1.jpg
http://frugalware.org/~voroskoi/dfly/img2.jpg
http://frugalware.org/~voroskoi/dfly/img3.jpg
Try following patch:
http://leaf.dragonflybsd.org/~sephe/sk_setmulti.diff
Best Regards,
sephe
Updated by voroskoi over 14 years ago
Thanks for the quick reply from both of you. Sephe's patch fixes my problem.