getumbrel / umbrel

A beautiful home server OS for self-hosting with an app store. Buy a pre-built Umbrel Home with umbrelOS, or install on a Raspberry Pi or any x86 system.
https://umbrel.com
Other
7.61k stars 539 forks source link

I can't connect to LND after the update. #1750

Open Rothschildiuk opened 8 months ago

Rothschildiuk commented 8 months ago

Yesterday I tried to upgrade the node to version 1.0 yesterday. It succeeded on the 4th try. After that I get the following many different errors. Bitcoin Node and Electrum seem to work without any problems, but LND does not want to work.

[ERR] LTND: Shutting down because error in main method: unable to initialize tor controller: unable to connect to Tor server: dial tcp 10.21.21.11:29051: connect: no route to host

Screenshot 2024-03-19 at 01 43 21

umbrel_umbrel_2024-03-19_10-43.log umbrel_lightning_2024-03-19_10-37.log

warioishere commented 8 months ago

my lnd is also down after update to lnd 17.4-w version or whatever it is called.

2024-03-19 12:40:45.123 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available

WvIEI commented 8 months ago
Scherm­afbeelding 2024-03-19 om 20 38 21
mayankchhabra commented 8 months ago

Hey folks, sorry about the issue! Would you please be able to try the latest umbrelOS 1.0.3? This will most likely fix it.

You can update to it by SSH'ing into your device with ssh umbrel@umbrel.local and using your Umbrel password.

Then, on a Raspberry Pi, you can run:

sudo mender install https://download.umbrel.com/release/1.0.3/umbrelos-pi.update && sudo reboot

Alternatively, if you are using a Raspberry Pi and aren't comfortable with running terminal commands, you can simply re-flash your microSD card with umbrelOS 1.0.3 by following the instructions here: https://umbrel.com/update-to-umbrelos-1-0

If you're using the Umbrel Home, you should run:

sudo mender install https://download.umbrel.com/release/1.0.3/umbrelos-amd64.update && sudo reboot

Let me know if umbrelOS 1.0.3 fixes it for you!