[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-04-10 Thread Søren Krum
Seems to be fixed now, ie after i run $ sudo dpkg --configure -a everything seems to fall in place again. Found even a newer kernel (38) and installed it. So, from my side this case can be closed. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-04-02 Thread Minjun
I meet the exactly the same problem. The most frustrating thing is that event uninstalling this package will trigger the "postinst" action, and it will keeps running "dkms blah blah " and hangs. The "apt remove" command doesn't help to me. -- You received this bug notification because you are

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-27 Thread Søren Krum
Negative for me... still hanging... -- 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/1755839 Title: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade:

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-26 Thread Violet Feng
The hanging issue has been fixed somehow. And I can run update and upgrade. Even reboot is fine. -- 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/1755839 Title: package

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-26 Thread Søren Krum
I cannot confirm that for my installation: $ sudo apt-get upgrade -f [sudo] password for s: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. $ sudo dpkg --configure -a Setting up linux-image-4.13.0-37-generic (4.13.0-37.42) ... Running depmod.

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-25 Thread PipeManMusic
I was able to run "sudo apt-get upgrade -f" to fix the issue. Not sure what changed but this bug is fixed for me. -- 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/1755839 Title: package

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-21 Thread Søren Krum
Any workaround to get apt-get going again? My computer renders a kind of useless. I just started to set it up, so most of the software i need is missing... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-20 Thread PipeManMusic
I'm confirming that I am experiencing the same issue and the suggested fix is not fixing it. Still hangs and now I can't install any software. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-20 Thread Søren Krum
Not nice as i am now not able to install anything via apt-get... Maybe the importance should be adjusted. -- 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/1755839 Title: package

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-19 Thread Salvador Diaz
`sudo apt-get install -f ` hangs so marking this as Confirmed ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- 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/1755839

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-16 Thread Salvador Diaz
@jsalisbury sudo apt-get install -f hangs in the same way, so the other commands are impossible to execute. -- 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/1755839 Title: package

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-16 Thread Matthew Gann
Killing the main plymouth server process allowed the installation to proceed. -- 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/1755839 Title: package linux-image-4.13.0-37-generic

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-15 Thread Sledgez
Package install was hung for a long time. --- E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. bmorris@ifx-laptop:~/ownCloud/projects/pageflo$ sudo dpkg --configure -a Setting up linux-image-4.13.0-37-generic (4.13.0-37.42) ... Running depmod.

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-15 Thread Joseph Salisbury
You may need to run the following from a terminal: sudo apt-get install -f sudo apt-get clean sudo apt-get update Then re-install the package or updates. If that does not resolve your issue, please mark the bug as "Confirmed" ** Changed in: linux (Ubuntu) Importance: Undecided => Medium **

[Kernel-packages] [Bug 1755839] Re: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check -- 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/1755839 Title: package linux-image-4.13.0-37-generic 4.13.0-37.42 failed to install/upgrade: