-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
"Signature status is not valid. Status: Unknown" when dowloading Postgres #11204
Comments
Hi @ChrisGibson1982 ,Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating. |
hi @ChrisGibson1982 , |
buildAgentLog_Postgres.txt |
Our network team have checked the inbound/outbound traffic for the temp packer vm and they can't see any connections that where blocked, apart from http to a hashicorp url that then succeeed on 443 |
Hi , Please be informed. To workaround this issue, you can either update VM size variable "vm_size" or update the variable for temporary files variable "temp_dir". Thanks |
Hi, the temporary vm is s Standard F8s V2, which does have a temp drive. I also ran ps command via the portal and i can see the D drive. so should this be ok? |
Yes , please try it, and revert the status of it , thanks |
Hi @ChrisGibson1982 , Any update on this . Could you please provide .. thanks |
Description
When my image creation gets to the downloading Postgres, i get the below error. I am use the current mian branch
==> azure-arm.image: Provisioning with powershell script: C:/Agent7/_work/3/s/runner-images/images/windows/templates/../scripts/build/Install-PostgreSQL.ps1 azure-arm.image: Downloading package from https://get.enterprisedb.com/postgresql/postgresql-14.12-1-windows-x64.exe to D:\temp\postgresql-14.12-1-windows-x64.exe... azure-arm.image: Package downloaded in 13.97 seconds ==> azure-arm.image: Signature status is not valid. Status: UnknownError ==> azure-arm.image: At C:\Program Files\WindowsPowerShell\Modules\ImageHelpers\InstallHelpers.ps1:983 char:9 ==> azure-arm.image: + throw "Signature status is not valid. Status: $($signature.St ... ==> azure-arm.image: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> azure-arm.image: + CategoryInfo : OperationStopped: (Signature statu...s: UnknownError:String) [], RuntimeException ==> azure-arm.image: + FullyQualifiedErrorId : Signature status is not valid. Status: UnknownError ==> azure-arm.image: ==> azure-arm.image: Script exited with non-zero exit status: 1. Allowed exit codes are: [0] ==> azure-arm.image: Step "StepProvision" failed
Platforms affected
Runner images affected
Image version and build link
latest code from main branch
Is it regression?
no
Expected behavior
to successfully download and install Postgres
Actual behavior
Fails to install/download Postgres
Repro steps
run the GenerateResourcesAndImage powershell function to build a new image
The text was updated successfully, but these errors were encountered: