Alexander Polakov <[email protected]> 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 <[email protected]> <http://bugs.dragonflybsd.org/issue1734> _____________________________________________________
