Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - andygo

Pages: [1]
1
Installation issues / apt-get update problem`
« on: July 06, 2008, 10:04:16 am »
here's my sources.list
Code: [Select]
root@dcerouter:~# cat /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ gutsy  main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates  main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ gutsy-security  main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy  main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates  main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ gutsy-security  main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-backports  main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-backports  main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-proposed  restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-proposed  restricted main multiverse universe
deb http://archive.canonical.com/ubuntu/ gutsy  partner
deb http://archive.ubuntu.com/ubuntu/ replacements_debian  main
deb http://deb.linuxmce.com/ubuntu/ 20dev_ubuntu  main

when I run apt-get update I get following error
Code: [Select]
Err http://archive.ubuntu.com replacements_debian/main Packages
  404 Not Found [IP: 91.189.88.45 80]
Fetched 6B in 5s (1B/s)
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/20dev_ubuntu/main/binary-amd64/Packages.gz  302 Found
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/replacements_debian/main/binary-amd64/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.

As I understood these files just not avaliable on these servers
please suggest how to update (and distr-upgrade) correctly

Pages: [1]