I start my umbrel without any issues but fails to connect to peers (I guess).
running status script (or looking into bitcoin debug file) I get the following waring:
[notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
tor | Sep 17 15:27:53.658 [notice] Read configuration file "/etc/tor/torrc".
tor | Sep 17 15:27:53.660 [warn] You have a ControlPort set to accept connections from a non-local address. This means that programs not running on your computer can reconfigure your Tor. That's pretty bad, since the controller protocol isn't encrypted! Maybe you should just listen on 127.0.0.1 and use a tool like stunnel or ssh to encrypt remote connections to your control port.
tor | Sep 17 15:27:53.702 [warn] Directory /var/lib/tor/bitcoin-p2p cannot be read: Bad message
tor | Sep 17 15:27:53.703 [warn] Failed to parse/validate config: Failed to configure rendezvous options. See logs for details.
Problems seems to be with tor:
You have a ControlPort set to accept connections from a non-local address
I tried to stop and start with script (This seems to solve problems sometimes) but it didn’t work. unreel seems to start up well but tor fails to work properly.