Downloading fails - xmbc - permissions error

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
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.
Post Reply
dawig
Newbie
Newbie
Posts: 4
Joined: September 7th, 2010, 1:53 pm

Downloading fails - xmbc - permissions error

Post 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!
Last edited by jcfp on September 8th, 2010, 12:09 pm, edited 1 time in total.
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Help a new guy

Post 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)
dawig
Newbie
Newbie
Posts: 4
Joined: September 7th, 2010, 1:53 pm

Re: Help a new guy

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Help a new guy

Post by shypike »

This means that SABnzbd has no access to /home/bob/downloads/incomplete
or cannot create due to rights problems.
dawig
Newbie
Newbie
Posts: 4
Joined: September 7th, 2010, 1:53 pm

Re: Help a new guy

Post 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.
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Help a new guy

Post 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.
dawig
Newbie
Newbie
Posts: 4
Joined: September 7th, 2010, 1:53 pm

Re: Downloading fails - xmbc - permissions error

Post 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!!! 
Post Reply