Page 1 of 1
I'm stupid. Please assist me. Cannont Create Final Folder
Posted: January 28th, 2016, 2:54 pm
by Heckle0
Raspberry Pi Debian install of Sonarr and SABNZBD
Version: Newest Stable
OS: Debian
Install-type: Linux
Skin (if applicable): Plush
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible? yes
Post Processing Failed for
I.Solemnly.Promise.to.Read.the.Forum.Rules (Cannot create final folder /Downloads/completed/
I.Solemnly.Promise.to.Read.the.Forum.Rules)
It happens during post processing. it downloads fine in the incomplete folder but when it goes to extract or move to complete folder i get this error.
I've tried a few things. So far nothing works. tried chown -R pi:pi Downloads/complete and a few others. but i am running out of ideas.
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 28th, 2016, 5:03 pm
by shypike
99% of cases it is incorrect access rights...
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 28th, 2016, 5:26 pm
by Heckle0
Yeh i understnd that but im not sure what to try next
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 29th, 2016, 4:08 am
by shypike
Any idea under which user account SABnzbd runs?
That account should be the owner of the involved folders.
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 29th, 2016, 9:15 am
by jcfp
Looks like a user error in the dir setting. Note the leading slash in the error message:
Cannot create final folder /Downloads/completed/[...]
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 29th, 2016, 3:12 pm
by shypike
jcfp wrote:Looks like a user error in the dir setting. Note the leading slash in the error message:
Cannot create final folder /Downloads/completed/[...]
Right! That must be it.
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 29th, 2016, 5:34 pm
by Heckle0
Thats the local directory where its being stored. Should there not be a slash in front of it? It's not a network path.
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 30th, 2016, 5:48 am
by shypike
Are you quite sure?
It's not customary to have a Downloads folder in the root of Linux system's system drive.
Does the folder exist?
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 31st, 2016, 12:25 am
by Heckle0
Folder exists. Verified.
pi@SICKSAB:~ $ ls
Desktop Downloads Music Public Templates Videos
Documents mono_3.10-armhf.deb Pictures python_games unrar-nonfree
pi@SICKSAB:~ $ cd Downloads/
pi@SICKSAB:~/Downloads $ ls
complete incomplete SABNZBD
pi@SICKSAB:~/Downloads $ ls -l
total 12
drwxrwxrwx 2 pi pi 4096 Jan 28 01:08 complete
drwxr-xr-x 4 pi pi 4096 Jan 30 22:00 incomplete
drwxrwxrwx 6 pi pi 4096 Jan 27 19:28 SABNZBD
pi@SICKSAB:~/Downloads $
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 31st, 2016, 1:27 am
by Heckle0
forgot to mention i moved the folder location to this new location. Because originally it was the wrong folder. Everything is pointing correctly and from what ive checked access should not be an issue but it is.
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 31st, 2016, 5:53 am
by shypike
Incomplete is owned by account "pi".
Is that the account under which SABnzbd runs?
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: January 31st, 2016, 6:54 am
by safihre
No the link is still wrong.
You are in your user folder when you type the initial ls, not your root.
Please remove the first / form your download folder (and/or category) settings and then try again?
Re: I'm stupid. Please assist me. Cannont Create Final Folde
Posted: February 1st, 2016, 2:19 pm
by Heckle0
shit. i start rebuilding it so too late. But i will keep this in mind as i set it all up again.