Actions
Bug #7479
closedOpenSSH server configuration does not reload configurations
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
If the configuration is changed by ssh configuration technique, the technique will run /usr/bin/startsrc -s sshd
But if the process already runs, it won't do anything (except complain).
the good solution, if the process is running , is to send -HUP signal to the process; otherwise to start it
Updated by Nicolas CHARLES almost 9 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES almost 9 years ago
- Subject changed from OpenSSH server configuration does not reload configuration on AIX 7 to OpenSSH server configuration does not reload configurations
Solution should be
/usr/bin/stopsrc -s ${service_name} && until /usr/bin/lssrc -s ${service_name} | ${paths.grep} -q inoperative; do ${paths.perl} -e 'select(undef,undef,undef,.25)'; done; /usr/bin/startsrc -s ${service_name}
as per #7529
Updated by Nicolas CHARLES almost 9 years ago
- Related to User story #7529: Add support for the SRC system on AIX for service management added
Updated by Nicolas CHARLES almost 9 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-techniques/pull/813
Updated by Nicolas CHARLES almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|93fdaf66a488d13110c86d8479214014aea12a36.
Updated by Benoît PECCATTE almost 9 years ago
Applied in changeset rudder-techniques|16160f42cfa07f37cfc97dc9452423c472aeeb3a.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
Actions