Fix: Elastic Agent is not enabled on SUSE after installation from RPM package#8896
Merged
michalpristas merged 7 commits intoelastic:mainfrom Jul 9, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
changelog/fragments/1752049251-Fixed-SUSE-installation-from-RPM.yaml
Outdated
Show resolved
Hide resolved
pchila
reviewed
Jul 9, 2025
changelog/fragments/1752049251-Fixed-SUSE-installation-from-RPM.yaml
Outdated
Show resolved
Hide resolved
Member
Contributor
💚 Build Succeeded
|
7 tasks
…M.yaml Co-authored-by: Paolo Chilà <paolo.chila@elastic.co>
|
pkoutsovasilis
approved these changes
Jul 9, 2025
Contributor
|
@Mergifyio backport 9.0 9.1 |
Contributor
✅ Backports have been createdDetails
|
Contributor
|
Hey @michalpristas 👋 sorry if you wrote the reason somewhere and I missed it, but since this a bug fix should this get back-ported to all active branches? 🙂 |
Contributor
Author
|
https://github.com/Mergifyio backport 8.17 8.18 8.19 |
Contributor
✅ Backports have been createdDetails
|
michalpristas
added a commit
that referenced
this pull request
Jul 10, 2025
…er installation from RPM package (#8912) * Fix: Elastic Agent is not enabled on SUSE after installation from RPM package (#8896) (cherry picked from commit 21e89cb) # Conflicts: # go.sum # magefile.go * conflicts --------- Co-authored-by: Michal Pristas <michal.pristas@elastic.co> Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
michalpristas
added a commit
that referenced
this pull request
Jul 10, 2025
…er installation from RPM package (#8913) * Fix: Elastic Agent is not enabled on SUSE after installation from RPM package (#8896) (cherry picked from commit 21e89cb) # Conflicts: # go.sum * conflicts --------- Co-authored-by: Michal Pristas <michal.pristas@elastic.co> Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
michalpristas
added a commit
that referenced
this pull request
Jul 10, 2025
…r installation from RPM package (#8908) * Fix: Elastic Agent is not enabled on SUSE after installation from RPM package (#8896) (cherry picked from commit 21e89cb) # Conflicts: # go.sum * go mod tidy --------- Co-authored-by: Michal Pristas <michal.pristas@elastic.co> Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Presence of init.d files invokes either
systemd-sysv-installthat may missing on some deployments or results in symlink creation failure.Tested manually on
From these 3 only suse was problematic. I was testing other 2 just to rule out breaking behavior.
Fixes: #8840
Fixes: #2703
Fixes: #6704