Bug 200651
| Summary: | REGRESSION: iproute2-2.6.9-tc.patch breaks tc | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Rik van Riel <riel> |
| Component: | iproute | Assignee: | Radek Vokál <rvokal> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.0 | ||
| 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-30 00:15:25 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: | |||
Expected results: wshaper works like it used to Additional info: Strace reveals the following: [pid 6261] open("/usr/lib/tc/f_u32.so", O_RDONLY) = -1 ENOENT (No such file or directory) Of course, that file DOES NOT EXIST. It should try to open /usr/lib/tc/q_netem.so instead. I think one (or both) of the snprintf changes in iproute2-2.6.9-tc.patch are to blame for tc trying to open a non-existing shared library. This is a regression and needs to be be fixed before RHEL4 U4 goes out the door.