Hello all,
What I’m looking for here is not a “blame you” kind of thing. Just wondering if you can tell me what you might see, and how I can prevent this from happening again. It may just be me doing something wrong.
So I was doing some backlog catchup this morning, going over my shows that Sonarr is handling, and on some there are a few holes. I went into each one that had something missing, and did a manual or automatic search. All was going fine and episodes were being queued up for download and processing.
Then I made a “mistake” in one show asking it to search for all missing but monitored episodes, the big magnifying glass on top. Up until now, I was just using the search by the episode itself.
It started OK, redownloading the DVD-rip versions of season 1 and then started working on s02 and s03. But the web page was frozen.
I hit F5 and the browser just said “unable to connect”.
I remoted to my box and saw the logs, which have been set to debug as I wanted to catch such a situation.
here are the logs from oldest to newest:
http://paste.ubuntu.com/15130904/
http://paste.ubuntu.com/15130907/
http://paste.ubuntu.com/15130909/
http://paste.ubuntu.com/15130911/
http://paste.ubuntu.com/15130912/
http://paste.ubuntu.com/15130914/
http://paste.ubuntu.com/15130915/
I’m sorry to say that this is too much, and I realize that it may even be too much for you guys. I do not know if the debug logs should have an [error] flag if an error was recorded instead of the [debug] flag, but I did search for an [error] flag and found nothing.
Thinking that this may be the entire Sonarr crashed and not just a web listener, I pulled a second log of the nzbdrone.txt to see what it is doing:
http://paste.ubuntu.com/15130954/
as you see this is the same log file as the 15130915 one, meaning that there is no logging taking place, so I believe that the whole Sonarr crashed.
I restarted it with the command:
mono --debug /opt/NzbDrone/NzbDrone.exe
but that did not seem to bring it back. In fact it even reported that
[Fatal] ConsoleApp: Address already in use. This can happen in another instance of Sonarr is already running another application is using the same port (default : 8989) or the user has insufficient permissions
I checked the port and I saw this.
Doing a ps shows only bash and ps running, so no Sonarr or mono.
Running top also shows no mono or Sonarr running
based on the above then, anyone has any ideas on what I could try to see before I restart the computer ?