Problem with checking update

Asked by rajsh

The following are the details after the Update manager runs and give the error please provide the solution to remove error

W: Failed to fetch http://ntfs-3g.sitesweetsite.info/ubuntu/dists/dapper/Release.gpg Could not resolve 'ntfs-3g.sitesweetsite.info'

W: Failed to fetch http://ntfs-3g.sitesweetsite.info/ubuntu/dists/dapper/main/i18n/Translation-en_US.bz2 Could not resolve 'ntfs-3g.sitesweetsite.info'

W: Failed to fetch http://ntfs-3g.sitesweetsite.info/ubuntu/dists/dapper/main-all/i18n/Translation-en_US.bz2 Could not resolve 'ntfs-3g.sitesweetsite.info'

W: Failed to fetch http://ntfs-3g.sitesweetsite.info/ubuntu/dists/edgy/Release.gpg Could not resolve 'ntfs-3g.sitesweetsite.info'

W: Failed to fetch http://ntfs-3g.sitesweetsite.info/ubuntu/dists/edgy/main/i18n/Translation-en_US.bz2 Could not resolve 'ntfs-3g.sitesweetsite.info'

W: Failed to fetch http://ntfs-3g.sitesweetsite.info/ubuntu/dists/edgy/main-all/i18n/Translation-en_US.bz2 Could not resolve 'ntfs-3g.sitesweetsite.info'

W: Failed to fetch cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release amd64 (20081029.2)]/dists/intrepid/main/binary-amd64/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release amd64 (20081029.2)]/dists/intrepid/restricted/binary-amd64/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch http://ppa.launchpad.net/openoffice-pkgs/ubuntu/dists/intrepid/Release Unable to find expected entry deb/binary-amd64/Packages in Meta-index file (malformed Release file?)

W: Failed to fetch http://flomertens.keo.in/ubuntu/dists/dapper/main/binary-amd64/Packages.gz 302 Moved Temporarily

W: Failed to fetch http://flomertens.keo.in/ubuntu/dists/dapper/main-all/binary-amd64/Packages.gz 302 Moved Temporarily

W: Failed to fetch http://flomertens.keo.in/ubuntu/dists/edgy/main/binary-amd64/Packages.gz 302 Moved Temporarily

W: Failed to fetch http://flomertens.keo.in/ubuntu/dists/edgy/main-all/binary-amd64/Packages.gz 302 Moved Temporarily

W: Failed to fetch http://flomertens.free.fr/ubuntu/dists/dapper/main/binary-amd64/Packages.gz 404 Not Found

W: Failed to fetch http://flomertens.free.fr/ubuntu/dists/dapper/main-all/binary-amd64/Packages.gz 404 Not Found

W: Failed to fetch http://flomertens.free.fr/ubuntu/dists/edgy/main/binary-amd64/Packages.gz 404 Not Found

W: Failed to fetch http://flomertens.free.fr/ubuntu/dists/edgy/main-all/binary-amd64/Packages.gz 404 Not Found

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

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cameron W (cwill747) said :
#1

according to your problem, the site "http://ntfs-3g.sitesweetsite.info" is no longer up and running. the site "http://flomertens.free.fr" also is running, but the binary-amd64 packages are no longer on the site, i386 is the only thing still supported. You need to either delete these from your sources file, located at /etc/apt/sources.list, or find the address where they are currently hosted. Perhaps if you go to these sites and click through the links you will find amd64 supported packages. To edit your sources file, which tells aptitude where to find the packages you wish to update, use:
sudo gedit /etc/apt/sources.list

As for the cdrom: entry, look at https://answers.launchpad.net/ubuntu/+source/nautilus/+question/65039
for an answer. You should not need the cdrom any more. You should comment out or delete these lines from your /etc/apt/sources.list by using the following:
sudo gedit /etc/apt/sources.list
and placing a # in front of the cdrom: lines to comment out. Or deleting them

Revision history for this message
Sam_ (and-sam) said :
#2

As you can see in above messages, you wanted to download packages related to Dapper and Edgy.
Please note:
https://help.ubuntu.com/community/UpgradeNotes
https://help.ubuntu.com/community/Repositories/Ubuntu

##Example of a 'clean' sources.list (US-Server)

## Ubuntu supported packages
deb http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted
#deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
#deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

## Ubuntu community supported packages
deb http://us.archive.ubuntu.com/ubuntu/ intrepid universe
#deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates universe
#deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-updates universe

deb http://us.archive.ubuntu.com/ubuntu/ intrepid multiverse
#deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
#deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Canonical's 'partner' repository.
## This software is not part of Ubuntu, but is
## offered by Canonical
deb http://archive.canonical.com/ubuntu intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse

Can you help with this problem?

Provide an answer of your own, or ask rajsh for more information if necessary.

To post a message you must log in.