Announcement

Collapse
No announcement yet.

adetp complaining of locked database

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    adetp complaining of locked database

    [img width=400 height=176]http://img151.imageshack.us/img151/3882/adept4vc.png[/img]

    i get this whenever i try to run adept, but i dont have anything running apt-get, i have restarted and i still get the same thing, what can i do?

    #2
    Re: adetp complaining of locked database

    A quick search of the forums brings up this post

    to delete these files (/var/lib/dpkg/lock is the probable culprit here), type this command in a terminal window:

    Code:
    sudo rm /var/lib/dpkg/lock
    and then try opening Adept again. If it doesn't work, then try the other files listed in the post

    Comment


      #3
      Re: adetp complaining of locked database

      i removed the directories, however whenever i restart adept it recreates "/var/lib/dpkg/lock" and then complains of the locked packages, so i removed it once more and tried to install synaptic via
      Code:
      sudo apt-get install synaptic
      and got this from konsole
      Code:
      paridoth@kubuntu-zureal:~$ sudo apt-get install synaptic
      E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
      and i see that it recreated "/var/lib/dpkg/lock"
      so i then ran
      Code:
      dpkg --configure -a
      as it sugested and got the following
      Code:
      paridoth@kubuntu-zureal:~$ sudo dpkg --configure -a
      Setting up libgsf-1-common (1.13.99-0ubuntu2) ...
      Setting up vmware-player-kernel-modules-2.6.15-25 (2.6.15.10-7) ...
      
      Setting up libcroco3 (0.6.1-1build1) ...
      
      Setting up vmware-player-kernel-modules (2.6.15.10-7) ...
      Setting up libgsf-1-113 (1.13.99-0ubuntu2) ...
      
      Setting up librsvg2-2 (2.14.4-0ubuntu1) ...
      which im guesing where unfinished packages?
      i then ran adept which is working now =)

      Comment

      Working...
      X