bisq icon indicating copy to clipboard operation
bisq copied to clipboard

Could not connect to running Tor: Cannot run program "uname"

Open dm1tz opened this issue 3 years ago • 7 comments

Description

Connecting to Bisq network results in error:

"ERROR b.n.p2p.network.TorNetworkNode: Could not connect to running Tor: Cannot run program "uname": error=2, No such file or directory
[JavaFX Application Thread] ERROR bisq.core.app.P2PNetworkSetup: onSetupFailed"

Version

1.9.4

Steps to reproduce

Run LD_PRELOAD=/lib/libgcompat.so.0 bisq-desktop

Expected behaviour

Bisq starts successfully

Actual behaviour

App fails to connect to the Bisq network

Screenshots

image

Device or machine

OS: Alpine Linux Edge Linux kernel: 5.15.54-0-lts glibc version: musl-1.2.3 with gcompat libs Java version: openjdk version "11.0.15" 2022-04-19

dm1tz avatar Jul 14 '22 15:07 dm1tz

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

boring-cyborg[bot] avatar Jul 14 '22 15:07 boring-cyborg[bot]

On your Alpine box, try uname -m, does it produce any output? That seems to be the command Bisq Netlayer is attempting to run.

jmacxx avatar Jul 14 '22 22:07 jmacxx

On your Alpine box, try uname -m, does it produce any output? That seems to be the command Bisq Netlayer is attempting to run.

Yes, it does produce an output: x86_64. I thought that usage of busybox version of uname could be the problem, but even installing gnu version of it didn't help.

dm1tz avatar Jul 15 '22 11:07 dm1tz

May I ask what is the preference for running Bisq on Alpine versus a more generic Debian-type platform?

jmacxx avatar Jul 16 '22 18:07 jmacxx

May I ask what is the preference for running Bisq on Alpine versus a more generic Debian-type platform?

I don't have any specific use case for it, just happen to use Alpine as my daily driver.

dm1tz avatar Jul 16 '22 19:07 dm1tz

What about:

PATH=$PATH LD_PRELOAD=/lib/libgcompat.so.0 bisq-desktop

Android-X13 avatar Aug 16 '22 16:08 Android-X13

PATH=$PATH LD_PRELOAD=/lib/libgcompat.so.0 bisq-desktop

Thanks for the tip, but unfortunately still get the same Cannot run program "uname" error.

dm1tz avatar Aug 18 '22 06:08 dm1tz

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 29 '23 00:08 github-actions[bot]

This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant.

github-actions[bot] avatar Sep 06 '23 00:09 github-actions[bot]