Previously working, now getting Error: System service failed

Some more info. When running:

~/umbrel $ sudo ./scripts/configure

======================================
=========== RECONFIGURING ============
========= UMBREL (mainnet) ===========

cp: error writing ‘./templates/lnd.conf’: No space left on device

sudo systemctl restart umbrel-startup

Job for umbrel-startup.service failed because the control process exited with error code.
See “systemctl status umbrel-startup.service” and “journalctl -xe” for details.

systemctl status umbrel-startup.service

Unit service.service could not be found.
● umbrel-startup.service - Umbrel Startup Service
Loaded: loaded (/etc/systemd/system/umbrel-startup.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2022-09-25 20:50:00 UTC; 5s ago
Process: 23249 ExecStart=/home/umbrel/umbrel/scripts/start (code=exited, status=1/FAILURE)

journalctl -xe

Sep 25 20:50:59 umbrel systemd[1]: Starting Umbrel Startup Service…
– Subject: A start job for unit umbrel-startup.service has begun execution
– Defined-By: systemd
– Support: https://www.debian.org/support

– A start job for unit umbrel-startup.service has begun execution.

– The job identifier is 388418.
Sep 25 20:50:59 umbrel umbrel startup[25379]: ======================================
Sep 25 20:50:59 umbrel umbrel startup[25379]: ============= STARTING ===============
Sep 25 20:50:59 umbrel umbrel startup[25379]: ============== UMBREL ================
Sep 25 20:50:59 umbrel umbrel startup[25379]: ======================================
Sep 25 20:50:59 umbrel umbrel startup[25379]: Setting environment variables…
Sep 25 20:50:59 umbrel umbrel startup[25379]: Starting karen…
Sep 25 20:50:59 umbrel umbrel startup[25379]: Starting status monitors…
Sep 25 20:50:59 umbrel umbrel startup[25379]: Starting memory monitor…
Sep 25 20:50:59 umbrel umbrel startup[25379]: Starting backup monitor…
Sep 25 20:50:59 umbrel umbrel startup[25379]: Starting decoy backup trigger…
Sep 25 20:50:59 umbrel umbrel startup[25379]: Starting Docker services…
Sep 25 20:51:00 umbrel umbrel startup[25379]: The TOR_PROXY_PORT variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The TOR_PROXY_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The TOR_SERVER_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The NGINX_PORT variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The NGINX_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The BITCOIN_P2P_PORT variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The BITCOIN_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The LND_REST_PORT variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The LND_GRPC_PORT variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The LND_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The DASHBOARD_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The MIDDLEWARE_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The BITCOIN_RPC_PORT variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The BITCOIN_RPC_USER variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The BITCOIN_RPC_PASS variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The BITCOIN_NETWORK variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The MANAGER_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The NEUTRINO_SWITCHER_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The ELECTRUM_PORT variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The ELECTRUM_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The NETWORK_IP variable is not set. Defaulting to a blank string.
Sep 25 20:51:00 umbrel umbrel startup[25379]: The Compose file ‘./docker-compose.yml’ is invalid because:
Sep 25 20:51:00 umbrel umbrel startup[25379]: networks.default.ipam.config.subnet is invalid: should use the CIDR format
Sep 25 20:51:00 umbrel umbrel startup[25379]: services.tor_proxy.ports contains an invalid type, it should be a number, or an object
Sep 25 20:51:00 umbrel umbrel startup[25379]: services.bitcoin.ports contains an invalid type, it should be a number, or an object
Sep 25 20:51:00 umbrel umbrel startup[25379]: services.electrs.ports contains an invalid type, it should be a number, or an object
Sep 25 20:51:00 umbrel umbrel startup[25379]: services.lnd.ports contains an invalid type, it should be a number, or an object
Sep 25 20:51:00 umbrel umbrel startup[25379]: services.nginx.ports contains an invalid type, it should be a number, or an object
Sep 25 20:51:00 umbrel umbrel startup[25379]: services.lnd.ports value [‘9735:9735’, ‘:’, ‘:’] has non-unique elements
Sep 25 20:51:01 umbrel umbrel startup[25379]: Failed to start containers
Sep 25 20:51:01 umbrel systemd[1]: umbrel-startup.service: Control process exited, code=exited, status=1/FAILURE
– Subject: Unit process exited
– Defined-By: systemd
– Support: https://www.debian.org/support

– An ExecStart= process belonging to unit umbrel-startup.service has exited.

– The process’ exit code is ‘exited’ and its exit status is 1.
Sep 25 20:51:01 umbrel systemd[1]: umbrel-startup.service: Failed with result ‘exit-code’.
– Subject: Unit failed
– Defined-By: systemd
– Support: https://www.debian.org/support

– The unit umbrel-startup.service has entered the ‘failed’ state with result ‘exit-code’.
Sep 25 20:51:01 umbrel systemd[1]: Failed to start Umbrel Startup Service.
– Subject: A start job for unit umbrel-startup.service has failed
– Defined-By: systemd
– Support: https://www.debian.org/support

– A start job for unit umbrel-startup.service has finished with a failure.

– The job identifier is 388418 and the job result is failed.
lines 2460-2530/2530 (END)

control z

[1]+ Stopped journalctl -xe

umbrel@umbrel:~/umbrel $ sudo ./scripts/update/update --repo getumbrel/umbrel#v0.4.17
Cloning into ‘/tmp/umbrel-update’…
remote: Enumerating objects: 4740, done.
remote: Total 4740 (delta 0), reused 0 (delta 0), pack-reused 4740
Receiving objects: 100% (4740/4740), 1.24 MiB | 5.53 MiB/s, done.
Resolving deltas: 100% (2943/2943), done.
Note: checking out ‘c630cd9f27ac955631ba1f4570e24ab319fadc63’.

You are in ‘detached HEAD’ state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b

=======================================
=============== UPDATE ================

========== Stage: Download ============

Creating lock
Cleaning up any previous mess
Copying Umbrel 0.4.17 from /tmp/umbrel-update/
mkdir: cannot create directory ‘/home/umbrel/umbrel/.umbrel-0.4.17’: No space left on device
cp: cannot create directory ‘/home/umbrel/umbrel/.umbrel-0.4.17’: No space left on device
./scripts/update/update: line 113: cd: /home/umbrel/umbrel/.umbrel-0.4.17: No such file or directory
Running update install scripts of the new release

== Begin Update Script 00-run.sh ==

=======================================
=============== UPDATE ================

========= Stage: Pre-update ===========

Installing Umbrel 0.4.17 at /home/umbrel/umbrel
Fixing permissions
Backing up existing directory tree
rsync: failed to open include file /home/umbrel/umbrel/.umbrel-0.4.17/scripts/update/.updateinclude: No such file or directory (2)
rsync error: error in file IO (code 11) at exclude.c(1207) [client=3.1.3]
== End Update Script 00-run.sh ==

== Begin Update Script 01-run.sh ==

=======================================
=============== UPDATE ================

=========== Stage: Install ============

=============================================
Installing on Umbrel OS v0.5.0

Replacing /sd-root/home/umbrel/umbrel on SD card with the new release
rsync: failed to open include file /home/umbrel/umbrel/.umbrel-0.4.17/scripts/update/.updateinclude: No such file or directory (2)
rsync error: error in file IO (code 11) at exclude.c(1207) [client=3.1.3]
== End Update Script 01-run.sh ==

== Begin Update Script 02-run.sh ==

=======================================
=============== UPDATE ================

========= Stage: Post-update ==========

== End Update Script 02-run.sh ==

== Begin Update Script 03-run.sh ==

=======================================
=============== UPDATE ================

=========== Stage: Success ============

Removing backup
Successfully installed Umbrel 0.4.17
== End Update Script 03-run.sh ==

Deleting cloned repository
Removing lock

`sudo ./scripts/update/update --repo getumbrel/umbrel#v0.5.0

Cloning into ‘/tmp/umbrel-update’…
remote: Enumerating objects: 5168, done.
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 5168 (delta 35), reused 34 (delta 34), pack-reused 5132
Receiving objects: 100% (5168/5168), 1.56 MiB | 5.76 MiB/s, done.
Resolving deltas: 100% (3149/3149), done.
Note: checking out ‘7c9084e12f06652b1a193136fe50d70e711a2dbc’.

You are in ‘detached HEAD’ state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b

=======================================
=============== UPDATE ================

========== Stage: Download ============

Creating lock
Cleaning up any previous mess
Copying Umbrel 0.5.0 from /tmp/umbrel-update/
mkdir: cannot create directory ‘/home/umbrel/umbrel/.umbrel-0.5.0’: No space left on device
cp: cannot create directory ‘/home/umbrel/umbrel/.umbrel-0.5.0’: No space left on device
./scripts/update/update: line 113: cd: /home/umbrel/umbrel/.umbrel-0.5.0: No such file or directory
Running update install scripts of the new release

== Begin Update Script 00-run.sh ==

=======================================
=============== UPDATE ================

========= Stage: Pre-update ===========

Installing Umbrel 0.5.0 at /home/umbrel/umbrel
Fixing permissions
Backing up existing directory tree
rsync: failed to open include file /home/umbrel/umbrel/.umbrel-0.5.0/scripts/update/.updateinclude: No such file or directory (2)
rsync error: error in file IO (code 11) at exclude.c(1207) [client=3.1.3]
== End Update Script 00-run.sh ==

== Begin Update Script 01-run.sh ==

=======================================
=============== UPDATE ================

=========== Stage: Install ============

=============================================
Installing on Umbrel OS v0.5.0

Replacing /sd-root/home/umbrel/umbrel on SD card with the new release
rsync: failed to open include file /home/umbrel/umbrel/.umbrel-0.5.0/scripts/update/.updateinclude: No such file or directory (2)
rsync error: error in file IO (code 11) at exclude.c(1207) [client=3.1.3]
== End Update Script 01-run.sh ==

== Begin Update Script 02-run.sh ==

=======================================
=============== UPDATE ================

========= Stage: Post-update ==========

== End Update Script 02-run.sh ==

== Begin Update Script 03-run.sh ==

=======================================
=============== UPDATE ================

=========== Stage: Success ============

Removing backup
Successfully installed Umbrel 0.5.0
== End Update Script 03-run.sh ==

Deleting cloned repository
Removing lock

UPDATE: I flashed a new mSD card and it does not yet seemed to have resolved the issue with the No space left on device