@txtsd thank you!
Search Criteria
Package Details: sonarr 4.0.12.2823-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sonarr.git (read-only, click to copy) |
---|---|
Package Base: | sonarr |
Description: | Smart PVR for newsgroup and torrent users |
Upstream URL: | https://sonarr.tv |
Licenses: | GPL-3.0-or-later |
Groups: | servarr |
Submitter: | txtsd |
Maintainer: | txtsd (fryfrog) |
Last Packager: | txtsd |
Votes: | 4 |
Popularity: | 1.11 |
First Submitted: | 2024-10-15 07:11 (UTC) |
Last Updated: | 2025-01-06 03:06 (UTC) |
Dependencies (22)
- aspnet-runtime-6.0 (aspnet-runtime-6.0-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- sqlite (sqlite-fossilAUR)
- dotnet-sdk-6.0 (dotnet-sdk-6.0-binAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR) (optional) – torrent downloader
- autobrrAUR (optional) – irc, torrent and usenet indexer proxy
- deluge (deluge-gitAUR) (optional) – torrent downloader
- jackettAUR (jackett-monoAUR, jackett-binAUR) (optional) – torrent indexer proxy
- nodejs-floodAUR (flood-gitAUR, flood-binAUR) (optional) – torrent downloader
- nzbget (nzbget-binAUR, nzbget-gitAUR, nzbget-git-debugAUR) (optional) – usenet downloader
- nzbhydra2AUR (nzbhydra2-nojava-binAUR, nzbhydra2-binAUR) (optional) – torznab and usenet indexer proxy
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (optional) – postgresql database
- prowlarrAUR (prowlarr-binAUR, prowlarr-developAUR, prowlarr-develop-binAUR, prowlarr-nightly-binAUR) (optional) – torrent and usenet indexer proxy
- qbittorrent (qbittorrent-enhanced-qt5AUR, qbittorrent-qt5AUR, qbittorrent-gitAUR, qbittorrent-libtorrent-v1AUR, qbittorrent-enhanced-gitAUR, qbittorrent-enhanced-uaAUR, qbittorrent-enhanced-appimageAUR, qbittorrent-enhancedAUR) (optional) – torrent downloader
- rtorrent (rtorrent-colorAUR, rtorrent-pyro-gitAUR, rtorrent-ps-chAUR, rtorrent-gitAUR, rtorrent-psAUR, rtorrent-vi-colorAUR, rtorrent-ipv6AUR) (optional) – torrent downloader
- sabnzbdAUR (sabnzbd-gitAUR) (optional) – usenet downloader
- transmission-cli (transmission-cli-gitAUR, transmission-noxunlei-cliAUR, transmission3-cliAUR) (optional) – torrent downloader (CLI and daemon)
- transmission-gtk (transmission-noxunlei-gtkAUR, transmission-gtk3AUR, transmission-gtk-gitAUR) (optional) – torrent downloader (GTK+)
- transmission-qt (transmission-qt-gitAUR, transmission-qt-ssl-gitAUR, transmission-noxunlei-qtAUR) (optional) – torrent downloader (Qt)
- vuzeAUR (vuze-extreme-modAUR) (optional) – torrent downloader
Required by (17)
- autobrr (optional)
- jellyseerr (optional)
- lunasea-bin (optional)
- nzbget-ppscript-nzbtomedia-git (optional)
- ombi (optional)
- ombi-bin (optional)
- ombi-develop (optional)
- ombi-develop-bin (optional)
- prowlarr (optional)
- prowlarr-bin (optional)
- prowlarr-develop (optional)
- prowlarr-develop-bin (optional)
- prowlarr-nightly-bin (optional)
- recyclarr (optional)
- recyclarr-bin (optional)
- sonarr-runit
- traktarr-git (optional)
Sources (5)
Latest Comments
« First ‹ Previous 1 2
justin-sleep commented on 2024-10-30 13:57 (UTC)
txtsd commented on 2024-10-30 13:56 (UTC)
@justin-sleep That's better, I'll add AF_UNIX
shortly.
justin-sleep commented on 2024-10-30 13:50 (UTC)
@txtsd I don't have a great idea of what in my setup would be causing the issue. Sonarr is running on a machine with systemd-networkd and systemd-resolved. It's a rather straightforward configuration, with DHCP enabled.
I've played with the values further, and
[Service]
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
works for me, so maybe systemd-resolved needs local socket access to function.
txtsd commented on 2024-10-30 13:39 (UTC)
@justin-sleep Can you explain your setup? Because it works well for me. With a little insight, I'll get rid of that line.
justin-sleep commented on 2024-10-30 13:24 (UTC)
FYI, the addition of the recent hardening options in the systemd service broke networking (search, connectivity to download clients) for me. I had to add:
[Service]
RestrictAddressFamilies=
to an override with sudo systemctl edit sonarr
to get it working again.
txtsd commented on 2024-10-28 13:47 (UTC)
@CommanderRedYT Thanks for reporting! I've pushed a fix.
CommanderRedYT commented on 2024-10-28 09:39 (UTC)
When trying to install, I get errors that there are CVEs reported on GitHub and the prepare() hook fails.
txtsd commented on 2024-10-21 03:54 (UTC) (edited on 2024-10-30 12:50 (UTC) by txtsd)
Alternate versions
sonarr-bin (binary version of this package)
sonarr-develop (develop branch)
sonarr-develop-bin (binary version of the develop branch)
fryfrog commented on 2024-10-16 16:21 (UTC)
You may be interested in the binary version of this package sonarr-bin or for the develop
branch there is sonarr-develop and sonarr-develop-bin.
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:
txtsd commented on 2024-10-21 03:54 (UTC) (edited on 2024-10-30 12:50 (UTC) by txtsd)
Alternate versions
sonarr-bin (binary version of this package)
sonarr-develop (develop branch)
sonarr-develop-bin (binary version of the develop branch)