-
Notifications
You must be signed in to change notification settings - Fork 149
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
Bug: network doesn't start #722
Comments
Can you right-click on alice and click View Logs to see the LND logs. This will likely give more info as to why it is not starting up and generating the TLS cert. |
backend1 (Bitcoind) says in the UI: alice (lnd) log:
|
Can't open bitcoind logs (UI window opens up but the logs never load)
Is it expected that there isn't a docker container for bitcoind? |
Also, I'm running this on Fedora running as Qubes OS vm, but I got Polar running on Qubes OS Fedora before without any problems. |
Are you logged in as root on this machine? It appears that way based on the 0:0 userid. I think this is the issue. Can you try temporarily logging in as a different user and running Polar, just to confirm that this is what's causing the issue. |
I'm logged in as regular user, but need to start Polar with sudo, because of Docker running as root (otherwise Polar doesn't detect Docker). See #553 I guess I can try to reconfigure Docker to run as regular user. |
Alright, I'm good, it's working. I didn't need to change docker to run as user. Instead, just adding my user into the docker group enabled running polar without sudo:
Now bitcoind and lnd starts fine. Thank you @jamaljsr |
I'm closing this, since it's nothing to be fixed in Polar. Maybe change the error when Docker is not detected into something like "Install docker and make sure the user running Polar is in docker group". |
Awesome! Glad to hear its working now. Thanks for the suggestion |
Describe the bug
Can't start the default network with single bitcoind and c-ln, lnd, eclair.
To Reproduce
Expected behavior
Bitcoind and 3 LN nodes running, but instead it fails. I see:
The folder
/root/.polar/networks/2/volumes/lnd/alice
exists, but thetls.cert
file is not there.The UI is showing error as well:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (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: