Announcement

Collapse
No announcement yet.

Can't start Adept...

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

    Can't start Adept...

    Hi,

    I broke something. Apparently it didn't like a package I tried to install and now I can't even start Adept. I get this error:

    Another process is using the packaging system database blah blah...
    Would you like to attempt to resolve this problem?
    Clicking yes gives me the KDE Crash Handler. Backtrace produces this:

    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    [Thread debugging using libthread_db enabled]
    [New Thread 0xb661a6c0 (LWP 6185)]
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    [KCrash handler]
    #6 0xb7fb4410 in __kernel_vsyscall ()
    #7 0xb6692085 in raise () from /lib/tls/i686/cmov/libc.so.6
    #8 0xb6693a01 in abort () from /lib/tls/i686/cmov/libc.so.6
    #9 0xb68a2480 in __gnu_cxx::__verbose_terminate_handler ()
    from /usr/lib/libstdc++.so.6
    #10 0xb689fd05 in ?? () from /usr/lib/libstdc++.so.6
    #11 0xb689fd42 in std::terminate () from /usr/lib/libstdc++.so.6
    #12 0xb689fe6a 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 0xb6ef5704 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
    #23 0xb7284aba in QSignal::signal () from /usr/lib/libqt-mt.so.3
    #24 0xb6f147b2 in QSignal::activate () from /usr/lib/libqt-mt.so.3
    #25 0xb6f1c936 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
    #26 0xb6e89c36 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
    #27 0xb6e8ba5f in QApplication::notify () from /usr/lib/libqt-mt.so.3
    #28 0xb7632672 in KApplication::notify () from /usr/lib/libkdecore.so.4
    #29 0xb6e1a28d in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
    #30 0xb6e7cb19 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
    #31 0xb6e2f64b in QEventLoop:rocessEvents () from /usr/lib/libqt-mt.so.3
    #32 0xb6ea4f90 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
    #33 0xb6ea4c8e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
    #34 0xb6e8b7df in QApplication::exec () from /usr/lib/libqt-mt.so.3
    #35 0x080717b3 in ?? ()
    #36 0xb667d450 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
    #37 0x08071401 in ?? ()
    Any help? I am a newby to this. Thank you

    #2
    Re: Can't start Adept...

    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
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Working...
    X