------- Comment From [email protected] 2015-04-14 13:29 EDT-------
>From the logs, update-grub seems finished.
Question is: is anything done later, to create that apparently hang scenario?

...
Setting up kexec-tools (1:2.0.7-5ubuntu2) ...
...
Generating grub configuration file ...
...
done

<STUCK>

Checking in binary package..
Ah, yes - there are more things done after update-grub ('Automatically added' 
snippets).

# apt-get download kexec-tools
# dpkg-deb -e kexec-tools_1%3a2.0.7-5ubuntu2_ppc64el.deb bin-pkg

# cat bin-pkg/postinst
...

# ------------------------- Debconf questions end ---------------------

# no triggers in grub2,
#  see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481542
if [ -x /usr/sbin/update-grub ] && [ -e /boot/grub/grub.cfg ]; then
update-grub
fi

# Automatically added by dh_installinit
if [ -x "/etc/init.d/kexec" ]; then
update-rc.d kexec defaults >/dev/null
fi
if [ -x "/etc/init.d/kexec" ] || [ -e "/etc/init/kexec.conf" ]; then
invoke-rc.d kexec start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/kexec-load" ]; then
update-rc.d kexec-load defaults >/dev/null
fi
if [ -x "/etc/init.d/kexec-load" ] || [ -e "/etc/init/kexec-load.conf" ]; then
invoke-rc.d kexec-load start || exit $?
fi
# End automatically added section

exit 0

You can try reproducing them by hand, and see if any does hang.

** Bug watch added: Debian Bug tracker #481542
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481542

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1434023

Title:
  ISST-LTE:Ubuntu15.04:20150318:kdump: linux-crashdump packages install
  using apt-get will stuck

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1434023/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to