Actions
Bug #23029
closedMissing information in Oracle linux inventory
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I hate Rudder for that
User visibility:
First impressions of Rudder
Effort required:
Priority:
180
Name check:
To do
Fix check:
Checked
Regression:
No
Description
At least in oracle linux 8 and 9.1, it seems like some inventory information are missing
It happens in 7.3 but probably 7.2 too
File system ==> empty Network interfaces ==> empty Software ==> OK Environnment ==> OK Bios ==> OK Controllers ==> OK Memory ==> OK Ports ==> OK Processors ==> empty Storage ==> empty Process ==> empty
commands ip addr
and /proc/cpuinfo
have the correct information, so it seems like it's fusioninventory that is unable to get information
Updated by Elaad FURREEDAN over 1 year ago
Workaround¶
It seems like missing perl dependencies cause this bug. In some case, yum struggle to install all packages at once, some of which do not exist.
trying to install the perl package manually should resolve the problem by using:
for i in perl-interpreter perl-lib perl-English perl-Memoize perl-Sys-Hostname perl-File-Find perl-base perl-Digest-MD5 perl-Math-BigInt perl-Net perl-JSON-PP perl-User-pwent; do yum install -y $i; done
Updated by Elaad FURREEDAN over 1 year ago
Affect also Rocky linux, leading to missing inventory hook properties
Updated by Nicolas CHARLES over 1 year ago
- Related to Bug #22765: perl dependencies are missing on AL 2023 added
Updated by Alexis Mousset over 1 year ago
- Status changed from New to In progress
- Assignee changed from Benoît PECCATTE to Alexis Mousset
Updated by Alexis Mousset over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2785
Updated by Alexis Mousset over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|b666a5b589c37119166b1ed7d3147779a03e17de.
Updated by Alexis Mousset over 1 year ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.4 which was released today.
Actions