package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to install/upgrade: cannot copy extracted data for './boot/vmlinuz-3.13.0-37-generic' to '/boot/vmlinuz-3.13.0-37-generic.dpkg-new': unexpected end of file or stream

Bug #1385983 reported by jackb_guppy
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Confirmed
Low
Unassigned

Bug Description

Just had to reboot after system was locked up. Error maybe related to USB2 handling talking to USB3 HUB and devices. That was the only thing that was going on when the machine locked up.

Went away for 1.5 hrs. System was left running, doing a backup and sync of off-line storage. Came back, wiggled mouse, logged in. Found system quiet. Started FreeFileSync backup (I use it alot). It started up and locked - looking for a USB3 device on a USB3 hub, currently connected via USB2. The device appeared to have gone away. Tried to "reset" drive and system locked.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-37-generic 3.13.0-37.64
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
AptOrdering:
 linux-image-3.13.0-37-generic: Install
 linux-image-3.13.0-37-generic: Configure
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC0: jackb 3008 F.... pulseaudio
Date: Sun Oct 26 15:37:19 2014
DuplicateSignature: package:linux-image-3.13.0-37-generic:3.13.0-37.64:cannot copy extracted data for './boot/vmlinuz-3.13.0-37-generic' to '/boot/vmlinuz-3.13.0-37-generic.dpkg-new': unexpected end of file or stream
ErrorMessage: cannot copy extracted data for './boot/vmlinuz-3.13.0-37-generic' to '/boot/vmlinuz-3.13.0-37-generic.dpkg-new': unexpected end of file or stream
HibernationDevice: RESUME=UUID=b2a55b3c-f7ec-48c2-97c0-6e94f6388a8a
InstallationDate: Installed on 2014-10-25 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Dell Inc. OptiPlex 780
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=0c6fd128-ac57-415d-988e-894d11885bab ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
RfKill:

SourcePackage: linux
Title: package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to install/upgrade: cannot copy extracted data for './boot/vmlinuz-3.13.0-37-generic' to '/boot/vmlinuz-3.13.0-37-generic.dpkg-new': unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.name: 0200DY
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: dmi:bvnDellInc.:bvrA15:bd08/06/2013:svnDellInc.:pnOptiPlex780:pvr:rvnDellInc.:rn0200DY:rvrA01:cvnDellInc.:ct3:cvr:
dmi.product.name: OptiPlex 780
dmi.sys.vendor: Dell Inc.

Revision history for this message
jackb_guppy (jackb-guppy) wrote :
tags: removed: need-duplicate-check
Revision history for this message
Brad Figg (brad-figg) wrote : Status changed to Confirmed

This change was made by a bot.

Changed in linux (Ubuntu):
status: New → Confirmed
Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

It appears the .deb file is corrupt.

You may need to run the following:

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

Then re-install the package.

If that does not resolve your issue, please mark the bug as "Confirmed"

Changed in linux (Ubuntu):
importance: Undecided → Low
status: Confirmed → Incomplete
Revision history for this message
jackb_guppy (jackb-guppy) wrote :

run the steps then reinstalled linux image package. System crashed and could not be restarted with current kernel (-37). Rebooted un prior kernel (-32). System still acting up. Started to reload all packages and failed half way throught. Was able to reboot under kenerl (-37)

Failure to boot under (-37) was init sync issue.

Changed in linux (Ubuntu):
status: Incomplete → Confirmed
Revision history for this message
jackb_guppy (jackb-guppy) wrote :

PS: This is the script I am using trying to get all packages to relaod. Would be nice if there was a simple way to reload / upgrade to release again.

====================
#!/bin/bash

for pkg in `dpkg --get-selections | egrep -v deinstall | awk '{print $1}' | egrep -v '(x11-common|libc|libss2|libstdc|libpam|libgcc|liblaunchpad|libtext-wrap|lsb-base|passwd|upstart|dpkg|debconf|perl-base|python|apt|initscripts|sysv|coreutils|bash|mysql|virtuoso|mythtv|anjuta|dash|diff)'` ; do echo "============= $pkg" ; apt-get -y -m --force-yes install --reinstall $pkg ; done

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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