-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tcpdive.sh unable to find .config located under /usr/src/kernels/.. #4
Comments
Hi, this version of tcpdive is for kernel 2.6.32-431.17.1.el6.x86_64, so ls -l /usr/src/kernels/2.6.32-431.17.1.el6.x86_64/.config instead of 2.6.32-573.12.1.el6.x86_64. If the file does lose, a reinstallation of kernel-devel-2.6.32-431.17.1.el6.x86_64.rpm is suggested. |
i encounter the same problem |
drwxr-xr-x. 22 root root 4096 Feb 25 09:02 build error disappear,but new error comes root@localhost tcpdive-master]# ./tcpdive.sh -L -t 10 semantic error: missing x86_64 kernel/module debuginfo [man warning::debuginfo] under '/lib/modules/2.6.32-431.el6.x86_64/build' semantic error: while resolving probe point: identifier 'estab' at :12:7 semantic error: probe point mismatch (alternatives: Accept Estab) didn't find any wildcard matches: operator '' at :12:13 semantic error: while resolving probe point: identifier 'kernel' at ./src/close.stp:15:2 semantic error: while resolving probe point: identifier 'kernel' at :83:2 semantic error: while resolving probe point: identifier 'kernel' at ./src/recv.stp:12:2 semantic error: while resolving probe point: identifier 'kernel' at :119:2 semantic error: while resolving probe point: identifier 'kernel' at ./src/rtt.stp:54:2 semantic error: while resolving probe point: identifier 'kernel' at :12:2 semantic error: while resolving probe point: identifier 'kernel' at ./src/send.stp:12:2 semantic error: while resolving probe point: identifier 'trans' at :14:7 semantic error: probe point mismatch (alternatives: Recv RecvACK Rto Rtt Send) didn't find any wildcard matches: operator '' at :14:13 semantic error: while resolving probe point: identifier 'kernel' at ./src/retrans.stp:34:2 semantic error: while resolving probe point: identifier 'kernel' at :220:2 semantic error: while resolving probe point: identifier 'kernel' at :233:2 semantic error: while resolving probe point: identifier 'kernel' at :103:2 semantic error: while resolving probe point: identifier 'kernel' at :137:2 semantic error: while resolving probe point: identifier 'kernel' at :66:2 semantic error: while resolving probe point: identifier 'kernel' at :207:2 semantic error: while resolving probe point: identifier 'kernel' at :171:2 semantic error: while resolving probe point: identifier 'retran' at :17:7 semantic error: probe point mismatch (alternatives: FrEvent FrUndo FrtoUndo PktDistr RecoverTime ToEventDistr ToUndo UndoEvent) didn't find any wildcard matches: operator '' at :17:14 Pass 2: analysis failed. [man error::pass2] |
The kernel version you are using is 2.6.32-431.el6.x86_64? Not this version. |
I had the same problem
I fixed it by installing the correct kernel-devel package: kernel-devel-2.6.32-431.17.1.el6.x86_64.rpm Maybe worth updating the PACKAGES documentation to highlight this |
I'm not sure what the implication is but when I run tcpdive.sh, I see the following message regarding a missing file:
When I try to search for the file, I note 'build' is linked to a different location under which .config is located:
So, my question is, does the above error message matter for tcpdive.sh to function? If yes, how do I fix it?
Thanks in advance,
Keshav
The text was updated successfully, but these errors were encountered: