debconf: „config” DbDriver: /var/cache/debconf/config.dat jest zablokowany przez inny proces


9

Uruchomiłem apt-get upgrade na moim systemie debian / testing i teraz otrzymuję powyższy błąd. Jak mogę to naprawić? transkrypcja powłoki wygląda następująco:

136 upgraded, 0 newly installed, 0 to remove and 40 not upgraded.
1 not fully installed or removed.
Need to get 182kB/143MB of archives.
After this operation, 3671kB disk space will be freed.
Do you want to continue [Y/n]? 
Get:1 http://ftp.us.debian.org testing/main libtiff4 3.9.4-3 [182kB]
Fetched 182kB in 0s (318kB/s) 
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another p
rocess: Resource temporarily unavailable
Setting up sysv-rc (2.88dsf-12) ...
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another p
rocess: Resource temporarily unavailable
dpkg: error processing sysv-rc (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 sysv-rc
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB

Total disk space freed by localepurge: 0 KiB

E: Sub-process /usr/bin/dpkg returned an error code (1)

Odpowiedzi:


10

Możesz sprawdzić, jaki proces blokuje plik za pomocą:

fuser -v /var/cache/debconf/config.dat

W zależności od programu możesz spróbować zakończyć go za pomocą czegoś takiego kill -15.

W Debianie można znaleźć fuserw pakiecie psmisc. Zainstaluj ten pakiet, jeśli pojawi się błąd „utrwalacz: nie znaleziono polecenia”.


2
działa idealnie, chociaż musiałem z tym korzystaćsudo
TheVillageIdiot
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.