| Summary: | remove ipx relic from initscipts | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Ščotka <jscotka> |
| Component: | initscripts | Assignee: | Lukáš Nykrýn <lnykryn> |
| Status: | CLOSED ERRATA | QA Contact: | Jan Ščotka <jscotka> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.5 | CC: | psklenar |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | initscripts-9.03.41-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-14 06:27:34 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: | |
Patch committed to upstream rhel branch https://git.fedorahosted.org/cgit/initscripts.git/commit/?h=rhel6-branch&id=21b7ec94f584099d2e56ed660a45a4e8da4151fa it is fixed 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-1448.html |
Hi, after discussion with Bill and others, IPX protocol is not supported since RHEL5 therefore any IPX things should be removed. I've found relic in ifup-eth: [jscotka@amanita ~]$ grep -B 2 -A 2 -i ipx /etc/sysconfig/network-scripts/ifup-eth if [ "${IPX}" = yes ]; then /etc/sysconfig/network-scripts/ifup-ipx ${DEVICE} fi [jscotka@amanita ~]$ rpm -qa initscripts initscripts-9.03.39-1.el6.x86_64 please remove these lines from initscripts as cleanup process. Thanks&Regards Honza