This bug was fixed in the package makedumpfile - 1:1.6.3-2~16.04.1 --------------- makedumpfile (1:1.6.3-2~16.04.1) xenial; urgency=medium
* Backport latest makedumpfile to xenial. (LP: #1746299) * Revert to build-depending on dh-systemd, as xenial does not have debhelper >= 9.20160709. -- Thadeu Lima de Souza Cascardo <casca...@canonical.com> Mon, 21 May 2018 11:02:15 -0300 ** Changed in: makedumpfile (Ubuntu Xenial) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to makedumpfile in Ubuntu. https://bugs.launchpad.net/bugs/1751329 Title: kdump-tools won't load until after network is online Status in makedumpfile package in Ubuntu: Fix Released Status in makedumpfile source package in Xenial: Fix Released Status in makedumpfile source package in Artful: Fix Released Bug description: This, at least, causes kdump-tools to load only after some timeout. It could be loaded much earlier. kdump-tools only requires the network to be online when it's configured to dump to ssh or nfs, and only when dumping, not when loading. We should have three services/units here: 1) the loading service, does not require network; 2) the dumping service, that works for local dumps, does not require network; 3) the dumping service, that works remotely, requires network. Now, as per LP#1681909, maybe we should not require network-online, but use some other way to verify that the host where we want to dump is online, given a certain (configured) timeout. Cascardo. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1751329/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp