SABnzbd creating folders in /Volumes in OSX 10.7.1

Report & discuss bugs found in 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
joeypepperoni
Newbie
Newbie
Posts: 3
Joined: September 25th, 2011, 11:08 pm

SABnzbd creating folders in /Volumes in OSX 10.7.1

Post by joeypepperoni »

My first time in these forums, so I wanted to thank you guys for the incredible application. It runs so well that I've never had to visit these forums before.

Since updating to 10.7.1 last week I haven't been able to use SABnzbd for sorting. I've used it in combination with SickBeard without a hitch for nearly a year.

I use it with an external hard drive which mounts under /Volumes/Media. Television episodes used to download and sort to /Volumes/Media/TV.

But since updating I get errors like these:

Code: Select all

PostProcessing was aborted (Cannot create final folder /Volumes/Media/TV/Family Guy/Season 10/Family.Guy.S10E01.HDTV.XviD-LOL.nzb)

In the Config > Folders page, when I enter the path to my "Completed Download Folder" episodes (with or without the trailing slash), I get the following error:

Code: Select all

Incorrect parameter
Cannot create complete_dir folder /Volumes/Media 
If I examine the Finder and open up /Volumes, I notice that a "Media" folder has now been created in there. I delete the folder and try again. Same thing.

Seems this is could be an issue with Python in general under 10.7.1, as I have similar issues when trying to implement post-processing under Sick Beard instead of SABnzbd

Here are my details:
Version: 0.6.9
OS: OS X 10.7.1
Install-type: OS X .app
Skin (if applicable): Default
Firewall Software: None
Are you using IPV6? No
Is the issue reproducible? (yes/no)
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd creating folders in /Volumes in OSX 10.7.1

Post by shypike »

Is the external drive actually mounted?
And is it mounted to /Volumes/Media or did OSX give it another name?
The most recent versions of SABnzbd refuse to create new folders in /Volumes.
This is to prevent trouble with temporarily unmounted external disks.
joeypepperoni
Newbie
Newbie
Posts: 3
Joined: September 25th, 2011, 11:08 pm

Re: SABnzbd creating folders in /Volumes in OSX 10.7.1

Post by joeypepperoni »

shypike wrote:Is the external drive actually mounted?
And is it mounted to /Volumes/Media or did OSX give it another name?
The most recent versions of SABnzbd refuse to create new folders in /Volumes.
This is to prevent trouble with temporarily unmounted external disks.
Yes. It is definitely mounted. If I browse the Voumes folder using finder or terminal I end up seeing. Folder names "media" and my drive named "media". I also tried shutting down sabnzbd and playing a video from the drive while it restarts to make sure there was no sorcery unmounting the drive.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd creating folders in /Volumes in OSX 10.7.1

Post by shypike »

Check /Volumes/media vs. /Volumes/Media
I don't quite understand what you say here:
I end up seeing. Folder names "media" and my drive named "media"
How your drive is called doesn't matter, what matters is that which is visible under /Volumes/media is actually your external drive.
There is no "and" here.
joeypepperoni
Newbie
Newbie
Posts: 3
Joined: September 25th, 2011, 11:08 pm

Re: SABnzbd creating folders in /Volumes in OSX 10.7.1

Post by joeypepperoni »

shypike wrote:Check /Volumes/media vs. /Volumes/Media
I don't quite understand what you say here:
I end up seeing. Folder names "media" and my drive named "media"
How your drive is called doesn't matter, what matters is that which is visible under /Volumes/media is actually your external drive.
There is no "and" here.
Unfortunately in my case it appeared there was an AND case. Take a look at the following screen shot of my Finder window:
http://postimage.org/image/2h1mlrjtw/

Problem SOLVED for now: I examined the mounts with hdutil and found that I my external was actually mounted under "Media 1". Trying to use that still would not work however, because the "Media" folder was still present under Volumes.

I deleted the folder and remounted the external drive. Made sure it was mounted under "Media" and things are working normally again.
Post Reply