Announcement

Collapse
No announcement yet.

adept crashes at 'fetch updates' after updating repositories with 'pre-released

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

    adept crashes at 'fetch updates' after updating repositories with 'pre-released

    Hello people, I am trying to update from Feisty to Gutsy and am following the instructions to do it without a reinstall, following these instructions:

    http://www.kubuntu.org/~jriddell/kubuntu-upgrade.

    however,

    Adept crashes when i try to fetch updates, so i can't even get to the 'distribution upgrade' bit.

    here is the output kde crash handler gives me when it crashes.

    Any suggestions?

    (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)
    [Thread debugging using libthread_db enabled]
    [New Thread -1233979696 (LWP 5782)]
    (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)
    [KCrash handler]
    #6 0x0818ab0b in ?? ()
    #7 0x0818e4e7 in ?? ()
    #8 0x0807647a in ?? ()
    #9 0x08077ba4 in ?? ()
    #10 0xb6fc488b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
    #11 0xb6fc5330 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
    #12 0xb790f4c9 in KAction::activated () from /usr/lib/libkdeui.so.4
    #13 0xb7947cc2 in KAction::slotActivated () from /usr/lib/libkdeui.so.4
    #14 0xb7947c5c in KAction::slotButtonClicked () from /usr/lib/libkdeui.so.4
    #15 0xb7a15356 in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
    #16 0xb6fc488b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
    #17 0xb7944970 in KToolBarButton::buttonClicked () from /usr/lib/libkdeui.so.4
    #18 0xb7944c76 in KToolBarButton::mouseReleaseEvent ()
    from /usr/lib/libkdeui.so.4
    #19 0xb6ffb65d in QWidget::event () from /usr/lib/libqt-mt.so.3
    #20 0xb79c09a1 in KToolBarButton::event () from /usr/lib/libkdeui.so.4
    #21 0xb6f5ba60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
    #22 0xb6f5dc1e in QApplication::notify () from /usr/lib/libqt-mt.so.3
    #23 0xb7720cc2 in KApplication::notify () from /usr/lib/libkdecore.so.4
    #24 0xb6eee25d in QApplication::sendSpontaneousEvent ()
    from /usr/lib/libqt-mt.so.3
    #25 0xb6eecec2 in QETWidget::translateMouseEvent ()
    from /usr/lib/libqt-mt.so.3
    #26 0xb6eeafac in QApplication:11ProcessEvent () from /usr/lib/libqt-mt.so.3
    #27 0xb6f02180 in QEventLoop:rocessEvents () from /usr/lib/libqt-mt.so.3
    #28 0xb6f76136 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
    #29 0xb6f75f46 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
    #30 0xb6f5d609 in QApplication::exec () from /usr/lib/libqt-mt.so.3
    #31 0x0807375e in ?? ()
    #32 0xb6775ebc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
    #33 0x08073471 in ?? ()

    would appreciate any help.

    #2
    Re: adept crashes at 'fetch updates' after updating repositories with 'pre-relea

    The debug output doesn't mean anything to me -- I see nothing helpful there.

    Have you previously used Adept Manager successfully, or is this the first time you used "Fetch"?

    If you want to post your /etc/apt/sources.list file, maybe there is a problem with the sources.

    If you want to make sure your package manager is working correctly, you can issue the following series of commands from a Konsole window:

    Code:
    sudo dpkg --configure -a
    Code:
    sudo apt-get autoclean
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install

    Comment


      #3
      Re: adept crashes at 'fetch updates' after updating repositories with 'pre-released

      If dibl's suggestions don't fix your problem, then based on your subject line, I'd like to see what your /etc/apt/sources.list looks like. We will be able to tell if any entry isn't correct.
      Using Kubuntu Linux since March 23, 2007
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Re: adept crashes at 'fetch updates' after updating repositories with 'pre-relea

        Originally posted by dibl
        The debug output doesn't mean anything to me -- I see nothing helpful there.

        Have you previously used Adept Manager successfully, or is this the first time you used "Fetch"?

        If you want to post your /etc/apt/sources.list file, maybe there is a problem with the sources.

        If you want to make sure your package manager is working correctly, you can issue the following series of commands from a Konsole window:

        Code:
        sudo dpkg --configure -a
        Code:
        sudo apt-get autoclean
        Code:
        sudo apt-get update
        Code:
        sudo apt-get install
        I had a similar problem. This worked great thanks!

        Comment


          #5
          Re: adept crashes at 'fetch updates' after updating repositories with 'pre-relea

          It worked for me too!

          You have to let it 'fail' first - THEN run the 'fix'.

          Well done that man.....

          Rog.

          Comment


            #6
            [SOLVED] adept crashes

            Originally posted by dibl
            The debug output doesn't mean anything to me -- I see nothing helpful there.

            Have you previously used Adept Manager successfully, or is this the first time you used "Fetch"?

            If you want to post your /etc/apt/sources.list file, maybe there is a problem with the sources.

            If you want to make sure your package manager is working correctly, you can issue the following series of commands from a Konsole window:

            Code:
            sudo dpkg --configure -a
            Code:
            sudo apt-get autoclean
            Code:
            sudo apt-get update
            Code:
            sudo apt-get install
            yep, dibl fixed my problem a while ago too!
            [img width=400 height=138]http://img219.imageshack.us/img219/7460/rigsigeo0.jpg[/img]

            Comment


              #7
              Re: adept crashes at 'fetch updates' after updating repositories with 'pre-relea

              Hi, i had exactly the same problem. adept was doing this when i did my first update after installing kubuntu, though i followed these steps and now it seems to be sorted. i was just wondering how it happened in the first place?, as i don't remember doing anything wrong in the installation process etc?

              Comment


                #8
                Re: adept crashes at 'fetch updates' after updating repositories with 'pre-relea

                Originally posted by InRainbows001
                Hi, i had exactly the same problem. adept was doing this when i did my first update after installing kubuntu, though i followed these steps and now it seems to be sorted. i was just wondering how it happened in the first place?, as i don't remember doing anything wrong in the installation process etc?
                Must be a bug, since it seems to be happening alot.
                [img width=400 height=138]http://img219.imageshack.us/img219/7460/rigsigeo0.jpg[/img]

                Comment

                Working...
                X