umbrel
umbrel copied to clipboard
How to Clean install Umbrel on Synology /volume2/ ?
How to install Umbrel on Synology /volume2/?
I used the dockur script :
services: umbrel: image: dockurr/umbrel container_name: umbrel pid: host ports:
- 3000:80 volumes:
- /volume2/docker/umbrel:/data
- /var/run/docker.sock:/var/run/docker.sock restart: always stop_grace_period: 1m
or
I used the MariusHosting script:
services: umbrel: image: dockurr/umbrel container_name: Umbrel-OS healthcheck: test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/80' || exit 1 interval: 10s timeout: 5s retries: 3 start_period: 90s ports:
- 3253:80 volumes:
- /volume2/docker/umbrel:/data:rw
- /var/run/docker.sock:/var/run/docker.sock restart: on-failure:5
But the Tor_proxy container and the auth container are created but not starting and the apps not installing on Umbrel, here are the logs
2025/04/20 04:39:26 stdout [apprepository ] https://github.com/getumbrel/umbrel-apps.git is already up to date 2025/04/20 04:39:26 stdout [apprepository ] Checking for update for https://github.com/getumbrel/umbrel-apps.git 2025/04/20 04:39:22 stdout [apps ] [error] Failed to install app bitcoin: Command failed with exit code 1: docker compose --project-name umbrelc --file /opt/umbreld/source/modules/apps/legacy-compat/docker-compose.yml up --build --detach --remove-orphans 2025/04/20 04:39:22 stderr Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown 2025/04/20 04:39:21 stderr Container tor_proxy Starting 2025/04/20 04:39:21 stderr Container auth Starting 2025/04/20 04:39:21 stdout [apps ] Setting up data directory for bitcoin 2025/04/20 04:39:21 stdout [apps ] Installing app bitcoin 2025/04/20 04:34:32 stdout [thumbnails ] Populated cache with 0 thumbnails (0 thumbnails) 2025/04/20 04:34:32 stdout [fileswatcher ] Started watching directory '/volume2/docker/umbrel/external' 2025/04/20 04:34:32 stdout [fileswatcher ] Started watching directory '/volume2/docker/umbrel/home' 2025/04/20 04:34:32 stdout [thumbnails ] No thumbnails yet, populating the cache... 2025/04/20 04:34:32 stdout [thumbnails ] Starting thumbnails 2025/04/20 04:34:32 stdout [files ] Starting files 2025/04/20 04:34:32 stdout [apps ] Starting apps 2025/04/20 04:34:32 stdout [apps ] [error] Failed to start app environment: Command failed with exit code 1: docker compose --project-name umbrelc --file /opt/umbreld/source/modules/apps/legacy-compat/docker-compose.yml up --build --detach --remove-orphans 2025/04/20 04:34:32 stdout [apps ] [error] Attempt 3 starting app environmnet failed. There are 0 retries left. 2025/04/20 04:34:32 stderr Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown 2025/04/20 04:34:31 stderr Container auth Starting 2025/04/20 04:34:31 stderr Container tor_proxy Starting 2025/04/20 04:34:29 stdout [apps ] [error] Attempt 2 starting app environmnet failed. There are 1 retries left. 2025/04/20 04:34:29 stderr Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown 2025/04/20 04:34:28 stderr Container auth Starting 2025/04/20 04:34:28 stderr Container tor_proxy Starting 2025/04/20 04:34:27 stdout [apps ] [error] Attempt 1 starting app environmnet failed. There are 2 retries left. 2025/04/20 04:34:27 stderr Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown 2025/04/20 04:34:27 stderr Container tor_proxy Starting 2025/04/20 04:34:27 stderr Container auth Starting 2025/04/20 04:34:26 stdout [apps ] [error] Failed to start app environment: Command failed with exit code 1: docker compose --project-name umbrelc --file /opt/umbreld/source/modules/apps/legacy-compat/docker-compose.yml up --build --detach --remove-orphans 2025/04/20 04:34:26 stderr Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown 2025/04/20 04:34:26 stdout [apprepository ] https://github.com/getumbrel/umbrel-apps.git is already up to date 2025/04/20 04:34:26 stdout [apprepository ] Checking for update for https://github.com/getumbrel/umbrel-apps.git 2025/04/20 04:34:26 stdout [appstore ] Checking repositories for updates every 5m 2025/04/20 04:34:26 stdout [appstore ] Default repository initialised! 2025/04/20 04:34:26 stderr Container auth Starting 2025/04/20 04:34:26 stderr Container tor_proxy Starting 2025/04/20 04:34:26 stderr Container tor_proxy Created 2025/04/20 04:34:26 stderr Container auth Created 2025/04/20 04:34:25 stdout [apprepository ] https://github.com/getumbrel/umbrel-apps.git is already up to date 2025/04/20 04:34:25 stderr Container tor_proxy Creating 2025/04/20 04:34:25 stderr Container auth Creating 2025/04/20 04:34:25 stdout [apps ] Copying lncli 2025/04/20 04:34:25 stdout [apps ] Copying bitcoin-cli 2025/04/20 04:34:25 stdout [apps ] Copying bins to /volume2/docker/umbrel/bin 2025/04/20 04:34:25 stdout [apprepository ] Checking for update for https://github.com/getumbrel/umbrel-apps.git 2025/04/20 04:34:25 stdout [server ] Listening on port 80 2025/04/20 04:34:25 stdout [appstore ] Initialising default repository... 2025/04/20 04:34:25 stdout [appstore ] Initialising app store 2025/04/20 04:34:25 stdout [user ] Synced system password 2025/04/20 04:34:25 stdout [migration ] Migrations complete 2025/04/20 04:34:25 stdout [migration ] Checking if any migrations are needed... 2025/04/20 04:34:25 stdout [umbreld ] 2025/04/20 04:34:25 stdout [umbreld ] logLevel: normal 2025/04/20 04:34:25 stdout [umbreld ] port: 80 2025/04/20 04:34:25 stdout [umbreld ] dataDirectory: /volume2/docker/umbrel 2025/04/20 04:34:25 stdout [umbreld ] 2025/04/20 04:34:25 stdout [umbreld ] ☂️ Starting Umbrel v1.4.0 2025/04/20 04:34:22 stdout ❯ For support visit https://github.com/dockur/umbrel/issues 2025/04/20 04:34:22 stdout ❯ Starting umbrelOS for Docker v1.4.0...
thx for Help !!!!
i can running tor_proxy et auth containers
https://drive.google.com/file/d/1KGTScA3STe3mmWtIkqjAmOdSt-y3xLFj/view?usp=sharing
5 days of Umbrel black out :(
thx for help
here the log:
❯ Starting umbrelOS for Docker v1.4.0... ❯ For support visit https://github.com/dockur/umbrel/issues [umbreld ] ☂️ Starting Umbrel v1.4.0 [umbreld ] [umbreld ] dataDirectory: /volume2/docker/dockge/stacks/umbrel [umbreld ] port: 80 [umbreld ] logLevel: normal [umbreld ] [migration ] Checking if any migrations are needed... [migration ] Unkown device booting for the first time, checking if we need to migrate legacy Linux install data... Error mounting drive: Error: Command failed with exit code 32: mount --read-only /dev/synoboot1 /mnt/synoboot1 mount: /mnt/synoboot1: wrong fs type, bad option, bad superblock on /dev/synoboot1, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call. [migration ] No legacy Linux install found, skipping migration [migration ] Migrations complete [appstore ] Initialising app store [server ] Listening on port 80 [appstore ] Initialising default repository... [apprepository ] Checking for update for https://github.com/getumbrel/umbrel-apps.git [apprepository ] Newer version of https://github.com/getumbrel/umbrel-apps.git available, updating [apps ] Creating Umbrel seed [apps ] Copying bins to /volume2/docker/dockge/stacks/umbrel/bin [apps ] Copying bitcoin-cli [apps ] Copying lncli auth Pulling tor_proxy Pulling 91f01557fe0d Already exists [apprepository ] Updated https://github.com/getumbrel/umbrel-apps.git! 461246efe0a7 Already exists ecdd21ad91a4 Already exists c8bc27c5e55c Already exists 72f5a0bbd6d5 Already exists 472ce9feeded Already exists 6d65359ecb29 Already exists a9db6797916e Already exists f4eaccdb25fc Already exists 49e010269d4e Already exists 4f4fb700ef54 Already exists [appstore ] Default repository initialised! [appstore ] Checking repositories for updates every 5m [apprepository ] Checking for update for https://github.com/getumbrel/umbrel-apps.git [apprepository ] https://github.com/getumbrel/umbrel-apps.git is already up to date auth Pulled tor_proxy Pulled Container auth Creating Container tor_proxy Creating Container auth Created Container tor_proxy Created Container auth Starting Container tor_proxy Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown [apps ] [error] Failed to start app environment: Command failed with exit code 1: docker compose --project-name umbrelc --file /opt/umbreld/source/modules/apps/legacy-compat/docker-compose.yml up --build --detach --remove-orphans Container tor_proxy Starting Container auth Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown [apps ] [error] Attempt 1 starting app environmnet failed. There are 2 retries left. Container auth Starting Container tor_proxy Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown [apps ] [error] Attempt 2 starting app environmnet failed. There are 1 retries left. Container auth Starting Container tor_proxy Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown [apps ] [error] Attempt 3 starting app environmnet failed. There are 0 retries left. [apps ] [error] Failed to start app environment: Command failed with exit code 1: docker compose --project-name umbrelc --file /opt/umbreld/source/modules/apps/legacy-compat/docker-compose.yml up --build --detach --remove-orphans [apps ] Starting apps [files ] Starting files [thumbnails ] Starting thumbnails [thumbnails ] No thumbnails yet, populating the cache... [fileswatcher ] Started watching directory '/volume2/docker/dockge/stacks/umbrel/home' [fileswatcher ] Started watching directory '/volume2/docker/dockge/stacks/umbrel/external' [thumbnails ] Populated cache with 0 thumbnails (0 thumbnails) [server ] [error] invalid signature [server ] [error] POST /user.renewToken Invalid token [user ] Synced system password [server ] [error] GET /system.cpuTemperature Could not get CPU temperature [server ] [error] GET /system.cpuTemperature Could not get CPU temperature [apps ] Installing app bitcoin [apps ] Setting up data directory for bitcoin Container auth Starting Container tor_proxy Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tor": executable file not found in $PATH: unknown [apps ] [error] Failed to install app bitcoin: Command failed with exit code 1: docker compose --project-name umbrelc --file /opt/umbreld/source/modules/apps/legacy-compat/docker-compose.yml up --build --detach --remove-orphans [apprepository ] Checking for update for https://github.com/getumbrel/umbrel-apps.git
[apprepository ] https://github.com/getumbrel/umbrel-apps.git is already up to date