Skip to content
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

sensu-0.28.5-2.msi checksum mismatch #630

Closed
cdenneen opened this issue Mar 29, 2017 · 2 comments
Closed

sensu-0.28.5-2.msi checksum mismatch #630

cdenneen opened this issue Mar 29, 2017 · 2 comments

Comments

@cdenneen
Copy link
Contributor

1df026ebc4a070bc5929edcf6bca9451 is the proper checksum but for some reason remote_file is getting ae321125091331771aa6f9edbcbacb0a

 Error: Inconsistent checksums. Checksum of fetched file is ae321125091331771aa6f9edbcbacb0a. You specified 1df026ebc4a070bc5929edcf6bca9451
  Error: /Stage[main]/Sensu::Package/Remote_file[C:\Windows\Temp\sensu-0.28.5-2.msi]/ensure: change from absent to present failed: Inconsistent checksums. Checksum of fetched file is ae321125091331771aa6f9edbcbacb0a. You specified 1df026ebc4a070bc5929edcf6bca9451
@cdenneen
Copy link
Contributor Author

@cwjohnston wondering if this has to do with the redirect in place?

@cwjohnston
Copy link
Contributor

@cdenneen looks like you may be confusing the checksums for 64bit (x64) and 32bit (x86) builds:

$ curl -sL http://repositories.sensuapp.org/msi/sensu-0.28.5-2.msi | md5sum
ae321125091331771aa6f9edbcbacb0a  -
$ curl -sL http://repositories.sensuapp.org/msi/2012r2/sensu-0.28.5-2-x64.msi | md5sum
ae321125091331771aa6f9edbcbacb0a  -
$ curl -sL http://repositories.sensuapp.org/msi/2012r2/sensu-0.28.5-2-x86.msi | md5sum
1df026ebc4a070bc5929edcf6bca9451  -

See #626 (comment) for some notes about the JSON metadata we are now publishing along side these MSI artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants