Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  (solved) apt-get update errors and held packages  (Read 2779 times)

Offline vayu

  • User
  • Posts: 232
(solved) apt-get update errors and held packages
« on: 2015/07/22, 04:51:26 »
Is this something with my system or is it the sources? Should I be concerned, am I not getting some updates?

 
Code: [Select]
...
Ign http://packages.siduction.org unstable/main Translation-en_US
Ign http://packages.siduction.org unstable/main Translation-en
Fetched 1,531 kB in 28s (54.3 kB/s)
W: Failed to fetch http://http.debian.net/debian/dists/unstable/main/binary-amd64/PackagesIndex  Hash Sum mismatch


W: Failed to fetch http://http.debian.net/debian/dists/unstable/main/i18n/Translation-enIndex  Hash Sum mismatch


E: Some index files failed to download. They have been ignored, or old ones used instead.

I'm also having some packages held back.  Maybe the two problems are related?
 
Code: [Select]
The following packages have been kept back:
  gcc-4.9-base:i386 libasound2-plugins:i386 libelf1:i386 libicu52:i386 libjack-jackd2-0:i386 libsystemd0:i386
  libudev1:i386 libx264-146:i386 libx265-59:i386
The following packages will be upgraded:
  google-chrome-stable
1 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
« Last Edit: 2015/07/23, 00:54:18 by piper »

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
Re: apt-get update errors and held packages
« Reply #1 on: 2015/07/22, 08:10:53 »
Hello vayu,

http.debian.net  has been transformed to an official debian service during the release of jessie.

Code: [Select]
deb http://httpredir.debian.org/debian/ unstable main [contrib non-free] 
greetings
musca
β€žEs irrt der Mensch, solang er strebt.β€œ  (Goethe, Faust)

Offline vayu

  • User
  • Posts: 232
Re: apt-get update errors and held packages
« Reply #2 on: 2015/07/22, 14:30:36 »
Hello vayu,

http.debian.net  has been transformed to an official debian service during the release of jessie.

Code: [Select]
deb http://httpredir.debian.org/debian/ unstable main [contrib non-free] 
greetings
musca

All is well again. Thank you!