-
Notifications
You must be signed in to change notification settings - Fork 3
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
AlmaLinux #4
Comments
Hello, |
Thanks for the quick reply. Im not seeing anything in the Apache error logs and the only command that returns nothing is set -o pipefail; yum list updates | tr '\n' ' ' | sed -n -e 's/^.*Updated Packages //p' | xargs -n3 | awk '{print $1}' everything else executes ok. |
First check whether this command is really the problem. Backup the line and put for testing the following in |
Yum list updates output is not equal to centos|redhat <=7.x. the correct "command" is: |
Hello,
Is it possible to get settings for AlmaLinux? I tried copying the Centos commands but they seem to error on "Error while executing inventory_server"
The text was updated successfully, but these errors were encountered: