I run an Umbrel Home with UmbrelOS 1.2.1.
Yesterday I run the updates for Elements Core, PeerSwap and RTL from the App Store. All updates installed without issues.
After that I updated npm, bos, node.js to their latest versions. These tools I need for running and managing my Lightning Node with 30+ channels. These updates finished without issues.
After that I hit restart from the Umbrel Settings page. The device restarted but the Umbrel failed to start. I could ssh into the device and checked for docker containers running
sudo docker container ls -a
and this was the result:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
no docker containers loaded.
Next I run
sudo ~/umbrel/scripts/stop
followed by
sudo poweroff -p
The system powered off as expected but when I turned it on it booted but Umbrel again failed to start
I downloaded the system log
sudo journalctl --since "1 day ago" > output_2025-01-06.log"
but I was not able to figure out what went wrong.
In the end I was able to fix the issue by installing the latest UmbrelOS version using this command:
sudo mender install https://download.umbrel.com/release/1.3.0/umbrelos-amd64.update && sudo reboot
Since it was not the first time the Umbrel Restart failed I would be glad if someone could check the log file and figure out what went wrong. Even Umbrel has to be restarted now and then and it should be an easy thing and not a reason to make me nervous.
Thanks a lot.
Thomas
output_2025-01-06.log (2.4 MB)