AWS CLI Error: LOADER: failed to restart process: Operation not permitted #10291
Unanswered
BEANB00ZLED
asked this question in
Q&A
Replies: 1 comment
-
|
This usually happens when the AWS CLI executable cannot re-execute itself. On RHEL 9, common causes include:
Can you provide the output of: which aws
ls -l $(which aws)
mount | grep noexec
getenforceAlso, how was AWS CLI installed (official installer, RPM, pip, or package manager)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I try to run an aws command on my RHEL 9 machine I get this error. The error number is inconsistent and i have tried reinstalling and checking for noexec within the mount, any ideas on what could be causing this?
Beta Was this translation helpful? Give feedback.
All reactions