Request documention to solve LL2.0 broken updates - galen - 01-09-2015
users with LL2.0 are being blocked from upgrading due to broken repos.
I suggest having links for 2.0 users facing this issue
Code: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/trusty/main/binary-i386/Packages 404 Not Found [IP: 173.194.121.35 80]
Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/trusty/main/binary-i386/Packages 404 Not Found [IP: 173.194.121.35 80]
Failed to fetch http://repo.steampowered.com/steam/dists/trusty/steam/source/Sources 404 Not Found [IP: 198.164.26.139 80]
Failed to fetch http://repo.steampowered.com/steam/dists/trusty/steam/binary-amd64/Packages 404 Not Found [IP: 198.164.26.139 80]
Failed to fetch http://repo.steampowered.com/steam/dists/trusty/steam/binary-i386/Packages 404 Not Found [IP: 198.164.26.139 80]
Some index files failed to download. They have been ignored, or old ones used instead.
updates fail
Re: request documention to solve LL2.0 broken updates - Scott(0) - 01-09-2015
Hi Galen,
I know forum member gold_finger has experience with this error.
Gold_finger talks about this problem in this thread, reply #3,
https://www.freecinema2022.gq/forums/index.php?topic=1257.msg8279#msg8279
The above post will not be a complete answer, it's doesn't address the Steam repository but it will at least get you started.
Gold_finger also has another post on the subject that I'm unable to find right now but I'm sure he'll respond to this post when he has time.
Please, if you haven't already, run the Install Updates command
Menu > All > Install Updates
~Scott
Re: request documention to solve LL2.0 broken updates - gold_finger - 01-10-2015
Galen,
You're the first person other than myself that I can recall this happening to. I have no idea why it happens, but at least I now know I'm not crazy and someone else had it happen to them.
I still don't know correct fix for Steam repository, but if anyone else reading this can open a terminal and post back output from this command, we'll know the answer:
Below I'll describe how to fix Google repos and how to temporarily get rid of the error for Steam until someone reports back with above readout.
Open Synaptic Package Manager by going to Menu -> System -> Install/Remove Programs. Then in Synaptic window, go to Settings -> Repositories -> Other Software (tab). You'll see a listing similar to this:
![[Image: 1jibhPYuflBQ]](https://ibin.co/1jibhPYuflBQ)
To fix both Google repos, highlight one, click "Edit" button, then change the word "trusty" to "stable". Highlight other Google one and do same thing.
For Steam, just uncheck the box next to each of those and that will disable the repository and the system won't try looking it up when checking for updates. When someone posts back with correct URL for that repo, you can fix it in the same manner as you did for Google.
Re: request documention to solve LL2.0 broken updates - Scott(0) - 01-10-2015
Quote:I still don't know correct fix for Steam repository, but if anyone else reading this can open a terminal and post back output from this command, we'll know the answer:
Code: [Select]
Here you go ....
Code: scott@vbox:~$ inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
deb http://archive.canonical.com/ trusty partner
deb http://repo.linuxliteos.com/linuxlite/ beryl main
Active apt sources in file: /etc/apt/sources.list.d/ehoover-compholio-trusty.list
deb http://ppa.launchpad.net/ehoover/compholio/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
deb http://dl.google.com/linux/chrome/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/google-talkplugin.list
deb http://dl.google.com/linux/talkplugin/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/libreoffice-ppa-trusty.list
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/mumble-release-trusty.list
deb http://ppa.launchpad.net/mumble/release/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/noobslab-themes-trusty.list
deb http://ppa.launchpad.net/noobslab/themes/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/otto-kesselgulasch-gimp-trusty.list
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/steam.list
deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
Active apt sources in file: /etc/apt/sources.list.d/team-xbmc-ppa-trusty.list
deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/ubuntu-wine-ppa-trusty.list
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main
Re: request documention to solve LL2.0 broken updates - gold_finger - 01-10-2015
Thanks for posting output Scott(0).
@ galen,
His output shows that for Steam, follow same procedure as above but change the word "trusty" to "precise".
Note to anyone else reading this: Above solutions are geared toward LL 2.0 and probably 2.2 as well -- but may not apply to earlier versions. Those may need different wording changes.
Re: request documention to solve LL2.0 broken updates - Wirezfree - 01-10-2015
[size=1em]From a just(almost) completed new install... Dave[/size]
Code: dave@jetway1:~$ inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
deb http://archive.canonical.com/ trusty partner
deb http://repo.linuxliteos.com/linuxlite/ beryl main
Active apt sources in file: /etc/apt/sources.list.d/ehoover-compholio-trusty.list
deb http://ppa.launchpad.net/ehoover/compholio/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
deb http://dl.google.com/linux/chrome/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/google-talkplugin.list
deb http://dl.google.com/linux/talkplugin/deb/ stable main
Active apt sources in file: /etc/apt/sources.list.d/libreoffice-ppa-trusty.list
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/mumble-release-trusty.list
deb http://ppa.launchpad.net/mumble/release/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/otto-kesselgulasch-gimp-trusty.list
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/team-xbmc-ppa-trusty.list
deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/ubuntu-wine-ppa-trusty.list
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main
dave@jetway1:~$
Re: request documention to solve LL2.0 broken updates - galen - 01-12-2015
I think companies (stem, google) that supply repos should link back to the old directories, as matter of good conduct.e
Changing directories knowing that a repo is used elsewhere, is a hostile act.
Hope to see a short fix for LL2 users they don't give up on the distro. as it is now updates are stuck, making ll2 not LTS
Re: request documention to solve LL2.0 broken updates - gold_finger - 01-12-2015
galen,
I don't think this is something caused by Google. Like I said before, this does not appear to happen to the vast majority of LL users and I can't remember seeing anyone post about this other than myself (until you did). For whatever reason (that remains a mystery) you and I appear to be the only ones who have experienced the wrong repo settings for Google and Steam after fresh installations.
(01-12-2015, 05:41 PM)galen link Wrote: Hope to see a short fix for LL2 users they don't give up on the distro. as it is now updates are stuck, making ll2 not LTS
The fix for this has already been posted above in replies #2 and #4.
Re: request documention to solve LL2.0 broken updates - altman - 01-12-2015
Thinking about it , it happened to me , removed ppa s from stuff that I don t use , & if it doesn t work I change Mirror in Synaptic .
Re: [SOLVED] Request documention to solve LL2.0 broken updates - amandasabroad - 01-14-2015
Hey everybody, just wanted to chime in that I also got this error when running my first updates.
Grabbed just a piece of the error below, which was followed by an IP address that was apparently not found or unavailable.
Code: :Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/trusty/main/binary-amd64/
I downloaded chrome straight from the website a few days back, and I believe that the download automatically set the 64 repo to stable. When I went to go and change the settings from Synaptic as suggested above, the 64 ppa already showed stable, and I just had to change the other line.
Just wanted to let you guys know you aren't nuts ![Tongue Tongue](https://www.freecinema2022.gq/forums/images/smilies/tongue.png)
|