Page 1 of 1

[Solved] Problem With Mirrors?

Posted: Wed Dec 26, 2012 5:52 pm
by WhatUsernameIsFree?
Hi all,

When I update aptitude I get the following errors:

Code: Select all

W: Failed to fetch http://packages.linuxmint.com/dists/debian/import/binary-amd64/Packages: Something wicked happened resolving 'packages.linuxmint.com:http' (-11 - System error)
E: Some index files failed to download. They have been ignored, or old ones used instead.
E: Couldn't rebuild package cache
So in complete ignorance I checked to see if there was a better mirror to use.

Code: Select all

$sudo mint-choose-debian-mirror
Current server: 'http://mirror.rts-informatique.fr/linuxmint/debian' (latest)
An error occurred:  Couldn't resolve host 'mirror.rts-informatique.fr'
An error occurred:  Couldn't resolve host 'debian.lth.se'
An error occurred:  Couldn't resolve host 'lmde-mirror.gwendallebihan.net'
An error occurred:  Couldn't resolve host 'debian.linuxmint.com'
Best server: None
I'm posting from this machine, so I do have internet access, and they all ping so they can be seen from this machine. Any idea what's happening?

Thanks

Re: Problem With Mirrors?

Posted: Wed Dec 26, 2012 6:01 pm
by zerozero
Something wicked happened resolving 'packages.linuxmint.com:http' (-11 - System error)
this usually means DNS problems
this is just one of the bug reports opened regarding this issue >> https://bugs.launchpad.net/ubuntu/+sour ... bug/574886

Re: Problem With Mirrors?

Posted: Wed Dec 26, 2012 6:09 pm
by WhatUsernameIsFree?
My DNS is pointed at Google's DNS within network manager. Is this not the current workaround?

Re: Problem With Mirrors?

Posted: Thu Dec 27, 2012 5:46 am
by WhatUsernameIsFree?
This I randomly stumbled across. Within /etc/nsswitch.conf I had

Code: Select all

hosts:          wins files dns
. I removed the wins and it updated fine after that.