Bug #15586
closed
Uuid generation fails on AIX 7.2
Added by François ARMAND about 5 years ago.
Updated over 2 years ago.
Severity:
Major - prevents use of part of Rudder | no simple workaround
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Description
On AIX 7.2, uuid generation fails which obviously blocks agent installation.
If we modify uuidgen
by uuid_get
, the installation is able to succeed:
# cat /opt/rudder/bin/rudder-uuidgen
#!/bin/sh
if [ -x /usr/bin/uuid_get ]
then
/usr/bin/uuid_get
…
And:
/opt/rudder/share/commands/agent-factory-reset :
if [ -x /usr/bin/uuid_get ]
then
/usr/bin/uuid_get > /opt/rudder/etc/uuid.hive
else
uuidgen > /opt/rudder/etc/uuid.hive
fi
- Description updated (diff)
- Description updated (diff)
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
- Subject changed from uuid generation fails on AIX to uuid generation fails on AIX 7.2
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2049
- Status changed from Pending technical review to Pending release
We don't need to update fatory-reset command since it already use /opt/rudder/bin/uuidgen, which is fixed here
- Target version changed from 5.0.14 to 5.0.13
- Fix check changed from To do to Checked
- Name check changed from To do to Reviewed
- Subject changed from uuid generation fails on AIX 7.2 to Uuid generation fails on AIX 7.2
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.13 which was released today.
- Priority changed from 84 to 70
Also available in: Atom
PDF