Page 1 of 2
Postprocessing goes wrong?
Posted: April 22nd, 2012, 5:46 am
by Starf0x
Hello,
I've installed the latest version on a linux box, and seem to see that post processing fails.
I've created the correct categories, but I seem to overlook something.
This line baffles me:
/volume1/UseNet/downloads/complete/\\SERVERHOME\Music\_AutoDownload/Music [2009]
The files stay in the complete folder.
What am I doing wrong?
Kind Regards, Starf0x
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 8:59 am
by sander
Is the Linux box some NAS or so?
Anyway: check your folder settings in SABnzbd (hint: Config -> Folders, so possibly
http://localhost:8080/config/folders/). To be certain, you could fill out absolute paths, so starting with "/".
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 9:07 am
by Starf0x
If you look in the first part of the path the complete folder (Configured in the folder settings) is on the device itself.
The second part is on another device (Configured in the categories settings)
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 9:11 am
by sander
Starf0x wrote:If you look in the first part of the path the complete folder (Configured in the folder settings) is on the device itself.
The second part is on another device (Configured in the categories settings)
So you know where to set it? You can find "\\SERVERHOME\Music\" there? What is the problem then?
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 9:14 am
by Starf0x
Starf0x wrote:Hello,
The files stay in the complete folder.
What am I doing wrong?
Kind Regards, Starf0x
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 1:48 pm
by shypike
You entered \\SERVERHOME\.. as a path somewhere.
This path is a Windows path, so it cannot be used on a Linux or OSX system.
Check your sabnzbd.ini file, the path must be somewhere.
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 1:50 pm
by Starf0x
That path is correct, as it is on a different machine.
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 1:51 pm
by shypike
On what kind of system does SABnzbd run?
Re: Postporcessing goes wrong?
Posted: April 22nd, 2012, 2:01 pm
by Starf0x
It's a NAS with Linux version 2.6.32.12
Re: Postporcessing goes wrong?
Posted: April 23rd, 2012, 12:39 pm
by shypike
So you are telling SABnzbd to use Windows paths while it is running on a Linux system?
That's not going to work.
The \\serverhome\music path has no meaning on the NAS internally.
Such paths are used by Windows clients of a NAS, not by software running on the NAS itself (like SABnzbd).
You'll have to find out to which internal NAS path the external \\serverhome\music path maps.
Re: Postporcessing goes wrong?
Posted: April 24th, 2012, 1:32 pm
by Starf0x
You're talking about mounting?
Re: Postporcessing goes wrong?
Posted: April 24th, 2012, 5:11 pm
by shypike
Do you use the \\serverhome\music path in the setup of SABnzbd?
(So in its Config->Folders, Config->Categories or Config->Sorting pages).
Re: Postprocessing goes wrong?
Posted: April 25th, 2012, 4:56 am
by Starf0x
I use it only in the Config->Categories.
I've noticed also that when I look via SSH the folder (\\SERVERHOME\Music) is generated in the Sab completed folder.
Re: Postprocessing goes wrong?
Posted: April 25th, 2012, 9:03 am
by shypike
These \\serverhome paths have no meaning within the NAS environment.
They will be used literally, so won't do what you expect.
You should not use them like this, but find out how the NAS internal paths map to share paths.
Re: Postprocessing goes wrong?
Posted: April 25th, 2012, 10:12 am
by Starf0x
That goes a bit over my head, I'm not a Linux person.
Any keywords that I can use to google?