Something happened today , and I am not sure what. I noticed the WebUI wouldn't load and then I discovered that somehow most (if not all) of the packages for OMV got removed. I attempted to reinstall but then had issues getting all the packages to install. It was saying some packages weren't configured yet and running apt -f install did not fix the issues as the required dependencies also would not install. It is a crazy mess and I am not sure where/how/when it started or happened.
Right now, I am trying to reinstall the packages for OMV but I am getting Hash Sum Mismatch for a lot of the packages. I managed to sort some with:
rm -rf /var/lib/apt/lists/*
apt clean
But not all. Taking avahi-daemon as an example:
~# apt install avahi-daemon
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libavahi-core7
Suggested packages:
avahi-autoipd
Recommended packages:
libnss-mdns
The following NEW packages will be installed:
avahi-daemon libavahi-core7
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 94.8 kB/210 kB of archives.
After this operation, 571 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://deb.debian.org/debian buster/main amd64 avahi-daemon amd64 0.7-4+b1 [94.8 kB]
Err:1 http://deb.debian.org/debian buster/main amd64 avahi-daemon amd64 0.7-4+b1
Hash Sum mismatch
Hashes of expected file:
- SHA256:067648b663dd2f4e54e68992ae97ceba2c0b557aedffff0e36fc4c9b1aef2fb1
- MD5Sum:00fbb57fcbf937e7fea1a4d8696e55ff [weak]
- Filesize:94824 [weak]
Hashes of received file:
- SHA256:49342866f35d461b0f817142f1defaa4cd82e8900337486431443532da5ac842
- MD5Sum:aa8dc0ae4422be7ff2ce7dc1bf13de4c [weak]
- Filesize:94824 [weak]
Last modification reported: Wed, 10 Oct 2018 08:28:57 +0000
Fetched 94.8 kB in 11s (8,484 B/s)
E: Failed to fetch http://deb.debian.org/debian/pool/main/a/avahi/avahi-daemon_0.7-4+b1_amd64.deb Hash Sum mismatch
Hashes of expected file:
- SHA256:067648b663dd2f4e54e68992ae97ceba2c0b557aedffff0e36fc4c9b1aef2fb1
- MD5Sum:00fbb57fcbf937e7fea1a4d8696e55ff [weak]
- Filesize:94824 [weak]
Hashes of received file:
- SHA256:49342866f35d461b0f817142f1defaa4cd82e8900337486431443532da5ac842
- MD5Sum:aa8dc0ae4422be7ff2ce7dc1bf13de4c [weak]
- Filesize:94824 [weak]
Last modification reported: Wed, 10 Oct 2018 08:28:57 +0000
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Display More
Hopefully fixing this one will fix them all.... any ideas how I can sort this?