Project

General

Profile

Actions

Bug #15586

closed

Uuid generation fails on AIX 7.2

Added by François ARMAND over 4 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
N/A
Category:
Agent
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
70
Name check:
Reviewed
Fix check:
Checked
Regression:

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

Subtasks 1 (0 open1 closed)

Bug #15592: Factory reset does not work on AIX 7.2RejectedVincent MEMBRÉActions
Actions

Also available in: Atom PDF