Bug 180981 - tcpdump -i ib0 not working with OpenIB IPoIb
Summary: tcpdump -i ib0 not working with OpenIB IPoIb
Keywords:
Status: CLOSED DUPLICATE of bug 180980
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: tcpdump
Version: 4.3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Martin Stransky
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-10 22:28 UTC by Scott Weitzenkamp
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-10 22:30:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Scott Weitzenkamp 2006-02-10 22:28:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Description of problem:
I am using 2.6.9-27 x86_64 and ia64 kernels, testing OpenIB.  IPoIB is working in general, but tcpdump does not work with IPoIB.

# tcpdump -i ib0
tcpdump: ioctl: Value too large for defined data type

strace says:

ioctl(3, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0
ioctl(3, SIOCGIFHWADDR, {ifr_name="ib0", ???}) = -1 EOVERFLOW (Value too large f
or defined data type)
close(3)                                = 0
write(2, "tcpdump: ", 9tcpdump: )                = 9
write(2, "ioctl: Value too large for defin"..., 44ioctl: Value too large for def
ined data type) = 44


Version-Release number of selected component (if applicable):
tcpdump-3.8.2-9.RHEL4

How reproducible:
Always

Steps to Reproduce:
1. modprobe ib_ipoib
2. tcpdump -i ib0
3.
  

Actual Results:  command failed

Expected Results:  packet dump

Additional info:

none

Comment 1 Scott Weitzenkamp 2006-02-10 22:30:20 UTC

*** This bug has been marked as a duplicate of 180980 ***


Note You need to log in before you can comment on or make changes to this bug.