Failure in tempfile.mkstemp
Posted: September 24th, 2011, 3:34 pm
Guys
I keep getting this error and have to delete the install to get it back up and running. Here is the error from the log file:
2011-09-17 21:15:58,630::INFO::[__init__:760] Traceback:
Traceback (most recent call last):
File "/home/sab/sabnzbd/__init__.py", line 753, in get_new_id
fd, path = tempfile.mkstemp('', 'SABnzbd_%s_' % prefix, folder)
File "/opt/lib/python2.5/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/opt/lib/python2.5/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 5] Input/output error: '/home/0common/Guest/Guest/incomplete/MOVIE/__ADMIN__/SABnzbd_article_vyutHX'
2011-09-17 21:15:58,648::ERROR::[__init__:759] Failure in tempfile.mkstemp
2011-09-17 21:15:58,652::INFO::[__init__:760] Traceback:
Traceback (most recent call last):
File "/home/sab/sabnzbd/__init__.py", line 753, in get_new_id
fd, path = tempfile.mkstemp('', 'SABnzbd_%s_' % prefix, folder)
File "/opt/lib/python2.5/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/opt/lib/python2.5/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 5] Input/output error: '/home/0common/Guest/Guest/incomplete/MOVIE/__ADMIN__/SABnzbd_article_5ZCHnP'
2011-09-17 21:15:58,657::ERROR::[__init__:759] Failure in tempfile.mkstemp
This usually happens when there is over 10gb of files to download. The OS is NAS based (Netgear Stora). Any clues appreciated!
I keep getting this error and have to delete the install to get it back up and running. Here is the error from the log file:
2011-09-17 21:15:58,630::INFO::[__init__:760] Traceback:
Traceback (most recent call last):
File "/home/sab/sabnzbd/__init__.py", line 753, in get_new_id
fd, path = tempfile.mkstemp('', 'SABnzbd_%s_' % prefix, folder)
File "/opt/lib/python2.5/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/opt/lib/python2.5/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 5] Input/output error: '/home/0common/Guest/Guest/incomplete/MOVIE/__ADMIN__/SABnzbd_article_vyutHX'
2011-09-17 21:15:58,648::ERROR::[__init__:759] Failure in tempfile.mkstemp
2011-09-17 21:15:58,652::INFO::[__init__:760] Traceback:
Traceback (most recent call last):
File "/home/sab/sabnzbd/__init__.py", line 753, in get_new_id
fd, path = tempfile.mkstemp('', 'SABnzbd_%s_' % prefix, folder)
File "/opt/lib/python2.5/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/opt/lib/python2.5/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 5] Input/output error: '/home/0common/Guest/Guest/incomplete/MOVIE/__ADMIN__/SABnzbd_article_5ZCHnP'
2011-09-17 21:15:58,657::ERROR::[__init__:759] Failure in tempfile.mkstemp
This usually happens when there is over 10gb of files to download. The OS is NAS based (Netgear Stora). Any clues appreciated!