[OS X] Cannot create download directory

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.
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

[OS X] Cannot create download directory

Post by JamieM »

Hi, i have always used SABnzbd+ in combination with an external hard drive, but a couple of days ago i divided the disk into multiple partitions, two to be precise.

One for Time Machine, one for regular usage.

Since i divided the drive i get this error when trying to download to the drive:

Code: Select all

Incorrect parameter

Error: cannot create download directory "/Volumes/Lacie HD/Downloads/Incomplete". 
The permissions on the disk are read & write for me, admin and everyone so that shouldn't be a problem, also it worked perfectly before i divided it.

Anyone know what's going on here?
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: [OS X] Cannot create download directory

Post by rAf »

maybe the space in path, could you try to rename Lacie HD in LacieHD ?
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

Re: [OS X] Cannot create download directory

Post by JamieM »

rAf wrote: maybe the space in path, could you try to rename Lacie HD in LacieHD ?
Well, i don't really want to? It was called Lacie HD before and it worked fine..
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: [OS X] Cannot create download directory

Post by rAf »

When and where did you have this error ?
Which version of SABnzbd are you using ?
Please give more details.
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

Re: [OS X] Cannot create download directory

Post by JamieM »

I have version 0.4.12 and i get this error when trying to save my settings in Config -> Folders.
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

Re: [OS X] Cannot create download directory

Post by JamieM »

Anyone?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [OS X] Cannot create download directory

Post by shypike »

Have you tried creating the folder outside SABnzbd?
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

Re: [OS X] Cannot create download directory

Post by JamieM »

shypike wrote: Have you tried creating the folder outside SABnzbd?
Well, actually the folder was already there because before i created the Time Machine partition SABnzbd was working just fine, i used the same folder.

I tried deleting and recreating it but that didn't seem to help either.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: [OS X] Cannot create download directory

Post by rAf »

I'll try to reproduce the problem. I'll keep the thread updated.
Could you please send me your sabnzbd.ini by pm ?
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

Re: [OS X] Cannot create download directory

Post by JamieM »

rAf wrote: I'll try to reproduce the problem. I'll keep the thread updated.
Could you please send me your sabnzbd.ini by pm ?
Thanks, i've send you the file.

I also updated to the 0.5 beta6 the other day but it still gives me the same error.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: [OS X] Cannot create download directory

Post by rAf »

I have an idea.
Open a terminal and type :

Code: Select all

ls /Volumes/
Could you paste the output of the command in the thread ?
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

Re: [OS X] Cannot create download directory

Post by JamieM »

The output is:

Code: Select all

LaCie HD	Lacie HD 1	Macintosh HD	Time Machine HD
But i only have these HD's:

Image
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: [OS X] Cannot create download directory

Post by rAf »

It was what I thinking.

To fix your problem :

1. Quit SABnzbd
2. Eject your external Hard drive.
3. Type in Terminal :

Code: Select all

open "/Volumes"
This should open a Finder in the right place. You should only have a "Lacie HD" Volume. Copy folder contents (if any) in another folder and delete it.
4. Plug you external hard drive.
5. Start SABnzbd.

This should work.
User avatar
JamieM
Developer
Developer
Posts: 32
Joined: January 5th, 2010, 1:51 pm
Location: Netherlands

Re: [OS X] Cannot create download directory

Post by JamieM »

Thanks, it worked!

You've been of great help! :D
User avatar
Stitch
Newbie
Newbie
Posts: 15
Joined: March 18th, 2009, 6:17 am

Re: [OS X] Cannot create download directory

Post by Stitch »

rAf wrote: It was what I thinking.

To fix your problem :

1. Quit SABnzbd
2. Eject your external Hard drive.
3. Type in Terminal :

Code: Select all

open "/Volumes"
This should open a Finder in the right place. You should only have a "Lacie HD" Volume. Copy folder contents (if any) in another folder and delete it.
4. Plug you external hard drive.
5. Start SABnzbd.

This should work.
This looks like a partial solution to a quite vexing issue I've been suffering from too, i've been rebooting to fix it. I use Sabnzbd on external drives, however for various reasons they are not always connected.. when the drive is not connected, Sabnzbd creates a folder in /Volumes/ with the name it's looking for and when my drive is connected it takes the name with " 1" after it, balls'ing up the downloads and also my XBMC share (xbox cannot find the drive as it's name has changed).

Is this just the behaviour of sabnzbd that it creates the folders if they are not present? Can there be a toggle put in to stop it from doing so (and therefore pausing downloading) if the external drive specified as a download folder is not connected?
Post Reply