I have two virtual machines running 16.04.4 LTS Server. They are hosted on a Nutanix cluster using Acropolis Hyper-visor. Both of them are producing error messages when I attempt to run a "dist-upgrade". I've tried doing:
I've tried using "--fix-missing" and I've disabled IPv6. Nothing seems to make any difference. Nothing else causes any errors (including just "upgrade"), but when I run "dist-upgrade" I end up with:
At first I thought it might be an issue with the Ubuntu archive server, but now it's been going on for two days. I've found in other threads that it's possibly due to something with the vm network interface, but I can't seem to find a solution. Any suggestions would be greatly appreciated.
Code:
sudo apt-get clean
Code:
sudu apt-get -f install
Code:
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
Code:
mylogin@MYSERVER:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
linux-headers-4.4.0-131 linux-headers-4.4.0-131-generic
The following packages will be upgraded:
linux-generic linux-headers-generic linux-image-generic
3 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.0 MB/10.9 MB of archives.
After this operation, 78.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-headers-4.4.0-131 all 4.4.0-131.157
Connection failed [IP: 91.189.91.23 80]
Err:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 linux-headers-4.4.0-131 all 4.4.0-131.157
Connection failed [IP: 91.189.91.23 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/....0-131.157_all.
deb Connection failed [IP: 91.189.91.23 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?