-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Auditbeat] system/package failing on Fedora 31+ #19253
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 17, 2020
Pinging @elastic/siem (Team:SIEM) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jun 17, 2020
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jun 18, 2020
Fedora 31 and 32 use librpm.so.9, but Auditbeat's system/package dataset doesn't try to load this version of the library. Fixes elastic#19253
6 tasks
andrewkroh
added a commit
that referenced
this issue
Jun 18, 2020
Fedora 31 and 32 use librpm.so.9, but Auditbeat's system/package dataset doesn't try to load this version of the library. Fixes #19253
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jun 18, 2020
Fedora 31 and 32 use librpm.so.9, but Auditbeat's system/package dataset doesn't try to load this version of the library. Fixes elastic#19253 (cherry picked from commit 6fedaef)
6 tasks
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jun 18, 2020
Fedora 31 and 32 use librpm.so.9, but Auditbeat's system/package dataset doesn't try to load this version of the library. Fixes elastic#19253 (cherry picked from commit 6fedaef)
This was referenced Jun 18, 2020
andrewkroh
added a commit
that referenced
this issue
Jun 18, 2020
andrewkroh
added a commit
that referenced
this issue
Jun 18, 2020
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
Fedora 31 and 32 use librpm.so.9, but Auditbeat's system/package dataset doesn't try to load this version of the library. Fixes elastic#19253
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The system/package dataset fails on Fedora 31 and newer because it cannot open librpm.
ERROR [package] package/package.go:246 failed to get packages: error getting RPM packages: unable to open a handle to the library
It uses dlopen, but does not try to load librpm.so.9 which is what Fedora 31 has.
beats/x-pack/auditbeat/module/system/package/rpm_linux.go
Lines 207 to 220 in 5e69e25
As a workaround, installing
rpm-devel
will create symlink to fix the issue/usr/lib64/librpm.so -> librpm.so.9.0.1
.For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: