Page 1 of 1

ERROR : Loading and Saving SABnzbd_article failed

Posted: April 27th, 2014, 12:01 pm
by akudo
Hello, I'm getting the following error everytime I download something in Sabnzbdplus on Ubuntu 14.04
Loading /media/akudo/v1/media/Downloads/incomplete/nzbfilename.cp(tt0167261)/__ADMIN__/ failed

I'm getting the same error with Saving aswell

Here's what I have tried so far:
Thought it might be a too long filename, but the longest file path I have ever gotten is arround 180 char... (i have the max filename set to 254)
Checked permissions:
sudo chmod -R 777 /media/akudo/v1
sudo chown -R akudo:akudo /media/akudo/v1

Re: ERROR : Loading and Saving SABnzbd_article failed

Posted: April 27th, 2014, 12:37 pm
by akudo
Seems like permissions wasn't set properly, I tried this now:

cd /media/akudo/v1
sudo chmod -R -v 777 *

cd /media/akudo/v1
sudo chown -R -v akudo:akudo *

Now permissions shouldn't be a problem.. I might need to restart the program though when I get home, since I still can see errors in Sabnbzd with the current download

Re: ERROR : Loading and Saving SABnzbd_article failed

Posted: April 27th, 2014, 12:48 pm
by akudo
Still getting errors, so it's not a permission issue..

Just fyi, sabnzbdplus is installed on my ssd and started using:
service sabnzbdplus start -f /media/akudo/v1/sabnzbd.ini

where v1 is a NTFS 2TB HDD.

Re: ERROR : Loading and Saving SABnzbd_article failed

Posted: April 28th, 2014, 9:34 am
by jcfp
akudo wrote:service sabnzbdplus start -f /media/akudo/v1/sabnzbd.ini
On a side note: the sabnzbdplus service doesn't accept extra arguments to sab in this manner. Instead, use the options provided in the init script configuration file /etc/default/sabnzbdplus
akudo wrote:where v1 is a NTFS 2TB HDD.
Permissions and ownership of filesystems that don't support posix-style permissions on their own (such as ntfs) often depend on parameters given at mount time. Make sure the user running sab has sufficient access to that filesystem, before any of the chown/chmod stuff.