[Support] Linuxserver.io - Sonarr


Recommended Posts

 

 

3 hours ago, Squid said:

By and large most applications it doesn't make a single difference at all what you name the container mapping (so long as they match between the apps communicate with each other).  /config is the exception and shouldn't be changed (why its hidden)

 

Binhex Sab can communicate no problems with LSIO Sonarr.  So long as the mapping matches between the two.  Doesn't matter is you decide to use /data or /downloads or /StuffImHidingFromTheMPAA - it just has to match between the two and within the app's settings you tell it to put the downloads in the container mapping you chose.

 

 

Yup, I posted /downloads --> /mnt/user/Downloads/  but it can be anything on either side as long the "/downloads" side matches in the different applications and the "/mnt/user/Downloads" side matches in the different applications.  Of course, I'm only talking about the applications that talk to each other through an API like Radarr to SABnzbd.

 

I deleted the incomplete mapping in LSIO. I certainly don't need it and I really have no idea why they would even put it in the template. Only reason I can think of is maybe they did it for a setup where SAB can does the post processing itself?????

 

 

Link to comment

When I first setup Sabnzbd and Sonarr, I found that Sonarr would not connect to Sabnzbd unless I put Sonarr in Host mode. After doing that though, Fix Common Problems complains that I should not have done that and I should leave it on bridged mode. What should I change to make that happen? Right now I have Sabnzbd set for 8082 as my port which Sonarr has no problem connecting to. 

Untitled-1.jpg.a9469473d2046858e11b9d664f75bee3.jpg

 

** Nevermind, it appears that if I put the container into bridged mode, I can't use localhost and I have to use the actual IP address instead.

Edited by 404
Link to comment

I have a good number of tv shows that are marked as downloading in Sonarr, but they aren't.  When i try to download again via manual search i get the message "Sanzbd is disabled due to recent failures"  I am attaching logs from sonarr and sanzbd - i restarted them a few times which may show in the log.  Also i removed the tin star which drone was having problems with.  Is there a way to tell sonarr that the file is not downloading and try again?  I have had a few failures like this before, but not ever disabling sabnzbd.  I believe i just manually downloaded the file and put in drone folder to get around it.  Also i don't know if it makes any difference, but i had the appdata folder not on the cache but on the array for a change of cache drive a while ago and had not set it back to cache only.  Just changed that in case it makes a difference. - I should also mention that i just did a 2 drive data rebuilt ending yesterday which took over 2 days.  this may have triggered the failures or caused them for some reason?

sanzbd log.txt

sonnar log.txt

Edited by FrozenGamer
Link to comment
  • 2 weeks later...

I have a weird problem that has started happening when using Sonarr with NZBGET.  It's "downloading" several TV shows over and over, yet nothing appears in my folders and Sonarr shows them as complete, see below :

 

This is what is shown in Sonarrs logs for one of the attempts. See the attached screenshot for Sonarrs history. Any ideas? I don't think its downloading it but why is it being marked as complete in Sonarr?

 

Cheers folks, love yas!

 


17-11-24 06:50:20.5|Info|RssSyncService|RSS Sync Completed. Reports found: 950, Reports grabbed: 0
17-11-24 06:54:24.7|Info|NzbSearchService|Searching 9 indexers for [Arrow : S06E07]
17-11-24 06:54:41.1|Info|DownloadDecisionMaker|Processing 12 releases
17-11-24 06:54:43.6|Info|Nzbget|Adding report [Arrow.S06E07.720p.HDTV.x264-AVS] to the queue.
17-11-24 06:54:43.8|Warn|ProcessDownloadDecisions|Couldn't add report to download queue. Arrow.S06E07.720p.HDTV.x264-AVS

[v2.0.0.5054] NzbDrone.Core.Download.Clients.DownloadClientException: Failed to add nzb Arrow.S06E07.720p.HDTV.x264-AVS.nzb
  at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.AddFromNzbFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String filename, System.Byte[] fileContent) [0x00068] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Nzbget\Nzbget.cs:50
  at NzbDrone.Core.Download.UsenetClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x0016c] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\UsenetClientBase.cs:74
  at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x001a3] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\DownloadService.cs:74
  at NzbDrone.Core.Download.ProcessDownloadDecisions.ProcessDecisions (System.Collections.Generic.List`1[T] decisions) [0x000dd] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\ProcessDownloadDecisions.cs:76

 

5a1819660ed89_ScreenShot2017-11-24at13_04_29.thumb.png.1c8a24c274c1c0841a597571d59e1770.png

Link to comment

I've got a weird problem where Sonarr is trying to update my library but it's failing and causing some sort of loop that consumes 100% of a core on my CPU.  I can't find any log that shows a problem or irregularity, the only hint that anything is wrong is the "Update Library" button on the main page is greyed out and rotating as if it's processing, and the logs will show a refreshseries command was queued for the first series in my list and it was completed, but then it doesn't move on to the next series.

Link to comment

Guys I've got a weird problem and I cant spot where my mistake is. Sonarr is all of a sudden refusing to move my shows. It gives me an error saying the path does not exist. Now I can move them manually myself but thats not really the point now is it. Can anyone see where Ive went wrong? Can't see it whatsoever. Would anyone be able to help?2.thumb.png.bcbda42889977ed4708c6499d06d786d.png2.thumb.png.e5693151180d7bb09b4eabba55c8cc77.png

Link to comment
4 hours ago, Gog said:

Have you tried to go in the sonarr container and see what's visible?

 

I don't know how familiar you are with the CLI but you could try this from a putty session:


docker exec -it Sonarr bash
cd /data/complete/tv
ls -al

 

Will have a look when I get home. Thanks for taking the time. 

Link to comment
6 minutes ago, spacepirate said:

Just installed Sonarr and I'm getting an error while try to select the folder path:

 

I'm assuming I screwed up the paths in the settings, but I can't figure out the correct settings

dd.JPG

sss.JPG

 

You have to use the same path as in the container path in the template. So it should be /tv/

Link to comment

So im having a problem with Sonarr freezing after start up. 

 

Basically the container just freeze up, not letting me to retart/stop it via the GUI, or via command but just sits there loading, doing nothing.

 

This also do so that i cannnot turn off any other docker containers (even if they will keep working) after it froze, or disable docker in the GUI or even turn off the server / Stop the array..

My only option is pull out the power and restart the entier server that way..

 

I've reinstalled the container about 10 times, deleting appdata and even delete the Docker img and recreated everything..

 

 

Im quite new to this, so ill copy the logs i see, but please let me know any other info you need.

 

D6ccxpg.png

 

 

(Quick note, it does not freeze while refresh the same series, it is diffrent every time)

ErrorWarningSystemArrayLogin


[Info] RefreshEpisodeService: Starting episode info refresh for: [284190][Marvel's Jessica Jones]
[Info] RefreshEpisodeService: Finished episode refresh for series: [284190][Marvel's Jessica Jones].
[Info] DiskScanService: Scanning disk for Marvel's Jessica Jones
[Info] DiskScanService: Completed scanning disk for Marvel's Jessica Jones
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Marvel's Luke Cage
[Info] RefreshEpisodeService: Starting episode info refresh for: [304219][Marvel's Luke Cage]
[Info] RefreshEpisodeService: Finished episode refresh for series: [304219][Marvel's Luke Cage].
[Info] DiskScanService: Scanning disk for Marvel's Luke Cage
[Info] DiskScanService: Completed scanning disk for Marvel's Luke Cage
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] RecycleBinProvider: Recycling Bin has not been configured, deleting permanently. /media/Alaska- The Last Frontier/Season 07/Alaska- The Last Frontier - S07E09 - The Day the Crane Collapsed WEBDL-720p.mkv
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Moonshiners
[Info] RefreshEpisodeService: Starting episode info refresh for: [253695][Moonshiners]
[Info] RefreshEpisodeService: Finished episode refresh for series: [253695][Moonshiners].
[Info] DiskScanService: Scanning disk for Moonshiners
[Info] DiskScanService: Completed scanning disk for Moonshiners
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Mountain Men
[Info] RefreshEpisodeService: Starting episode info refresh for: [259203][Mountain Men]
[Info] RefreshEpisodeService: Finished episode refresh for series: [259203][Mountain Men].
[Info] DiskScanService: Scanning disk for Mountain Men
[Info] DiskScanService: Completed scanning disk for Mountain Men
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Mr. Robot
[Info] RefreshEpisodeService: Starting episode info refresh for: [289590][Mr. Robot]
[Info] RefreshEpisodeService: Finished episode refresh for series: [289590][Mr. Robot].
[Info] DiskScanService: Scanning disk for Mr. Robot
[Info] DiskScanService: Completed scanning disk for Mr. Robot
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Narcos
[Info] RefreshEpisodeService: Starting episode info refresh for: [282670][Narcos]
[Info] RefreshEpisodeService: Finished episode refresh for series: [282670][Narcos].
[Info] DiskScanService: Scanning disk for Narcos
[Info] DiskScanService: Completed scanning disk for Narcos
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for NCIS
[Info] RefreshEpisodeService: Starting episode info refresh for: [72108][NCIS]
[Info] RefreshEpisodeService: Finished episode refresh for series: [72108][NCIS].
[Info] DiskScanService: Scanning disk for NCIS
[Info] DiskScanService: Completed scanning disk for NCIS
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for New Girl
[Info] RefreshEpisodeService: Starting episode info refresh for: [248682][New Girl]
[Info] RefreshEpisodeService: Finished episode refresh for series: [248682][New Girl].
[Info] DiskScanService: Scanning disk for New Girl
[Info] DiskScanService: Completed scanning disk for New Girl
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Notorious (2016)
[Info] DiskScanService: Scanning disk for Notorious (2016)
[Info] DiskScanService: Completed scanning disk for Notorious (2016)
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Operation Repo
[Info] DiskScanService: Scanning disk for Operation Repo
[Info] DiskScanService: Completed scanning disk for Operation Repo
[Info] SeriesScannedHandler: [Operation Repo] was recently added, performing post-add actions
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Orange Is the New Black
[Info] RefreshEpisodeService: Starting episode info refresh for: [264586][Orange Is the New Black]
[Info] RefreshEpisodeService: Finished episode refresh for series: [264586][Orange Is the New Black].
[Info] DiskScanService: Scanning disk for Orange Is the New Black
[Info] DiskScanService: Completed scanning disk for Orange Is the New Black
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for The Originals
[Info] RefreshEpisodeService: Starting episode info refresh for: [266883][The Originals]
[Info] RefreshEpisodeService: Finished episode refresh for series: [266883][The Originals].
[Info] DiskScanService: Scanning disk for The Originals
[Info] DiskScanService: Completed scanning disk for The Originals
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Orphan Black
[Info] DiskScanService: Scanning disk for Orphan Black
[Info] DiskScanService: Completed scanning disk for Orphan Black
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Ozark
[Info] RefreshEpisodeService: Starting episode info refresh for: [329089][Ozark]
[Info] RefreshEpisodeService: Finished episode refresh for series: [329089][Ozark].
[Info] DiskScanService: Scanning disk for Ozark
[Info] DiskScanService: Completed scanning disk for Ozark
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Parks and Recreation
[Info] DiskScanService: Scanning disk for Parks and Recreation
[Info] DiskScanService: Completed scanning disk for Parks and Recreation
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Peaky Blinders
[Info] RefreshEpisodeService: Starting episode info refresh for: [270915][Peaky Blinders]
[Info] RefreshEpisodeService: Finished episode refresh for series: [270915][Peaky Blinders].
[Info] DiskScanService: Scanning disk for Peaky Blinders
[Info] DiskScanService: Completed scanning disk for Peaky Blinders
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Penny Dreadful
[Info] DiskScanService: Scanning disk for Penny Dreadful
[Info] DiskScanService: Completed scanning disk for Penny Dreadful
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Person of Interest
[Info] DiskScanService: Scanning disk for Person of Interest
[Info] DiskScanService: Completed scanning disk for Person of Interest
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Power
[Info] RefreshEpisodeService: Starting episode info refresh for: [276562][Power]
[Info] RefreshEpisodeService: Finished episode refresh for series: [276562][Power].
[Info] DiskScanService: Scanning disk for Power
[Info] DiskScanService: Completed scanning disk for Power
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Preacher
[Info] RefreshEpisodeService: Starting episode info refresh for: [300472][Preacher]
[Info] RefreshEpisodeService: Finished episode refresh for series: [300472][Preacher].
[Info] DiskScanService: Scanning disk for Preacher
[Info] MediaCoverService: Downloading Banner for [299139][The Magicians (2015)] http://thetvdb.com/banners/graphical/299139-g3.jpg
[Info] DiskScanService: Completed scanning disk for Preacher
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Pretty Little Liars
[Info] DiskScanService: Scanning disk for Pretty Little Liars
[Info] MediaCoverService: Downloading Poster for [299139][The Magicians (2015)] http://thetvdb.com/banners/posters/299139-9.jpg
[Info] DiskScanService: Completed scanning disk for Pretty Little Liars
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Prison Break
[Info] DiskScanService: Scanning disk for Prison Break
[Info] DiskScanService: Completed scanning disk for Prison Break
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for The Ranch (2016)
[Info] RefreshEpisodeService: Starting episode info refresh for: [305165][The Ranch (2016)]
[Info] RefreshEpisodeService: Finished episode refresh for series: [305165][The Ranch (2016)].
[Info] DiskScanService: Scanning disk for The Ranch (2016)
[Info] DiskScanService: Completed scanning disk for The Ranch (2016)
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Rick and Morty
[Info] RefreshEpisodeService: Starting episode info refresh for: [275274][Rick and Morty]
[Info] RefreshEpisodeService: Finished episode refresh for series: [275274][Rick and Morty].
[Info] DiskScanService: Scanning disk for Rick and Morty
[Info] DiskScanService: Completed scanning disk for Rick and Morty
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: River
[Info] DiskScanService: Scanning disk for River
[Info] DiskScanService: Completed scanning disk for River
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Rome
[Info] DiskScanService: Scanning disk for Rome
[Info] DiskScanService: Completed scanning disk for Rome
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Ronnie's Redneck Road Trip
[Info] RefreshEpisodeService: Starting episode info refresh for: [326806][Ronnie's Redneck Road Trip]
[Info] RefreshEpisodeService: Finished episode refresh for series: [326806][Ronnie's Redneck Road Trip].
[Info] DiskScanService: Scanning disk for Ronnie's Redneck Road Trip
[Info] DiskScanService: Completed scanning disk for Ronnie's Redneck Road Trip
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Salem
[Info] DiskScanService: Scanning disk for Salem
[Info] DiskScanService: Completed scanning disk for Salem
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Scream Queens (2015)
[Info] DiskScanService: Scanning disk for Scream Queens (2015)
[Info] DiskScanService: Completed scanning disk for Scream Queens (2015)
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Scrubs
[Info] DiskScanService: Scanning disk for Scrubs
[Info] DiskScanService: Completed scanning disk for Scrubs
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Secrets & Lies
[Info] DiskScanService: Scanning disk for Secrets & Lies
[Info] DiskScanService: Completed scanning disk for Secrets & Lies
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Secrets and Lies (2015)
[Info] DiskScanService: Scanning disk for Secrets and Lies (2015)
[Info] DiskScanService: Completed scanning disk for Secrets and Lies (2015)
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Shadowhunters
[Info] RefreshEpisodeService: Starting episode info refresh for: [295837][Shadowhunters]
[Info] RefreshEpisodeService: Finished episode refresh for series: [295837][Shadowhunters].
[Info] DiskScanService: Scanning disk for Shadowhunters
[Info] DiskScanService: Completed scanning disk for Shadowhunters
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for The Shannara Chronicles
[Info] RefreshEpisodeService: Starting episode info refresh for: [289096][The Shannara Chronicles]
[Info] RefreshEpisodeService: Finished episode refresh for series: [289096][The Shannara Chronicles].
[Info] DiskScanService: Scanning disk for The Shannara Chronicles
[Info] DiskScanService: Completed scanning disk for The Shannara Chronicles
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Sherlock
[Info] RefreshEpisodeService: Starting episode info refresh for: [176941][Sherlock]
[Info] RefreshEpisodeService: Finished episode refresh for series: [176941][Sherlock].
[Info] DiskScanService: Scanning disk for Sherlock
[Info] DiskScanService: Completed scanning disk for Sherlock
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for Shooter
[Info] RefreshEpisodeService: Starting episode info refresh for: [311900][Shooter]
[Info] RefreshEpisodeService: Finished episode refresh for series: [311900][Shooter].
[Info] DiskScanService: Scanning disk for Shooter
[Info] DiskScanService: Completed scanning disk for Shooter
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for The Simpsons
[Info] RefreshEpisodeService: Starting episode info refresh for: [71663][The Simpsons]
[Info] RefreshEpisodeService: Finished episode refresh for series: [71663][The Simpsons].
[Info] DiskScanService: Scanning disk for The Simpsons
[Info] DiskScanService: Completed scanning disk for The Simpsons
[Info] ExistingMetadataImporter: Found 1280 existing metadata files
[Info] ExistingSubtitleImporter: Found 486 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for SIX
[Info] MediaCoverService: Downloading Fanart for [71663][The Simpsons] http://thetvdb.com/banners/fanart/original/71663-31.jpg
[Info] RefreshEpisodeService: Starting episode info refresh for: [311809][SIX]
[Info] RefreshEpisodeService: Finished episode refresh for series: [311809][SIX].
[Info] DiskScanService: Scanning disk for SIX
[Info] DiskScanService: Completed scanning disk for SIX
[Info] MediaCoverService: Downloading Banner for [71663][The Simpsons] http://thetvdb.com/banners/graphical/71663-g13.jpg
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] MediaCoverService: Downloading Poster for [71663][The Simpsons] http://thetvdb.com/banners/posters/71663-15.jpg
[Info] RefreshSeriesService: Skipping refresh of series: Sleepy Hollow
[Info] DiskScanService: Scanning disk for Sleepy Hollow
[Info] DiskScanService: Completed scanning disk for Sleepy Hollow
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Son of Zorn
[Info] DiskScanService: Scanning disk for Son of Zorn
[Info] DiskScanService: Completed scanning disk for Son of Zorn
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: Sons of Anarchy
[Info] DiskScanService: Scanning disk for Sons of Anarchy
[Info] DiskScanService: Completed scanning disk for Sons of Anarchy
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Skipping refresh of series: The Sopranos
[Info] DiskScanService: Scanning disk for The Sopranos
[Info] DiskScanService: Completed scanning disk for The Sopranos
[Info] ExistingMetadataImporter: Found 0 existing metadata files
[Info] ExistingSubtitleImporter: Found 0 existing subtitle files
[Info] ExistingOtherExtraImporter: Found 0 existing other extra files
[Info] ExistingExtraFileService: Found 0 extra files
[Info] RefreshSeriesService: Updating Info for South Park
[Info] RefreshEpisodeService: Starting episode info refresh for: [75897][South Park]
[Info] RefreshEpisodeService: Finished episode refresh for series: [75897][South Park].
[Info] DiskScanService: Scanning disk for South Park


 

Dec 7 13:36:54 Workilus kernel: eth0: renamed from veth5d5ae8d
Dec 7 13:36:54 Workilus kernel: docker0: port 1(veth4dfb594) entered blocking state
Dec 7 13:36:54 Workilus kernel: docker0: port 1(veth4dfb594) entered forwarding state
Dec 7 13:36:55 Workilus ntpd[2024]: Listen normally on 4 docker0 172.17.0.1:123
Dec 7 13:36:55 Workilus ntpd[2024]: new interface(s) found: waking up resolver
Dec 7 13:37:11 Workilus php: /usr/local/emhttp/plugins/advanced.buttons/script/docker 'start' 'jackett' &>/dev/null &
Dec 7 13:37:11 Workilus kernel: docker0: port 2(vethc7b57fe) entered blocking state
Dec 7 13:37:11 Workilus kernel: docker0: port 2(vethc7b57fe) entered disabled state
Dec 7 13:37:11 Workilus kernel: device vethc7b57fe entered promiscuous mode
Dec 7 13:37:11 Workilus kernel: eth0: renamed from veth9f304aa
Dec 7 13:37:11 Workilus kernel: docker0: port 2(vethc7b57fe) entered blocking state
Dec 7 13:37:11 Workilus kernel: docker0: port 2(vethc7b57fe) entered forwarding state
Dec 7 13:37:19 Workilus php: /usr/local/emhttp/plugins/advanced.buttons/script/docker 'start' 'deluge' &>/dev/null &
Dec 7 13:37:31 Workilus php: /usr/local/emhttp/plugins/advanced.buttons/script/docker 'restart' 'sonarr' &>/dev/null &
Dec 7 13:37:35 Workilus kernel: docker0: port 1(veth4dfb594) entered disabled state
Dec 7 13:37:35 Workilus kernel: veth5d5ae8d: renamed from eth0
Dec 7 13:37:35 Workilus kernel: docker0: port 1(veth4dfb594) entered disabled state
Dec 7 13:37:35 Workilus kernel: device veth4dfb594 left promiscuous mode
Dec 7 13:37:35 Workilus kernel: docker0: port 1(veth4dfb594) entered disabled state
Dec 7 13:37:35 Workilus kernel: docker0: port 1(veth1069786) entered blocking state
Dec 7 13:37:35 Workilus kernel: docker0: port 1(veth1069786) entered disabled state
Dec 7 13:37:35 Workilus kernel: device veth1069786 entered promiscuous mode
Dec 7 13:37:35 Workilus kernel: docker0: port 1(veth1069786) entered blocking state
Dec 7 13:37:35 Workilus kernel: docker0: port 1(veth1069786) entered forwarding state
Dec 7 13:37:35 Workilus kernel: eth0: renamed from veth59eebc4
Dec 7 13:41:02 Workilus ntpd[2024]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:41:38 Workilus kernel: CIFS VFS: Error -32 sending data on socket to server
Dec 7 13:43:25 Workilus sshd[28167]: Accepted password for root from 192.168.64.172 port 60689 ssh2
Dec 7 13:50:04 Workilus php: /usr/local/emhttp/plugins/advanced.buttons/script/docker 'stop' 'sonarr' &>/dev/null &

 

Link to comment
4 hours ago, AndreasLindroth said:

So im having a problem with Sonarr freezing after start up. 

 

Basically the container just freeze up, not letting me to retart/stop it via the GUI, or via command but just sits there loading, doing nothing.

 

This also do so that i cannnot turn off any other docker containers (even if they will keep working) after it froze, or disable docker in the GUI or even turn off the server / Stop the array..

My only option is pull out the power and restart the entier server that way..

 

I've reinstalled the container about 10 times, deleting appdata and even delete the Docker img and recreated everything..

 

 

Im quite new to this, so ill copy the logs i see, but please let me know any other info you need.

 

D6ccxpg.png

 

 

(Quick note, it does not freeze while refresh the same series, it is diffrent every time)


 

 

 

 

I've been having this issue every couple days with Sonarr and Radarr. I cant Restart, stop docker & cannot reboot the server without doing a hard shut down. I've lost remote access trying to force a restart on the server, so I can't post diag's till I get home and can manually reboot.

 

This is the error I receive if I try and stop the container:

Nov 11 18:26:43 Test nginx: 2017/11/11 18:26:43 [error] 13299#13299: *895 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.0.107, server: , request: "GET /plugins/dynamix.docker.manager/include/CreateDocker.php?updateContainer=true&ct[]=sonarr HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "192.168.0.11", referrer: "http://192.168.0.11/Docker"

Usually followed by:

Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801f5fb4700
Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801c84a0a00
Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801465acd00
Nov 11 18:20:14 Test kernel: CIFS VFS: Error -104 sending data on socket to server
Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server
Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server
Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server
Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server
Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server
Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server
Nov 11 18:20:21 Test kernel: cifs_vfs_err: 29 callbacks suppressed
Nov 11 18:20:21 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801465ac280

I had made a post previously thinking it was related to something else other than the dockers:

https://forums.lime-technology.com/topic/61338-losing-docker-access-dockers-wont-shut-down/

 

 

Edited by clowrym
Link to comment

Hey all, so I'm having another problem in Sonarr which I can't seem to fix. After a download I'm getting this error 

Import failed, path does not exist or is not accessible by Sonarr

I'm thinking it may have to do with how I've did my folder paths, but again I can't see the problem.

 

paths.JPG

 

EDIT: Here is also how I did my deluge folder pathing if that helps:

 

deluge.jpg.a94dc245563947289a344ed4a6a32c4d.jpg

Edited by spacepirate
added information
Link to comment

Sonarr is going to read the file deluge downloaded from the same path as in deluge.  In this case, the file in deluge is in /data

 

Add /data -> /mnt/user/downloads in the sonarr parameters, Sonarr will find the downloaded file in /data and copy/move it to /tv

 

Link to comment
  • 2 weeks later...

This morning it seems Sonarr doesnt want to start anymore...  not sure what happened!! Any insite on the errors I'm seeing?

 

I ended up restoring from back-up and all is running now, But not sure what would have caused the issue.

 

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/donations/
-------------------------------------
GID/UID
-------------------------------------

User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing...
[cont-init.d] 30-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5085

[Info] AppFolderInfo: Data directory is being overridden to [/config]
[Info] Router: Application mode: Interactive
[Info] Router: Application mode: Interactive
[Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] MigrationLogger: *** Migrating data source=/config/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController: http://*:8989/
[Info] NancyBootstrapper: Starting Web Server
[Error] EventAggregator: QualityDefinitionService failed while processing [ApplicationStartedEvent]


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database
attempt to write a readonly database
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.QGen.UpdateQueryBuilder`1[T].Execute () [0x0003b] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\UpdateQueryBuilder.cs:157
at Marr.Data.DataMapper.Update[T] (T entity, System.Linq.Expressions.Expression`1[TDelegate] filter) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:674
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].UpdateMany (System.Collections.Generic.IList`1[T] models) [0x00055] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:167
at NzbDrone.Core.Qualities.QualityDefinitionService.InsertMissingDefinitions () [0x000c6] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Qualities\QualityDefinitionService.cs:84
at NzbDrone.Core.Qualities.QualityDefinitionService.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00010] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Qualities\QualityDefinitionService.cs:101
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x000c3] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:56

[Error] EventAggregator: CommandQueueManager failed while processing [ApplicationStartedEvent]


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database
attempt to write a readonly database
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.DataMapper.ExecuteNonQuery (System.String sql) [0x0002a] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:204
at NzbDrone.Core.Messaging.Commands.CommandRepository.OrphanStarted () [0x00063] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandRepository.cs:46
at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00010] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:209
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x000c3] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:56

[Error] EventAggregator: TaskManager failed while processing [ApplicationStartedEvent]


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database
attempt to write a readonly database
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.QGen.UpdateQueryBuilder`1[T].Execute () [0x0003b] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\UpdateQueryBuilder.cs:157
at Marr.Data.DataMapper.Update[T] (T entity, System.Linq.Expressions.Expression`1[TDelegate] filter) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:674
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Update (TModel model) [0x0002a] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:125
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Upsert (TModel model) [0x00017] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:186
at NzbDrone.Core.Jobs.TaskManager.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x002a2] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Jobs\TaskManager.cs:110
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x000c3] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:56

[Error] TaskExtensions: Task Error


[v2.0.0.5085] System.UnauthorizedAccessException: Access to the path "/config/config.xml" is denied.
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <62f5937022004555807e6c57c33f6684>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <62f5937022004555807e6c57c33f6684>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean append, System.Boolean checkHost) [0x0001c] in <62f5937022004555807e6c57c33f6684>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize, System.Boolean checkHost) [0x00055] in <62f5937022004555807e6c57c33f6684>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00000] in <62f5937022004555807e6c57c33f6684>:0
at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding) [0x00000] in <62f5937022004555807e6c57c33f6684>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <62f5937022004555807e6c57c33f6684>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00007] in <62f5937022004555807e6c57c33f6684>:0
at NzbDrone.Common.Disk.DiskProviderBase.WriteAllText (System.String filename, System.String contents) [0x00053] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Common\Disk\DiskProviderBase.cs:248
at NzbDrone.Core.Configuration.ConfigFileProvider.SaveConfigFile (System.Xml.Linq.XDocument xDoc) [0x00010] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:349
at NzbDrone.Core.Configuration.ConfigFileProvider.DeleteOldValues () [0x000a4] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:306
at NzbDrone.Core.Configuration.ConfigFileProvider.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00006] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:361
at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass4_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:83
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0

[Error] TaskExtensions: Task Error


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569
at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60
at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144
at NzbDrone.Core.HealthCheck.Checks.MountCheck.Check () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\Checks\MountCheck.cs:22
at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in <521f3fe476f34ea88748e97b3b984d05>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <521f3fe476f34ea88748e97b3b984d05>:0
at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:104
at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass4_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:83
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0

[Error] TaskExtensions: Task Error


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569
at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60
at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144
at NzbDrone.Core.HealthCheck.Checks.MountCheck.Check () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\Checks\MountCheck.cs:22
at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71
at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in <521f3fe476f34ea88748e97b3b984d05>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <521f3fe476f34ea88748e97b3b984d05>:0
at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:104
at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass4_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:83
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0

[Error] NzbDroneErrorPipeline: [GET /api/series]


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569
at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60
at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144
at NzbDrone.Api.Series.SeriesModule.AllSeries () [0x0000c] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\Series\SeriesModule.cs:106
at NzbDrone.Api.REST.RestModule`1[TResource].<set_GetResourceAll>b__32_0 (System.Object options) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\REST\RestModule.cs:111
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object)
at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0

[Fatal] NzbDroneErrorPipeline: Request Failed. GET /api/series


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569
at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60
at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144
at NzbDrone.Api.Series.SeriesModule.AllSeries () [0x0000c] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\Series\SeriesModule.cs:106
at NzbDrone.Api.REST.RestModule`1[TResource].<set_GetResourceAll>b__32_0 (System.Object options) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\REST\RestModule.cs:111
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object)
at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0

[Error] TaskExtensions: Task Error


[v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database
attempt to write a readonly database
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteScalar (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteScalar () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.QGen.InsertQueryBuilder`1[T].Execute () [0x00046] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\InsertQueryBuilder.cs:140
at Marr.Data.DataMapper.Insert[T] (T entity) [0x0005d] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:728
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Insert (TModel model) [0x0002d] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:111
at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x0013d] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:82
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandQueueManager,object,NzbDrone.Core.Messaging.Commands.CommandPriority,NzbDrone.Core.Messaging.Commands.CommandTrigger)
at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) [0x00128] in <521f3fe476f34ea88748e97b3b984d05>:0
at (wrapper delegate-invoke) System.Func`6[System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandQueueManager,System.Object,NzbDrone.Core.Messaging.Commands.CommandPriority,NzbDrone.Core.Messaging.Commands.CommandTrigger,System.Object]:invoke_TResult_T1_T2_T3_T4_T5 (System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandQueueManager,object,NzbDrone.Core.Messaging.Commands.CommandPriority,NzbDrone.Core.Messaging.Commands.CommandTrigger)
at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push (System.String commandName, System.Nullable`1[T] lastExecutionTime, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x000b7] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:95
at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands () [0x00043] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Jobs\Scheduler.cs:42
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0

 

Edited by clowrym
Link to comment

having what looks to be similar problems with Sonarr this week.  Part of the Sonarr log is below.  Other parts of log mention "read only file system".  Cannot shut down / re start Sonarr docker.  This happened a day or two again and had to power off/on unRAID to get Sonarr to run properly.  

 

Sonarr failed to start: AppFolder /config is not writable

Link to comment
On 12/7/2017 at 7:57 AM, AndreasLindroth said:

So im having a problem with Sonarr freezing after start up. 

 

Basically the container just freeze up, not letting me to retart/stop it via the GUI, or via command but just sits there loading, doing nothing.

 

This also do so that i cannnot turn off any other docker containers (even if they will keep working) after it froze, or disable docker in the GUI or even turn off the server / Stop the array..

My only option is pull out the power and restart the entier server that way..

 

I've reinstalled the container about 10 times, deleting appdata and even delete the Docker img and recreated everything..

 

 

Are your applications using any SMB mounts made by Unassigned Devices?  If so, this is the probable answer

 

https://forums.lime-technology.com/topic/57181-real-docker-faq/?page=2&tab=comments#comment-608304

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.