[Kernel-packages] [Bug 1318951] Re: kernel update to 3.13.0-24.47 fails

2014-05-25 Thread Manfred Hampl
Potential workaround that seems to have worked for an 3.2.0-61.92 to
3.2.0-61.93 upgrade on precide with /boot on a FAT32 partition:

Boot into a previous kernel version, uninstall the -61.92 kernel, and
install -61.93 kernel from scratch.

Boot into the -60 kernel and issue the following commands:
sudo dpkg --purge linux-image-3.2.0-61-generic
sudo apt-get install linux-image-3.2.0-61-generic
sudo apt-get upgrade

see https://answers.launchpad.net/ubuntu/+question/248740

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

Title:
  kernel update to 3.13.0-24.47 fails

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My latest system upgrade failed because it can't upgrade the kernel:

    $sudo env LANGUAGE=en_US apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     linux-signed-image-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic (= 3.13.0-24.47) but 3.13.0-24.46 is installed
    E: Unmet dependencies. Try using -f.

  When trying to install linux-image-3.13.0-24-generic manually it fails
  because it can't create a backup link for the old kernel. This really
  doesn't surprise me, because /boot is on a fat32 filesystem ( EFI
  System Partition ) so it shouldn't be possible to create any links at
  all.

  My fstab entries for boot are as follows:
    UUID=0E1E-3E58/mnt/efi  vfatdefaults 0  2
    /mnt/efi/ubuntu /boot   none  bind0 0

  Here is the output of me trying to install the kernel manually:

    $sudo env LANGUAGE=en_US apt-get install linux-image-3.13.0-24-generic
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer 
required:
  efibootmgr secureboot-db shim
    Use 'apt-get autoremove' to remove them.
    Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
    Recommended packages:
  grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo
    The following packages will be upgraded:
  linux-image-3.13.0-24-generic
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    114 not fully installed or removed.
    Need to get 0 B/15,0 MB of archives.
    After this operation, 1.024 B disk space will be freed.
    (Reading database ... 205799 files and directories currently installed.)
    Preparing to unpack 
.../linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb ...
    Done.
    Unpacking linux-image-3.13.0-24-generic (3.13.0-24.47) over (3.13.0-24.46) 
...
    dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb 
(--unpack):
    unable to make backup link of `./boot/vmlinuz-3.13.0-24-generic' before 
installing new version: Operation not permitted
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Examining /etc/kernel/postrm.d .
    run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    Errors were encountered while processing:
     
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb
    E  : Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1318951] Re: kernel update to 3.13.0-24.47 fails

2014-05-23 Thread Alfredo Todini
I am also experiencing this bug. But I am using Ubuntu 12.04 LTS. I also have 
/boot on a FAT32 partition.
This is the output:

alfredo@alfredo-CQ2903EG:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  linux-image-3.2.0-61-generic
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
12 not fully installed or removed.
Need to get 0 B/38.7 MB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 541444 files and directories currently installed.)
Preparing to replace linux-image-3.2.0-61-generic 3.2.0-61.92 (using 
.../linux-image-3.2.0-61-generic_3.2.0-61.93_amd64.deb) ...
Done.
Unpacking replacement linux-image-3.2.0-61-generic ...
dpkg: error processing 
/var/cache/apt/archives/linux-image-3.2.0-61-generic_3.2.0-61.93_amd64.deb 
(--unpack):
 unable to make backup link of `./boot/System.map-3.2.0-61-generic' before 
installing new version: Operation not permitted
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-61-generic 
/boot/vmlinuz-3.2.0-61-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-61-generic 
/boot/vmlinuz-3.2.0-61-generic
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.2.0-61-generic_3.2.0-61.93_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  kernel update to 3.13.0-24.47 fails

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My latest system upgrade failed because it can't upgrade the kernel:

    $sudo env LANGUAGE=en_US apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     linux-signed-image-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic (= 3.13.0-24.47) but 3.13.0-24.46 is installed
    E: Unmet dependencies. Try using -f.

  When trying to install linux-image-3.13.0-24-generic manually it fails
  because it can't create a backup link for the old kernel. This really
  doesn't surprise me, because /boot is on a fat32 filesystem ( EFI
  System Partition ) so it shouldn't be possible to create any links at
  all.

  My fstab entries for boot are as follows:
    UUID=0E1E-3E58/mnt/efi  vfatdefaults 0  2
    /mnt/efi/ubuntu /boot   none  bind0 0

  Here is the output of me trying to install the kernel manually:

    $sudo env LANGUAGE=en_US apt-get install linux-image-3.13.0-24-generic
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer 
required:
  efibootmgr secureboot-db shim
    Use 'apt-get autoremove' to remove them.
    Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
    Recommended packages:
  grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo
    The following packages will be upgraded:
  linux-image-3.13.0-24-generic
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    114 not fully installed or removed.
    Need to get 0 B/15,0 MB of archives.
    After this operation, 1.024 B disk space will be freed.
    (Reading database ... 205799 files and directories currently installed.)
    Preparing to unpack 
.../linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb ...
    Done.
    Unpacking linux-image-3.13.0-24-generic (3.13.0-24.47) over (3.13.0-24.46) 
...
    dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb 
(--unpack):
    unable to make backup link of `./boot/vmlinuz-3.13.0-24-generic' before 
installing new version: Operation not permitted
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Examining /etc/kernel/postrm.d .
    run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    Errors were encountered while processing:
     
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb
    E  : Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : 

[Kernel-packages] [Bug 1318951] Re: kernel update to 3.13.0-24.47 fails

2014-05-15 Thread Max Bruckner
I was able to make the package Install by removing the following files:

* /boot/config-3.13.0-24-generic
* /boot/System.map-3.13.0-24-generic
* /boot/vmlinuz-3.13.0-24-generic
* /boot/abi-3.13.0-24-generic

And then apt-get upgrade -f

This way the package doesn't try to backup the files and the
installation works fine. But this is only a workaround, not a fix.
However I can't provide any further information about this bug because
after having installed the new kernel, the initramfs doesn't seem to
setup my encrypted root filesystem anymore and the boot fails, so I
decided to give up and install Ubuntu again from scratch ( or not at all
as I was just testing it out. A selfdestroying LTS release isn't exactly
something that I need ).

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

Title:
  kernel update to 3.13.0-24.47 fails

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My latest system upgrade failed because it can't upgrade the kernel:

    $sudo env LANGUAGE=en_US apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     linux-signed-image-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic (= 3.13.0-24.47) but 3.13.0-24.46 is installed
    E: Unmet dependencies. Try using -f.

  When trying to install linux-image-3.13.0-24-generic manually it fails
  because it can't create a backup link for the old kernel. This really
  doesn't surprise me, because /boot is on a fat32 filesystem ( EFI
  System Partition ) so it shouldn't be possible to create any links at
  all.

  My fstab entries for boot are as follows:
    UUID=0E1E-3E58/mnt/efi  vfatdefaults 0  2
    /mnt/efi/ubuntu /boot   none  bind0 0

  Here is the output of me trying to install the kernel manually:

    $sudo env LANGUAGE=en_US apt-get install linux-image-3.13.0-24-generic
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer 
required:
  efibootmgr secureboot-db shim
    Use 'apt-get autoremove' to remove them.
    Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
    Recommended packages:
  grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo
    The following packages will be upgraded:
  linux-image-3.13.0-24-generic
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    114 not fully installed or removed.
    Need to get 0 B/15,0 MB of archives.
    After this operation, 1.024 B disk space will be freed.
    (Reading database ... 205799 files and directories currently installed.)
    Preparing to unpack 
.../linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb ...
    Done.
    Unpacking linux-image-3.13.0-24-generic (3.13.0-24.47) over (3.13.0-24.46) 
...
    dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb 
(--unpack):
    unable to make backup link of `./boot/vmlinuz-3.13.0-24-generic' before 
installing new version: Operation not permitted
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Examining /etc/kernel/postrm.d .
    run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    Errors were encountered while processing:
     
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb
    E  : Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1318951] Re: kernel update to 3.13.0-24.47 fails

2014-05-13 Thread Max Bruckner
I am not able to run apport-collect because I can't install python-
apport:

$sudo env LANGUAGE=en_US apt-get install python-apport
Reading package lists... Done
Building dependency tree   
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-signed-image-3.13.0-24-generic : Depends: linux-image-3.13.0-24-generic 
(= 3.13.0-24.47) but 3.13.0-24.46 is to be installed
 python-apport : Depends: python-problem-report (= 0.94) but it is not going 
to be installed
 Depends: python-launchpadlib (= 1.5.7) but it is not going to 
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).


** 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/1318951

Title:
  kernel update to 3.13.0-24.47 fails

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My latest system upgrade failed because it can't upgrade the kernel:

    $sudo env LANGUAGE=en_US apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     linux-signed-image-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic (= 3.13.0-24.47) but 3.13.0-24.46 is installed
    E: Unmet dependencies. Try using -f.

  When trying to install linux-image-3.13.0-24-generic manually it fails
  because it can't create a backup link for the old kernel. This really
  doesn't surprise me, because /boot is on a fat32 filesystem ( EFI
  System Partition ) so it shouldn't be possible to create any links at
  all.

  My fstab entries for boot are as follows:
    UUID=0E1E-3E58/mnt/efi  vfatdefaults 0  2
    /mnt/efi/ubuntu /boot   none  bind0 0

  Here is the output of me trying to install the kernel manually:

    $sudo env LANGUAGE=en_US apt-get install linux-image-3.13.0-24-generic
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer 
required:
  efibootmgr secureboot-db shim
    Use 'apt-get autoremove' to remove them.
    Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
    Recommended packages:
  grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo
    The following packages will be upgraded:
  linux-image-3.13.0-24-generic
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    114 not fully installed or removed.
    Need to get 0 B/15,0 MB of archives.
    After this operation, 1.024 B disk space will be freed.
    (Reading database ... 205799 files and directories currently installed.)
    Preparing to unpack 
.../linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb ...
    Done.
    Unpacking linux-image-3.13.0-24-generic (3.13.0-24.47) over (3.13.0-24.46) 
...
    dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb 
(--unpack):
    unable to make backup link of `./boot/vmlinuz-3.13.0-24-generic' before 
installing new version: Operation not permitted
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Examining /etc/kernel/postrm.d .
    run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    Errors were encountered while processing:
     
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb
    E  : Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1318951] Re: kernel update to 3.13.0-24.47 fails

2014-05-13 Thread Joseph Salisbury
Can you try the following:

sudo apt-get install -f
sudo apt-get clean
sudo apt-get update

Then re-install the package.

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Tags added: bot-stop-nagging kernel-da-key

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

Title:
  kernel update to 3.13.0-24.47 fails

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My latest system upgrade failed because it can't upgrade the kernel:

    $sudo env LANGUAGE=en_US apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     linux-signed-image-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic (= 3.13.0-24.47) but 3.13.0-24.46 is installed
    E: Unmet dependencies. Try using -f.

  When trying to install linux-image-3.13.0-24-generic manually it fails
  because it can't create a backup link for the old kernel. This really
  doesn't surprise me, because /boot is on a fat32 filesystem ( EFI
  System Partition ) so it shouldn't be possible to create any links at
  all.

  My fstab entries for boot are as follows:
    UUID=0E1E-3E58/mnt/efi  vfatdefaults 0  2
    /mnt/efi/ubuntu /boot   none  bind0 0

  Here is the output of me trying to install the kernel manually:

    $sudo env LANGUAGE=en_US apt-get install linux-image-3.13.0-24-generic
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer 
required:
  efibootmgr secureboot-db shim
    Use 'apt-get autoremove' to remove them.
    Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
    Recommended packages:
  grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo
    The following packages will be upgraded:
  linux-image-3.13.0-24-generic
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    114 not fully installed or removed.
    Need to get 0 B/15,0 MB of archives.
    After this operation, 1.024 B disk space will be freed.
    (Reading database ... 205799 files and directories currently installed.)
    Preparing to unpack 
.../linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb ...
    Done.
    Unpacking linux-image-3.13.0-24-generic (3.13.0-24.47) over (3.13.0-24.46) 
...
    dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb 
(--unpack):
    unable to make backup link of `./boot/vmlinuz-3.13.0-24-generic' before 
installing new version: Operation not permitted
    dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
    Examining /etc/kernel/postrm.d .
    run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
    Errors were encountered while processing:
     
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb
    E  : Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1318951] Re: kernel update to 3.13.0-24.47 fails

2014-05-13 Thread Max Bruckner
I did so, now inside a chroot because the network drivers don't work
anymore. apt-get update works as expected, the output of the other
commands below:

# env LANGUAGE=en_US apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  efibootmgr secureboot-db shim
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  linux-image-3.13.0-24-generic
Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
Recommended packages:
  grub-pc grub-efi-amd64 grub-efi-ia32 grub lilo
The following packages will be upgraded:
  linux-image-3.13.0-24-generic
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
118 not fully installed or removed.
Need to get 0 B/15,0 MB of archives.
After this operation, 1.024 B disk space will be freed.
Do you want to continue? [J/n] 
(Reading database ... 205799 files and directories currently installed.)
Preparing to unpack .../linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb ...
Done.
Unpacking linux-image-3.13.0-24-generic (3.13.0-24.47) over (3.13.0-24.46) ...
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb 
(--unpack):
 unable to make backup link of `./boot/vmlinuz-3.13.0-24-generic' before 
installing new version: Operation not permitted
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


# env LANGUAGE=en_US apt-get clean
#

# env LANGUAGE=en_US apt-get -f upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  efibootmgr secureboot-db shim
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  linux-image-3.13.0-24-generic
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
118 not fully installed or removed.
Need to get 15,0 MB of archives.
After this operation, 1.024 B disk space will be freed.
Do you want to continue? [J/n] 
Get:1 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-image-3.13.0-24-generic amd64 3.13.0-24.47 [15,0 MB]
Fetched 15,0 MB in 22s (665 kB/s)   


(Reading database ... 205799 files and directories currently installed.)
Preparing to unpack .../linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb ...
Done.
Unpacking linux-image-3.13.0-24-generic (3.13.0-24.47) over (3.13.0-24.46) ...
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb 
(--unpack):
 unable to make backup link of `./boot/vmlinuz-3.13.0-24-generic' before 
installing new version: Operation not permitted
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-24-generic 
/boot/vmlinuz-3.13.0-24-generic
Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.13.0-24-generic_3.13.0-24.47_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  kernel update to 3.13.0-24.47 fails

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  My latest system upgrade failed because it can't upgrade the kernel:

    $sudo env LANGUAGE=en_US apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
    The following packages have unmet dependencies:
     linux-signed-image-3.13.0-24-generic : Depends: 
linux-image-3.13.0-24-generic (= 3.13.0-24.47) but 3.13.0-24.46 is installed
    E: Unmet dependencies. Try using -f.

  When trying to install linux-image-3.13.0-24-generic manually it fails
  because it can't create a backup link for the old kernel. This really
  doesn't surprise me, because /boot is on a fat32 filesystem ( EFI
  System Partition )