Results 1 to 2 of 2

Thread: /var/cache/debconf/config.dat is locked by another proces

  1. #1
    Join Date
    Mar 2006
    Beans
    168

    /var/cache/debconf/config.dat is locked by another proces

    I was receiving this error in 10.04, and it was due to a deleted lock file.

    Same as thread:
    http://ubuntuforums.org/archive/index.php/t-25443.html

    /var/cache/debconf/config.dat is locked by another proces
    I fixed it by recreating the dpkg lock file:

    Code:
    sudo touch /var/lib/dpkg/lock
    If its already there:
    Code:
    sudo rm /var/lib/dpkg/lock
    Code:
    sudo touch /var/lib/dpkg/lock
    I had deleted the lock file after a failed apt-get process. I hope this helps others.

    I then cleaned the package manager with:
    Code:
    sudo dpkg --configure -a
    Code:
    sudo apt-get clean
    -Tres
    Last edited by fatbuttlarry; May 28th, 2010 at 02:09 PM.

  2. #2
    Join Date
    May 2012
    Beans
    1

    Re: /var/cache/debconf/config.dat is locked by another proces

    Thanks a lot, works!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •