-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
OpenSSL/BoringSSL version not found #678
Labels
🐞 bug
Something isn't working
Comments
cfc4n
added a commit
that referenced
this issue
Dec 2, 2024
… the dynamic library of boringssl. Signed-off-by: CFC4N <[email protected]>
oops, It is indeed a bug, let me fix it. |
cfc4n
added a commit
that referenced
this issue
Dec 2, 2024
… the dynamic library of boringssl. (#679) Signed-off-by: CFC4N <[email protected]>
please try v0.8.12 |
Congratulations!This bug has been successfully solved, but there is a new bug waiting for you:
|
sudo |
ok, thinks |
Asphaltt
added a commit
to Asphaltt/ecapture
that referenced
this issue
Dec 5, 2024
If no capability to run bpf progs, we must check CAP_BPF asap. Without this check, there will be many noisy logs before log "error:operation not permitted", like gojue#678 (comment). Signed-off-by: Leon Hwang <[email protected]>
Merged
Asphaltt
added a commit
to Asphaltt/ecapture
that referenced
this issue
Dec 5, 2024
If no capability to run bpf progs, we must check CAP_BPF asap. Without this check, there will be many noisy logs before log "error:operation not permitted", like gojue#678 (comment). Signed-off-by: Leon Hwang <[email protected]>
Asphaltt
added a commit
to Asphaltt/ecapture
that referenced
this issue
Dec 5, 2024
If no capability to run bpf progs, we must check CAP_BPF asap. Without this check, there will be many noisy logs before log "error:operation not permitted", like gojue#678 (comment). Signed-off-by: Leon Hwang <[email protected]>
cfc4n
pushed a commit
that referenced
this issue
Dec 6, 2024
* refactor: Move kernel checking to cli In order to simplify code of main.go, let us move code of kernel checking to cli. Furthermore, put kernel checking at pre-run phase of cli. * feat: Detect CAP_BPF when detect env If no capability to run bpf progs, we must check CAP_BPF asap. Without this check, there will be many noisy logs before log "error:operation not permitted", like #678 (comment). --------- Signed-off-by: Leon Hwang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
OPPO coloros15 运行最新版本找不到OpenSSL/BoringSSL
存在两个地方报错:
2024-12-02T05:20:18Z ERR OpenSSL/BoringSSL version check failed error="OpenSSL/BoringSSL version not found" soPath=/apex/com.android.conscrypt/lib64/libssl.so
2024-12-02T05:20:18Z FTL module run failed. error="OpenSSL/BoringSSL version not found" isReload=false
/apex/com.android.conscrypt/lib64/libssl.so是实际存在的,自行拷贝或者指定也不行
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Linux Server/Android (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: