Synology: after starting download no longer accessible
Posted: July 2nd, 2018, 11:52 am
I have a Synology DS118 and I recently installed SABnzbd. It worked quite well, but the last few days it starts to randomly crash after adding a NZB to the queue and waiting a couple of minutes. It happens somewhere in the middle of a download, then I can't access my NAS at all. I neither can connect to the interface of the Synology (Port 5000) nor to the SABnzbd or Sonarr/Radarr. When trying to connect via SSH it gives following error: "ecconn refused"
I don't think it's an issue of overloading the DS118, because the CPU usage when downloading / unpacking big files like I did earlier is usually around 5-60%.
Then after waiting a couple of minutes (5-10) it all starts slowly working again (everything is slow), nothing mentioned in the logs at all except for this in SABnzbd:
Anybody got an idea why it crashes? What does this error mean and how could I probably avoid getting this crash?
I don't think it's an issue of overloading the DS118, because the CPU usage when downloading / unpacking big files like I did earlier is usually around 5-60%.
Then after waiting a couple of minutes (5-10) it all starts slowly working again (everything is slow), nothing mentioned in the logs at all except for this in SABnzbd:
Code: Select all
[02/Jul/2018:18:37:44] HTTP
Traceback (most recent call last):
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cprequest.py", line 663, in respond
self.body.process()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 989, in process
super(RequestBody, self).process()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 558, in process
proc(self)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
process_multipart(entity)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 215, in process_multipart
part.process()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 556, in process
self.default_proc()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 715, in default_proc
self.file = self.read_into_file()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 730, in read_into_file
self.read_lines_to_boundary(fp_out=fp_out)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpreqbody.py", line 669, in read_lines_to_boundary
raise EOFError('Illegal end of multipart body.')
EOFError: Illegal end of multipart body.