-
Notifications
You must be signed in to change notification settings - Fork 706
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
rhel7-playbook-stig.yml fatal error: openssl-pkcs11 package #9894
Comments
That is a bit weird: Line 75 in 4eb7e4a
|
Indeed. It seems it was not working and the "default" package was selected. We need to investigate this. |
Very strange.
I will look at it more tomorrow. So far no clue. |
@mildas , are you comfortable assigning this issue to you? |
This issue is very weird. Even the package used for testing has no occurrence of openssl-pkcs11 in the rhel7-playbook-stig.yml file. I guess we should also upload the playbook to the artifacts when there is a problem in the test for example. @mildas |
I would rerun the test and check if it still manifests |
Actually, I was wrong.
I did test re-run and it's there. Running tests on latest master now.
Well, not much comfortable :D But I will assign it and at least try. |
@marcusburghardt I think all smartcard issues are related. |
Maybe some race condition would make the build to generate bogus content... that will be really hard to find out. |
I just built the content on a rhel7 machine and the |
In the pre-compile rule (build/rhel7/rules/install_smartcard_packages.yml) in RHEL7 I see this:
While I see this in the pre-compiled rule in Fedora:
|
Building with Python3 on RHEL7 solves the issue, 😞 |
|
Feel free to assign the issue to yourself @evgenyz (or to anyone who will be working on it). |
Description of problem:
The Ansible playbook for RHEL7 STIG is failing with a fatal error when trying to install the
openssl-pkcs11
package in a RHEL7.SCAP Security Guide Version:
master as of 2022-11-26
Operating System Version:
RHEL7.9
Steps to Reproduce:
Actual Results:
Expected Results:
Playbook execution finishes without errors
Additional Information/Debugging Steps:
In RHEL7, the
pam_pkcs11
package is probably the desired package instead ofopenssl-pkcs11
package.The text was updated successfully, but these errors were encountered: