Issue with Download Folder

Support for the Debian/Ubuntu package, created by JCFP.
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
sujithgokul
Newbie
Newbie
Posts: 2
Joined: April 22nd, 2012, 8:18 am

Issue with Download Folder

Post by sujithgokul »

Hello All,

This is my first post. So please forgive me if I am doing something wrong about the forum rules.


I have installed sabnzbd on my ubuntu 11 machine. Everything works fine except for one minor issue. I have configured the downloads folder as below:


Temporary Download Folder: /media/Elements/Downloads/UseNet/In Progress
Completed Download Folder: /media/Elements/Downloads/UseNet/Complete

Everytime when I restart my machine (Not when I restart the app) the incomplete folder gets reset to the default folder(something like downloads/incomplete) and the completed folder remains the same. I am not sure whether the space in my folder name is causing this issue or not. Any thoughts???
User avatar
sander
Release Testers
Release Testers
Posts: 8847
Joined: January 22nd, 2008, 2:22 pm

Re: Issue with Download Folder

Post by sander »

That SAB behaviour will happen when the directory is not available at the moment SAB starts.

So: Is "/media/Elements" a USB harddisk, network drive or NAS?

If so: Solution/workaround: only start SABnzbd when that directory is available.
sujithgokul
Newbie
Newbie
Posts: 2
Joined: April 22nd, 2012, 8:18 am

Re: Issue with Download Folder

Post by sujithgokul »

My directory is in an external USB. Thanks a lot. I will have to google and find out how to do "delayed" start for my service :)
sjoes
Newbie
Newbie
Posts: 16
Joined: March 30th, 2010, 10:07 am

Re: Issue with Download Folder

Post by sjoes »

Write a short perl script for example. I've done the same so that the script first mounts a network drive as local, let it wait for three seconds and then load the program. Should work fine.
Post Reply