Project

General

Profile

Actions

Bug #23029

closed

Missing information in Oracle linux inventory

Added by Elaad FURREEDAN 10 months ago. Updated 10 months ago.

Status:
Released
Priority:
N/A
Category:
Web - Nodes & inventories
Target version:
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


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #22765: perl dependencies are missing on AL 2023ReleasedVincent MEMBRÉActions
Actions #1

Updated by Elaad FURREEDAN 10 months 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

Actions #2

Updated by Elaad FURREEDAN 10 months ago

Affect also Rocky linux, leading to missing inventory hook properties

Actions #3

Updated by Nicolas CHARLES 10 months ago

  • Related to Bug #22765: perl dependencies are missing on AL 2023 added
Actions #4

Updated by Alexis Mousset 10 months ago

  • Status changed from New to In progress
  • Assignee changed from Benoît PECCATTE to Alexis Mousset
Actions #5

Updated by Alexis Mousset 10 months 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
Actions #6

Updated by Alexis Mousset 10 months ago

  • Status changed from Pending technical review to Pending release
Actions #7

Updated by Alexis Mousset 10 months ago

  • Fix check changed from To do to Checked
Actions #8

Updated by Vincent MEMBRÉ 10 months ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.3.4 which was released today.

Actions

Also available in: Atom PDF