the way i fix it was doing this....

checked what was using it,

root@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@ubuntu:/home/supermorph# kill 13654

it done it,
root@ubuntu:/home/supermorph#

i then proceeded to continue configuring the apps by issuing command, i checked 
again first though, (to be sure)
root@ubuntu:/home/supermorph# fuser -v /var/cache/debconf/config.dat

root@ubuntu:/home/supermorph# (blank, so it has no locked process now)

then,
root@ubuntu:/home/supermorph# dpkg--configure -a


and bingo, works now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/349469

Title:
  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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to