You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the latest (v0.16.2) aarch64-linux build of iroh on android via termux. As it's not a listed package, I had to manually download the binary (curl -fsSL https://sh.iroh.computer/install.sh | sh didn't work due to a different /bin location). I also tried running it in a proot via nix-on-droid. Both times when I run iroh start I get the following error:
I've attached the full log. Perhaps this is just a case of iroh trying to read/write to a directory in the linux filesystem hierarchy that's not accessible in termux? Even if running iroh on termux is impossible for whatever reason it'd be good to know why and have a less vague error message.
I suspect under termux the detection of it being a problematic android device fails (I don't know if this can be fixed) which is why you are seeing the issue.
I suspect under termux the detection of it being a problematic android device fails (I don't know if this can be fixed) which is why you are seeing the issue.
Yes that's probably it. I'll try a binary actually compiled for android (as opposed to generic linux).
I tried to run the latest (v0.16.2) aarch64-linux build of iroh on android via termux. As it's not a listed package, I had to manually download the binary (
curl -fsSL https://sh.iroh.computer/install.sh | sh
didn't work due to a different/bin
location). I also tried running it in aproot
via nix-on-droid. Both times when I runiroh start
I get the following error:2024-05-23T08:15:39.491516Z WARN magic_ep{me=amvpzvkd2md3pbvu}:magicsock{me=amvpzvkd2md3pbvu}:rtnetlink.conn: netlink_proto::connection: error flushing netlink socket: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
I've attached the full log. Perhaps this is just a case of iroh trying to read/write to a directory in the linux filesystem hierarchy that's not accessible in termux? Even if running iroh on termux is impossible for whatever reason it'd be good to know why and have a less vague error message.
log.zip
The text was updated successfully, but these errors were encountered: