Bug 134471
| Summary: | ntpd loads IPv6 kernel module when it starts | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Olivier Benghozi <olivier.benghozi+redhatbugzilla> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | mattdm, mitr, pekkas, rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-10 20:39:36 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150221 | ||
|
Description
Olivier Benghozi
2004-10-03 15:14:20 UTC
Does the aliasing actually work (anymore, with 2.6 kernels)? -- see the comments at: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112535 Fedora Core 2 is now maintained by the Fedora Legacy project for security updates only. If this problem is a security issue, please reopen and reassign to the Fedora Legacy product. If it is not a security issue and hasn't been resolved in the current FC3 updates or in the FC4 test release, reopen and change the version to match. ntpd is simply creating an PF_INET6 socket, which is a quite reasonable
operation.
With new modutils the equivalent of the alias would be
install ipv6 /bin/true
Adding/removing this line in modprobe.conf would probably have to be done
in rc.sysinit to avoid such autoloading :(
*** This bug has been marked as a duplicate of 198045 *** Fedora Core 3 is now maintained by the Fedora Legacy project for security updates only. If this problem is a security issue, please reopen and reassign to the Fedora Legacy product. If it is not a security issue and hasn't been resolved in the current FC5 updates or in the FC6 test release, reopen and change the version to match. Thank you! |