Advertisement
mzoldi13

Failed Containers attempt

Jul 23rd, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | Software | 0 0
  1.  
  2. umbrel@umbrel:~/umbrel $ sudo ~/umbrel/scripts/stop && clean && sudo rm -f .env && sudo ~/umbrel/scripts/configure && sudo ~/umbrel/scripts/start
  3.  
  4. We trust you have received the usual lecture from the local System
  5. Administrator. It usually boils down to these three things:
  6.  
  7. #1) Respect the privacy of others.
  8. #2) Think before you type.
  9. #3) With great power comes great responsibility.
  10.  
  11. [sudo] password for umbrel:
  12. Killing background services
  13. Stopping installed apps...
  14.  
  15. Stopping app core-lightning...
  16. Stopping app lightning...
  17. /home/umbrel/umbrel/scripts/../scripts/app: line 79: NETWORK_IP: unbound variable
  18. /home/umbrel/umbrel/scripts/../scripts/app: line 79: NETWORK_IP: unbound variable
  19. Stopping app bitcoin...
  20. Stopping app chatpad-ai...
  21. /home/umbrel/umbrel/scripts/../scripts/app: line 79: NETWORK_IP: unbound variable
  22. Stopping app electrs...
  23. /home/umbrel/umbrel/scripts/../scripts/app: line 79: NETWORK_IP: unbound variable
  24. /home/umbrel/umbrel/scripts/../scripts/app: line 79: NETWORK_IP: unbound variable
  25. Stopping app lnbits...
  26. Stopping app mempool...
  27. /home/umbrel/umbrel/scripts/../scripts/app: line 79: NETWORK_IP: unbound variable
  28. /home/umbrel/umbrel/scripts/../scripts/app: line 79: NETWORK_IP: unbound variable
  29.  
  30. Stopping Docker services...
  31.  
  32. WARNING: The TOR_PROXY_PORT variable is not set. Defaulting to a blank string.
  33. WARNING: The TOR_PROXY_IP variable is not set. Defaulting to a blank string.
  34. WARNING: The NGINX_PORT variable is not set. Defaulting to a blank string.
  35. WARNING: The NGINX_IP variable is not set. Defaulting to a blank string.
  36. WARNING: The DASHBOARD_IP variable is not set. Defaulting to a blank string.
  37. WARNING: The UMBREL_AUTH_SECRET variable is not set. Defaulting to a blank string.
  38. WARNING: The BITCOIN_P2P_PORT variable is not set. Defaulting to a blank string.
  39. WARNING: The BITCOIN_RPC_PORT variable is not set. Defaulting to a blank string.
  40. WARNING: The BITCOIN_RPC_USER variable is not set. Defaulting to a blank string.
  41. WARNING: The BITCOIN_RPC_PASS variable is not set. Defaulting to a blank string.
  42. WARNING: The BITCOIN_NETWORK variable is not set. Defaulting to a blank string.
  43. WARNING: The MANAGER_IP variable is not set. Defaulting to a blank string.
  44. WARNING: The AUTH_PORT variable is not set. Defaulting to a blank string.
  45. WARNING: The AUTH_IP variable is not set. Defaulting to a blank string.
  46. WARNING: The NETWORK_IP variable is not set. Defaulting to a blank string.
  47. ERROR: The Compose file './docker-compose.yml' is invalid because:
  48. networks.default.ipam.config.subnet is invalid: should use the CIDR format
  49. services.tor_proxy.ports contains an invalid type, it should be a number, or an object
  50. services.auth.ports contains an invalid type, it should be a number, or an object
  51. services.nginx.ports contains an invalid type, it should be a number, or an object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement