Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Logitech Media Server and Bullseye

735 views
Skip to first unread message

notoneofmyseeds

unread,
Feb 6, 2022, 9:10:05 PM2/6/22
to
Hello,

Has anyone successfully installed Logitech Media Server
(https://www.mysqueezebox.com/download) on Bullseye and would please
care to say how they went about doing so?

It's also here: https://github.com/Logitech/slimserver

Thanks a lot, indeed.

john doe

unread,
Feb 7, 2022, 1:00:06 AM2/7/22
to
They have a Debian pkg, (1, pick the LMS release and architecture that
you want/need).
In my case I downloaded (2, updated to latest 7.9 release) as I did not
want to patch LMS for the 'Squeezebox Radio' to work.

I used the below commands to install LMS:
wget
http://downloads-origin.slimdevices.com/LogitechMediaServer_v7.9.2/logitechmediaserver_7.9.2_all.deb
$ apt-get update && apt-get install libio-socket-ssl-perl
$ dpkg -i logitechmediaserver_7.9.2_all.deb

For the sake of simplicity, I used the architecture 'all' instead of the
one I downloaded.


Please note that this e-mail is folded by my mailer.

HTH.

1) http://downloads.slimdevices.com
2)
http://downloads-origin.slimdevices.com/LogitechMediaServer_v7.9.2/logitechmediaserver_7.9.2_all.deb


P.S.

I can not recall if I was able to verify or checksum the *.deb.

--
John Doe

notoneofmyseeds

unread,
Feb 7, 2022, 9:30:07 AM2/7/22
to
On 07.02.22 06:51, john doe wrote:

> They have a Debian pkg, (1, pick the LMS release and architecture that
> you want/need).
> In my case I downloaded (2, updated to latest 7.9 release) as I did not
> want to patch LMS for the 'Squeezebox Radio' to work.
>
> I used the below commands to install LMS:
> wget
> http://downloads-origin.slimdevices.com/LogitechMediaServer_v7.9.2/logitechmediaserver_7.9.2_all.deb
>
> $ apt-get update && apt-get install libio-socket-ssl-perl
> $ dpkg -i logitechmediaserver_7.9.2_all.deb
>
> For the sake of simplicity, I used the architecture 'all' instead of the
> one I downloaded.
>
>
> Please note that this e-mail is folded by my mailer.
>
> HTH.
>
> 1) http://downloads.slimdevices.com
> 2)
> http://downloads-origin.slimdevices.com/LogitechMediaServer_v7.9.2/logitechmediaserver_7.9.2_all.deb
>
>
>
> P.S.
>
> I can not recall if I was able to verify or checksum the *.deb.

Thanks a lot for your very helpful response.

Can ask whether you have updated to the latest 8.2 version, following
from you 7.9.2 install?

Best wishes.

john doe

unread,
Feb 8, 2022, 5:00:06 AM2/8/22
to
On 2/7/2022 9:10 PM, notoneofmyseeds wrote:
> On 07.02.22 06:51, john doe wrote:
>
>> hey have a Debian pkg, (1, pick the LMS release and architecture that
>> you want/need).
>> In my case I downloaded (2, updated to latest 7.9 release) as I did not
>> want to patch LMS for the 'Squeezebox Radio' to work.
>>
>> I used the below commands to install LMS:
>> wget
>> http://downloads-origin.slimdevices.com/LogitechMediaServer_v7.9.2/logitechmediaserver_7.9.2_all.deb
>>
>>
>> $ apt-get update && apt-get install libio-socket-ssl-perl
>> $ dpkg -i logitechmediaserver_7.9.2_all.deb
>>
>> For the sake of simplicity, I used the architecture 'all' instead of the
>> one I downloaded.
>
> Thanks again for your help.
>
> I hope you're on Bullseye, where, for me, it's still not working.
> However, it did work in Buster.
>
> Here are my *commands *and results:
>

While I did it on Buster, the same still works on Bullseye:
$ apt-get --autoremove purge logitechmediaserver
$ apt-get --autoremove purge libio-socket-ssl-perl
$ apt-get update && apt-get install libio-socket-ssl-perl
$ rm -f logitechmediaserver_8.2.0_all.deb
$ wget
http://downloads.slimdevices.com/LogitechMediaServer_v8.2.0/logitechmediaserver_8.2.0_all.deb
$ dpkg -i logitechmediaserver_8.2.0_all.deb


I'm not using wildcard and you can not downgrade from anew release of LMS.

Note that I'm only helping through the list.

--
John Doe

notoneofmyseeds

unread,
Feb 8, 2022, 7:20:05 PM2/8/22
to
On 08.02.22 10:52, john doe wrote:

>
> While I did it on Buster, the same still works on Bullseye:
> $ apt-get --autoremove purge logitechmediaserver
> $ apt-get --autoremove purge libio-socket-ssl-perl
> $ apt-get update && apt-get install libio-socket-ssl-perl
> $ rm -f logitechmediaserver_8.2.0_all.deb
> $ wget
> http://downloads.slimdevices.com/LogitechMediaServer_v8.2.0/logitechmediaserver_8.2.0_all.deb
>
> $ dpkg -i logitechmediaserver_8.2.0_all.deb

I did exactly what you have asked here as 'root' And then to install
logged in as regular user with root privileges. Here is the result:

(Reading database ... 279424 files and directories currently installed.)
Preparing to unpack logitechmediaserver_8.2.0_all.deb ...
Unpacking logitechmediaserver (8.2.0) ...
Setting up logitechmediaserver (8.2.0) ...
invoke-rc.d: policy-rc.d denied execution of start.

This last line remains the problem. However, earlier errors are gone.

>
>
> I'm not using wildcard and you can not downgrade from anew release of
> LMS.
>
> Note that I'm only helping through the list.
Sorry, I should remember to hit 'reply list' next time. Sorry.
>
> --
> John Doe

john doe

unread,
Feb 9, 2022, 1:50:06 AM2/9/22
to
On 2/9/2022 1:13 AM, notoneofmyseeds wrote:
> On 08.02.22 10:52, john doe wrote:
>
>>
>> While I did it on Buster, the same still works on Bullseye:
>> $ apt-get --autoremove purge logitechmediaserver
>> $ apt-get --autoremove purge libio-socket-ssl-perl
>> $ apt-get update && apt-get install libio-socket-ssl-perl
>> $ rm -f logitechmediaserver_8.2.0_all.deb
>> $ wget
>> http://downloads.slimdevices.com/LogitechMediaServer_v8.2.0/logitechmediaserver_8.2.0_all.deb
>>
>>
>> $ dpkg -i logitechmediaserver_8.2.0_all.deb
>
> I did exactly what you have asked here as 'root' And then to install
> logged in as regular user with root privileges. Here is the result:
>
> (Reading database ... 279424 files and directories currently installed.)
> Preparing to unpack logitechmediaserver_8.2.0_all.deb ...
> Unpacking logitechmediaserver (8.2.0) ...
> Setting up logitechmediaserver (8.2.0) ...
> invoke-rc.d: policy-rc.d denied execution of start.
>
> This last line remains the problem. However, earlier errors are gone.
>

Why, what error do you get from 'dpkg'?

--
John Doe

notoneofmyseeds

unread,
Feb 9, 2022, 8:10:06 AM2/9/22
to
This line below from the output also above. Is it not an error?

"invoke-rc.d: policy-rc.d denied execution of start."

Thanks a lot.

john doe

unread,
Feb 9, 2022, 9:00:07 AM2/9/22
to
To me this message is not a show stopper, what let you to say that it is
not working?

--
John Doe

notoneofmyseeds

unread,
Feb 9, 2022, 8:20:06 PM2/9/22
to


On 09.02.22 14:58, john doe wrote:


To me this message is not a show stopper, what let you to say that it is
not working?

Thanks a lot. I put the IP and port number and bang! we were sailing. Wonder about that 'error' however.

Thanks a lot. You saved another 2 days, or more, of trying and failing.


--
John Doe
0 new messages