[Bug 349469] Re: debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
sm
349469 at bugs.launchpad.net
Sun Dec 16 20:04:32 UTC 2012
the way i fix it was doing this....
checked what was using it,
root at ubuntu:/home/supermorph# fuser -v /var/cache/debconf/config.dat
USER PID ACCESS COMMAND /var/cache/debconf/config.dat:
root 13654 F.... debconf-communi
i then issue a kill command to the pid 13654 (it might be different for you, do not copy n paste just incase something happens)
root at ubuntu:/home/supermorph# kill 13654
it done it,
root at ubuntu:/home/supermorph#
i then proceeded to continue configuring the apps by issuing command, i checked again first though, (to be sure)
root at ubuntu:/home/supermorph# fuser -v /var/cache/debconf/config.dat
root at ubuntu:/home/supermorph# (blank, so it has no locked process now)
then,
root at ubuntu:/home/supermorph# dpkg--configure -a
and bingo, works now.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to aptdaemon in Ubuntu.
https://bugs.launchpad.net/bugs/349469
Title:
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by
another process: Resource temporarily unavailable
Status in Debconf:
New
Status in “aptdaemon” package in Ubuntu:
Confirmed
Status in “debconf” package in Ubuntu:
Triaged
Bug description:
Upgrading packages that use debconf sometimes fail with the following
error:
debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by
another process: Resource temporarily unavailable
To manage notifications about this bug go to:
https://bugs.launchpad.net/debconf/+bug/349469/+subscriptions
More information about the foundations-bugs
mailing list