[issue1734] savecore is not picking up dumpdev if the device is not also swap

Alexander Polakov (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Thu Apr 15 09:50:40 PDT 2010


Alexander Polakov <polachok at gmail.com> added the comment:

> What is strange, is that the sysctl kern.dumpdev is empty:
> # sysctl -a |grep dumpdev
> kern.dumpdev:

It isn't strange. kern.dumpdev is not of a string, it's CTLTYPE_OPAQUE (actually
udev_t), as you can see at kern/kern_shutdown.c around line 658.

I think you can set dumpdev in /boot/loader.conf to make savecore happy.

----------
status: unread -> chatting

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1734>
_____________________________________________________






More information about the Bugs mailing list