You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
When attempting to install the Azure Arc agent onto a Ubuntu 22.04 machine the downloaded install script install_linux_azcmagent.sh fails partway through as the azcmagent_1.46.02809.1707_amd64.deb package fails the hash sum check.
When did the issue occur?
16SEP24 - previously worked without an issue 06SEP24 which was the last time we checked.
If applicable, what package did you attempt to install, and from which repo?
Package is - https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/a/azcmagent/azcmagent_1.46.02809.1707_amd64.deb
This was triggered via the script downloaded from https://aka.ms/azcmagent
Steps to Reproduce
Setup a clean Ubuntu 22.04 machine - one used was an AWS machine with the AMI ami-00b2b33fc1d323a54
Run the following:
# Download the installation package
wget https://aka.ms/azcmagent -O ~/install_linux_azcmagent.sh
# Install the hybrid agent
sudo bash ~/install_linux_azcmagent.sh
Actual Result
Install script errors as the azcmagent_1.46.02809.1707_amd64.deb package it downloaded fails the hash sum check.
E: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/a/azcmagent/azcmagent_1.46.02809.1707_amd64.deb Hash Sum mismatch
Hashes of expected file:
- SHA256:7c96c04a956b16b866c56c2c55abdd5565342b0392019cd5e2edb65171287d95
- Filesize:67295686 [weak]
Hashes of received file:
- SHA256:88f2366f330550332ab2fc83042113dd51482f6a427b7bfb1818b547d4ab19a9
- Filesize:67295686 [weak]
Last modification reported: Tue, 10 Sep 2024 21:48:24 +0000
Expected Result
Hashes should match and the install script should execute without issue. The azcmagent command can be called to verify the Azure Arc agent has installed successfully.
The text was updated successfully, but these errors were encountered:
The country is the UK - deploying from AWS eu-west-2 region.
When downloading via the wget command above the sha256 is 7c96c04a956b16b866c56c2c55abdd5565342b0392019cd5e2edb65171287d95 which I believe is the expected one.
That is the correct hash digest. We had some CDN issues this morning in the UK region. I've manually purged the file from our cache. Can you see if you are still experiencing the problem?
Describe the issue
When attempting to install the Azure Arc agent onto a Ubuntu 22.04 machine the downloaded install script
install_linux_azcmagent.sh
fails partway through as theazcmagent_1.46.02809.1707_amd64.deb
package fails the hash sum check.When did the issue occur?
16SEP24 - previously worked without an issue 06SEP24 which was the last time we checked.
If applicable, what package did you attempt to install, and from which repo?
Package is -
https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/a/azcmagent/azcmagent_1.46.02809.1707_amd64.deb
This was triggered via the script downloaded from
https://aka.ms/azcmagent
Steps to Reproduce
ami-00b2b33fc1d323a54
Actual Result
Install script errors as the
azcmagent_1.46.02809.1707_amd64.deb
package it downloaded fails the hash sum check.Expected Result
Hashes should match and the install script should execute without issue. The
azcmagent
command can be called to verify the Azure Arc agent has installed successfully.The text was updated successfully, but these errors were encountered: