Re: Jessie mirrors not working

Carlos Kosloff <[email protected]>
Newsgroups gmane.linux.debian.user.mirrors
Message-ID <[email protected]>
Thanks for answer.
I did add the entry I missed, so now my sources.list looks like this:

deb http://ftp.us.debian.org/debian/ jessie main non-free contrib

# deb-src http://ftp.us.debian.org/debian/ jessie  main non-free contrib

deb http://ftp.us.debian.org/debian/ jessie/updates main contrib non-free

# deb-src http://ftp.us.debian.org/ jessie/updates main contrib non-free

# wheezy-updates, previously known as 'volatile'

deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free

# deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free

# Jessie Backports

deb http://http.debian.net/debian jessie-backports main contrib non-free

After apt-get update, I am still getting same error:

Err http://ftp.us.debian.org jessie/updates/main amd64 Packages

   404  Not Found [IP: 64.50.233.100 80]

Err http://ftp.us.debian.org jessie/updates/contrib amd64 Packages

   404  Not Found [IP: 64.50.233.100 80]

Err http://ftp.us.debian.org jessie/updates/non-free amd64 Packages

   404  Not Found [IP: 64.50.233.100 80]

Ign http://ftp.us.debian.org jessie/updates/contrib Translation-en_US

Ign http://ftp.us.debian.org jessie/updates/contrib Translation-en

Ign http://ftp.us.debian.org jessie/updates/main Translation-en_US

Ign http://ftp.us.debian.org jessie/updates/main Translation-en

Ign http://ftp.us.debian.org jessie/updates/non-free Translation-en_US

Ign http://ftp.us.debian.org jessie/updates/non-free Translation-en

Fetched 7,032 B in 4s (1,563 B/s)

W: Failed to fetch http://ftp.us.debian.org/debian/dists/jessie/updates/main/binary-amd64/Packages  404  Not Found [IP: 64.50.233.100 80]

W: Failed to fetch http://ftp.us.debian.org/debian/dists/jessie/updates/contrib/binary-amd64/Packages  404  Not Found [IP: 64.50.233.100 80]

W: Failed to fetch http://ftp.us.debian.org/debian/dists/jessie/updates/non-free/binary-amd64/Packages  404  Not Found [IP: 64.50.233.100 80]

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

root@Jessie:/home/ckosloff#

I started out from a CD with wheezy and moved on to Jessie, it did take 
the upgrade, but then it stopped working.
The apt-get update does not throw any syntax error, I can ping the 
failed IP from the VM with 0 packet loss, so I am out of ideas.
Please help.
------------------------------------------------------------------------
On 10/23/2015 01:15 AM, Estelmann, Christian wrote:
> Hi Carlos,
>
> one entry in your sources.list is not correct. The address for 
> jessie/updates is incomplete. Append "debian" to the url. The correct 
> entry would be
> deb http://ftp.us.debian.org/debian/ jessie/updates 
> <http://ftp.us.debian.org/debian/%C2%A0jessie/updates> main contrib 
> non-free
>
> After changing the file you have to update the cache (e.g. by running 
> apt-get update).
>
> Greetings,
> Christian
>
> Am 23. Oktober 2015 04:14:55 MESZ, schrieb Carlos Kosloff 
> <[email protected]>:
>
>     Hi list,
>
>     This is my first post to this list.
>     I cannot update my Jessie VM because of the following error that I
>     have been experiencing for several days, I tried the update just
>     now and it is still there.
>     The error arises both with httpredir or ftp.us.
>
>         |Err http://ftp.us.debian.org jessie/updates/main amd64 Packages
>           404  Not Found [IP: 64.50.236.52 80]
>         Err http://ftp.us.debian.org jessie/updates/contrib amd64 Packages
>           404  Not Found [IP: 64.50.236.52 80]
>         Err http://ftp.us.debian.org jessie/updates/non-free amd64
>         Packages
>           404  Not Found [IP: 64.50.236.52 80]
>         Ign http://ftp.us.debian.org jessie/updates/contrib
>         Translation-en_US
>         Ign http://ftp.us.debian.org jessie/updates/contrib Translation-en
>         Ign http://ftp.us.debian.org jessie/updates/main Translation-en_US
>         Ign http://ftp.us.debian.org jessie/updates/main Translation-en
>         Ign http://ftp.us.debian.org jessie/updates/non-free
>         Translation-en_US
>         Ign http://ftp.us.debian.org jessie/updates/non-free
>         Translation-en
>         Fetched 144 kB in 5s (28.6 kB/s)
>         W: Failed to fetch
>         http://ftp.us.debian.org/dists/jessie/updates/main/binary-amd64/Packages
>         404  Not Found [IP: 64.50.236.52 80]
>
>         W: Failed to fetch
>         http://ftp.us.debian.org/dists/jessie/updates/contrib/binary-amd64/Packages
>         404  Not Found [IP: 64.50.236.52 80]
>
>         W: Failed to fetch
>         http://ftp.us.debian.org/dists/jessie/updates/non-free/binary-amd64/Packages
>         404  Not Found [IP: 64.50.236.52 80]
>
>         E: Some index files failed to download. They have been
>         ignored, or old ones used instead.
>         |
>
>     I tried with the network card set to NAT and bridged and it is the
>     same, my other VMs all work fine on NAT, but it was worth giving
>     it a shot.
>     I published the issue at forums.debian.net and a user responded
>     that he was also experiencing the problem.
>
>     This is the syntax for my sources.list:
>
>     |deb http://ftp.us.debian.org/debian/ jessie main non-free contrib
>     # deb-src http://ftp.us.debian.org/debian/ jessie  main non-free
>     contrib
>
>     deb http://ftp.us.debian.org/ jessie/updates main contrib non-free
>     # deb-src http://ftp.us.debian.org/ jessie/updates main contrib
>     non-free
>
>     # wheezy-updates, previously known as 'volatile'
>     deb http://ftp.us.debian.org/debian/ jessie-updates main contrib
>     non-free
>     # deb-src http://ftp.us.debian.org/debian/ jessie-updates main
>     contrib non-free
>
>     # Jessie Backports
>     deb http://http.debian.net/debian jessie-backports main contrib
>     non-free|
>
>     Again, httpredir or ftp.us make no difference.
>     Please take action on this issue.
>     Thank you,
>
>     -- 
>     *Carlos Kosloff*
>     Office: (954) 283-8828
>     Cell: (954) 464-8822
>     Fax: (888) 854-5440
>     ------------------------------------------------------------------------
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.