Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-02-27 Thread edw5


NikolajC wrote: 
> I haven't been able to. Seem to have the same issue on the apnar image
> as well.

I also had this problem. The synology gui makes it look like docker
volumes work through shared folders, but that's actually not true. When
you map the music folder to /music in the container, under the covers
you get a bind mount of /volume1/music to a place in the container, and
the level of access you get is determined by file system permissions.
When I looked at /volume1/music on my system (using ssh) the mode was
d-+, meaning no access. I chmod'ed it to dwrxw-xw-x and
everything started working.

I have no idea why it (and some other shared directories) were like
that. I pulled my previous synology out of storage and checked, and all
of the shared directories on that had sensible modes.



edw5's Profile: http://forums.slimdevices.com/member.php?userid=68996
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2021-02-27 Thread edw5


edw5 wrote: 
> I also had this problem. The synology gui makes it look like docker
> volumes work through shared folders, but that's actually not true. When
> you map the music folder to /music in the container, under the covers
> you get a bind mount of /volume1/music to a place in the container, and
> the level of access you get is determined by file system permissions.
> When I looked at /volume1/music on my system (using ssh) the mode was
> d-+, meaning no access. I chmod'ed it to dwrxw-xw-x and
> everything started working.
> 
> I have no idea why it (and some other shared directories) were like
> that. I pulled my previous synology out of storage and checked, and all
> of the shared directories on that had sensible modes.

Correction, I chmod'ed tp drwxr-xr-x (655).


----
edw5's Profile: http://forums.slimdevices.com/member.php?userid=68996
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins