package linux-image-2.6.27-2-generic 2.6.27-2.3 [modified: lib/modules/2.6.27-2-generic/modules.pcimap lib/modules/2.6.27-2-generic/modules.dep lib/modules/2.6.27-2-generic/modules.ieee1394map lib/modules/2.6.27-2-generic/modules.usbmap lib/modules/2.6.27-2-generic/modules.isapnpmap lib/modules/2.6.27-2-generic/modules.seriomap lib/modules/2.6.27-2-generic/modules.alias lib/modules/2.6.27-2-generic/modules.symbols] failed to install/upgrade:

Bug #266972 reported by Shri
24
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

shri@shri-laptop-linux:~$ lsb_release -rd
Description: Ubuntu intrepid (development branch)
Release: 8.10
shri@shri-laptop-linux:~$ apt-cache policy linux-image-2.6.27-2-generic
linux-image-2.6.27-2-generic:
  Installed: 2.6.27-2.3
  Candidate: 2.6.27-2.3
  Version table:
 *** 2.6.27-2.3 0
        500 http://mirror.lcsee.wvu.edu intrepid/main Packages
        100 /var/lib/dpkg/status
shri@shri-laptop-linux:~$

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 2
Package: linux-image-2.6.27-2-generic 2.6.27-2.3 [modified: lib/modules/2.6.27-2-generic/modules.pcimap lib/modules/2.6.27-2-generic/modules.dep lib/modules/2.6.27-2-generic/modules.ieee1394map lib/modules/2.6.27-2-generic/modules.usbmap lib/modules/2.6.27-2-generic/modules.isapnpmap lib/modules/2.6.27-2-generic/modules.seriomap lib/modules/2.6.27-2-generic/modules.alias lib/modules/2.6.27-2-generic/modules.symbols]
ProcCmdLine: User Name=UUID=95ec8534-8a37-4f83-82f8-8b843d275fae ro vga=792 quiet splash
ProcVersionSignature: Ubuntu 2.6.27-1.2-generic
SourcePackage: linux
Title: package linux-image-2.6.27-2-generic 2.6.27-2.3 [modified: lib/modules/2.6.27-2-generic/modules.pcimap lib/modules/2.6.27-2-generic/modules.dep lib/modules/2.6.27-2-generic/modules.ieee1394map lib/modules/2.6.27-2-generic/modules.usbmap lib/modules/2.6.27-2-generic/modules.isapnpmap lib/modules/2.6.27-2-generic/modules.seriomap lib/modules/2.6.27-2-generic/modules.alias lib/modules/2.6.27-2-generic/modules.symbols] failed to install/upgrade:

Revision history for this message
Shri (sree151) wrote :
Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Shri,

I glanced through some of the attached log files and saw the following (from VarLogDistupgradeApttermlog.gz) :

Setting up linux-image-2.6.27-2-generic (2.6.27-2.3) ...

Internal Error: Could not find image (/boot/vmlinuz-2.6.27-2-generic)

dpkg: error processing linux-image-2.6.27-2-generic (--configure):

 subprocess post-installation script returned error exit status 2

Just curious what happens if you try to do something like:

sudo apt-get install --reinstall linux-image-2.6.27-2-generic

Changed in linux:
status: New → Incomplete
Revision history for this message
Shri (sree151) wrote :
Download full text (3.3 KiB)

shri@shri-laptop-linux:~$ sudo apt-get install --reinstall linux-image-2.6.27-2-generic
[sudo] password for shri:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libopenbabel2 db4.2-util libdb4.2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
6 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Setting up linux-image-2.6.27-2-generic (2.6.27-2.3) ...
Internal Error: Could not find image (/boot/vmlinuz-2.6.27-2-generic)
dpkg: error processing linux-image-2.6.27-2-generic (--configure):
 subprocess post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-restricted-modules-2.6.27-2-generic:
 linux-restricted-modules-2.6.27-2-generic depends on linux-image-2.6.27-2-generic; however:
  Package linux-image-2.6.27-2-generic is not configured yet.
dpkg: error processing linux-restricted-modules-2.6.27-2-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic:
 linux-image-generic depends on linux-image-2.6.27-2-generic; however:
  Package linux-image-2.6.27-2-generic is not configured yet.
dpkg: error processing linux-image-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-restricted-modules-generic:
 linux-restricted-modules-generic depends on linux-restricted-modules-2.6.27-2-generic; however:
  Package linux-restricted-modules-2.6.27-2-generic is not configured yet.
dpkg: error processing linux-restricted-modules-generic (--configure):
 dNo apport report written because the error message indicates its a followup error from a previous failure.
                            No apport report written because the error message indicates its a followup error from a previous failure.
                                                      No apport report written because MaxReports is reached already
                                    No apport report written because MaxReports is reached already
                  No apport report written because MaxReports is reached already
ependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
 linux-generic depends on linux-image-generic (= 2.6.27.2.2); however:
  Package linux-image-generic is not configured yet.
 linux-generic depends on linux-restricted-modules-generic (= 2.6.27.2.2); however:
  Package linux-restricted-modules-generic is not configured yet.
dpkg: error processing linux-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image:
 linux-image depends on linux-image-generic (= 2.6.27.2.2); however:
  Package linux-image-generic is not configured yet.
dpkg: error processing linux-image (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-2....

Read more...

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Shri,

Sorry for the extremely delayed response. Is this still an issue with the most recent 2.6.27-6 kernel? Thanks.

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New". Thanks again!

Changed in linux:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.