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

Issue with installs on FIPS enabled systems #550

Open
aaronlippold opened this issue Mar 18, 2022 · 0 comments
Open

Issue with installs on FIPS enabled systems #550

aaronlippold opened this issue Mar 18, 2022 · 0 comments

Comments

@aaronlippold
Copy link

On RHEL FIPS enabled systems you get a

cpio: Digest mismatch 

on the RPM install

adding the following flags to the rpm -ihv command works around the issue

rpm -ivh --nodigest --nofiledigest

The same may be true of Ubuntu systems

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

1 participant