Search Criteria
Package Details: sonarr 3.0.6.1196-1
Git Clone URL: | https://aur.archlinux.org/sonarr.git (read-only, click to copy) |
---|---|
Package Base: | sonarr |
Description: | TV download automation for usenet and torrents. |
Upstream URL: | https://sonarr.tv/ |
Licenses: | |
Submitter: | justin8 |
Maintainer: | degeberg (fryfrog) |
Last Packager: | fryfrog |
Votes: | 82 |
Popularity: | 0.63 |
First Submitted: | 2014-11-10 04:45 |
Last Updated: | 2021-03-27 22:34 |
Dependencies (11)
- libmediainfo (libmediainfo-git)
- mono (mono48, mono-alpha, mono-beta, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- deluge (deluge1, deluge-stable-git, deluge-git, deluge2-stable-git) (optional) – torrent downloader
- jackett (jackett-mono, jackett-bin) (optional) – torrent indexer proxy
- nzbget (nzbget-git) (optional) – usenet downloader
- rtorrent (rtorrent-vi-color, rtorrent-git, rtorrent-color, rtorrent-ipv6, rtorrent-ps-ch, rtorrent-pyro-git, rtorrent-ps) (optional) – torrent downloader
- sabnzbd (sabnzbd-git) (optional) – usenet downloader
- transmission-cli (transmission-cli-git, transmission-cmake-cli, transmission-sequential-cli, transmission-noxunlei-cli) (optional) – torrent downloader (CLI and daemon)
- transmission-gtk (transmission-csd-git, transmission-cmake-gtk, transmission-sequential-gtk, transmission-noxunlei-gtk, transmission-gtk-git) (optional) – torrent downloader (GTK+)
- transmission-qt (transmission-qt-git, transmission-cmake-qt, transmission-sequential-qt, transmission-noxunlei-qt, transmission-qt-ssl-git) (optional) – torrent downloader (Qt)
Required by (7)
- ombi (optional)
- ombi-develop (optional)
- ombi-preview (optional)
- ombi-v4 (optional)
- plexrequests (optional)
- traktarr (optional)
- traktarr-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 ... Next › Last »
jack.mitchell commented on 2016-10-30 13:47
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
@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
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
@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
@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
@fuzzy2: Good point. I've updated the PKGBUILD accordingly.
fuzzy2 commented on 2016-04-03 16:36
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
Sorry about that. It should work now.
binhex commented on 2016-03-14 14:58
getting a validity test failure on 2.0.0.3953-2:-
[0m[91m==> Validating source files with sha512sums...
[0m[91m NzbDrone.master.2.0.0.3953.mono.tar.gz ... [0m[91mPassed
[0m[91m sonarr.sh ... [0m[91mPassed
[0m[91m sonarr.service ... [0m[91mPassed
[0m[91m sonarr.install ... [0m[91mFAILED
[0m[91m==> ERROR: One or more files did not pass the validity check!
[0mThe build failed.
degeberg commented on 2016-03-14 11:18
@disastro: I can't remember if there was any particular reason, so I've removed the "lesser" ones from the PKGBUILD.