Announcement

Collapse
No announcement yet.

[SOLVED]Adept not working

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

    [SOLVED]Adept not working

    When i open adept i get this error
    Another process is using the packaging system database (probably some other Adept application or apt-get or aptitude).
    Would you like to attempt to resolve this problem? No will enter read-only mode and Cancel to quit and resolve this issue yourself.


    However i did not open add or remove programs and even i am not performing apt-get at terminal. What may be the problem

    #2
    Re: Adept not working

    Possible that Adept Notifier is running in the background??
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Adept not working

      This happened after i downloaded jdk.

      when i run
      sudo dpkg --configure -a
      i get this

      Code:
      srikar@opensource:~$ sudo dpkg --configure -a
      Setting up sun-java6-doc (6-03-0ubuntu2) ...
      This package is an installer package, it does not actually contain the
      JDK documentation. You will need to go download one of the
      archives:
      
        jdk-6-doc.zip jdk-6-doc-ja.zip
      
      (choose the non-update version if this is the first installation).
      Please visit
      
        [url]http://java.sun.com/javase/downloads/[/url]
      
      now and download. The file should be owned by root.root and be copied
      to /tmp.
      
      [Press RETURN to try again, 'no' + RETURN to abort]
      Now my adept and apt-get arent working : ( . How to fix this problem??

      Comment


        #4
        Re: Adept not working

        I think adept notifier isnt running.

        these are the processes running

        Code:
        4919 root   15  0 270m 54m 17m S  1 7.2  1:19.45 Xorg
         6590 srikar  15  0 161m 18m 12m R  1 2.4  0:01.19 konsole
         6607 srikar  15  0 18948 1316 972 R  0 0.2  0:00.33 top
          1 root   15  0 5112 1964 572 S  0 0.3  0:00.90 init
          2 root   11 -5   0  0  0 S  0 0.0  0:00.00 kthreadd
          3 root   RT -5   0  0  0 S  0 0.0  0:00.00 migration/0
          4 root   34 19   0  0  0 S  0 0.0  0:00.00 ksoftirqd/0
          5 root   RT -5   0  0  0 S  0 0.0  0:00.00 watchdog/0
          6 root   RT -5   0  0  0 S  0 0.0  0:00.00 migration/1
          7 root   34 19   0  0  0 S  0 0.0  0:00.00 ksoftirqd/1
          8 root   RT -5   0  0  0 S  0 0.0  0:00.00 watchdog/1
          9 root   10 -5   0  0  0 S  0 0.0  0:00.04 events/0
          10 root   10 -5   0  0  0 S  0 0.0  0:00.00 events/1
          11 root   11 -5   0  0  0 S  0 0.0  0:00.01 khelper
          30 root   10 -5   0  0  0 S  0 0.0  0:00.00 kblockd/0
          31 root   10 -5   0  0  0 S  0 0.0  0:00.00 kblockd/1
          32 root   20 -5   0  0  0 S  0 0.0  0:00.00 kacpid

        Comment


          #5
          Re: Adept not working

          As u can c in the previous post , the notification it gave me when i ran dpkg --configure -a

          This package is an installer package, it does not actually contain the
          JDK documentation. You will need to go download one of the
          archives:

          jdk-6-doc.zip jdk-6-doc-ja.zip

          (choose the non-update version if this is the first installation).
          Please visit

          http://java.sun.com/javase/downloads/

          now and download. The file should be owned by root.root and be copied
          to /tmp.
          So what i did was:-
          I downloaded JDK documentation from its site and i placed it in /tmp folder. Then i ran dpkg --configure -a.It automatically installed jdk doc from there.Now adept is working

          Comment

          Working...
          X