Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Trouble starting up docker image #5

Closed
bcullman opened this issue Jun 26, 2022 · 8 comments
Closed

Trouble starting up docker image #5

bcullman opened this issue Jun 26, 2022 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@bcullman
Copy link

same issue as seen here:
RandomNinjaAtk/docker-amvd#30

Checking portainer, I see the following in the logs:

exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error
exec /init: exec format error

at somepoint the docker container restarts, and this cycle repeats.

my docker-compose file

version: "2.1"
services:
  lidarr-extended:
    image: randomninjaatk/lidarr-extended
    container_name: lidarr-extended
    volumes:
      - .config:/config
      - /mnt/downloads:/downloads
      - /mnt/music:/music
      - /mnt/music-videos:/music-videos
    environment:
      - TZ=America/New_York
      - PUID=1000
      - PGID=1000
      - autoStart=true
      - configureLidarrWithOptimalSettings=true
      - audioFormat=native
      - audioBitrate=lossless
      - audioLyricType=both
      - dlClientSource=both
      - arlToken=Token_Goes_Here
      - tidalCountryCode=US
      - addDeezerTopArtists=true
      - addDeezerTopAlbumArtists=true
      - addDeezerTopTrackArtists=true
      - topLimit=10
      - addRelatedArtists=false
      - numberOfRelatedArtistsToAddPerArtist=5
      - beetsMatchPercentage=90
      - plexUrl=http://192.168.0.100:32400
      - plexToken=[myPlexToken]
    ports:
      - 8680:8686
    restart: unless-stopped
@RandomNinjaAtk RandomNinjaAtk added the invalid This doesn't seem right label Jun 26, 2022
@RandomNinjaAtk
Copy link
Owner

I'm just guessing, but your config volume is likely incorrect. Needs to be pointed at a folder and not .config

@bcullman
Copy link
Author

.config is a folder on my machine

@RandomNinjaAtk
Copy link
Owner

Probably a problem with your portainer docker setup. I know the container works and this is likely isolated to your setup. I'd advise you ask elsewhere...

If you find out what the problem is, feel free to post a solution.

Suggestion, the base image is linuxservers lidarr container with the nightly tag. So maybe try getting that to work first and this is a drop in replacement.

@RandomNinjaAtk RandomNinjaAtk closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 2022
@bcullman
Copy link
Author

@RandomNinjaAtk - thanks, my bad here - I completely skimmed over the readme that lists x86-x64 support, at the moment.
I see you have a dockerfile.arm64 listed - happy to help beta arm support.

@RandomNinjaAtk
Copy link
Owner

Just built a new arm64v8 image, so you can give it a try. Always feel free to join the discussion on Discord, link in readme

@RandomNinjaAtk RandomNinjaAtk added enhancement New feature or request and removed invalid This doesn't seem right labels Jun 27, 2022
@RandomNinjaAtk RandomNinjaAtk self-assigned this Jun 27, 2022
@RandomNinjaAtk
Copy link
Owner

New image needs testing...

@RandomUser345
Copy link
Contributor

New image needs testing...

ARM64v8 Looks good: but I'm only using deezer, no tidal-dl.

@bcullman
Copy link
Author

arm32v7 Looks good. I am not using deezer or tidal-dl, though

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants