The logs say that the postinst script failed: "package kdump-tools 1:1.10.7ubuntu2 failed to install/upgrade: installed kdump-tools package post-installation script subprocess returned error exit status 1" but I ran it in debug mode on plucky (again during upgrade, right after the failure) and it worked fine:
# DPKG_MAINTSCRIPT_NAME=postinst DPKG_MAINTSCRIPT_PACKAGE=kdump-tools bash -x /var/lib/dpkg/info/kdump-tools.postinst configure + DPKG_MAINTSCRIPT_NAME=postinst + DPKG_MAINTSCRIPT_PACKAGE=kdump-tools + set -e + ZIPL_CONFFILE=/etc/zipl.conf + case "$1" in + . /usr/share/debconf/confmodule ++ _DEBCONF_IMPL= ++ '[' '' ']' ++ '[' -x /usr/share/debconf/frontend ']' ++ '[' '!' -h /usr/share/debconf/frontend ']' ++ _DEBCONF_IMPL=debconf ++ '[' '!' '' ']' ++ '[' debconf = cdebconf ']' ++ export PERL_DL_NONLAZY=1 ++ PERL_DL_NONLAZY=1 ++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/kdump-tools.postinst configure Using config file '/etc/zipl.conf' Building bootmap in '/boot' Adding IPL section 'ubuntu' (default) Preparing boot device for CCW- and LD-IPL: dasda (0200). Done. kdump-tools-dump.service is a disabled or a static unit, not starting it. And the postinst script hasn't changed (at least) until noble. So must be a special condition during the release upgrade... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2126934 Title: Upgrade to 25.10 fails on kdump-tools To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kdump-tools/+bug/2126934/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
