-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
netlinkrib: permission denied #9513
Comments
related golang/go#40569 |
A better fix would be able to run a transiant node without fetching local addresses but that a bigger refactor. |
Can you compile kubo with go 1.19.4? but it is show me that can not compile kubo with go 1.19 ,only compile with go 1.18 |
@yianding It's been a little while since I've setup Termux again, but it's essentially the same as on Windows/Linux/MacOS. pkg install go git make openssh
git clone [email protected]:ipfs/kubo.git ipfs
cd ipfs
make install |
Edit: It seems that this is an Android issue. Quoting a Termux package maintainer:
Source: https://reddit.com/r/termux/comments/12v03bd/ipfs_daemon_crashing_on_android/ I managed to get it 'working' on Android 13 (Termux) by loosely following your steps:
And then running I still get the same |
I have found a solution to the issue of Based on my investigation, I found that your issue is similar to the Go problem mentioned above, and I believe they can be resolved together. I have proposed a solution, which you can find here: https://github.com/wlynxg/anet. Since I haven't reviewed the source code of "kubo," I am unable to submit a pull request (PR) myself. However, I hope someone else can take my solution and submit a PR to resolve the issue for everyone involved. |
Checklist
Installation method
built from source
Version
Config
Description
Running
ipfs daemon
results in this error:It happens on this hardware:
The text was updated successfully, but these errors were encountered: