Announcement

Collapse
No announcement yet.

Need help please

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

    Need help please

    Recently I installed Kubuntu 7.10. When I tried to make the update requested ny the sistem, I received an error message telling me that the update couldn„t be finshed because some packages were incomplet or installing them might harm the computer. After that, every time I try to start the package manager, I receive amessage telling me that another instance is using the Adept Manager.
    Here is the message report I received after I tried to make the first update:
    (no debugging symbols found)
    Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
    (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 -1235482944 (LWP 13598)]
    (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 0xffffe410 in __kernel_vsyscall ()
    #7 0xb661b875 in raise () from /lib/tls/i686/cmov/libc.so.6
    #8 0xb661d201 in abort () from /lib/tls/i686/cmov/libc.so.6
    #9 0xb68276e0 in __gnu_cxx::__verbose_terminate_handler ()
    from /usr/lib/libstdc++.so.6
    #10 0xb6824f65 in ?? () from /usr/lib/libstdc++.so.6
    #11 0xb6824fa2 in std::terminate () from /usr/lib/libstdc++.so.6
    #12 0xb68250ca in __cxa_throw () from /usr/lib/libstdc++.so.6
    #13 0x0812b916 in ?? ()
    #14 0x0812be8a in ?? ()
    #15 0x0812bee8 in ?? ()
    #16 0x0812c735 in ?? ()
    #17 0x0812a22d in ?? ()
    #18 0x08114379 in ?? ()
    #19 0x080951ed in ?? ()
    #20 0x0807378d in ?? ()
    #21 0x0807408e in ?? ()
    #22 0xb6e6b893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
    #23 0xb71f78ec in QSignal::signal () from /usr/lib/libqt-mt.so.3
    #24 0xb6e8b842 in QSignal::activate () from /usr/lib/libqt-mt.so.3
    #25 0xb6e93258 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
    #26 0xb6e02af0 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
    #27 0xb6e0491f in QApplication::notify () from /usr/lib/libqt-mt.so.3
    #28 0xb75c8cd2 in KApplication::notify () from /usr/lib/libkdecore.so.4
    #29 0xb6d95209 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
    #30 0xb6df553b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
    #31 0xb6da9d49 in QEventLoop:rocessEvents () from /usr/lib/libqt-mt.so.3
    #32 0xb6e1d1ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
    #33 0xb6e1cfde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
    #34 0xb6e04699 in QApplication::exec () from /usr/lib/libqt-mt.so.3
    #35 0x0806f75e in ?? ()
    #36 0xb6607050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
    #37 0x0806f401 in ?? ()
    Any ideas how to fix that?

    #2
    Re: Need help please

    From either the CLI (aka "text prompt) or, if you are able to log into your KDE desktop, from the Konsole, issue
    Code:
    sudo dpkg --configure -a
    then
    Code:
    sudo apt-get update
    then
    Code:
    sudo apt-get install
    and you should be back in business.

    Comment

    Working...
    X