steefdebruijn / docker-roonserver

RoonServer downloading Roon on first run
104 stars 29 forks source link

Upcoming Roon Linux Performance Changes #13

Closed joltman80 closed 2 years ago

joltman80 commented 3 years ago

I received an email today from Roon stating that they were making changes to Roon server to increase Linux performance. These changes involve installing other software. I wanted to create an issue here with the link in hopes that the docker container you built will be updated accordingly. Thanks for the container, it works great!

https://help.roonlabs.com/portal/en/kb/articles/linux-performance-improvements

daemonp commented 3 years ago

It does look like the library is installed in the container by default, I suspect it will just work when the new version of roon is rolled out.

apt list --installed | grep libicu

libicu63/oldstable,oldstable,now 63.1-6+deb10u1 amd64 [installed,automatic]

In the kb article they reference a newer version but I don't think that should be an issue. I just applied for the beta and will load it into the live container when approved.

steefdebruijn commented 3 years ago

yup, did confirm this myself just now. I did check all the dependencies listed on Microsoft site and all are present.

For debian10 the dependency is libicu63 and roonlabs confirmed the update works on debian10, so I think we are good to go.

I also applied for beta and test for sure if allowed in

daemonp commented 3 years ago

@steefdebruijn I was accepted into the beta, just kicked off a backup now, will test it tonight and report back any findings.

steefdebruijn commented 3 years ago

I did install the beta last night and it runs like a charm

xthursdayx commented 3 years ago

Was just coming to check on the same thing. Thanks for checking into this @steefdebruijn and @daemonp !

daemonp commented 3 years ago

👍 from my testing as well. Kudos to @steefdebruijn for the forward thinking design of the docker file.