Comment 7 for bug 965028

Revision history for this message
Joan Miquel Torres Rigo (joanmiquel) wrote :

I had the same problem and I could fix it by manually installing libssl1.0.0 from:

http://packages.ubuntu.com/lucid/libssl-dev

I needed to kill a process which were locking /var/cache/debconf/config.dat before (I don't know if only killing this process could be solved the problem).

-8<--------------------------------
joanmi@alpha:~$ sudo dpkg -i /home/joanmi/Baixades/libssl1.0.0_1.0.1-4ubuntu3_i386.deb
dpkg: avís: s'està desactualitzant libssl1.0.0 de 1.0.1-4ubuntu5 a 1.0.1-4ubuntu3.
(S'està llegint la base de dades… hi ha 347123 fitxers i directoris instaŀlats actualment.)
S'està preparant per a reemplaçar libssl1.0.0 1.0.1-4ubuntu5 (fent servir …/libssl1.0.0_1.0.1-4ubuntu3_i386.deb)
S'està desempaquetant el reemplaçament de libssl1.0.0…
S'està configurant libssl1.0.0 (1.0.1-4ubuntu3)…
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: El recurs no es troba disponible temporalment
dpkg: s'ha produït un error en processar libssl1.0.0 (--install):
 el subprocés s'ha instaŀlat el script post-installation retornà el codi d'eixida d'error 1
S'han trobat errors en processar:
 libssl1.0.0
joanmi@alpha:~$ sudo su
root@alpha:/home/joanmi# fuser /var/cache/debconf/config.dat
/var/cache/debconf/config.dat: 11806
root@alpha:/home/joanmi# ps 11806
  PID TTY STAT TIME COMMAND
11806 ? Sl 0:00 /usr/bin/perl -w /usr/share/debconf/frontend /usr/bin/ucf /usr/share/php5/php.ini-production /etc/p
root@alpha:/home/joanmi# kill 11806
root@alpha:/home/joanmi# dpkg -i /home/joanmi/Baixades/libssl1.0.0_1.0.1-4ubuntu3_i386.deb
-8<--------------------------------

After that, I finally could execute 'apt-get dist-upgrade' and it exits normally.