-
Hi, I'm trying to setup Omniserver on my VPS on Oracle Cloud (with Ubuntu-22.04 aarch64). I used previously configured rclone with Onedrive (working correctly), I manually install docker and docker-compose. Cloudflare was correctly configured, but only Traefik and Jackett are working. How can I find the reason/logs for that? ubuntu@myvps:~/OmniStream/enabled$ omni restart jellyfin
ERROR: No containers to restart
ERROR: 1
ubuntu@myvps:~/OmniStream/enabled$ omni down
Stopping jackett ... done
Stopping traefik ... done
Stopping oauth ... done Stopping omnimount ... done
Removing jackett ... done
Removing traefik ... done
Removing oauth ... done
Removing omnimount ... done
Removing network OmniNet
/home/ubuntu/OmniStream/bin/dns-report-gen: line 45: column: command not found
/home/ubuntu/OmniStream/bin/dns-report-gen: line 52: column: command not found
traefik Removed record 1d124153cdf6c1c92ca25615a6fe6b2a
oauth Removed record 2476b6682e715cdcad42c631bfa9e373
jellyfin Removed record c2b5052560381c5e084ddd67d548c5ec
radarr Removed record 08e5a778101cc33b892bebff6450d46e
sonarr Removed record b3f005c926ab9e9c90dc952c7d96a757
jackett Removed record 71a2cc8cf9ab65a531c3eadc22b17dac
bazarr Removed record 3c3ecfdd5062a9e39f15ed8679dbe688
ubuntu@myvps:~/OmniStream/enabled$ omni up
Already up to date.
Rebuilding config file...Environment updated
/home/ubuntu/OmniStream/bin/dns-report-gen: line 45: column: command not found
/home/ubuntu/OmniStream/bin/dns-report-gen: line 52: column: command not found
Checking DNS entries for Omnistream components
==============================================
traefik Created traefik.mydomain.ovh (cached)
oauth Created oauth.mydomain.ovh (cached)
jellyfin Created jellyfin.mydomain.ovh (cached)
radarr Created radarr.mydomain.ovh (cached)
sonarr Created sonarr.mydomain.ovh (cached)
jackett Created jackett.mydomain.ovh (cached)
bazarr Created bazarr.mydomain.ovh (cached)
Creating network "OmniNet" with the default driver
Creating omnimount ... done
Creating oauth ... done
Creating traefik ... done
Creating jackett ... done
ERROR: for sonarr Container "c59d401211ae" is unhealthy.
ERROR: for radarr Container "c59d401211ae" is unhealthy.
ERROR: for jellyfin Container "c59d401211ae" is unhealthy.
ERROR: for bazarr Container "c59d401211ae" is unhealthy.
ERROR: Encountered errors while bringing up the project.
ubuntu@myvps:~/OmniStream/enabled$ omni logs sonarr
Attaching to
ubuntu@myvps:~/OmniStream/enabled$ omni logs jellyfin
Attaching to
ubuntu@myvps:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
811674dca78d lscr.io/linuxserver/jackett "/init" 14 minutes ago Up 14 minutes (healthy) 9117/tcp jackett
bc8a673574cd traefik:latest "/entrypoint.sh --gl…" 14 minutes ago Up 14 minutes (healthy) 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp traefik
2d306c2951ae thomseddon/traefik-forward-auth:latest "./traefik-forward-a…" 14 minutes ago Restarting (1) 32 seconds ago oauth
d59d401211aa kelinger/omnimount:latest "bash -c /root/start…" 14 minutes ago Restarting (1) 31 seconds ago omnimount |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately, many of the containers included as well as the startup script requires Intel hardware. I was able to compile OmniMount for ARM hardware a few months ago as an experiment specifically on Oracle's cloud but even then, many other containers required customization to get them running as well. |
Beta Was this translation helpful? Give feedback.
Unfortunately, many of the containers included as well as the startup script requires Intel hardware. I was able to compile OmniMount for ARM hardware a few months ago as an experiment specifically on Oracle's cloud but even then, many other containers required customization to get them running as well.