Hi Jaca
Thank you for the link. It is helpful because it describes how to change the permissions to the lms folder, but it still isn't working for me. Here is what I did: 1) Install Docker. It's simple, you just get it from Package Center. I don't remember doing anything special. 2) Open Docker. Go to 'Registry' and search for 'lmscommunity' - click the found image file. You get to choose a tag. I chose 'stable' ... then push DOWNLOAD. 3) In the docker directory on the Synology Diskstation, I have made a subdirectory named 'lms' and inside that directory I've made a subsubdirectory named 'config' ... 4) Once the docker container is downloaded, in the Docker app, I went to 'Image' and found the downloaded image of LMS. Double-click the image and a dialog box shows up, where you configure the LMS docker container. 5) First config page is the 'General settings' and here I enabled 'Enable resource limitation' and set CPU priority to LOW + memory limit to 1 GB (the machine has 2 GB). Normally LMS should require much less than this. 6) In the General settings config page I then click the button 'Advanced settings' and this opens up a dialog box with 6 tabs: - Advanced settings - Volume - Network - Port Settings - Links - Environment In the first tab I 'Enable auto-restart' In the second tab I push 'Add Folder' button and I add docker/lms/config and I specify the mount path: /config In the same way I add /music as /music I also add /music/Playlists as /playlists Then I push the Apply button I did not change anything about Port Settings, which BTW means TCP/UPD = 3483 and 3483, and also a couple of TCP ports are listed, these are 9000 and 9090. I did not add any Links (the list is empty). In the Environment tab, I changed PUID to 1026. I saw someone in the forum mention this worked for him/her. Indeed my admin account is disabled (as recommended by the Security Advisor) and my admin has a different name, etc. I SSH'ed into my machine and found that the $UID = 1026 for this admin account. I did not change anything else in the Environment tab, and I see that HTTP_PORT = 9000. When I execute in a browser the command http://myip:9000/ ... then LMS doesn't show up and the browser gives the classical error "This site can't be reached" ... Just in case this was interfering with the 'other' LMS server (the original Synology package from pinkdot), I stopped this service. This doesn't change anything. Is anyone able to spot what I am missing? Above is exactly what I have done, no more and no less. I did not specify /music and /playlists folders as read-only. Is this important? claus@DS415P:/volume1/docker$ ls -la total 24 drwxrwxrwx+ 5 root root 4096 Feb 19 18:48 . drwxr-xr-x 25 root root 4096 Jan 31 12:26 .. drwxrwxrwx+ 3 root root 4096 Jan 31 12:26 @eaDir drwxrwxrwx+ 3 claus users 4096 Feb 19 18:48 lms Best regards, Claus ------------------------------------------------------------------------ cfuttrup's Profile: http://forums.slimdevices.com/member.php?userid=32784 View this thread: http://forums.slimdevices.com/showthread.php?t=111876 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
