Version: 0.5.3 (Ubuntu Rep)
OS: Ubuntu 10.04 Server
Install-type: Ubuntu Rep
Skin: Default
Firewall Software: None
Are you using IPV6? No
Is the issue reproducible? It seems random...
At times, it would write out some files into the incomplete directory, then it would start giving disk errors on temp files. A restart would work for a few files, then the errors would return. Other times, it would run for a few NZBs then start giving erros with the cache (Saving /home/ken/.sabnzbd/cache/SABnzbd_nzo_sYpVtb failed). Here is the error log from the web:
Code: Select all
2010-08-21 18:59:25,197 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,197 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,197 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,198 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,198 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,198 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,199 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,199 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,200 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,200 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,200 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,201 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,201 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,201 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,202 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,202 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,203 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,203 ERROR: Error importing <NzbFile: filename=None, type=None>
2010-08-21 18:59:25,212 ERROR: Cannot create directory /home/ken/.sabnzbd/cache
2010-08-21 18:59:25,212 ERROR: Saving /home/ken/.sabnzbd/cache/SABnzbd_nzo_sYpVtb failedCode: Select all
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/share/sabnzbdplus/sabnzbd/postproc.py", line 457, in run
history_db = database.get_history_handle()
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 51, in get_history_handle
return HistoryDB(_HISTORY_DB)
File "/usr/share/sabnzbdplus/sabnzbd/database.py", line 67, in __init__
self.con = sqlite3.connect(db_path)
OperationalError: unable to open database file
Traceback (most recent call last):
File "/usr/bin/sabnzbdplus", line 1228, in <module>
main()
File "/usr/bin/sabnzbdplus", line 815, in main
os.makedirs(sabnzbd.DIR_LCLDATA)
File "/usr/lib/python2.6/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/ken/.sabnzbd'
Code: Select all
drwxr-xr-x 6 ken ken 4096 2010-08-20 23:27 .sabnzbdCode: Select all
drwxr-xr-x 3 ken ken 47 2010-08-21 18:59 TempI know there is space left on the drives, my home drive is on the server main drive and the downloads are stored on an array. Here is the df for the raid (where downloads are stored) info:
Code: Select all
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md3 4395276544 3623963868 771312676 83% /share
Code: Select all
Filesystem 1K-blocks Used Available Use% Mounted on
/home/ken/.Private 149470772 5116124 136761932 4% /home/ken
Every thing was working great before, I think the issues may have started when I updated to 0.5.3 final, up from the beta. Any ideas? Thanks!

