For whatever reason, the NZBGet rockon just stopped working but the other rockons are OK.
I can see that I can turn on and off the NZBGet rockon but it doesn’t appear it is listening on port 6789.
Any suggestions on how to troubleshoot this rockon?
Mark93
(Mark)
June 18, 2016, 2:56pm
2
Hi,
can you share the logs with us right after you stopped and started the rockon?
You find the logs under System-> Logs Manager -> Read log. Copy the log entries with matching timestamp.
I actually only see these messages fill up the log
[18/Jun/2016 11:13:36] INFO [storageadmin.views.disk:83] Deleting duplicate or fake (by serial) Disk db entry. Serial = fake-serial-d9ee811d-f49c-4fbb-9290-b355d53127c6
Is there a way to grab the nzbget logs only?
Mark93
(Mark)
June 18, 2016, 3:29pm
4
You can try to connect to your machine by ssh (as root) and then run
docker events
Then turn off and on the rockon via Web-GUI. The output might help
[root@rockstor ~]# docker events
2016-06-18T11:38:40.067405761-04:00 b5f42b9133c005373201bae7337f7b3f5934b5af6f4b1b59b9b6b752acb18822: (from linuxserver/nzbget) kill
2016-06-18T11:38:40.230756407-04:00 b5f42b9133c005373201bae7337f7b3f5934b5af6f4b1b59b9b6b752acb18822: (from linuxserver/nzbget) die
2016-06-18T11:38:40.266525331-04:00 b5f42b9133c005373201bae7337f7b3f5934b5af6f4b1b59b9b6b752acb18822: (from linuxserver/nzbget) stop
2016-06-18T11:41:20.541072084-04:00 b5f42b9133c005373201bae7337f7b3f5934b5af6f4b1b59b9b6b752acb18822: (from linuxserver/nzbget) start
I tired uninstalling it and re-adding it but it still does not work. Any other logs I could look at?
Mark93
(Mark)
June 22, 2016, 8:32am
7
Did you try to create a new share for the rockon?
I ended up deleting the nzbget share I created, recreating, and then reinstalling. Now it works…weird!