Failure in tempfile.mkstemp

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
manks
Newbie
Newbie
Posts: 36
Joined: January 22nd, 2008, 7:47 am

Failure in tempfile.mkstemp

Post by manks »

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!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Failure in tempfile.mkstemp

Post by shypike »

Is /home this right place to store the "incomplete" folder?
I assume you bought python and SABnzbd from here:
http://readynasxtras.com
If so, please ask the question there.
Post Reply