FireFly Media Server (formerly mt-daapd) › Firefly Media Server Forums › Firefly Media Server › Setup Issues › NSLU2/Firefly setup problems › Reply To: NSLU2/Firefly setup problems
2nd August 2007 at 1:34 pm
#10748
Inactive
Thanks Ron,
got as far as doing the chmod go+w “iTunes Music” and that solved it. Guess I should have thought about trying to use quote marks 🙄
Haven’t done the rest of your suggestions yet but from reading through it I understand the principles of what you’re saying.
Just one thing:
chown -R admin:everyone mp3
find mp3 -type d exec chmod 2775 {} ;
find mp3 -type d exec chmod 664 {} ;
I assume that last line should be
find mp3 -type f exec chmod 664 {} ;
rather than -type d as per what you write further on…
thanks again, andy