View Issue Details

IDProjectCategoryView StatusLast Update
0004421Kali LinuxGeneral Bugpublic2017-12-11 14:25
ReporterLeeRock Assigned Torhertzog  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version2017.3 
Summary0004421: Problems updating new 2017.3
Description

Brand new VM download.

root@kali:~# uname -a
Linux kali 4.13.0-kali1-amd64 0000001 SMP Debian 4.13.10-1kali2 (2017-11-08) x86_64 GNU/Linux
root@kali:~# apt-get update
Hit:1 http://archive-8.kali.org/kali kali-rolling InRelease
Reading package lists... Done
root@kali:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
wireshark-common : Depends: libwireshark10 (>= 2.4.3-1) but 2.4.2-1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:~# apt --fix-broken install
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:
dissy libboost-atomic1.62.0 libboost-chrono1.62.0 libboost-program-options1.62.0 libboost-serialization1.62.0 libboost-test1.62.0
libboost-timer1.62.0 libcgal12 libevent-2.0-5 libhttp-parser2.1 libqcustomplot1.3 libsfcgal1 python-rsvg
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
libwireshark10
Suggested packages:
wireshark-doc
The following packages will be upgraded:
libwireshark10
1 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
371 not fully installed or removed.
Need to get 0 B/13.5 MB of archives.
After this operation, 25.6 kB of additional disk space will be used.
Do you want to continue? [Y/n]
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg-deb (subprocess): cannot copy archive member from '/var/cache/apt/archives/libwireshark10_2.4.3-1_amd64.deb' to decompressor pipe: failed to write (Broken pipe)
Reading changelogs... Done
(Reading database ... 319705 files and directories currently installed.)
Preparing to unpack .../libwireshark10_2.4.3-1_amd64.deb ...
Unpacking libwireshark10:amd64 (2.4.3-1) over (2.4.2-1) ...
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/libwireshark10_2.4.3-1_amd64.deb (--unpack):
cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libwireshark.so.10.0.3' to '/usr/lib/x86_64-linux-gnu/libwireshark.so.10.0.3.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
/var/cache/apt/archives/libwireshark10_2.4.3-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Steps To Reproduce

apt-get update
apt-get upgrade

Additional Information

Tried this as well.

root@kali:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
wireshark-common : Depends: libwireshark10 (>= 2.4.3-1) but 2.4.2-1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:~# apt-get install libwireshark10
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
dissy libboost-atomic1.62.0 libboost-chrono1.62.0 libboost-program-options1.62.0 libboost-serialization1.62.0 libboost-test1.62.0
libboost-timer1.62.0 libcgal12 libevent-2.0-5 libhttp-parser2.1 libqcustomplot1.3 libsfcgal1 python-rsvg
Use 'apt autoremove' to remove them.
Suggested packages:
wireshark-doc
The following packages will be upgraded:
libwireshark10
1 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
371 not fully installed or removed.
Need to get 0 B/13.5 MB of archives.
After this operation, 25.6 kB of additional disk space will be used.
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg-deb (subprocess): cannot copy archive member from '/var/cache/apt/archives/libwireshark10_2.4.3-1_amd64.deb' to decompressor pipe: failed to write (Broken pipe)
Reading changelogs... Done
(Reading database ... 319705 files and directories currently installed.)
Preparing to unpack .../libwireshark10_2.4.3-1_amd64.deb ...
Unpacking libwireshark10:amd64 (2.4.3-1) over (2.4.2-1) ...
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/libwireshark10_2.4.3-1_amd64.deb (--unpack):
cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libwireshark.so.10.0.3' to '/usr/lib/x86_64-linux-gnu/libwireshark.so.10.0.3.dpkg-new': unexpected end of file or stream
Errors were encountered while processing:
/var/cache/apt/archives/libwireshark10_2.4.3-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Activities

rhertzog

rhertzog

2017-12-11 14:25

administrator   ~0007684

Looks like a file corruption problem on your side. Try "apt-get clean" to remove the problematic file and try again. You might want to double check your disk and its filesystem, and the system memory too. It's possibly a hardware problem underneath.

Issue History

Date Modified Username Field Change
2017-12-10 22:23 LeeRock New Issue
2017-12-11 14:25 rhertzog Assigned To => rhertzog
2017-12-11 14:25 rhertzog Status new => closed
2017-12-11 14:25 rhertzog Resolution open => no change required
2017-12-11 14:25 rhertzog Note Added: 0007684