Bug #23029
closed
Missing information in Oracle linux inventory
Added by Elaad FURREEDAN over 1 year ago.
Updated over 1 year ago.
Category:
Web - Nodes & inventories
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I hate Rudder for that
User visibility:
First impressions of Rudder
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
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
Affect also Rocky linux, leading to missing inventory hook properties
- Related to Bug #22765: perl dependencies are missing on AL 2023 added
- Status changed from New to In progress
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- 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
- Status changed from Pending technical review to Pending release
- Fix check changed from To do to Checked
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.4 which was released today.
Also available in: Atom
PDF