Announcement

Collapse
No announcement yet.

7.04 to 7.10 problems

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

    #16
    Re: 7.04 to 7.10 problems

    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://us.archive.ubuntu.com/ubuntu/ gutsy universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

    deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
    deb http://security.ubuntu.com/ubuntu gutsy-security universe
    deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
    deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
    deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse

    Comment


      #17
      Re: 7.04 to 7.10 problems

      Well, there's nothing wrong with your sources.list file. I'm researching the error.
      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


        #18
        Re: 7.04 to 7.10 problems

        Thanks. I really appreciate it.

        Comment


          #19
          Re: 7.04 to 7.10 problems

          Hey, you got to love a challenge!

          Open a console and type:
          Code:
          sudo dpkg --audit
          This searches for packages that have been installed only partially on your system. dpkg will suggest what to do with them to get them working. Assuming this command executes, post the results.
          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


            #20
            Re: 7.04 to 7.10 problems

            Ok. Will do.

            Comment


              #21
              Re: 7.04 to 7.10 problems

              sudo dpkg --audit will not run. It returns the following:

              Parse error in file /var/lib/dpkg/updates/003 near line 2 package libc6

              'trigger pendi' is not allowed for third (status) word in 'status' field.

              Comment


                #22
                Re: 7.04 to 7.10 problems

                That actually tells us something. Open a console and type the following:
                Code:
                df -hT -xtmpfs
                This will tell us how much available space you have left on your system. Mine reports:
                Filesystem Type Size Used Avail Use% Mounted on
                /dev/sda2 ext3 7.9G 2.6G 5.0G 35% /
                /dev/sda6 ext3 20G 3.1G 16G 17% /home
                /dev/sda1 ext3 7.9G 3.2G 4.6G 41% /media/sda1
                /dev/sda3 ext3 7.9G 147M 7.4G 2% /media/sda3
                /dev/sda5 ext3 20G 2.6G 18G 13% /media/sda5
                /dev/sda7 ext3 20G 173M 19G 1% /media/sda7
                What we are concerned about is the available (Avail) space reported on your root ( / ) partition. In my report, I have 35% of my 7.9G root partition available (unused). Run the command and copy/paste the results.
                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


                  #23
                  Re: 7.04 to 7.10 problems

                  Aha! Ok. I will do that in a few minutes and report back. This is a good learning process for me so again I thank you for the help.

                  Comment


                    #24
                    Re: 7.04 to 7.10 problems

                    Couldn't gat all of those options to run but I think I have enough info from what I did get. By the way, I have found explore2fs at http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm to be very useful. I just redirected the output to a text file on my Linux desktop and then used explore2fs in WinXP to get the file which I have copied and pasted below:


                    Code:
                    Filesystem  Type  Size Used Avail Use% Mounted on
                    /dev/hda2   ext3   44G 4.8G  37G 12% /
                    varrun    tmpfs  506M  24K 506M  1% /var/run
                    varlock   tmpfs  506M   0 506M  0% /var/lock
                    procbususb  usbfs  506M 196K 506M  1% /proc/bus/usb
                    udev     tmpfs  506M 196K 506M  1% /dev
                    devshm    tmpfs  506M   0 506M  0% /dev/shm
                    lrm     tmpfs  506M  15M 492M  3% /lib/modules/2.6.20-16-generic/volatile

                    Comment


                      #25
                      Re: 7.04 to 7.10 problems

                      Couldn't gat all of those options to run but I think I have enough info from what I did get.
                      lrm tmpfs 506M 15M 492M 3% /lib/modules/2.6.20-16-generic/volatile
                      Space on your root partition isn't a problem. The output shows that 37G are available. The command I provided (df -hT -xtmpfs) should have worked (did you type or copy/paste?).

                      The quoted line above indicates you are running Feisty, but earlier in this thread, your sources.list all refers to Gutsy. Can you explain??
                      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


                        #26
                        Re: 7.04 to 7.10 problems


                        The quoted line above indicates you are running Feisty, but earlier in this thread, your sources.list all refers to Gutsy. Can you explain??
                        I have no idea unless it has something to do with the interrupted upgrade which started this whole thread.

                        Comment


                          #27
                          Re: 7.04 to 7.10 problems

                          That makes sense. I'm going to suggest, that at least in part, your problem is that you are still running a Feisty kernel but with a Gutsy sources.list file:

                          I'm attaching my Feisty sources.list (as sources.txt) which you can save to your /home directory as sources.list. Then rename your current sources.list.

                          Open a console and type:
                          Code:
                          sudo mv /etc/apt/sources.list /etc/apt/sources.list_GUTSY
                          sudo mv sources.list /etc/apt/sources.list
                          You then need to remove the incomplete updates file(s)
                          Code:
                          sudo rm /var/lib/dpkg/updates/*
                          sudo rm /var/lib/dpkg/parts/*
                          Then you need to clean out the package cache completely:
                          Code:
                          sudo apt-get clean
                          Assuming that the last command works without error, I would then perform a normal shutdown / restart. Once back at the desktop, in a console type:
                          Code:
                          sudo apt-get update
                          Again, assuming this command works without error, you will have rebuilt the apt package cache with Feisty information.

                          All of this is what I would do in your situation. But you have to decide if you want to procede with this. I'm not sure you have anything to loose. At best, this will work, and you will have a working Feisty system, which is where you started from. At worst, it won't work, and you are where you are now. Again, this is what I would do.
                          Attached Files
                          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


                            #28
                            Re: 7.04 to 7.10 problems

                            Originally posted by Snowhog
                            All of this is what I would do in your situation. But you have to decide if you want to procede with this. I'm not sure you have anything to loose. At best, this will work, and you will have a working Feisty system, which is where you started from. At worst, it won't work, and you are where you are now. Again, this is what I would do.
                            I agree. What do I have to lose? Thanks again for all your help. I'll give that a try.

                            Comment


                              #29
                              Re: 7.04 to 7.10 problems

                              Originally posted by rbrown3rd
                              sudo dpkg --audit will not run. It returns the following:

                              Parse error in file /var/lib/dpkg/updates/003 near line 2 package libc6

                              'trigger pendi' is not allowed for third (status) word in 'status' field.
                              What I've bolded looks like your problem. The status of a package is mucked up. So apt-get and dpkg don't know what to do with it.

                              Two ideas

                              Firstly, try deleting that file /var/lib/dpkg/updates

                              Secondly, try using apt-get to force a reinstall of libc6 overriding its checks.
                              Code:
                              sudo apt-get --reinstall --force-yes install libc6
                              See if either of those work.
                              I am running Ubuntu 8.10 (yes Gnome) with upgrades applied daily about 0900 UK time. Hardware is Dell Precision 420, 2x 800 MHz PIII, 512 MB RDRAM, nVidia GeForce 6800 128 MB AGP graphics, 18GB SCSI and 500GB IDE HDDs, DVD burner, Hauppage TV card.

                              Comment


                                #30
                                Re: 7.04 to 7.10 problems

                                Ok. The process prior to the last one suggested did not work. I will try the forced reinstall.

                                Comment

                                Working...
                                X