Topic: [solved] ign / skip repository when apt-get update?

Hi
the google-chrome repository is often a "miss" - thus causing apt to try connecting for ages, before it gives up. IS it possible to hit "I" or something similar when this happens?

Cheers.

Last edited by achristoffersen (2010-04-16 16:32:15)

Re: [solved] ign / skip repository when apt-get update?

You could try this fix to speed up the google repository update time.
http://www.webupd8.org/2010/04/fix-goog … g-apt.html

| EeePC 1000HE>Archlinux XFCE | Dell Latitude D610>Debian Wheezy XFCE @omns post-install |
| HomeBuilt Desktop>#! Wheezy OpenBox | HomeBuilt HTPC>Debian Netinstall XBMC |
| whird.jpope.org | google+ | last.fm | identi.ca |

Re: [solved] ign / skip repository when apt-get update?

Thank you jpope!

echo "Acquire::http::Pipeline-Depth "0";" | sudo tee -a /etc/apt/apt.conf.d/90localsettings

fixes it. I guess it basically tells apt to only look once (first level). Could there be any problems with this setting beinge implemented globally? I always wonder if changing the default is a good idea :-)

Thanks again :-)