Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Ubuntu Server 14.04 apt-get update not working!

  1. #11
    Join Date
    May 2016
    Beans
    10

    Re: Ubuntu Server 14.04 apt-get update not working!

    Quote Originally Posted by QIII View Post
    Just realized you said server, so I presume you don't have a gui.
    Yes

  2. #12
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Ubuntu Server 14.04 apt-get update not working!

    I'm now getting clean results pinging ca.archive.ubuntu.com, the server is showing as keeton.canonical.com
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #13
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu Server 14.04 apt-get update not working!

    julaksprol Welp;

    QIII is hot on this too.
    I am presently having my own set of problems . Hard drive being "hot unplugged" and thus my system is crashing. Makes it difficult to respond and keep up !

    We know now that you are not talking to the mirror. For some reason .
    What are the sources that apt is working with ?
    Code:
    cat /etc/apt/sources.list
    Let's get a tale told.

    a failure to communicate ??
    Last edited by Bashing-om; May 15th, 2016 at 08:06 PM. Reason: typo
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  4. #14
    Join Date
    Oct 2009
    Beans
    Hidden!

    Re: Ubuntu Server 14.04 apt-get update not working!

    Quote Originally Posted by Bashing-om View Post
    julakspro; K,

    Then let us try and isolate this to your system's update manager .
    As a test, what returns:
    Code:
    apt-cache show gedit
    checking here that we get a response from your mirror .

    now this is a thing
    For clarity of anyone reading this thread, this is a minor point and won't interfere with the solution (since it looks a lot like a mirror that was offline for a bit) but I want to mention that, that command will not require a response from the mirror. It is run on the local system information in the APT library of lists that are downloaded when we do an apt or apt-get update.

  5. #15
    Join Date
    May 2016
    Beans
    10

    Re: Ubuntu Server 14.04 apt-get update not working!

    Quote Originally Posted by Bashing-om View Post
    julaksprol Welp;

    QIII is hot on this too.
    I am presently having my own set of problems . Had drive being "hot unplugged" and thus my system is crashing. Makes it adifficult to respond and keep up !

    We know now that you are not talking to the mirror. For some reason .
    What are the sources that apt is working with ?
    Code:
    cat /etc/apt/sources.list
    Let's get a tale told.
    a failure to communicate ??
    Ok this is what i get when i type in cat /etc/apt/sources.list
    sdasda.jpg

  6. #16
    Join Date
    Oct 2009
    Beans
    Hidden!

    Re: Ubuntu Server 14.04 apt-get update not working!

    This issue may be due to testing or implementation of IPV6 somewhere in the OP's path to the mirror, so even though I can ping the site and QIII can ping it, that might not help the OP.

    I found this, julakspro, see if it applies to your situation with the ca archives:
    http://askubuntu.com/questions/57456...ive-ubuntu-com

  7. #17
    Join Date
    May 2016
    Beans
    10

    Re: Ubuntu Server 14.04 apt-get update not working!

    Quote Originally Posted by QLee View Post
    This issue may be due to testing or implementation of IPV6 somewhere in the OP's path to the mirror, so even though I can ping the site and QIII can ping it, that might not help the OP.

    I found this, julakspro, see if it applies to your situation with the ca archives:
    http://askubuntu.com/questions/57456...ive-ubuntu-com
    Even after changing it:
    sd.png

    Then when i try to update:
    dasdasda.jpg

  8. #18
    Join Date
    Oct 2009
    Beans
    Hidden!

    Re: Ubuntu Server 14.04 apt-get update not working!

    Sorry that didn't work, it was the link I found that seemed to be most like the problem you told us about.

    You were able to ping both by IP Address and Domain Name on IPV4 but somehow when you tried to update, the ca archive gets translated to IPV6 and fails. I know very little about IPV6, but I would have thought the instructions that you followed from that link would have made the system prefer IPV4. My first guess is still that it could be something in the route to the repository that isn't or wasn't IP6 capable.

    Is it still not working today? Just to be sure, how long has this been happening and did you make any changes just before it stopped working?

    You can try doing the update with an option for apt-get, try
    Code:
    sudo apt-get -o Acquire::ForceIPv4=true update
    what results do you get? If I understand it correctly, that command will force apt-get to use IPV4 addressing. Maybe the results can give a clue.

  9. #19
    Join Date
    Oct 2006
    Beans
    58,285

    Re: Ubuntu Server 14.04 apt-get update not working!

    Thread moved to the "Server Platforms" forum.

  10. #20
    Join Date
    May 2016
    Beans
    10

    Re: Ubuntu Server 14.04 apt-get update not working!

    Quote Originally Posted by QLee View Post
    Sorry that didn't work, it was the link I found that seemed to be most like the problem you told us about.

    You were able to ping both by IP Address and Domain Name on IPV4 but somehow when you tried to update, the ca archive gets translated to IPV6 and fails. I know very little about IPV6, but I would have thought the instructions that you followed from that link would have made the system prefer IPV4. My first guess is still that it could be something in the route to the repository that isn't or wasn't IP6 capable.

    Is it still not working today? Just to be sure, how long has this been happening and did you make any changes just before it stopped working?

    You can try doing the update with an option for apt-get, try
    Code:
    sudo apt-get -o Acquire::ForceIPv4=true update
    what results do you get? If I understand it correctly, that command will force apt-get to use IPV4 addressing. Maybe the results can give a clue.
    Its still now working today.
    This has been happening for 3 days now. So i installed the ubuntu server 14.04 and tried to update it and this was the first problem. It was never working correctly.

    After typing sudo apt-get -o Acquire::ForceIPv4=true update I got:
    It just gets stuck on 0% [Connecting to ca.archive.ubuntu.com (91.189.8 .161 [ Connecting to securit.

    Not like before now it just gets stuck on this part and doesnt show any errors!

Page 2 of 3 FirstFirst 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
  •