-
Notifications
You must be signed in to change notification settings - Fork 182
Connection refused when connect /dev/socket/logdr socket #308
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
Comments
Why exactly do you need connecting logd socket and why can not you use |
https://github.com/twoyi/twoyi Twoyi's logcat is OK, but my AOSP logcat failed to connect logdr socket. At first, I thought this was permission problem; but I found the above test program is OK in termux. |
It seems to be caused by my modifications to proot. I have to modify the proot code, hoping to achieve direct access to the host's /dev/socket/logdr, without binding and translation, from within the guest.
|
Uh oh!
There was an error while loading. Please reload this page.
Problem description
From within proot-distro login ubuntu-oldlts, I failed to connect /dev/socket/logdr socket.
Steps to reproduce
the test program:
Expected behavior
connection OK
Additional information
the above code is OK in termux.
The text was updated successfully, but these errors were encountered: