Package Details: sonarr-bin 4.0.11.2680-3

Git Clone URL: https://aur.archlinux.org/sonarr-bin.git (read-only, click to copy)
Package Base: sonarr-bin
Description: Smart PVR for newsgroup and torrent users
Upstream URL: https://sonarr.tv
Licenses: GPL-3.0-or-later
Groups: servarr-bin
Conflicts: sonarr
Provides: sonarr
Submitter: txtsd
Maintainer: txtsd (fryfrog)
Last Packager: fryfrog
Votes: 100
Popularity: 2.16
First Submitted: 2024-10-13 20:06 (UTC)
Last Updated: 2024-12-13 01:38 (UTC)

Dependencies (20)

Required by (17)

Sources (8)

Pinned Comments

mkomko commented on 2024-11-15 06:59 (UTC)

PSA: If you receive exceptions like "System.IO.IOException: Read-only file system" when Sonarr is importing files after updating to 4.0.10.2544, and you use your home directory for downloaded files (which is advised against), you can either move file management out of your home directory or do something like the following:

$ sudo systemctl edit sonarr

[Service]
# Allow home directory path to be writable again
ReadWritePaths=/home/user/media

txtsd commented on 2024-10-21 03:56 (UTC) (edited on 2024-10-30 12:50 (UTC) by txtsd)

Alternate versions

sonarr (source version of this package)
sonarr-develop (develop branch)
sonarr-develop-bin (binary version of the develop branch)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »

ejstacey commented on 2017-01-30 00:08 (UTC)

This fails to build with the current sonarr git: -> Patching Mono-Set-process-name error: src/NzbDrone.Mono/EnvironmentInfo/MonoRuntimeProvider.cs: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... The build failed. I think the file got changed (renamed?) to MonoPlatformInfo.cs (in that same directory). I am not confident enough around c# to try and adapt the patch.

jack.mitchell commented on 2016-10-30 13:47 (UTC)

Anyone having issues with Sonarr segfaulting/crashing on RSS index with the lastest Mono. I had to role mine back. I do have a custom mono build, but all it does is remove the libgdi dependancy which has never been an issue in the past.

degeberg commented on 2016-10-27 05:06 (UTC)

@Rusk: It doesn't run as debug on my machine. Do you use the mono package from the official repos, or have you compiled your own version?

Rusk commented on 2016-10-26 23:20 (UTC)

Question: How to run sonarr without "--debug" option of mono? $ ps aux | grep mono sonarr 3719 2.0 2.1 1541812 178892 ? Ssl 00:58 0:07 mono --debug /usr/lib/sonarr/NzbDrone.exe -nobrowser -data=/var/lib/sonarr I checked the sonarr.service file: $ cat /usr/lib/systemd/system/sonarr.service [Unit] Description=Sonarr Service After=network.target [Service] User=sonarr Group=sonarr ExecStart=/usr/bin/sonarr -nobrowser -data=/var/lib/sonarr Type=simple TimeoutStopSec=20 [Install] WantedBy=multi-user.target It is not eluding to any option with which mono is being run. I also wrote a "Hello, World"-Example and let it run in a loop like this: $ watch -n1 hello_world.exe Every 1.0s: ./hello_world.exe current_user: Thu Oct 27 01:13:36 2016 $ ps aux | grep hello_world.exe current_user 4074 0.2 0.0 9120 2900 pts/6 S+ 01:13 0:00 watch -n1 /home/current_user/hello_world.exe As you can see mono is not even being mentioned. Any directions would be greatly appreciated. Also in case this is the wrong place for this question please point me towards another support site.

SRChiP commented on 2016-09-13 10:08 (UTC)

@moonman I think it would be easier to just create a systemd unit override. :) $ sudo systemctl edit sonarr Enter the text [Service] Restart=on-failure RestartSec=17

moonman commented on 2016-07-30 07:41 (UTC)

@degeberg could you add Restart=on-failure to the systemd service please. It seems sonarr crashes once in a while on armv7 and needs to be restarted manually. This helps

degeberg commented on 2016-04-03 19:06 (UTC)

@fuzzy2: Good point. I've updated the PKGBUILD accordingly.

fuzzy2 commented on 2016-04-03 16:36 (UTC)

I suggest removing the .install file from source/checksums altogether. It's considered bad practice: https://wiki.archlinux.org/index.php/PKGBUILD#source yaourt prompts you to edit the .install file, but that won't work with this package unless removing it from the source array first.

degeberg commented on 2016-03-14 15:32 (UTC)

Sorry about that. It should work now.

binhex commented on 2016-03-14 14:58 (UTC)

getting a validity test failure on 2.0.0.3953-2:- ==> Validating source files with sha512sums...  NzbDrone.master.2.0.0.3953.mono.tar.gz ... Passed  sonarr.sh ... Passed  sonarr.service ... Passed  sonarr.install ... FAILED ==> ERROR: One or more files did not pass the validity check! The build failed.