Skip to content

Instantly share code, notes, and snippets.

@ajshastri
ajshastri / gist:0868eb162409152f1f0594db41770a55
Created January 23, 2024 16:44
Chocolatey error for correttojdk-23 Jan 2024
Original error in GIST
```
2024-01-23 01:59:13,807 1932 [DEBUG] - Command ['C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -c="58899be77c0992cce93172389de1cbeb8" -t="md5" -f="C:\Users\vagrant\AppData\Local\Temp\chocolatey\correttojdk\21.0.2.131\amazon-corretto-21.0.2.13.1-windows-x64.msi"] exited with '1'.
2024-01-23 01:59:13,884 1932 [ERROR] - ERROR: Checksum for 'C:\Users\vagrant\AppData\Local\Temp\chocolatey\correttojdk\21.0.2.131\amazon-corretto-21.0.2.13.1-windows-x64.msi' did not meet '58899be77c0992cce93172389de1cbeb8' for checksum type 'md5'. Consider passing the actual checksums through with --checksum --checksum64 once you validate the checksums are appropriate. A less secure option is to pass --ignore-checksums if necessary.
at <ScriptBlock>, <No file>: line 1
```
Manual attempt
```
vagrant@WIN-KPPHL22A2FC C:\ProgramData\chocolatey\tools>'C:\ProgramData\chocolatey\helpers\..\tools\checksum.exe' -f "C:\Users\vagrant\AppData\Local\Temp\chocolatey\correttojdk\21.0.2.131\amazon-corretto-21.0.
@ajshastri
ajshastri / log
Created December 2, 2021 18:56
The host path of the shared folder is missing: ./provision
vagrant : INFO global: Vagrant version: 2.2.19
At line:1 char:1
+ vagrant up --debug 2>&1 | Tee-Object -FilePath ".\vagrant.log"
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( INFO global: Vagrant version: 2.2.19:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
INFO global: Ruby version: 2.7.4
INFO global: RubyGems version: 3.1.6
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\2.2.19\\gems\\vagrant-2.2.19\\bin\\vagrant"