difficult to recover a system when a conffile of a M-A: same package has a corrupted checksum
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dpkg (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
On a Ubuntu 12.04 x86_64 I try to install ia32-libs:
root# apt-get install ia32-libs
(...)
Errors were encountered while processing:
/var/cache/
E: Sub-process /usr/bin/dpkg returned an error code (1)
root# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
ia32-libs is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libcurl3:i386 : Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libldap-
The following NEW packages will be installed:
libldap-
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
297 not fully installed or removed.
Need to get 0 B/186 kB of archives.
After this operation, 515 kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 25353 files and directories currently installed.)
Unpacking libldap-2.4-2:i386 (from .../libldap-
dpkg: error processing /var/cache/
conffile './etc/
No apport report written because MaxReports is reached already
Errors were encountered while processing:
/var/cache/
E: Sub-process /usr/bin/dpkg returned an error code (1)
root# lsb_release -rd
Description: Ubuntu 12.04 LTS
Release: 12.04
root@# uname -a
Linux eduroam1 3.2.0-24-virtual #37-Ubuntu SMP Wed Apr 25 10:17:19 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
I can't reproduce this problem here.
Please show the output of the following command on your system:
dpkg-query -f='${PackageSp ec}\t${ Version} \n${Conffiles} \n' -W 'libldap-2.4-2:*'