My apologies if this is already covered elsewhere, but if it is my search fu is not up to the task of finding it.
I'm trying to setup a new instance with Ubuntu 14.04 LTS. Since I don't do this daily, I'm following the instructions for Ubuntu in
https://library.linode.com/getting-started and everything is fine UNTIL!
I run apt-get update and seem to get everything until the end when I see the following warnings & errors (I presume W: and E: are warnings and errors):
Quote:
W: Failed to fetch gzip:/var/lib/apt/lists/partial/mirrors.linode.com_ubuntu_dists_trusty_universe_source_Sources Hash Sum mismatch
W: Failed to fetch gzip:/var/lib/apt/lists/partial/mirrors.linode.com_ubuntu_dists_trusty_main_binary-amd64_Packages Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
I take the last line at its word and think maybe all is well since everything else updated, and maybe this is just a difference with a linode customized distribution, so I run apt-get upgrade --show-upgraded:
Quote:
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Which is not too surprising, it's the 14.04 release, which is very new, probably nothing to update. I'm somewhat disconcerted by the lack of aptitude in the install, but I'll get used to that I guess.
My question is: Is all well? Were the warnings and errors above expected or is there a problem I need to resolve?
SDR