Announcement

Collapse
No announcement yet.

Adept-crash [Solved]

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

    Adept-crash [Solved]

    After a failed install, Adept wont start.

    From the start:
    I tried to install LimeWire, it required additional 2 packages to be installed first, two sun-java6 packages.

    Both package installs ended in error, causing the LimeWire install to abort.
    So I downloaded LimeWire again to see what the package names was, and install them trough Adept Manager instead.

    I found the packages, and started the installation, but forgot to close the limewire installation window first. The Adept install stopped somehow, cant remember exactly what happened actually, but I closed both windows, and when I now start Adept Manager, it says :

    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.


    The crash handler popped up somehow, and the only thing that seemed interresting was these lines:

    [KCrash handler]
    #6 0xb7f7f410 in __kernel_vsyscall ()
    #7 0xb665a085 in raise () from /lib/tls/i686/cmov/libc.so.6
    #8 0xb665ba01 in abort () from /lib/tls/i686/cmov/libc.so.6
    #9 0xb686a480 in __gnu_cxx::__verbose_terminate_handler ()
    from /usr/lib/libstdc++.so.6
    #10 0xb6867d05 in ?? () from /usr/lib/libstdc++.so.6
    #11 0xb6867d42 in std::terminate () from /usr/lib/libstdc++.so.6
    #12 0xb6867e6a in __cxa_throw () from /usr/lib/libstdc++.so.6
    #13 0x080fe3c6 in ?? ()
    #14 0x080fe7ca in ?? ()
    #15 0x080ff035 in ?? ()
    #16 0x080ff115 in ?? ()
    #17 0x080fcb0d in ?? ()
    #18 0x0813870e in ?? ()
    #19 0x080974b0 in ?? ()
    #20 0x080758dd in ?? ()
    #21 0x080764ff in ?? ()
    #22 0xb6ec0704 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
    #23 0xb724faba in QSignal::signal () from /usr/lib/libqt-mt.so.3
    #24 0xb6edf7b2 in QSignal::activate () from /usr/lib/libqt-mt.so.3
    #25 0xb6ee7936 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
    #26 0xb6e54c36 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
    #27 0xb6e56a5f in QApplication::notify () from /usr/lib/libqt-mt.so.3
    #28 0xb75fd672 in KApplication::notify () from /usr/lib/libkdecore.so.4
    #29 0xb6de528d in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
    #30 0xb6e47b19 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
    #31 0xb6dfa64b in QEventLoop:rocessEvents () from /usr/lib/libqt-mt.so.3
    #32 0xb6e6ff90 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
    #33 0xb6e6fc8e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
    #34 0xb6e567df in QApplication::exec () from /usr/lib/libqt-mt.so.3
    #35 0x080717b3 in ?? ()
    #36 0xb6645450 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
    #37 0x08071401 in ?? ()


    What to do?

    #2
    Re: Adept-crash

    To fix Adept errors:

    Open a console and type:
    Code:
    sudo dpkg --configure -a
    should fix it, else continue with
    Code:
    sudo apt-get clean
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install
    For Gutsy Installations:

    Open Adept Manager (K Menu | System | Adept Manger) and click on Adept | Manage Repositories. On the first tab, check all items (you don't need the last item checked unless you intend to download source files for compiling). On the Third-Party Software tab uncheck/delete the cdrom repository entry. Close the window. If Adept doesn't automatically fetch updates, click on Fetch Updates. You will now have access to the thousands of available packages. If you still have problems, open a console and type:
    Code:
    sudo dpkg --configure -a
    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-crash

      Thanks alot for a very quick answer! It helped alot.

      When we're on it, I still got an error while trying to install sun-java6-bin

      There was an error commiting changes. Possibly there was a problem downloading some packages or the commit would break packages.

      This message has popped up several times before. Is it an error? Something I should worry about?

      Comment


        #4
        Re: Adept-crash

        You're being told, that if the installation proceded, it would cause a breakage in one or more other packages already installed on your system. Are you sure that the version of java you are attempting to install (sun-java6-bin) is actually the compatible version you need?
        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


          #5
          Re: Adept-crash

          All I know is that it is needed for LimeWire to work.

          Comment


            #6
            Re: Adept-crash

            Part of the problem is with the sun-java6-bin package. It requires an acknowledgment to the license. If you were trying to install limewire using Adept Manager, this window would have popped up behind Adept and you wouldn't have seen it. Try installing sun-java6-bin from the comand line. Open a console and type:
            Code:
            sudo apt-get install sun-java6-bin
            Assuming this does work, you will be presented with the license agreement window (see http://kubuntuforums.net/forums/inde...6594#msg126594). Ensure that the window is active by clicking on the title bar. Then press the Tab key to highlight the <Ok> and then press Enter to continue.
            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


              #7
              Re: Adept-crash

              Thanks alot, it's all good.

              Is this License Agreement trough Konsole a commn problem within other packages as well?

              Comment


                #8
                Re: Adept-crash

                Originally posted by GoofyGutt
                Is this License Agreement trough Konsole a commn problem within other packages as well?
                Software that has a license agreement requiring user acknowledgment would (most likely) present this same problem. Many who know about this, and still opt to install via Adept Manager, minimize it's window after clicking on Apply Changes so that any such 'background' windows can be seen and responded to.

                Welcome to the Kubuntu Forums.
                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

                Working...
                X