Page 1 of 1

Downloading fails - xmbc - permissions error

Posted: September 7th, 2010, 2:06 pm
by dawig
Hi, I have recently installed Sabnzbd on Ubuntu for use on my XBMC that I have built. I'm coming from a windows background so I'm very new to Linux and I'm using XBMC learning tool. I have managed to get Sabnzbd installed and working but when I try to download any files I get the following error after the download has completed:

Download failed - Out of your server's retention?

If someone could please help a noob I would be grateful!

Re: Help a new guy

Posted: September 7th, 2010, 2:31 pm
by rascalli
THat could mean that the file youw nat to download is not available on your ISP's server anymore.

Check the following :

* How old is the file you wnat to download
* How long is the retention of the ISP (how long do they keep the files)

Re: Help a new guy

Posted: September 7th, 2010, 2:49 pm
by dawig
Hi thanks for getting back to me! I use NewsDemon and I get the nzbs from Nzbmatrix. There new ones so it should be okay. I get the following error message under connections:

ERROR:
Disk error on creating file /home/bob/downloads/incomplete

I see this after the download has completed.

Thanks

Re: Help a new guy

Posted: September 7th, 2010, 5:09 pm
by shypike
This means that SABnzbd has no access to /home/bob/downloads/incomplete
or cannot create due to rights problems.

Re: Help a new guy

Posted: September 8th, 2010, 2:34 am
by dawig
Ah great, I thought it would be something like that.

I have Sabnzbd running as bob and all the downloads should go under my bob's home folder. Forgive my lack of knowledge but would that not imply that sabnzbd running as bog should have access already? If not where would I change the permissions so Sabnzbd can save files?

Thanks in advance for any help.

Re: Help a new guy

Posted: September 8th, 2010, 12:02 pm
by jcfp
dawig wrote:Forgive my lack of knowledge but would that not imply that sabnzbd running as bog should have access already?
Depends on what user initially created those directories. If you ever ran the program via sudo, here's one of the reasons why you shouldn't ;)

chown (for ownership) and/or chmod (for permissions) on the command line, or graphical via any file manager (right click the file or directory). May need sudo to do any of these if you're not the owner.

Re: Downloading fails - xmbc - permissions error

Posted: September 8th, 2010, 4:13 pm
by dawig
Thanks jcfp

I looked at the file permissions as you suggested and the root group didn't have write permissions to the directory.

Just so I know for future reference what impact did running the program as sudo do to the permissions?

Thanks for your help again, it's much appreciated!!!