Trying to install the bitcoin app onto an RPI4. UmbrelOS 0.5.4 ; 2TB SSD connected.
Stuck ‘Installing’ for over 3 hours.
tail ~/umbrel/logs/karen.log
sent 349 bytes received 18 bytes 734.00 bytes/sec
total size is 14,041 speedup is 38.26
Pulling images for app bitcoin...
Pulling app_proxy ...
Pulling tor ...
Pulling i2pd_daemon ...
Pulling bitcoind ...
Pulling server ...
Pulling app_proxy ... error
Pulling tor ... error
Pulling i2pd_daemon ... error
Pulling server ... error
Pulling bitcoind ... error
ERROR: for app_proxy Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc00:8d61:9b62:40aa:8bb8]:443: connect: network is unreachable
ERROR: for tor Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc02:445d:9ace:d20b:c303]:443: connect: network is unreachable
ERROR: for i2pd_daemon Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc01:571f:e759:a87a:2961]:443: connect: network is unreachable
ERROR: for server Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc02:445d:9ace:d20b:c303]:443: connect: network is unreachable
Do you happen to be running the Umbrel behind a VPN?
It should just take a couple minutes to install the app. I would suggest trying the manual install process again.
Open a terminal window on your computer. On macOS, you can open the Terminal app that’s installed by default on every Mac. On Windows, you can open Command Prompt or the PowerShell app.
Type in the following command ssh -t umbrel@umbrel.local and press the Enter key:
*In the command given above, you can replace umbrel.local with the local IP of your Umbrel if you prefer. If you are using PowerShell on Windows 10, you may need to run ssh umbrel@umbrel instead of the command given above.
Hopefully this was resolved for you, but I found in the end the fix for this issue in case anyone else comes by this thread.
Open a terminal window on your computer. On macOS, you can open the Terminal app that’s installed by default on every Mac. On Windows, you can open Command Prompt or the PowerShell app.
Type in the following command ssh -t umbrel@umbrel.local and press the Enter key:
3.In the command given above, you can replace umbrel.local with the local IP of your Umbrel if you prefer. If you are using PowerShell on Windows 10, you may need to run ssh umbrel@umbrel instead of the command given above.