Fudgemunk wrote:
> Are you able to point me in the right direction regarding permissions? I
> find it strange that LMS doesn't even see my Music folder. I don't want
> to have to roll the software back in order to use LMS as I would like to
> use the latest versions of everything if possible, however if I can't
> get it to work then I will have to do that.
I'm not sure I can. I haven't touched a Synology system in several
years, and then only in passing. I don't know, for example, whether the
files and folders you specify in the screenshots in your tutorial should
be automatically created if they don't exist or whether there are
default permissions that can be altered for folders created in this
GUI.
Are you able to access the container though the command line? On a
normal Linux machine, I would ssh into the host and then execute
something like
Code:
--------------------
docker exec -it lms sh
--------------------
which would allow me to then see what was available inside the
container. If I understand the screenshots,
Code:
--------------------
ls -l /
--------------------
(which shows all the available files and directories in the root
folder) should show the folders mapped to the container and
Code:
--------------------
cd /[x]
--------------------
will allow you to examine the contents of each with the `ls -l` command
to see if a) they are there at all and b) they have sensible permissions
set. This should help with working our where to concentrate when
figuring out what's going wrong.
On a slightly different topic, I note that the tutorial you followed
suggests making the playlist folder read only, which explains why it was
considered okay to put it inside the ro music folder. For the reasons
already given (LMS writes playlist saves to this folder) this won't
allow LMS to work as it expects.
------------------------------------------------------------------------
BobSammers's Profile: http://forums.slimdevices.com/member.php?userid=66026
View this thread: http://forums.slimdevices.com/showthread.php?t=111828
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix