Actions
Bug #10270
closedUser story #9763: Upgrade fusion agent to 2.3.19
Error on inventory execution
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When running inventory, I get the following errors
[info] FusionInventory instance: builtin Use of uninitialized value in concatenation (.) or string at /opt/rudder/share/fusioninventory/lib/FusionInventory/Agent.pm line 82. Use of uninitialized value in concatenation (.) or string at /opt/rudder/share/fusioninventory/lib/FusionInventory/Agent.pm line 83. Use of uninitialized value in concatenation (.) or string at /opt/rudder/share/fusioninventory/lib/FusionInventory/Agent.pm line 84. Use of uninitialized value in concatenation (.) or string at /opt/rudder/share/fusioninventory/lib/FusionInventory/Agent.pm line 85. Execution failure:. no directory parameter at /opt/rudder/share/fusioninventory/lib/FusionInventory/Agent/Storage.pm line 16.
Updated by Nicolas CHARLES over 7 years ago
File /opt/rudder/bin/fusioninventory-agent seem to be outdated compared to version used of fusion
It is missing at least the
my %setup = ( confdir => './etc', datadir => './share', libdir => './lib', vardir => './var', );
Updated by Nicolas CHARLES over 7 years ago
File seem to have been updated by packaging:
# ls -al /opt/rudder/bin/fusioninventory-agent -r-xr-xr-x. 1 root root 15211 23 févr. 01:15 /opt/rudder/bin/fusioninventory-agent
Updated by Nicolas CHARLES over 7 years ago
happens both at upgrade and fresh install
Updated by Nicolas CHARLES over 7 years ago
seee https://github.com/fusioninventory/fusioninventory-agent/pull/245 for upstream correction
Updated by Nicolas CHARLES over 7 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1268
Updated by Nicolas CHARLES over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|9f981b0c82788490b9e416faed126491aa546d0e.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.0~rc1 which was released today.
- 4.1.0~rc1: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions