-
Type:
Incident report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: 7.0.26
-
Component/s: Packages (C)
-
Environment:OS: Ubuntu 24.04 LTS (noble)
Repository URL: https://repo.zabbix.com/zabbix/7.0/ubuntu/
It seems there is a repository synchronization issue or hash mismatch on the official Zabbix repository for Ubuntu 24.04 LTS (noble) main component.
When running `apt-get update`, it constantly fails with "Hash Sum mismatch" for `Sources.gz` and `Packages.gz`. Cleaning the local APT cache (`/var/lib/apt/lists/*`) does not resolve the issue, which indicates that the metadata on the remote server (`repo.zabbix.com`) is currently out of sync.
Steps to reproduce:
1. Set up Zabbix 7.0 repository on Ubuntu 24.04 LTS (noble).
2. Run `sudo apt-get update`
Result:
APT blurs with the following hash sum mismatch error:
E: Failed to fetch https://repo.zabbix.com/zabbix/7.0/ubuntu/dists/noble/main/source/Sources.gz Hash Sum mismatch
Hashes of expected file:
- Filesize:44643 [weak]
- SHA256:39c643327f3a4d55b810b20ac2fa8543a95ccff2f25df7e156f8266db2ddda35
Hashes of received file:
- SHA256:8cc5554db06e620b5d7be5d5e23510bd9c5380f4395ee3c02cd38b392f889c18
Expected:
The repository metadata should match the actual generated file hashes so that `apt-get update` completes successfully.
Could you please regenerate the repository metadata (InRelease / Release files) for the noble branch?
Thank you.