Bug 467964

Summary: Couldn't get fd's flags: Bad file descriptor
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: mtrAssignee: Zdenek Prikryl <zprikryl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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 Flags
Patch for mtr-0.75
none
Patch for mtr-0.75 none

Description Dave Jones 2008-10-21 21:37:17 UTC
Every time I start mtr, it prints to stdout ..

Couldn't get fd's flags: Bad file descriptor

The app seems to work just fine apart from this.

Comment 1 Zdenek Prikryl 2008-10-22 05:43:15 UTC
Hi, do you have ipv6 enabled?

Comment 2 Dave Jones 2008-10-22 06:04:24 UTC
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

Comment 3 Zdenek Prikryl 2008-10-22 06:12:04 UTC
Created attachment 321115 [details]
Patch for mtr-0.75

Please, could you apply this patch and test it again? Thanks.

Comment 4 Zdenek Prikryl 2008-10-23 11:59:35 UTC
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.