-
Notifications
You must be signed in to change notification settings - Fork 99
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
Investigate RHEL9 service installation error #1626
Comments
UpdateThis issue appears when enabling the service in RHEL9
The problem appears because in RHEL9 the file
So we will need to add the |
Related: wazuh/wazuh#13602 |
@alberpilot @okynos The fix in https://github.com/wazuh/wazuh-packages/pull/1675/files/e2ddbef5a383b9a81d216fe959cda7dcae009662#r988236307 only checks for AlmaLinux 9
|
Related: #1918 |
As said in previous comments, not installing Replicated in each distribution
|
After some problems with the debugging for the Github Actions test, finally using act made it possible to see the errors, a file wrongly typed and the fact that the variables used in the ubuntu docker aren't accessible in the docker created inside it. Both errors are now fixed in commit 163d3b6 and the tests have been launched again. |
Waiting for the checks in https://github.com/wazuh/wazuh-packages/actions/runs/3988318050/jobs/6839306896 |
As per this commentary in the Pull Request, both CentOS 9 Stream and Fedora 34 have been tested and the error has been discovered in both of them. Both have been added to the fix. |
The Wazuh agent installation have the following error on RHEL9:
Failed to execute /usr/lib/systemd/systemd-sysv-instal: No such file or directory
We need to determine the root cause and try to fix it.
The text was updated successfully, but these errors were encountered: