[support] dlandon - Logitech Media Server


Recommended Posts

4 hours ago, Ambrotos said:

 

Quick followup, I was able to get the plugin to start correctly by simply adding the following to the docker image:

 


docker exec -it LogitechMediaServer apt-get install libcrypt-openssl-bignum-perl libcrypt-openssl-random-perl libcrypt-openssl-rsa-perl

 

Done.

Link to comment
10 hours ago, Ambrotos said:

Success! Thank you very much!

 

Cheers,

 

-A

+1. ShareTunes plugin fixed for me too.

 

I have another issue with this docker, and I don't know whether it is unRAID or the docker itself that is causing it.

 

Often when it is updated, it starts again but without the correct timezone. This has resulted in my alarm going off at 2AM instead of 6AM.:(

 

I can see in the log that it is using UTC instead of my timezone when this happens. If I go in and edit the docker, but don't really change anything, then apply, it seems to fix it. It may be that just restarting it fixes it also, but sometimes that doesn't seem to be enough.

 

I had been using a different docker for this application and it didn't seem to have this problem, but it was seldom updated, and that was a few unRAID version ago anyway.

 

Maybe next time it happens I will try to post a log, but I don't know if it will show anything other than what I already said. It has happened twice in the past week and I am mostly just trying to get back to bed with a working 6AM alarm when it happens.

Link to comment
8 minutes ago, trurl said:

+1. ShareTunes plugin fixed for me too.

 

I have another issue with this docker, and I don't know whether it is unRAID or the docker itself that is causing it.

 

Often when it is updated, it starts again but without the correct timezone. This has resulted in my alarm going off at 2AM instead of 6AM.:(

 

I can see in the log that it is using UTC instead of my timezone when this happens. If I go in and edit the docker, but don't really change anything, then apply, it seems to fix it. It may be that just restarting it fixes it also, but sometimes that doesn't seem to be enough.

 

I had been using a different docker for this application and it didn't seem to have this problem, but it was seldom updated, and that was a few unRAID version ago anyway.

 

Maybe next time it happens I will try to post a log, but I don't know if it will show anything other than what I already said. It has happened twice in the past week and I am mostly just trying to get back to bed with a working 6AM alarm when it happens.

Are you running 6.4 rc?  That's a Docker issue with unRAID on rcs before rc6.  It is fixed now.

 

You can see it when the update is finished.  Check the command line to the Docker and you'll see TZ="".  It should be your time zone.  In my case TZ="America/NewYork".

Link to comment
3 hours ago, dlandon said:

Are you running 6.4 rc?  That's a Docker issue with unRAID on rcs before rc6.  It is fixed now.

 

You can see it when the update is finished.  Check the command line to the Docker and you'll see TZ="".  It should be your time zone.  In my case TZ="America/NewYork".

I am running 6.4.0 rc6 so maybe not really fixed. I just "edited" it again so I could see the docker run command. TZ is there:

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="LogitechMS" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 9000:9000/tcp -p 3483:3483/tcp -p 3483:3483/udp -p 9090:9090/tcp -v "/mnt/user/Music/":"/music":rw -v "/mnt/cache/appdata/LogitechMediaServer":"/config":rw dlandon/logitechmediaserver
cc53a625b787815ad4fc36708b48287726906c878af9031dc907cd6a162cdc3c

The command finished successfully!

And the log shows the correct timezone, so it works as expected this time, but note that the procedure I followed is exactly the same as I follow to "fix" it.

 

It is only when Updating the docker that it seems to break. 

Link to comment
1 minute ago, trurl said:

I am running 6.4.0 rc6 so maybe not really fixed.

Probably an unRAID issue and it is only noticeable with this docker since it has such an obvious effect.

 

I will check again when it updates and also with my other dockers when they update.

Link to comment
10 minutes ago, trurl said:

Probably an unRAID issue and it is only noticeable with this docker since it has such an obvious effect.

 

I will check again when it updates and also with my other dockers when they update.

It occurs on update only.  Working for me so you may have a situation that causes the issue.

Link to comment
11 minutes ago, dlandon said:

It occurs on update only.  Working for me so you may have a situation that causes the issue.

I am updating with the Advanced Buttons plugin so that may also be involved. I will test further when I have any dockers to update.

Link to comment
  • 3 months later...

Hi !

 

Have you been able to succesfully use the plugin Shairtunes2 (fork) from this docker image ?
It seem to work (no errors in the logs) but apparently the airply players are not really published through bonjour and my apple devices do not see the airplay output devices.
 

Link to comment
4 hours ago, sorg said:

Hi !

 

Have you been able to succesfully use the plugin Shairtunes2 (fork) from this docker image ?
It seem to work (no errors in the logs) but apparently the airply players are not really published through bonjour and my apple devices do not see the airplay output devices.
 

I've had no experience with that plugin.

Link to comment
6 hours ago, sorg said:

Hi !

 

Have you been able to succesfully use the plugin Shairtunes2 (fork) from this docker image ?
It seem to work (no errors in the logs) but apparently the airply players are not really published through bonjour and my apple devices do not see the airplay output devices.
 

 

Shairtunes works in my LMS plugin without a problem.

https://github.com/snoopy86/docker-repo/tree/master/snoopy

 

 

Edited by snoopy86
Link to comment
  • 4 months later...
On 16/04/2017 at 10:56 PM, dlandon said:

 

 

Hi there

first of all, thanks for the great work done on that Docker. However, I couldn't use it yet since I can't access the GUI.

The installation of the docker was flawless but when I try to connect to the GUI, the address is unknown. I'll be happy to provide all the information required to solve that issue.

 

Cheers

Edited by mathgoy
Link to comment
35 minutes ago, mathgoy said:

 

Hi there

first of all, thanks for the great work done on that Docker. However, I couldn't use it yet since I can't access the GUI.

The installation of the docker was flawless but when I try to connect to the GUI, the address is unknown. I'll be happy to provide all the information required to solve that issue.

 

Cheers

You'll have to give me more information on why you can't access the GUI.  How are you trying to access the GUI?  You can left click on the Docker icon and the click the WebUI to get to the GUI.  Did you change the Network or port settings?  You should use the default port settings.

Link to comment
18 hours ago, dlandon said:

You'll have to give me more information on why you can't access the GUI.  How are you trying to access the GUI?  You can left click on the Docker icon and the click the WebUI to get to the GUI.  Did you change the Network or port settings?  You should use the default port settings.

 

Hi,

 

Thanks for the prompt reply.

First here is the log I could get from the docker:

 

Mar 25 14:12:36 f4b5626ab1b7 syslog-ng[12]: EOF on control channel, closing connection;
*** Running /etc/my_init.d/20_apt_update.sh...
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [962 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [780 kB]
Fetched 2048 kB in 2s (749 kB/s)
Reading package lists...
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
*** /etc/my_init.d/20_apt_update.sh failed with status 100

And the Run command:

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='LogitechMediaServer' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '9000:9000/tcp' -p '3483:3483/tcp' -p '3483:3483/udp' -p '9090:9090/tcp' -v '/mnt/user/media/Musique/':'/music':'rw' -v '/mnt/user/appdata/LogitechMediaServer':'/config':'rw' --log-opt max-size=50m --log-opt max-file=1 'dlandon/logitechmediaserver'

9df8876117ca2622f9f41b87ad77db02ad80d0d4231af7d37ff27edeff38c0b5

The command finished successfully!

Then I didn't modify any port (using the 9000 one) and I am trying to get in to the GUI via a left click on the docker icon in Unraid

Link to comment
2 hours ago, mathgoy said:

 

Hi,

 

Thanks for the prompt reply.

First here is the log I could get from the docker:

 


Mar 25 14:12:36 f4b5626ab1b7 syslog-ng[12]: EOF on control channel, closing connection;
*** Running /etc/my_init.d/20_apt_update.sh...
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [962 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [780 kB]
Fetched 2048 kB in 2s (749 kB/s)
Reading package lists...
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
*** /etc/my_init.d/20_apt_update.sh failed with status 100

And the Run command:


root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='LogitechMediaServer' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '9000:9000/tcp' -p '3483:3483/tcp' -p '3483:3483/udp' -p '9090:9090/tcp' -v '/mnt/user/media/Musique/':'/music':'rw' -v '/mnt/user/appdata/LogitechMediaServer':'/config':'rw' --log-opt max-size=50m --log-opt max-file=1 'dlandon/logitechmediaserver'

9df8876117ca2622f9f41b87ad77db02ad80d0d4231af7d37ff27edeff38c0b5

The command finished successfully!

Then I didn't modify any port (using the 9000 one) and I am trying to get in to the GUI via a left click on the docker icon in Unraid

The only thing I can suggest is to remove the docker and then re-install it. If that doesn't work, then post your diagnostics.  I would like to see your unRAID network setup and the complete logs rather than short snippets.

Link to comment
  • 1 month later...

Just installed, tried to access settings:

403 Forbidden: settings/index.html

Everything else appears to be fine...well, is there a way to edit the server name so it doesn't just show a string of randomly generated characters? Currently my "server" is 5c98e85133cf

Edited by puddleglum
update
Link to comment
58 minutes ago, puddleglum said:

Just installed, tried to access settings:

403 Forbidden: settings/index.html

Everything else appears to be fine...well, is there a way to edit the server name so it doesn't just show a string of randomly generated characters? Currently my "server" is 5c98e85133cf

Try restarting the Docker.

 

I don't understand the server name issue.  Where do you see this?

Link to comment
6 minutes ago, dlandon said:

Try restarting the Docker.

 

I don't understand the server name issue.  Where do you see this?

Tried restarting the docker itself, same error. Tried restarting the server, same error.

 

In the client, when you're selecting which LMS server to connect to...that shows the character string

image.thumb.jpg.2ec45940ef8e0ef3910fea8800456174.jpg

Link to comment
2 hours ago, puddleglum said:

Tried restarting the docker itself, same error. Tried restarting the server, same error.

Try a different browser.

 

2 hours ago, puddleglum said:

In the client, when you're selecting which LMS server to connect to...that shows the character string

What client is this?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.