Bug 64603
| Summary: | initlog bug: child sometimes missed and incorrect return code | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | diego.santacruz |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED WONTFIX | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | gajownik, klages, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-03-31 21:04:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
diego.santacruz
2002-05-08 15:27:31 UTC
I did a bit more of research and I've found the problem and a workaround. The culprit is the kernel or hotplug (one of the two should enable SIGCHLD). I have reported this as bug #67232 against hotplug, with a wrapper the re-enables SIGCHLD. OK, as explained by alan in bug #67232, if initlog is to rely on wait() and or waitpid(), it should set SIGCHLD to SIG_DFL. So it's initlog which should be fixed. I tested on a freshly installed RedHat 8.0 (initscripts-6.95-1) and initlog is still broken. *** Bug 71124 has been marked as a duplicate of this bug. *** At this point, initlog is officially deprecated in the development tree; I doubt this error will be addressed. |