Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-14 Thread Michael Herger
What if I uninstall LMS and its dependencies (pacman -Rs in Arch) and do the same with Perl, and then try to install logitechmediaserver 7.9.2.arch2-1 from the AUR (https://aur.archlinux.org/packages/logitechmediaserver/? Unfortunately I don't have an answer for you, as I'm not familar with Arc

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-14 Thread Lestrad
mherger wrote: > > > I don't know how you build LMS. You shouldn't need to build it, as it's > > not a compiled application, but interpreted from the source whenever you > > start it. > > Michael I use the word "build" but I really mean "make", I think. I posted how I did it 'here' (https:

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-10 Thread Michael Herger
Okay. But was the lack of the SSL module what was causing the OOM (Out Of Memory) error? Unlikely. Was it LMS that caused the OOM? We don't know yet. - LMS runs on top of Perl Yes, LMS is written in Perl. - Some of the modules it uses come from the CPAM, which is a centralised repository o

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-10 Thread Lestrad
Okay. But was the lack of the SSL module what was causing the OOM (Out Of Memory) error? For the benefit of my comrades who are non-geeks, is the following correct: - LMS runs on top of Perl - Some of the modules it uses come from the CPAM, which is a centralised repository of Perl modules crea

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-09 Thread bpa
Lestrad wrote: > What would that command line be exactly? I tried > *logitechmediaserver-git -d_startup* and *logitechmediaserver > -d_startup* and I get: > > > Code: > > -bash: logitechmediaserver-git: command not found > > > > and > > Code:

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-09 Thread Lestrad
bpa wrote: > Doesn't matter - it was inevitable and so you need to update. SSL/TLS is > fast moving and systems have to be kept up to date. No more staying on > an OS more than 2-3 years old. Many user have had to update their OS > (e.g. Ubuntu 16.x) just to get a new enough recent IO::Socket:

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-09 Thread mrw
Lestrad wrote: > > > Code: > > Sep 09 09:19:42 alarm slimserver.pl[361]: DBI.c: loadable library and perl binaries are mismatched (got handshake key 0x8e00080, needed 0x9f00080) > > > I'd guess that your LMS CPAN binaries are somehow out of syn

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-09 Thread bpa
Lestrad wrote: > Thanks. That gives me a clue. However I don't know what site that would > be since my setup is used only as a headless server. Doesn't matter - it was inevitable and so you need to update. SSL/TLS is fast moving and systems have to be kept up to date. No more staying on an OS m

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-09 Thread Lestrad
I did a complete update of my Arch Linux and LMS is still dead. Here's the output of *sysctl status logitechmediaserver-git*: Code: ● logitechmediaserver-git.service - Logitech Media Server Daemon Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver-git.service

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-09 Thread Lestrad
bpa wrote: > There is a gradual move from http to https on all sorts of internet > sites - stations, repositories,podcasts feeds, updates > A site can change overnight from supporting both http and https URL to > only https. > Since one of your issues is to do with IO::Socket:SSL - I would guess

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread bpa
Lestrad wrote: > But that still doesn't explain why LMS worked fine for a whole month. There is a gradual move from http to https on all sorts of internet sites - stations, repositories,podcasts feeds, updates A site can change overnight from supporting both http and https URL to only https. Si

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Lestrad
mherger wrote: > >>> Sep 08 06:15:52 alarm slimserver.pl[10444]: Can't locate > >> Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay > module) > >> (@INC contains: > > > Having said that, is it possible that the problems I'm having are > caused > > by Arch Linux updating Perl w

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Michael Herger
Sep 08 06:15:52 alarm slimserver.pl[10444]: Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: Having said that, is it possible that the problems I'm having are caused by Arch Linux updating Perl without my knowing about it? (You know, the k

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Lestrad
mherger wrote: > >Sep 08 06:15:52 alarm slimserver.pl[10444]: Async::HTTP: Unable to > load IO::Socket::SSL, will try connecting to SSL servers in non-SSL > mode > >Sep 08 06:15:52 alarm slimserver.pl[10444]: Can't locate > Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay m

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Lestrad
mherger wrote: > > > I don't know pacman, but Google is your friend: > -- > > Michael I didn't know that "::" = "-". Installed the IO::Socket::SSL (in fact a reinstall) and Ssleay Perl modules and LMS restarts but throws the same errors: Code: ● logitechmediaserver

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread pinkdot
Lestrad wrote: > I hate to show my ignorance but I don't know how to install > IO::Socket::SSL. I tried it with pacman and I get the error "Package not > found". > > Sorry again. search ssl using pacman: Code: pacman -F openssl -DS718+, RPI 2

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Michael Herger
I hate to show my ignorance but I don't know how to install IO::Socket::SSL. I tried it with pacman and I get the error "Package not found". I don't know pacman, but Google is your friend: https://lmgtfy.com/?q=pacman+io%3A%3Asocket%3A%3Assl -- Michael ___

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Lestrad
mherger wrote: > > Thanks for your rapid reply. Could you please go into a little more > > detail about what I need to do to go back to the default parameters > and > > install the missing modules? As far as I know mine is an > > I double-checked, and it's actually a logging category (server.me

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Michael Herger
Thanks for your rapid reply. Could you please go into a little more detail about what I need to do to go back to the default parameters and install the missing modules? As far as I know mine is an I double-checked, and it's actually a logging category (server.memory) which is causing those warn

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Lestrad
In case it might help, here is a link to my thread (from one month ago) in which I described the problems I was having installing LMS and how (in the last post) I finally succeeded in installing it. I haven't touched it since, except to disable a lot of the default plug-ins and enable the UPnP on

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-08 Thread Lestrad
mherger wrote: > >Sep 08 06:15:52 alarm slimserver.pl[10444]: Async::HTTP: Unable to > load IO::Socket::SSL, will try connecting to SSL servers in non-SSL > mode > >Sep 08 06:15:52 alarm slimserver.pl[10444]: Can't locate > Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay m

Re: [SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-07 Thread Michael Herger
Sep 08 06:15:52 alarm slimserver.pl[10444]: Async::HTTP: Unable to load IO::Socket::SSL, will try connecting to SSL servers in non-SSL mode Sep 08 06:15:52 alarm slimserver.pl[10444]: Can't locate Net/SSLeay.pm in @INC (you may need to install the Net::SSLeay module) (@INC contains: You'

[SlimDevices: SqueezeCenter] LMS killing; "Out of memory" error

2020-09-07 Thread Lestrad
Hello. I had been running logitechmediaserver-git (Version: 8.0.0 - ARCH-AUR-GIT.20200807 running on Arch Linux ARM) happily for a month or so and suddenly it began killing itself with the following error: Code: Out of memory: Killed process 4003 (slimserver.pl) ---