Bug 467964
| Summary: | Couldn't get fd's flags: Bad file descriptor | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Jones <davej> | ||||||
| Component: | mtr | Assignee: | Zdenek Prikryl <zprikryl> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | pfrields, zprikryl | ||||||
| Target Milestone: | --- | Keywords: | Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-10-29 15:16:33 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: | 438944 | ||||||||
| Attachments: |
|
||||||||
|
Description
Dave Jones
2008-10-21 21:37:17 UTC
Hi, do you have ipv6 enabled? No. I did this post-install .. echo blacklist ipv6 >> /etc/modprobe.d/blacklist sed -ie /NETWORKING_IPV6=/s/yes/no/ /etc/sysconfig/network echo NETWORKING_IPV6=no >> /etc/sysconfig/network /sbin/chkconfig ip6tables off Created attachment 321115 [details]
Patch for mtr-0.75
Please, could you apply this patch and test it again? Thanks.
Created attachment 321270 [details]
Patch for mtr-0.75
Ok, finally I managed to have functional rawhide. The following patch is tested and it fixes the problem for me.
|