I'm following the instructions here, trying to set up a new REMnux machine.
The install fails due to a mismatch of hashes between what the Salt stack script expects and the hash of the file I assume is being downloaded and checked on the fly. The relevant excerpt from saltstack.log:
file_|-remnux-scripts-dexray-source_|-/usr/local/bin/dexray_|-managed:
__id__: remnux-scripts-dexray-source
__run_num__: 571
__sls__: remnux.scripts.dexray
changes: {}
comment: Specified sha256 checksum for /usr/local/bin/dexray (6b11902badba2e0c2a811bdc9fe4e32a8654eb61fbb66f9e65c14b7d18b9e6fc)
does not match actual checksum (fa566a68f364b6f31a7ef7b903baca489211d991620f3f0000d75e4640566078)
duration: 875.435
name: /usr/local/bin/dexray
result: false
start_time: '08:37:38.510949'
The culprit can be found here.
This seems to be the only issue, but some other steps and tests depend on it and thus fails:
- file: remnux-addon-version-file
- tests: remnux-dedicated and remnux-scripts
I'm following the instructions here, trying to set up a new REMnux machine.
The install fails due to a mismatch of hashes between what the Salt stack script expects and the hash of the file I assume is being downloaded and checked on the fly. The relevant excerpt from
saltstack.log:The culprit can be found here.
This seems to be the only issue, but some other steps and tests depend on it and thus fails: