-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems downloading the Microsoft Visual C++ Redistributables #171
Comments
Same problem but randomly (occurs mainly on week-end) Code:
Output:
|
What's the environment you're running in? (i.e. on-prem, Azure etc.). Does this occur in more than one environment? |
Hello,
The image build is done on Azure, with Azure Image Builder.
The base image is win10-22h2-avd-g2
The connection to internet is proxyfied by a container build by AIB.
https://learn.microsoft.com/en-us/azure/virtual-machines/security-isolated-image-builds-image-builder#dont-bring-your-own-build-vm-subnet
Best regards,
Stéphane JEANJEAN
De : Aaron Parker ***@***.***>
Envoyé : lundi 14 octobre 2024 13:05
À : aaronparker/vcredist ***@***.***>
Cc : JEANJEAN, Stéphane ***@***.***>; Comment ***@***.***>
Objet : Re: [aaronparker/vcredist] Problems downloading the Microsoft Visual C++ Redistributables (Issue #171)
What's the environment you're running in? (i.e. on-prem, Azure etc.). Does this occur in more than one environment?
Any proxy servers/firewalls in the internet path?
—
Reply to this email directly, view it on GitHub<https://secure-web.cisco.com/1gRUjQhC0wfM7gjdxw6YEEW9RRKYwoqbf1IkzfTeJ7AYygiLEpC7bjNQBpl6qvP4J9seNyehzHY3IZPlIOBZEh7r6zLBHNYQ8F-hbXCihz0aarSDIIsytvvOE-tCHPAuiIxFDqob9O799SsF3m9xcbkjTHGsXMQFCXCjo-3Zq7gfLP6AyRQf0dHYEgx2BR1nID1uV0k91MykBbrAqWYTzfgldMrTOV_ddM8wBN2daMxnCPQ9vGJnBfnikMOH7y9nJmTiSj2j-YyW7mQv1y8xwLE0Epe55vDX98m0aXMmjtT_R_AIQFAqE2attvDtxGohqc3p7o0o37rAuB8WPtHL85v-wz8UxJiITYx3cZea37B5VC53Ix4omE3SDisiJPTocg9Ytgs5WoNPFHX7UU6c27sPPm1swL8eRrC17ocfr9bO76IY_YVFqBqiItcxdnV1y/https%3A%2F%2Fgithub.com%2Faaronparker%2Fvcredist%2Fissues%2F171%23issuecomment-2410877424>, or unsubscribe<https://secure-web.cisco.com/1ZWkuFQui38uwAb28FJQhN1fG0B027MauobrnQ0yBIK551B8gYomjME-YrLXh0hjuctyIdzFfP8oJNZblOpLJXi3io3JyodhrmozE1hzYOLmI9aUAU-HSI_DbYNZOsiyQzJGamd1gWatHDWYP8RUuq4OpJV0G37eZGRq6eHLZQfz1t43CHEa0N-eCXsVg-aYPhZNuIgyl8QJoAlkIJLIGgA8ZjW4jw_C8L5f4TvxiMX2Ex6wtX9JaPQQnPop04MGboJ4mTK1LfRhSwYDzRIE8vMcVaED2DTxDYJrDKQGCUhdVPMVx9gPBEJxy_zPZLuPYtVIF5u5rZvYt-g9-a7pc0bSoB3KvOSF4o-yKS5qKsdDBTLsuQ6IvncVFp9Klliwz5iSlQSy7WPx3EYzUoFNUAx6vrq6SEz7lyMW3BatPWyCS5sc2dNSFPufy8yLRnMo1/https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAHHIUDDCMEM3PYEZV4RVAODZ3OQPNAVCNFSM6AAAAABPUVGTTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJQHA3TONBSGQ>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
------
Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et secrets. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee. Si vous n'etes pas le bon destinataire, nous vous demandons de ne pas lire, copier, utiliser ou divulguer cette communication. Nous vous prions de notifier cette erreur a l'expediteur et d'effacer immediatement cette communication de votre systeme.
Any data and information contained in this electronic mail is personal, confidential and secret. Any total or partial publication, use or distribution must be authorized. If you are not the right addressee, we ask you not to read, copy, use or disclose this communication. Please notify this error to the sender and erase at once this communication from your system.
|
I think it is a problem in the Microsoft CDN network in West Europe. Besides the C++ VC redist, I have problems with the .NET and the M365 download sometimes. When I change the hosts file name to use another IP in the United States everything worked as aspected. As temp fix I created a script to to add this record |
I have seen various HTTP 502 errors in the past when building images in Azure, typically in Australia East. I haven't been able to determine the cause yet. |
Expected Behavior
The Microsoft Visual C++ Redistributables are downloaded and installed.
Current Behavior
What is the current behavior?
Since today the the VC Redist downloading has gone wrong. The files are 0 KB.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Run this script:
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Get-Module -ListAvailable VcRedist
: 4.1.498Get-PSVersion
: 5.1Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: