Actions
Bug #22452
closedrudder-sign says "hostname: command not found"
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I hate Rudder for that
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
127
Name check:
To do
Fix check:
Checked
Regression:
No
Description
In modern systems, hostname
is not available anymore and is replaced by hostnamectl hostname
In rudder-sign
we still user hostname
and fails if it is not available:
./rudder-sign: line 50: hostname: command not found
Workaround is to edit rudder-sign and replace
HOSTNAME=`hostname`
By
HOSTNAME=`hostnamectl hostname`
Which should work on recent ditro which don't have hostname anymore.
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 7.2.5 to 7.2.6
Updated by François ARMAND over 1 year ago
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- UX impact set to I hate Rudder for that
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Effort required set to Very Small
- Priority changed from 0 to 128
Updated by François ARMAND over 1 year ago
- Fix check changed from To do to Checked
Updated by François ARMAND over 1 year ago
- Fix check changed from Checked to To do
Updated by Benoît PECCATTE over 1 year ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2713
Updated by Benoît PECCATTE over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|02a73ebb37fb28d488d06f9991d419c258774b6c.
Updated by Alexis Mousset over 1 year ago
- Priority changed from 128 to 127
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.6 and 7.3.1 which were released today.
Actions