Results 1 to 6 of 6

Thread: Update archive Not Found

  1. #1
    Join Date
    May 2008
    Location
    Usually northern Thailand
    Beans
    201
    Distro
    Ubuntu 14.04 Trusty Tahr

    Update archive Not Found

    Hi, My Update Manager reports:

    62 updates have been selected. 27.8MB will be downloaded

    but then:

    Failed to download package files

    Check your Internet connection.


    Under details I find:

    Failed to fetch http://th.archive.ubuntu.com/ubuntu/...u1.3_amd64.deb 404 Not Found
    Failed to fetch http://th.archive.ubuntu.com/ubuntu/....79.12_all.deb 404 Not Found


    I checked with a ping to th.archive.ubuntu.com and got a 3 out of 3 success score, so I don't think there's anything wrong with my internet connection.

    There are some CUPS updates and some new kernel headers in my update list, but I can't be sure whether these are new updates or hangovers from a previously failed update attempt. I don't want to skip any updates, especially not CUPS updates because I do have some printer issues pending.

    I am currently in Thailand, so Update Manager is correct in directing these updates to th,archive.ubuntu.com.

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Update archive Not Found

    Click on check, and try to reload the package list.
    You're on 12.04, right?
    Both those packages are old.
    unity greeter is now at version 0.2.9-0ubuntu1.4.
    and linux firmware should be at version 1.79.14

    So I think your package archives are old.
    Running check should update those to the newer archive.

    There is always the chance that the Thai repos are slow to get updated, in that event perhaps change mirrors.
    in the update manager go to the settings button and click on it. Then go to where it says Download from and click on the dropdown menu, select other and choose from the list of other servers, or click on find best server.
    then after you change servers, click on check, which will, as before, reload the package list.
    Good Luck.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Update archive Not Found

    Try these steps sequentially.

    Run
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    If that produces errors, run the below.
    Code:
    sudo sed -i s/th.archive.ubuntu.com/archive.ubuntu.com/ /etc/apt/sources.list
    sudo apt-get update
    sudo apt-get upgrade
    Sometimes, regional mirrors may lag behind the default mirrors and create issues such as what you are experiencing.
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  4. #4
    Join Date
    May 2008
    Location
    Usually northern Thailand
    Beans
    201
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Update archive Not Found

    Clicking on check and reloading has fixed it, so good advice and many thanks there Deadflowr.

    Just slightly puzzled as to how my package archives got out of sync like that. P'raps only a partial update sometime in the past when there was an internet glitch half-way through a previous session But wouldn't that normally have corrected itself at the next session ?

    Anyway, all good now .

  5. #5
    Join Date
    May 2008
    Location
    Usually northern Thailand
    Beans
    201
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Update archive Not Found

    Awww thanks sandyd, but happily deadfowr's solution has just worked and I'm OK again now.

    Let me see if I can now mark this one as solved.

  6. #6
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Update archive Not Found

    Well, lucky for you if it happens again, you have two methods to try to fix it.
    Both the check button and the command "sudo apt-get update" do the same exact thing.
    They both reload the list of packages that are available to update.

    Some people are hesitant to run the "sudo apt-get upgrade" command, for fear that it will upgrade the Ubuntu version.
    In that regard, don't worry. All it does is install the newly upgradeable packages for the version you are using.
    Basically it's the same as hitting the install button on Update Manager.

    Hope that helps for future reference.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •