Skip to main content Can't install Sonarr on RPI 3B : r/sonarr
r/sonarr icon
Go to sonarr
•

Can't install Sonarr on RPI 3B

solved

Hi guys, 3 weeks ago I installed sonarr/radarr/plex on my rpi 3b w/ portainer. I reinstalled it yesterday, I was able to install everything (radarr, jackett, transmission, plex) but sonarr (neither in command line or via new container).

The script it :

docker run -d \

--name=sonarr \

-e PUID=1000 \

-e PGID=1000 \

-e TZ=Europe/Paris \

-p 8989:8989 \

-v /srv/dev-disk-by-uuid-5c098534-ebbf-4d84-a65d-8074af645750/tv:/tv \#optional` \ -v /srv/dev-disk-by-uuid-5c098534-ebbf-4d84-a65d-8074af645750/downloads:/downloads `#optional` `

--restart unless-stopped \

lscr.io/linuxserver/sonarr:latest

The error is :

Unable to find image 'lscr.io/linuxserver/sonarr:latest' locally

latest: Pulling from linuxserver/sonarr

docker: no matching manifest for linux/arm/v7 in the manifest list entries.

Have you got a solution for this ? It worked well few weeks ago, the script is almost exactly the same as radarr but I can't figure it out why this isn't working.

Thanks ! :)

Archived post. New comments cannot be posted and votes cannot be cast.
Got a billion-dollar web app idea? Turn it into reality with Hostinger Horizons – your own AI-powered software engineer. No code, no extra setup, no hassle. 🚀
Thumbnail image: Got a billion-dollar web app idea? Turn it into reality with Hostinger Horizons – your own AI-powered software engineer. No code, no extra setup, no hassle. 🚀
Sort by:
Best
Open comment sort options

The latest versions (and docker images) of Sonarr don't support RPi unless you are running a 64-bit OS. You will either need to reinstall your OS to use 64-bit (not the default until very recently) or manually specify an older Sonarr docker image to run.

More details here

Solved! Thank you, you've made my day :)

More replies

okay I'll try it thank you !! :)

More replies

Hi u/matmatidmat - You've mentioned Docker [portainer], if you're needing Docker help be sure to generate a docker-compose of all your docker images in a pastebin or gist and link to it. Just about all Docker issues can be solved by understanding the Docker Guide, which is all about the concepts of user, group, ownership, permissions and paths. Many find TRaSH's Docker/Hardlink Guide/Tutorial easier to understand and is less conceptual.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

Hi u/matmatidmat -

There are many resources available to help you troubleshoot and help the community help you. Please review this comment and you can likely have your problem solved without needing to wait for a human.

Most troubleshooting questions require debug or trace logs. In all instances where you are providing logs please ensure you followed the Gathering Logs wiki article to ensure your logs are what are needed for troubleshooting.

Logs should be provided via the methods prescribed in the wiki article. Note that Info logs are rarely helpful for troubleshooting.

Dozens of common questions & issues and their answers can be found on our FAQ.

Please review our troubleshooting guides that lead you through how to troubleshoot and note various common problems.

If you're still stuck you'll have useful debug or trace logs and screenshots to share with the humans who will arrive soon. Those humans will likely ask you for the exact same thing this comment is asking..

Once your question/problem is solved, please comment anywhere in the thread saying '!solved' to change the flair to solved.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

Hi u/matmatidmat - It appears you're using Docker and have a mount of [/tv]. This is indicative of a docker setup that results in double space for all seeds and IO intensive copies / copy+deletes instead of hardlinks and atomic moves. Please review TRaSH's Docker/Hardlink Guide/Tutorial or the Docker Guide for how to correct this issue).

Moderator Note: this automoderator rule is under going testing. Please send a modmail with feedback for false positives or other issues. Revised 2022-01-18

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

You might need to manually specify arm/v7, I don't see it autoselecting your chip on the latest builds.

See here for deprecation info : https://www.reddit.com/r/sonarr/comments/wh0biw/linuxserver_arm7_deprecation/

Here's an older build with arm in it.

https://hub.docker.com/layers/linuxserver/sonarr/arm32v7-develop/images/sha256-f38dc2e651ccb069551da355526778a43ac4654e2a0f1dbbccf49dd0773ea8e8?context=explore

I got the issue because I ran 32 bits version of ROS Lite, I reinstalled it in 64bits and I got no pb :)

More replies

Are you running a 32 or 64 bit OS on your pi?

I was running 32 bits because 32bits version still worked 3 weeks ago, but then I reinstalled ROS on 64 bits and it's much better :D

More replies
More replies