I needed to restart my fully functioning installation of SABnzbd last nigh. When I tried to start it again, after shutting it down via the console, it would run for about 20 seconds before shutting itself down again. I looked through the logs, but nothing jumped out at me. I restarted the machine and now SABnzbd seems to start, but the web client is 'not available'.
Should I try changing the log level? Has anyone had this issue before? What could cause the configuration to become corrupted by simply shutting down the program? All connections were paused btw.
Please tell me which details I need to look at to determine the cause.
OS: FreeBSD 7.0 Release
SABnzbd: 0.4.11
CPU: Core2 Duo E7500 (2.93ghz)
HDDs: System Disk=1x15k 75GB SCSI (Seagate)
Storage Disk=8x500GB SATAII (Seagate) RAID5
Thanks in advance
[EDIT]
I just found this in the printout after shutting down, I don't know if it will help, but it looks unusual.:
Code: Select all
Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/threading.py", line 460, in __bootstrap
self.run()
File "/usr/local/lib/python2.5/site-packages/sabnzbd/newzbin.py", line 109, in run
filename, data, newzbin_cat = _grabnzb(msgid, self.nzbun, self.nzbpw)
File "/usr/local/lib/python2.5/site-packages/sabnzbd/newzbin.py", line 171, in _grabnzb
data = response.read()
File "/usr/local/lib/python2.5/httplib.py", line 509, in read
return self._read_chunked(amt)
File "/usr/local/lib/python2.5/httplib.py", line 552, in _read_chunked
value += self._safe_read(chunk_left)
File "/usr/local/lib/python2.5/httplib.py", line 600, in _safe_read
raise IncompleteRead(s)
IncompleteRead: []

