Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread Michael Herger
5.18 is eating 50-60% cpu at least. That is too much for my liking to no try something else. At what point? During a scan this can be considered normal. Otherwise we'd need more information about your installation. Plugins you're using, server.log etc. -- Michael

Re: [SlimDevices: SqueezeCenter] Perl 5.32 instead of 5.18.4 with LMS 8.1?

2020-12-13 Thread Michael Herger
Was trying to switch from Perl 5.18.4 to 5.32.0 with no luck though. Got all possible error messages. Perl 5.18 is using a lot of CPU, any chance to switch a newer perl version? Thanks, highly appreciated. Unless you need Perl 5.32 for something else I'd strongly suggest you get rid of it

Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-13 Thread Roland0
mherger wrote: > > Would you have any idea why that would happen? > I think the module build will get the relevant libs / ldflags from perl itself, so I'd start by checking where perl includes libperl for linking - perl -V|grep 'lib\|dlf\|ld\|libperl' - perl's Config.pm - compare the config

Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-13 Thread Roland0
agt wrote: > Thanks, I think we're getting closer. > I've created /etc/ld.so.conf.d/99libperl.conf and run /sbin/ldconfig, so > hopefully it's addressed that issue. > Have you verified that Code: ldd

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
starcat wrote: > Otherwise 5.18 is working fine with LMS 8.1. Even with the > IO::Socket::SSL: 1.966, I actually never had a problem, but I also think > I already find a way to install into the 5.18 and get it updated. > If the 5.32 build would not work, that's the next I will try out.

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
starcat wrote: > git downloading this > https://github.com/Logitech/slimserver-vendor/tree/public/8.0/CPAN > and trying to build the modules for perl 5.32. Got some errors in mediascan.c while compiling. Gues more dev work is required prior compiling for perl 5.32. mediascan.c:202:3:

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
Ok, will completely rebuild the database tonight and check server.log again. I don't have much plugins but will go through them, I don't think anything incompatible there, almost everything is standard. What about deleting the cache directory /Users//Library/Caches/Squeezebox Was thinking

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread bpa
starcat wrote: > 5.18 is eating 50-60% cpu at least. That is too much for my liking to no > try something else. Clearly an install problem but that is not everybody's else's experience. So fix the problem - it could be an incompatible plugin - post server.log. If necessary start LMS with

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread bpa
starcat wrote: > Generally, yes, but > > $ cpan install Crypt::OpenSSL::RSA > > installs it as a perl module and it goes to the perl firstly found in > $PATH > For me that is 5.32 atm. Maybe I should switch it to 5.18 and install > again, just to check it out. Not sure why the Crypt module

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
bpa wrote: > I think you're making life complicated. > > Stick with 5.18. > > If LMS was nearly working - then there maybe a better chance of getting > it working properly than after rebuilding 5.32 libraries. > > As I said I don't know Homebrew, but if it is like Perlbrew, I was > advised,

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
bpa wrote: > openssl looks good - it is general SSL infrastructure and not Perl > specific. Generally, yes, but $ cpan install Crypt::OpenSSL::RSA installs it as a perl module and it goes to the perl firstly found in $PATH For me that is 5.32 atm. Maybe I should switch it to 5.18 and

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread bpa
I think you're making life complicated. Stick with 5.18. If LMS was nearly working - then there maybe a better chance of getting it working properly than after rebuilding 5.32 libraries. As I said I don't know Homebrew, but if it is like Perlbrew, I was advised, IIRC, that it will not work

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
Actually still the same Logitech Media Server Version: 8.1.0 - 1607787882 @ Sat Dec 12 17:50:08 CET 2020 Server HTTP Port Number: 9000 Operating system: macOS 10.14.6 - EN - utf8 Platform Architecture: x86_64 Perl Version: 5.18.4 - darwin-thread-multi-2level Audio::Scan: 1.02 IO::Socket::SSL:

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread bpa
starcat wrote: > All ok, however it did go to Perl 5.32 and slimserver.pl is still using > the version 5.18. openssl looks good - it is general SSL infrastructure and not Perl specific. What version of IO::Socket::SSL now shows in your LMS WebUI Settings/Information ?

Re: [SlimDevices: SqueezeCenter] System update broke LMS

2020-12-13 Thread agt
Roland0 wrote: > Yes, it shows that the modules for perl 5.32 depend on libperl, although > they shouldn't (unless handling of binary modules has changed > significantly in perl 5.32, which seems highly unlikely) > Quick fix; > create the file /etc/ld.so.conf.d/99libperl.conf with the content

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
$ openssl version OpenSSL 1.1.1i 8 Dec 2020 $ openssl version -a OpenSSL 1.1.1i 8 Dec 2020 built on: Tue Dec 8 20:06:57 2020 UTC platform: darwin64-x86_64-cc options: bn(64,64) rc4(16x,int) des(int) idea(int) blowfish(ptr) compiler: clang -fPIC -arch x86_64 -O3 -Wall -DL_ENDIAN

[SlimDevices: SqueezeCenter] Setting time/timezone on LMS Container on QNAP

2020-12-13 Thread beard55
I'm a long time Squeezebox user, but have never been able to figure out how to get the time in a container to match the host time. This has been a longstanding annoyance that I have ignored so far. I need to state up front. I'm not a linux guy and do everything (to date) through the QNAP

Re: [SlimDevices: SqueezeCenter] Upgrade to LMS 8.0 on WHS 2011

2020-12-13 Thread greenparent
That's great guys, thank you. Are there any problems or pitfalls I should look out for? I've downloaded the WHS version of LMS 8.0, but I notice that the currant LMS says I'm using Windows 2008 Server R2. Should I be using the standard windows download which covers Windows XP, 2003, 2008, 7, 8

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
bpa wrote: > Don't know about MacOS or Homebrew or the problems that two version of > Perl may cause. On Linux/macOS you can have as many Perl version as you want, they are independent of each other. The question here is why slimserver.pl is unable to use Perl 5.32? bpa wrote: > > Usually it

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread bpa
starcat wrote: > Thanks for your suggestion! How can I best do it? I have Homebrew > installes, should I pull/update some packages, or are this perl modules? > > > I have Perl 5.32 on the system, however LMS is using the Perl 5.18.4. > I tried switching to 5.32, slimserver.pl failed to

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
bpa wrote: > Consider upgrading IO::Socket::SSL to 2.06* and openssl to at least > 1.1.* otherwise you'll get strange https /SSL problems - failed > connections, timeouts, pause etc. Thanks for your suggestion! How can I best do it? I have Homebrew installes, should I pull/update some

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread bpa
starcat wrote: > Upgraded to latest LMS 8.1 and it works fine on macOS 10.14.6 Mojave. > No issues whatsoever. > > > Logitech Media Server Version: 8.1.0 - 1607787882 @ Sat Dec 12 17:50:08 > CET 2020 > Operating system: macOS 10.14.6 - EN - utf8 > Platform Architecture: x86_64 > Perl

[SlimDevices: SqueezeCenter] Perl 5.32 instead of 5.18.4 with LMS 8.1?

2020-12-13 Thread starcat
Was trying to switch from Perl 5.18.4 to 5.32.0 with no luck though. Got all possible error messages. Perl 5.18 is using a lot of CPU, any chance to switch a newer perl version? Thanks, highly appreciated. Here my config: Logitech Media Server Version: 8.1.0 - 1607787882 @ Sat Dec 12

Re: [SlimDevices: SqueezeCenter] LMS 8.1 with macOS Mojave tried out?

2020-12-13 Thread starcat
Upgraded to latest LMS 8.1 and it works fine on macOS 10.14.6 Mojave. No issues whatsoever. Logitech Media Server Version: 8.1.0 - 1607787882 @ Sat Dec 12 17:50:08 CET 2020 Operating system: macOS 10.14.6 - EN - utf8 Platform Architecture: x86_64 Perl Version: 5.18.4 -

Re: Can�t see older playlists in MacOS Catalina Music on LMS

2020-12-13 Thread leeper
Paul Webster wrote: > Did you try the scripting method that I referred you to before? > https://forums.slimdevices.com/showthread.php?111037-LMS-on-MacOS-10-15-quot-Catalina-quot=996937=1#post996937 No, I read them but really couldn't understand what they were doing. I do check back as I have

[SlimDevices: SqueezeCenter] Control Panel for LMS is not starting up after upgrade to 8.0.1, when LMS is running

2020-12-13 Thread andy3d
Windows 7PL 2x Xeon machine LMS 8.0.1 cannot start Control Panel while LMS is running starting screen is showing up, and than gone, and control panel is not starting it did start with LMV version 7.8.x I can start it only after stopping LMS and closing it than I can start it in administrative

Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 Questions

2020-12-13 Thread Gerhardc
slartibartfast wrote: > Any more details would be helpful. > > Sent from my Pixel 3a using Tapatalk The LMS Webinterface displays this message when i try to start this Applications. 1x Picoreplayer with Hifiberry DAC/ADC pro, 3x Picoreplayer with Jivelite 7" Display und IQaudio DigiAmp+,

Re: [SlimDevices: SqueezeCenter] Retrieve full list of configured players

2020-12-13 Thread gordonb3
RobbH wrote: > Is this still necessary? > > https://forums.slimdevices.com/showthread.php?111938-Squeezebox-Radio-would-not-connect-to-LMS-8-quot-Update-required-quot=989043=1#post989043 Don't really know. As far as I read the Radio must be connected to some Squeezebox server entity to allow

Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 Questions

2020-12-13 Thread slartibartfast
Gerhardc wrote: > Hi, > both Application are not running in LMS8. The following Error Message > received:404 not found. > > Any help?Any more details would be helpful. Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: SqueezeCenter] LMS 8.0.0 Questions

2020-12-13 Thread Gerhardc
Hi, both Application are not running in LMS8. The following Error Message received:404 not found. Any help? 1x Picoreplayer with Hifiberry DAC/ADC pro, 3x Picoreplayer with Jivelite 7" Display und IQaudio DigiAmp+, 2 Picoreplayer 6 Beta on RPI4+ LMS, Marantz PM-15S1 amplifier.

Re: [SlimDevices: SqueezeCenter] LMS 7.92 .3 .4 Soundcloud and Mixcloud No Longer working

2020-12-13 Thread bpa
chris.cowap wrote: > Yep - i too have had the same issue. > Upgraded to 8.0 and 8.1 since having issue and still no stream > Same errors in my logs too. > (weirdly, also seemed to lose Youtube same time (maybe unrelated) but > that is now working. > Tried uninstalling plugins (with checkbox)

Re: [SlimDevices: SqueezeCenter] LMS 7.92 .3 .4 Soundcloud and Mixcloud No Longer working

2020-12-13 Thread bpa
boyracer wrote: > Hi since upgrading to 7.9.2 I have been having problems with LMS. Like > other I had the problem of LMS randomly stopping, but I alos had the > problem that both the Soundcloud and Mixcloud plugins no longer play > music. They load and I can search for and select tracks, but

Re: [SlimDevices: SqueezeCenter] Installing plugins without regard to max version

2020-12-13 Thread PasTim
erland wrote: > I’m sure most of them would come here and ask for help anyway and then > someone can help them troubleshoot. A list of unsupported plugins that > have been verified to work in the LMS plugins tab isn’t going to help > them anyway because the probable cause is one of the plugins

Re: [SlimDevices: SqueezeCenter] LMS 7.92 .3 .4 Soundcloud and Mixcloud No Longer working

2020-12-13 Thread chris.cowap
Yep - i too have had the same issue. Upgraded to 8.0 and 8.1 since having issue and still no stream Same errors in my logs too. (weirdly, also seemed to lose Youtube same time (maybe unrelated) but that is now working. Tried uninstalling plugins (with checkbox) same result. Have also flushed