Actions
Bug #4704
closedAIX service management for rudder-agent has some bugs
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
#4597 introduced an AIX-specific way of managing services. However, some bugs remain:
- Our svc definition doesn't use "-F" argument to cf-execd, so ends up spawning several processes
- Our /etc/inittab definition uses "respawn" to call startsvc, but should use "once" and let startsvc manage restarting
- Our svc definition doesn't use -R to respawn if the process fails
- We echo into /etc/inittab instead of using the "mkitab" wrapper
- The postinst warning message on new installs displays the wrong message (about an init script, not startsvc)
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-packages/pull/296/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 commit:37f06a987fe8fe86e63a4d2c77f2a65b6d622953.
Updated by Matthieu CERDA over 10 years ago
Applied in changeset commit:848173ecc22894a393000a4e886cfb210fc8d0ec.
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 34 to Rudder
- Category set to Packaging
Actions