Results 1 to 9 of 9

Thread: Steam won't update

  1. #1
    Join Date
    Mar 2010
    Beans
    122

    Steam won't update

    So I manage to install steam on my desktop, Ubuntu 20.04, following this page. Steam as usual start by checking for new update. Unfortunately steam stuck at update and exits by the following message: Fatal Error: Steam needs to be online to update. Please confirm your network connection and try again.

  2. #2
    Join Date
    Mar 2010
    Beans
    122

    Re: Steam won't update

    After a long search I found this solution. I get nothing from pinging to this address: media.steampowered.com. This is the result of ping after I use ctrl +c :

    PING a1843.b.akamai.net (23.58.223.138) 56(84) bytes of data.
    ^C
    --- a1843.b.akamai.net ping statistics ---
    646 packets transmitted, 0 received, 100% packet loss, time 660475ms

  3. #3
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Steam won't update

    there are a few install methods in your firts link. which one did you use? repository?

    have you run the ubuntu updates? sometimes steam updates through them.

    1. run ubuntu updates
    2. try launching steam

    if it still doesn't work, i would remove it and reinstall it. i believe you can remove it while keeping any installed games on disk. we have 3 steam installs at home and so far there was only one issue when steam created a gigantic log file. nothing after i resolved that.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  4. #4
    Join Date
    Mar 2010
    Beans
    122

    Re: Steam won't update

    Quote Originally Posted by mastablasta View Post
    there are a few install methods in your firts link. which one did you use? repository?
    I used repository: sudo apt install steam.

    Quote Originally Posted by mastablasta View Post
    have you run the ubuntu updates? sometimes steam updates through them.
    Yes, I update and upgrade.

    Quote Originally Posted by mastablasta View Post
    1. run ubuntu updates
    2. try launching steam
    No change.

    Quote Originally Posted by mastablasta View Post
    if it still doesn't work, i would remove it and reinstall it. i believe you can remove it while keeping any installed games on disk. we have 3 steam installs at home and so far there was only one issue when steam created a gigantic log file. nothing after i resolved that.
    I remove it and install it again for several times but no change.

  5. #5
    Join Date
    Mar 2010
    Beans
    122

    Re: Steam won't update

    I even use Lutris to install steam games but I encounter to same error. I believe that Lutris uses winesteam instead of steam. I think the problem is not due to installation.

  6. #6
    Join Date
    Mar 2010
    Beans
    122

    Re: Steam won't update

    By the way why the output of ping shows the attempt to address a1843.b.akamai.net instead of media.steampowered.com?

  7. #7
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Steam won't update

    i also get akamai.net. but in my case it pings back.
    Code:
    ping media.steampowered.com 
    PING a1843.b.akamai.net (193.77.14.152) 56(84) bytes of data. 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=1 ttl=61 time=2.05 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=2 ttl=61 time=2.33 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=3 ttl=61 time=2.26 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=4 ttl=61 time=2.34 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=5 ttl=61 time=2.37 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=6 ttl=61 time=2.46 ms 
    ^C 
    --- a1843.b.akamai.net ping statistics --- 
    6 packets transmitted, 6 received, 0% packet loss, time 5009ms 
    rtt min/avg/max/mdev = 2.055/2.306/2.462/0.129 ms
    
    
    I checked the IP and it is from my internet provider.

    you get:
    646 packets transmitted, 0 received, 100% packet loss, time 660475ms
    yours is probably from your internet provider. Akamai is otherwise in Washington and probably just proxy or some load balancing or something. i don't really know much about networking.

    when you get this at the same time try to do:
    Code:
    ping www.google.com
    also see if you can change region in steam. Menu is: Steam --> Settings --> Downloads and then you have on the right download region. choose one closest to you or change it to a different one. also try to clear download cache.


    but anyway this message you get means you could not connect to steam server. i assume other internet works fine?! is this by any chance a laptop that has wi-fi and wired connection available? i think there is a bug in 20.04 where it would drop the wired connection.

    another option is that for some reason firewall is blocking outgoing connection.

    Anyway if other connection works fine maybe this should be moved to network part of the forums where people who know more about networks dwell. i would say it is likely not a steam issue.
    Last edited by mastablasta; June 18th, 2021 at 07:49 AM.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  8. #8
    Join Date
    Mar 2010
    Beans
    122

    Re: Steam won't update

    Quote Originally Posted by mastablasta View Post
    i also get akamai.net. but in my case it pings back.
    Code:
    ping media.steampowered.com 
    PING a1843.b.akamai.net (193.77.14.152) 56(84) bytes of data. 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=1 ttl=61 time=2.05 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=2 ttl=61 time=2.33 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=3 ttl=61 time=2.26 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=4 ttl=61 time=2.34 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=5 ttl=61 time=2.37 ms 
    64 bytes from 193.77.14.152 (193.77.14.152): icmp_seq=6 ttl=61 time=2.46 ms 
    ^C 
    --- a1843.b.akamai.net ping statistics --- 
    6 packets transmitted, 6 received, 0% packet loss, time 5009ms 
    rtt min/avg/max/mdev = 2.055/2.306/2.462/0.129 ms
    
    
    I checked the IP and it is from my internet provider.

    you get:

    yours is probably from your internet provider. Akamai is otherwise in Washington and probably just proxy or some load balancing or something. i don't really know much about networking.

    when you get this at the same time try to do:
    Code:
    ping www.google.com
    also see if you can change region in steam. Menu is: Steam --> Settings --> Downloads and then you have on the right download region. choose one closest to you or change it to a different one. also try to clear download cache.
    I cannot change the server since steam does not load. It stuck at updating for the first time.

    Quote Originally Posted by mastablasta View Post
    but anyway this message you get means you could not connect to steam server. i assume other internet works fine?! is this by any chance a laptop that has wi-fi and wired connection available? i think there is a bug in 20.04 where it would drop the wired connection.
    I also check windows 7 and everything is fine there. So I assume that there is something missing in steam dependency.

    Quote Originally Posted by mastablasta View Post
    another option is that for some reason firewall is blocking outgoing connection.
    The firewall is disabled.

    Quote Originally Posted by mastablasta View Post
    Anyway if other connection works fine maybe this should be moved to network part of the forums where people who know more about networks dwell. i would say it is likely not a steam issue.
    I will try to do that too.

    Thanks for the reply.

  9. #9
    Join Date
    Nov 2021
    Beans
    2

    Re: Steam won't update

    I am having exactly the same issue. It will update only so far then stops. I am using 20.10 Mate. I installed Steam with "Software Boutique". I did all the things the others in this post tried. Including multiple install, delete, and install again. I tried synaptic and CLI. I get EXACTLY the same output every time. I tried pinging the listed website but I got nothing. I tried putting the address in my browser. For some reason that worked. Am I missing something? That ping that did work was google. Any answers will be appreciated even if they are wrong. Any helpful answers will be GREATLY appreciated. If there is other info I can include please let me know. Thanks.
    Attached Images Attached Images
    Attached Files Attached Files

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
  •