Mnyb wrote: 
> You have to investigate how ACL works on your system the "+" comes from
> that the directory is on a ACL list ?
> 
> There is a Enable ACL filetest plugin you can install in LMS i don't
> know if it will help you or how it works .
> 
> You have getfacl and setfacl -m ? and more commads to use .
> 
> I realised that i has ACL on my mounted NAS directory but it does not
> interfere here is the output for getfacl
> 
> > 
Code:
--------------------
  >   > 
  > mikael@SqueezeVM /media $ ls -la
  > total 8
  > drwxr-xr-x   3 root   root  4096 Jan  2 18:43 .
  > drwxr-xr-x  23 root   root  4096 Jan 12 16:49 ..
  > drwxrwsrwx+ 12 mikael users    0 Jan  9 23:08 NAS
  > mikael@SqueezeVM /media $ getfacl NAS
  > # file: NAS
  > # owner: mikael
  > # group: users
  > # flags: -s-
  > user::rwx
  > user:mikael:rwx
  > group::rwx
  > mask::rwx
  > other::rwx
  > default:user::rwx
  > default:user:mikael:rwx
  > default:group::rwx
  > default:mask::rwx
  > default:other::r-x
  > 
  > mikael@SqueezeVM /media $ ^C
  > 
--------------------
> > 

Yey ! I managed to sort this out.

The clue is to get rid of the "+"
setfacl -b --remove-all knut

Now the indexing runs just perfectly !

:-)
knut


------------------------------------------------------------------------
fjodolf's Profile: http://forums.slimdevices.com/member.php?userid=63640
View this thread: http://forums.slimdevices.com/showthread.php?t=107181

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to