I had an issue this morning doing an upgrade through the Sonarr GUI. The ownership of the binary directory should be the sonarr user. Here's a quick patch:
sed -i '/chown/ a \ chown -R sonarr: /usr/lib/sonarr' sonarr.install
Thanks!
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: | txtsd |
Votes: | 104 |
Popularity: | 1.13 |
First Submitted: | 2024-10-13 20:06 (UTC) |
Last Updated: | 2025-03-17 19:27 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »
I had an issue this morning doing an upgrade through the Sonarr GUI. The ownership of the binary directory should be the sonarr user. Here's a quick patch:
sed -i '/chown/ a \ chown -R sonarr: /usr/lib/sonarr' sonarr.install
Thanks!
I had mono crashes without legacy setting when updating tv shows. That does not happen any more.... and I don't start sonarr over systemd
Anyone know if Environment=MONO_TLS_PROVIDER=legacy
can be removed from sonarr.service
file yet? I've removed it from mine just now and am keeping an eye on it.
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: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)