-
Notifications
You must be signed in to change notification settings - Fork 312
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
Unable to bootstrap pcluster-3.10.1 on Rocky LInux 9.4 #6371
Comments
Sorry for the late reply, This error seems to be related to #6378 |
The munge key issue referred to in #6378 has been fixed but Rocky LInux 9 clusters are still failing.
More logs:
And more:
So to reiterate, this works with Rocky 8 but NOT with Rocky 9. |
I was able to resolve the issue on Rocky 9.5 with ParallelCluster 3.11 by adjusting the permissions of the /etc directory. I created a bash script containing the following command: sudo chmod 0755 /etc Then, I updated the pcluster config-file.yml to include this script in both the HeadNode and SlurmQueues sections under CustomActions: CustomActions: OnNodeStart: Script: For reference, here is the documentation: |
hi @JamesDavidson13 - thanks for the feedback! Changing the permissions on /etc using an OnStart custom action did the trick. |
Applying the suggested fixes outlined on https://github.com/aws/aws-parallelcluster/wiki/(3.9.0%E2%80%90current)-Cluster-creation-fails-on-Rocky-9.4 resolved this issue. |
We are unable to bootstrap a custom Rocky LInux 9.4 AMI using ParallelCluster 3.10.1.
Here is the
cfn-init
log stream:From the
system-messages
log strem:From the
chef-client
log:We can't get into the head node so unfortunately we are unable to provide the log files referenced above.
For now, we are dropping back to Rocky Linux 8.
Any guidance you can provide would be appreciated.
The text was updated successfully, but these errors were encountered: