Estoy tratando de instalar el flashybrid
pero cuando ingreso el apt-get install flashybrid
comando, aparece este error:
root@user-desktop:/home/user# apt-get install flashybrid
Reading package lists... Done
Building dependency tree
Reading state information... Done
flashybrid is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
Setting up flashybrid (0.15+nmu2) ...
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
dpkg: error processing flashybrid (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
flashybrid
E: Sub-process /usr/bin/dpkg returned an error code (1)
También probé este para encontrar lo que ya está usando ese archivo:
root@user-desktop:/home/user# lsof | grep /var/cache/debconf/config.dat
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/user/.gvfs
Output information may be incomplete.
dpkg-prec 4672 root 4rW REG 8,6 39658 1697827 /var/cache/debconf/config.dat
Pero no sé cómo solucionar esto.
sudo \rm -v /var/cache/debconf/*.dat
Una solución a este problema de bloqueo se detalla en la wiki :
Le mostrará qué proceso mantiene el bloqueo:
Entonces simplemente necesita anotar el PID y matarlo así:
fuente
-k
que mata el proceso encontrado que usa el archivo:sudo fuser -v -k /var/cache/debconf/config.dat
matará el proceso de inmediato/var/cache/debconf
congksu nautilus
fuente
Mostrará el proceso y le preguntará si desea finalizarlo.
fuente
Todavía hay un proceso ejecutándose bloqueando debconf. Deberías esperar hasta que termine . O averigüe cómo se atascó, ya que en algunos casos se intentará hacerle una pregunta, pero dado que no tiene un alcance para verla. Si espera en algún momento y las cosas no cambian, es posible que deba reiniciar el sistema o finalizar el proceso.
o
Esto le asegurará que su base de datos no se dañará y evitará más problemas.
fuente