We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bug 描述 Ubuntu 21.10 运行 ecapture 错误,我还是重新编译的。
ecapture
root@ubuntu2110:~/ecapture-master# ./bin/ecapture tls 2022/04/12 16:56:21 pid info :9870 2022/04/12 16:56:21 start to run EBPFProbeOPENSSL module 2022/04/12 16:56:21 start to run EBPFProbeGNUTLS module 2022/04/12 16:56:21 start to run EBPFProbeNSPR module 2022/04/12 16:56:21 HOOK type:2, binrayPath:/lib/x86_64-linux-gnu/libssl.so.1.1 2022/04/12 16:56:21 libPthread so Path:/lib/x86_64-linux-gnu/libpthread.so.0 2022/04/12 16:56:21 target all process. 2022/04/12 16:56:21 HOOK type:2, binrayPath:/lib/x86_64-linux-gnu/libgnutls.so.30 2022/04/12 16:56:21 target all process. 2022/04/12 16:56:21 HOOK type:2, binrayPath:/lib/x86_64-linux-gnu/libnspr4.so 2022/04/12 16:56:21 target all process. 2022/04/12 16:56:22 couldn't start bootstrap manager: error:1 error occurred: * error:opening uprobe: symbol connect: not found , isRet:%!d(bool=false), {UID:, EbpfFuncName:probe_connect} , probes activation validation failed
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Linux Server/Desktop (please complete the following information):
root@ubuntu2110:~/ecapture-master# cat /boot/config-`uname -r` | grep CONFIG_DEBUG_INFO_BTF CONFIG_DEBUG_INFO_BTF=y CONFIG_DEBUG_INFO_BTF_MODULES=y root@ubuntu2110:~/ecapture-master# uname -r 5.13.0-37-generic root@ubuntu2110:~/ecapture-master# openssl version OpenSSL 1.1.1l 24 Aug 2021 root@ubuntu2110:~/ecapture-master#
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
user: fix #29 ubuntu21.10 error :connect symbol cant found
b32afee
wipe symbol connect search path. range a strings array who defined match all linux version. Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Merge pull request #30 from ehids/ubuntu2110-symbol-connect-not-found
e8a00c6
please try again.
Sorry, something went wrong.
从 master分支rebuild, 的确解决了这个bug。
cfc4n
Successfully merging a pull request may close this issue.
bug 描述
Ubuntu 21.10 运行
ecapture
错误,我还是重新编译的。To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Linux Server/Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: