[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-03-14 Thread bugproxy
** Tags removed: bugnameltc-151243 s390x severity-high -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1662187 Title: apt-get upgrade hung when it comes to update initramfs Status in

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-03-14 Thread James Lewis
This appears to be related to something peculiar happening to LVM, I'm not using LVM, but /usr/share/initramfs-tools/hooks/cryptroot appears to be trying to read a bunch of volume group data after reading /etc/crypttab (which is empty!)... + grep -s ^[^#] /etc/crypttab + read target source key

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-13 Thread Dimitri John Ledkov
** Changed in: linux (Ubuntu) Status: New => Invalid ** Changed in: ubuntu-z-systems Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1662187 Title:

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-07 Thread Frank Heimes
Apart of the issue with update-initramfs, I see lot's of I/O error in combination with time outs, like: Feb 6 07:13:08 ub01 kernel: [6640939.527399] sd 478:0:0:1: timing out command, waited 180s Feb 6 07:13:08 ub01 kernel: [6640939.527483] blk_update_request: I/O error, dev sdhb, sector

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-07 Thread Frank Heimes
I just grabbed it from box and shared it again internally ... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1662187 Title: apt-get upgrade hung when it comes to update initramfs

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-07 Thread Dimitri John Ledkov
Can you attach, as an attachment, the syslog? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1662187 Title: apt-get upgrade hung when it comes to update initramfs Status in Ubuntu on

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-07 Thread Dimitri John Ledkov
This is getting more interesting. One can add "set -x" near the top of /usr/share/initramfs-tools/hooks/mdadm but based on your previous messages it's probably going to hang at mkconf. E.g. I am suspecting below will also hung $ sudo bash -x /usr/share/mdadm/mkconf Which ultimately calls

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-07 Thread Dimitri John Ledkov
If mdadm is hung examining partitions, all I can recommend is to reboot and check if problem goes away. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1662187 Title: apt-get upgrade

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-07 Thread Dimitri John Ledkov
Please attach sosreport from the system. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1662187 Title: apt-get upgrade hung when it comes to update initramfs Status in Ubuntu on IBM z

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-07 Thread Dimitri John Ledkov
Using strace and friends is a bit too low level to debug execution of bash scripts =) You can try: $ sudo bash -x update-initramfs -u -v And attaching log of that. And you can use also add "set -x" in the hooks that are called (and/or are hung); and attaching a log of that to see where/when it

[Kernel-packages] [Bug 1662187] Re: apt-get upgrade hung when it comes to update initramfs

2017-02-06 Thread Frank Heimes
** Also affects: ubuntu-z-systems Importance: Undecided Status: New ** Changed in: ubuntu-z-systems Importance: Undecided => High ** Tags added: s390x -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.