← Back to team overview

kernel-packages team mailing list archive

[Bug 1248053] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1248053

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
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/1248053

Title:
  initrd.img symlink is absolute

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  When the linux-image package is installed, it creates symlinks from
  the root directory:

  # ls -l /
  initrd.img -> /boot/initrd.img-3.11.0-13-generic
  vmlinuz -> boot/vmlinuz-3.11.0-13-generic

  This is needed for booting the currently installed kernel (managed
  from within the distro for security updates etc) in certain
  environments, such as virtual hosts or root-NFS booting.

  The bug is that the initrd.img symlink is absolute, since the
  test_relative() perl function checks for the presence of the
  initrd.img file, which is created after the postinst scripts runs, so
  it assumes a absolute symlink is needed. This isn't the case for the
  vmlinuz file, since it is shipped.

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


References