Problem with permissions on a folder
Posted: July 3rd, 2014, 3:35 am
I have just configured SABnzb on my RaspberryPI running raspmc and I am having some issues with adding items to SABnzb I get the following errors.
I have looked at the folder in ssh using the following commands
sudo stat /mnt/SAB/TEMP
And i get the following output
I have also ran:
sudo touch /mnt/SAB/TEMP i-like-trains
with no issues and the file appears as it should - have I missed a config option within SAB?
*edit* I have just noticed the folder is being created but it would seem that SAB is having an issue changing the permissions of the folder?
Code: Select all
When Type Warning
2014-07-03 00:00:29,287 ERROR: Cannot change permissions of /mnt/SAB/TEMP/Mrs.WHATEVER.1
sudo stat /mnt/SAB/TEMP
And i get the following output
Code: Select all
File: `/mnt/SAB/TEMP'
Size: 0 Blocks: 0 IO Block: 16384 directory
Device: 11h/17d Inode: 4180289604 Links: 4
Access: (0777/drwxrwxrwx) Uid: ( 99/ UNKNOWN) Gid: ( 1000/ pi)
Access: 2014-07-02 23:01:09.935399000 +0100
Modify: 2014-07-03 00:00:25.675399000 +0100
Change: 2014-07-03 08:57:53.045399000 +0100
Birth: -
sudo touch /mnt/SAB/TEMP i-like-trains
with no issues and the file appears as it should - have I missed a config option within SAB?
*edit* I have just noticed the folder is being created but it would seem that SAB is having an issue changing the permissions of the folder?