Hi all,
This is my /etc/apt/sources.list of jessie, what's wrong as I am getting the following error output .
error :-
Code:
Err http://http.debian.net jesssie/main Sources
404 Not Found [IP: 54.192.190.154 80]
Err http://http.debian.net jesssie/contrib Sources
404 Not Found [IP: 54.192.190.154 80]
Err http://http.debian.net jesssie/non-free Sources
404 Not Found [IP: 54.192.190.154 80]
Fetched 7,819 B in 25s (307 B/s)
W: The repository 'http://http.debian.net jesssie Release' does not have a Release file. This is deprecated, please contact the owner of the repository.
W: Failed to fetch http://http.debian.net/debian/dists/jesssie/main/source/Sources 404 Not Found [IP: 54.192.190.154 80]
W: Failed to fetch http://http.debian.net/debian/dists/jesssie/contrib/source/Sources 404 Not Found [IP: 54.192.190.154 80]
W: Failed to fetch http://http.debian.net/debian/dists/jesssie/non-free/source/Sources 404 Not Found [IP: 54.192.190.154 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
This is my /etc/apt/sources.list :-
Code:
[$] cat /etc/apt/sources.list [2:23:45]
#### testing #########
deb http://http.debian.net/debian jessie main contrib non-free
deb-src http://http.debian.net/debian jesssie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
# testing-updates, previously known as 'volatile'
#deb http://http.debian.net/debian jessie-updates main contrib non-free
#deb-src http://http.debian.net/debian jessie-updates main contrib non-free
Now I am guessing one or more of the entries above are wrong, as probably all of testing-updates would probably come into play once jessie is released, right ?
This was generated via http://debgen.simplylinux.ch/ for lack of better places to generate sources.list from.