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
ERROR : Loading and Saving SABnzbd_article failed
Forum rules
Help us help you:
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.
Re: ERROR : Loading and Saving SABnzbd_article failed
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
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
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.
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
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/sabnzbdplusakudo wrote:service sabnzbdplus start -f /media/akudo/v1/sabnzbd.ini
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.akudo wrote:where v1 is a NTFS 2TB HDD.
