-
Notifications
You must be signed in to change notification settings - Fork 174
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
xCAT Installation Fails on Rocky Linux 9.5 Due to OpenSSL Compatibility #7481
Comments
@Obihoernchen @ocfmatt can you help us on this? |
This seems to be the issue: openssl/openssl#22966 |
Please test #7482 |
Thanks for submitting this. Was about to do the same. |
This is what i had to do to get the installation working under rocky9.5: Download the go-xcat tool using wget:
Run the go-xcat tool with the devel option:
NOTE: This will fail with the certificate issue but carry on with the below.
Comment out anything with authorityKeyIdentifier i.e.:
Make the following change: Comment out: Change to: Source the profile to add xCAT Commands to your path: Reinitialise the xcat installation: Check the xCAT version:
|
Description:
The xCAT installation on Rocky Linux 9.5 fails due to an issue with OpenSSL compatibility. Rocky Linux 9.5 includes OpenSSL 3.2.2, which does not appear to be compatible with xCAT. During the configuration step, when xcat tries to generate certs or when running xcatconfig -c throws the following error:
The text was updated successfully, but these errors were encountered: