Page 13 of 16

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sun Mar 04, 2018 4:28 pm
by OneCD
The “Download” share is one of the default shares, but it can be removed: https://www.qnap.com/en-us/how-to/knowl ... -on-my-nas

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sun Mar 04, 2018 4:36 pm
by oyvindo
Well, as I said - I don't have any such share (Folder) on any of my NAS's and I never removed anything, so it can't be very "default".
If it is default on other QNAP NAS's - I'm sure it can be used as long as the access rights are correct. My recommendation is still to have a separate dedicated share for CS.

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sun Mar 04, 2018 4:41 pm
by OneCD
Agree. “Download” isn’t really the right place to keep something. ;)

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Mon Mar 05, 2018 4:42 am
by Don
download is the default folder for download station.

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Thu Mar 08, 2018 3:32 am
by jjvdgeer
@sergiox The error you are seeing, "exec format error", is due to you having an ARM model. I had the same problems installing the justifiably/logitechmediaserver on my TS-431p. The cause was that this image does not support armhf, which is what you need. I ended up using an image called syphr/logitechmediaserver which works fine, although it seems the filesystem does not cope with accented characters. I think I saw that addressed somewhere, maybe in this thread, but so far I haven't bothered to find out how to fix it. It only shows when browsing the media folder from within the Squeezebox website, it displays accented characters with latin-1 or something, while the actual filename is utf-8-encoded. It's not a big issue.

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sat Mar 24, 2018 4:42 am
by Vinnie5451
anyone getting this error message (standard_init_linux.go:187: exec user process caused "exec format error) LMS starts then stops

Re: RE: Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sat Mar 24, 2018 4:16 pm
by jjvdgeer
Vinnie5451 wrote:anyone getting this error message (standard_init_linux.go:187: exec user process caused "exec format error) LMS starts then stops
Did you see my previous message?...

Sent from my Moto Z2 Play using Tapatalk

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Fri Apr 13, 2018 12:52 pm
by astronomon
Every time I start an LMS-container I get this error:
"standard_init_linux.go:187: exec user process caused "exec format error"

I have tried theese containers:
syphr/logitechmediaserver:latest
justifiably/logitechmediaserver:latest
justifiably/logitechmediaserver:latest

I have a TS-228?

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sat Apr 14, 2018 1:45 pm
by oyvindo

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Mon Apr 23, 2018 4:30 am
by pbthal2112
Having the same issue on my Arm Qnap..here is a screenshot

https://yadi.sk/i/PyubJ7rA3Uf6CM

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Mon Apr 23, 2018 4:43 am
by oyvindo
I'm not sure what that message means. All I can say, is that in my setup (same screenshot), I have Command : /startup.sh
My Entrypoint field is empty.
I use logitechmediaserver-1498076622821:latest

Please note that these images cannot be run on an ARM-based NAS.

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sat Jul 28, 2018 5:28 am
by Doozer
How can I change timezone by using only the QTS web interface? I do not have any PC:s, Macs or Linux machines, only Chromebook.

Thank you!

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Sat Jul 28, 2018 4:56 pm
by oyvindo
Doozer wrote:How can I change timezone by using only the QTS web interface? I do not have any PC:s, Macs or Linux machines, only Chromebook.
Container station allows you to open a terminal window into every installed container individually. You can type any command line entries directly into this terminal window.

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Wed Oct 17, 2018 2:25 am
by dolan.m
I'm very happy running my LMS in qnap docker container. Only one annoyance: absolutely every 3 seconds (!) docker writes to docker.log the same message:

Code: Select all

time="2018-10-16T20:06:54.849877727+02:00" level=debug msg="Calling GET /v1.32/containers/4245ba317231a855ff0396757d6694043b9a95933e9e1b58d2b9dce41987436a/json" 
4245ba317231a855ff0396757d6694043b9a95933e9e1b58d2b9dce41987436a is my justifyingly LMS image. Nothing else in docker.log whatsover, only the mentioned lines.
Most obvious result is HDD never spinning down.
What can be the problem?

Re: [HOW TO] run LMS 7.9 in a docker container

Posted: Wed Oct 17, 2018 2:36 am
by dolbyman
according to google, that could be the container lookup (enumeration of all docker instances to see their name and status)

caused by command

Code: Select all

docker ps
https://docs.docker.com/engine/referenc ... nt-command

could be QNAP management that checks the status .. watchdog .. gui .. something like that