We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With dehydrated 0.7.1 hexdump was added to required binaries. hexdump is not (yet?) available on illumos. See dehydrated-io/dehydrated#910.
hexdump
/opt/triton-dehydrated/dehydrated -c # INFO: Using main config file /opt/triton-dehydrated/config ERROR: This script requires hexdump. exit_hook
The text was updated successfully, but these errors were encountered:
Add patch to move hexdump check to function that
03eec97
requires it #65
Add patch to replace hexdump with od
8303351
Apply patch early dehydrated-io/dehydrated#943 Fixes #65
Thanks to @bahamat, there's now a PR to fix this upstream as well dehydrated-io/dehydrated#943.
Sorry, something went wrong.
teutat3s
Successfully merging a pull request may close this issue.
With dehydrated 0.7.1
hexdump
was added to required binaries.hexdump
is not (yet?) available on illumos. See dehydrated-io/dehydrated#910.The text was updated successfully, but these errors were encountered: