Well, I have the following setup: I have a HTPC (Asrock ION 330) running XBMCLive, which has a minimal Ubuntu install. On this pc, I have SABnzbd up and running. Now, I have a NAS connected to the network, mounted as a folder within the ubuntu linux system. It would be super if I could download to the internal drive (fast processing), and then copy the completed files over to the completed dir on the NAS...however, when I set it to the mounted nas dir, it comes up with this error:
What could be wrong? Maybe it has something to do with the fact because the folder 'nas' has a different owner as you can see in the following screenshot:
I'm no power user as you may have noticed, so I could really use some pointers here!
Completed folder on NAS - cannot create?
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.
-
- Newbie
- Posts: 4
- Joined: January 20th, 2010, 10:34 am
Re: Completed folder on NAS - cannot create?
The root owns the NAS folder and is the only one with write-access.
I assume SABnzbd runs as user XMBC?
Please test these things manually before complaining about SABnzbd.
I assume SABnzbd runs as user XMBC?
Please test these things manually before complaining about SABnzbd.
-
- Newbie
- Posts: 4
- Joined: January 20th, 2010, 10:34 am
Re: Completed folder on NAS - cannot create?
I can not remember me 'complaining' about SABnzbd, but anyway...
SABnzbd runs from the XBMC system so I assume it runs as xbmc. Again, I'm no power user so I'm not sure, and I only posted this topic so that maybe someone could give me some guidelines on how to fix this.
SABnzbd runs from the XBMC system so I assume it runs as xbmc. Again, I'm no power user so I'm not sure, and I only posted this topic so that maybe someone could give me some guidelines on how to fix this.
-
- Newbie
- Posts: 4
- Joined: January 20th, 2010, 10:34 am
Re: Completed folder on NAS - cannot create?
Allllrighty....
Could anyone show me the right place to ask this question in that case?
Could anyone show me the right place to ask this question in that case?
Re: Completed folder on NAS - cannot create?
You're right
Try to chmod to give the xmbc user account access.
chmod g+rwx,o+rwx /NAS
Not sure if that's a safe setting.
Maybe you can change ownership to xmbc.
chown xmbc /NAS
You must do that as root.
That's about what I can tell you.
Try to chmod to give the xmbc user account access.
chmod g+rwx,o+rwx /NAS
Not sure if that's a safe setting.
Maybe you can change ownership to xmbc.
chown xmbc /NAS
You must do that as root.
That's about what I can tell you.