Announcement

Collapse
No announcement yet.

adept manager problem

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

    adept manager problem

    whenever I try to run the adept package manager it gives me an error message that says "Another process is using the packaging system database (probably some other Adept application or apt-get or aptitude). Please close the other application before using this one"
    I have not started any other package managers and I even tried
    Code:
    sudo rm /var/lib/dpkg/lock
    how do I find what other program is running and shut it down?

    #2
    Re: adept manager problem

    1.did you try rebooting the system?

    2. sudo apt-get -f install
    Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

    Comment


      #3
      Re: adept manager problem

      Originally posted by Gediminas2
      1.did you try rebooting the system?

      2. sudo apt-get -f install
      1. I have rebooted and even from a fresh reboot with nothing else running it gives me the same error message
      2. when I ran this command I got this error
      Code:
      invoke-rc.d: initscript vmware-player, action "start" failed.
      dpkg: error processing vmware-player (--configure):
       subprocess post-installation script returned error exit status 1
      Errors were encountered while processing:
       vmware-player
      E: Sub-process /usr/bin/dpkg returned an error code (1)

      Comment


        #4
        Re: adept manager problem

        Did you try

        Code:
        sudo dpkg configure -a
        ?

        Comment


          #5
          Re: adept manager problem

          Originally posted by cosmo18
          invoke-rc.d: initscript vmware-player, action "start" failed
          An(other) "old story": http://kubuntuforums.net/forums/inde...49797#msg49797

          Comment


            #6
            Re: adept manager problem

            Originally posted by dibl
            Did you try

            Code:
            sudo dpkg configure -a
            ?
            yes when I run that I get this error
            Code:
            Starting VMware services:
              Virtual machine monitor                      failed
              Virtual ethernet                          failed
            Module vmnet is not loaded. Please verify that it is loaded before
            running this script.
            
            invoke-rc.d: initscript vmware-player, action "start" failed.
            dpkg: error processing vmware-player (--configure):
             subprocess post-installation script returned error exit status 1
            Errors were encountered while processing:

            Comment


              #7
              Re: adept manager problem

              I ran
              Code:
              sudo apt-get clean && sudo apt-get update
              and that seems to have fixed it, thanks for the help

              Comment

              Working...
              X