Bug 1075152
Summary: | modify the xinetd man page to make it more clear on what happens to services on xinetd reload | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Dave Sullivan <dsulliva> | ||||||
Component: | man-pages-overrides | Assignee: | Jan Chaloupka <jchaloup> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Iveta Wiedermann <isenfeld> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 6.6 | CC: | dsulliva, isenfeld, jchaloup, moagrawa, ovasik, pschiffe | ||||||
Target Milestone: | rc | Keywords: | EasyFix, ManPageChange, Patch | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | man-pages-overrides-6.6.2-1.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: |
Cause: xinetd man page was not clear about what happens to services during xinetd reload
Consequence: unexpected behaviour
Fix: add information about what happens to services during xinetd reload
Result: updated documentation
|
Story Points: | --- | ||||||
Clone Of: | |||||||||
: | 1146259 (view as bug list) | Environment: | |||||||
Last Closed: | 2014-10-14 07:26:59 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 994246, 1119317, 1146259 | ||||||||
Attachments: |
|
Description
Dave Sullivan
2014-03-11 15:16:52 UTC
Created attachment 902167 [details]
warning of xinitd reload termination handling
Hi, Dave,
is this patch ok for you? Added:
BEWARE of xinetd reload termination handling. For services with type = INTERNAL, SIGTERM signal will be sent. For services without type = INTERNAL, SIGKILL signall will be sent. Take this into an account when deadling with proper handling of the SIGTERM and SIGKILL. It is important to be aware of this as your xinetd service could be killed on a xinetd reload.
at the end of the DESCRIPTION section.
The patch looks reasonable. But, please, s/deadling/dealing/. Created attachment 908063 [details]
warning of xinitd reload termination handling
Done
Thanks for the patch! Looks good to me. Thx. Hello, Dave, should we clone this bug for rhel7.1? I went ahead and cloned this for rhel7. Even though people should probably be moving their services into the systemd domain...e.g telnet. I'm assuming some may still have a reason to rely on xinetd. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1382.html |