Actions
Bug #4705
closedOn AIX, several techniques try to use the group "root"
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
This causes errors like:
2014-03-30T06:45:49CDT verbose: Handling file existence constraints on '/etc/motd' 2014-03-30T06:45:49CDT info: /rudder_motd/methods/'any'/rudder_motd_configuration/files/'${rudder_motd_file}': Unable to make file belong to an unknown group 2014-03-30T06:45:49CDT verbose: Defining promise result class 'rudder_motd_file_edition_failed' 2014-03-30T06:45:49CDT verbose: Defining promise result class 'rudder_motd_file_edition_error'
This should generally be replaced by group "0" (system on AIX, root on Linux and others).
However, in some cases, like the /etc/motd file, we need to specify which group it should belong to ("bin" for /etc/motd).
Updated by Jonathan CLARKE over 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/333/files
Updated by Jonathan CLARKE over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset policy-templates:commit:6e010834e8e700d46065d45e94d035de06ed4f4f.
Updated by Matthieu CERDA over 10 years ago
Applied in changeset policy-templates:commit:7793de4ec66859d37215e2257d0165f368969baf.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-June/000087.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog27
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category set to Techniques
Actions