Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Repository fails to update with 404 Error.

  1. #1
    Join Date
    Jan 2010
    Beans
    34

    Question Repository fails to update with 404 Error.

    Similar problem here. I final decided to make the jump and upgrade from 10.4 to 12.4 and I get a load of errors when I use the update manager, ......

    W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://ie.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found
    , W:Failed to fetch http://security.ubuntu.com/ubuntu/di...source/Sources 404 Not Found [IP: 91.189.92.184 80]
    , W:Failed to fetch http://security.ubuntu.com/ubuntu/di...source/Sources 404 Not Found [IP: 91.189.92.184 80]
    , W:Failed to fetch http://security.ubuntu.com/ubuntu/di...source/Sources 404 Not Found [IP: 91.189.92.184 80]
    , W:Failed to fetch http://security.ubuntu.com/ubuntu/di...source/Sources 404 Not Found [IP: 91.189.92.184 80]
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , W:Failed to fetch http://ftp.ticklers.org/archive.ubun...-i386/Packages 404 Not Found
    , E:Some index files failed to download. They have been ignored, or old ones used instead.


    Looks like a lot of fundamental packages are unavailable, can some one assist, I don't want to change my sources list without some concrete advice

    Thanks in advance.

  2. #2
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Update Manager : Failed to download repository information

    Hi Paul. First off you really should of started your own thread, maybe a mod will come along and split this up. - a mod has!

    Anyhow your sources.list are a bit of a mess. Try this in terminal:

    sudo mv /etc/apt/sources.list /etc/apt/sources.list.old

    sudo apt-get update

    Did that do any good? If not, please post the output of:

    cat -n /etc/apt/sources.list
    Last edited by sandyd; September 30th, 2012 at 08:29 PM.

  3. #3
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Update Manager Failure

    Posts moved to new thread.


    404

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

    Re: Repository fails to update with 404 Error.

    Thread split into own thread.

    ^^ hi not_found, multi-modding eh?
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  5. #5
    Join Date
    Jan 2010
    Beans
    34

    Re: Repository fails to update with 404 Error.

    Jerrys,

    thanks for the assistance so far. I followed your direction (I should have figured out the sources list update had I of spent more time searching this forum). The sources update has progressed me to the next hurdle, now when I run the update manager I get the following text and the UM fails...


    Could not initialize the package information

    An unresolvable problem occurred while initializing the package information.

    Please report this bug against the 'update-manager' package and include the following error message:

    'E:Opening /etc/apt/sources.list - ifstream::ifstream (13: Permission denied), E:The list of sources could not be read.'


    When I run cat -n /etc/apt/sources.list in the terminal i get a permission denied, which is puzzling me, I have full admin rights on my machine and never had this issue before.

    paul@paul-desktop:~$ cat -n /etc/apt/sources.list
    cat: /etc/apt/sources.list: Permission denied
    paul@paul-desktop:~$


    Appreciate if you can help out as I am a pure nub. Probably wont get a chance to wouk on this till the weekend but if you leave a post I will pick it up ... eventual.

  6. #6
    Join Date
    Jan 2010
    Beans
    34

    Re: Repository fails to update with 404 Error.

    Bump

  7. #7
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Repository fails to update with 404 Error.

    Wasn't expecting to hear from you till the weekend

    Lets try a different approach. Open a terminal and enter:

    gksudo nautilus

    Then go to your filesystem and navigate to /etc/apt/sources.list

    And be careful what you do, sudo can be very unforgiving.

  8. #8
    Join Date
    Jan 2010
    Beans
    34

    Re: Repository fails to update with 404 Error.

    Ok so I followed your direction and opened the sources.list file which opens the Software Sources window, everything in here looks normal, what should I be looking for?

  9. #9
    Join Date
    Jan 2010
    Beans
    34

    Re: Repository fails to update with 404 Error.

    One thing of note, all the options in the Software Sources window are unselected in each tab.

  10. #10
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Repository fails to update with 404 Error.

    Quote Originally Posted by Paul Lynch View Post
    Ok so I followed your direction and opened the sources.list file which opens the Software Sources window, everything in here looks normal, what should I be looking for?
    That "cat -n" command should of done the same thing. Anyhow would you go ahead and post that (copy and paste).

Page 1 of 3 123 LastLast

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
  •