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

2020-12-15 Thread starcat


I completely deleted the Cache directory 
/Users//Library/Caches/Squeezebox

returned the next day and checked and perl5.18 was using some 0.5% or so
CPU time. LMS is working again just perfectly!

Thanks much for your hints and support and to all developers thanks for
keeping development and support of a great piece of software.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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

2020-12-14 Thread starcat


No plugins actually. All the standards that are enabled.
Will check the other suggestions later tonight.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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

2020-12-14 Thread starcat


Perl 5.18 eating 60% cpu time just by running and not doing anything. 
No rescan of database in progress. 

I also deleted the cache directory completely, still same cpu usage when
idle.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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.

Upgraded IO::Socket::SSL: in perl 5.18 to 2.068
This is what I have now:


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: 2.068
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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: error: unknown type name 'URLProtocol'
REGISTER_PROTOCOL(FILE, file);
^
mediascan.c:177:10: note: expanded from macro 'REGISTER_PROTOCOL'
extern URLProtocol ff_##x##_protocol; \
^
mediascan.c:202:3: warning: implicit declaration of function
'av_register_protocol2' is invalid in C99
[-Wimplicit-function-declaration]
mediascan.c:178:3: note: expanded from macro 'REGISTER_PROTOCOL'
av_register_protocol2(_##x##_protocol, sizeof(ff_##x##_protocol));
}
^
58 warnings and 1 error generated.
make[2]: *** [libmediascan_la-mediascan.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make failed



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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 about as I think I have never deleted this and it is
already 1GB



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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, IIRC,  that it will not work if LMS is being runs as a service
> (i.e under a username without a home directory)
> 
> Is Perl 5.18 the system wide  and Perl 5.32 a user installed version ?

5.18 is eating 50-60% cpu at least. That is too much for my liking to no
try something else. 

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. 


Both perl 5.18 and 5.32 are system wide installs. 
5.18 is the Apple version and 5.32 is installed through Homebrew in
/usr/local/bin/perl

slimserver.pl is run as user admin which is a full user with home
directory of course.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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 install
again, just to check it out.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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: 1.966
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)

I now switched perl in slimserver.pl to point to my perl 5.32 and am
compiling in necessary modules. 
Still missing some. 

Any hints downloading this 
https://github.com/Logitech/slimserver-vendor/tree/public/8.0/CPAN
and executing buildme.sh? 

Thanks again



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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 -DOPENSSL_PIC
-DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT
-DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM
-DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM
-DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM
-D_REENTRANT -DNDEBUG
OPENSSLDIR: "/usr/local/etc/openssl@1.1"
ENGINESDIR: "/usr/local/Cellar/openssl@1.1/1.1.1i/lib/engines-1.1"
Seeding source: os-specific

did a 
$ cpan install Crypt::OpenSSL::RSA

afterwards. 
All ok, however it did go to Perl 5.32 and slimserver.pl is still using
the version 5.18.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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 is part of a package of SSL such as Net::SSLeay
> 
> Old post may be useful
> https://forums.slimdevices.com/showthread.php?109738-Error-Can-t-connect-to-remote-server-to-retrieve%85=925539=1#post925539
> 
> Also checkl version of openssl . 
> What version of openssl do you have ?

$ openssl version
LibreSSL 2.6.5

How can I check which OpenSSL package slimserver.pl is using? 
Not that it is using something old from somewhere else. 

bpa wrote: 
> 
> If it is too low then up to date dependent packages may not install.

All those packages are kept automatically uptodate through Homebrew
which is simply a package manager.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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 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 start.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[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 17:50:08
CET 2020
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: 1.966
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113425

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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 - darwin-thread-multi-2level
Audio::Scan: 1.02
IO::Socket::SSL: 1.966
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Logitech Media Server 8.0.0 released!

2020-12-12 Thread starcat


Thanks to contributors for making LMS better and better over the years.
Your work is highly appreciated!!



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113282

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


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

2020-12-12 Thread starcat


Hi there, 

any one already tried the new LMS 8.1 on Mojave (macOS 10.14) and if
yes, is it working smooth? 
Thanks for feedback



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=113422

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Help me get the LMS working again under MacOS Mojave

2020-12-10 Thread starcat


Always the same, not properly copy/pasting the commands, not knowing
about anything wired like changed usernames, moved computer, accounts,
etc. 

If you ask, nooo nothing has changed. Ran the script but it doesn't
work. 

LoL



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109743

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-10-02 Thread starcat


Might be the missing mysqueezebox.com account be an issue for the long
start time, or any other ideas as to what might cause a timeout during
start of LMS?



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-10-02 Thread starcat


No, I am not using Spotty. Is it activated by default and how can I
deactivate it? Thanks much



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-10-01 Thread starcat


Yes, now I can access it. No idea what it had. I deinstalled and
installed the latest nightly build. 

One thing though remained, it need very, very long time to start. 
Server port 9000 shows running but I can not access it. After some long
time it starts and run as it should. 

Apple deactivated the Server functionality from macOS starting with
mojave. Prior there was a package "Server" available from the AppStore
for the appropriate (and long time ago there was a different Mac OS X
Server build), now for mojave there is no more Server. Some of the stuff
like Timemachine, Shares were build into the base OS, but all others are
missing.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-09-30 Thread starcat


mherger wrote: 
> > [19-09-30 20:42:39.4835] Slim::Networking::UDP::init (39) FATAL:
> There
> > is already another copy of the Logitech Media Server running on this
> > machine. (Address already in use)
> > 
> > however I can not connect to http://server:9000
> 
> Did you try http://localhost:9000 or http://127.0.0.1:9000?
> [color=blue]
> Michael

Yes, I tried both on the local computer (it is a Mac Mini), both don't
work.

mherger wrote: 
> > [19-09-30 20:42:39.4835] Slim::Networking::UDP::init (39) FATAL:
> There
> > And the macos Settings windows shows for hours that the server is
> > starting.
> 
> Even if you exit and re-enter?
> 

Same. I tried to stop on the cmd line and remove from autostart. As soon
as I start it then in GUI it shows it is starting which takes forever
and doesn't start.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-09-30 Thread starcat


It shows
[19-09-30 20:42:39.4835] Slim::Networking::UDP::init (39) FATAL: There
is already another copy of the Logitech Media Server running on this
machine. (Address already in use)

however I can not connect to http://server:9000
And the macos Settings windows shows for hours that the server is
starting.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-09-30 Thread starcat


Actually I wanted to upgrade from El Capitan 10.11 to latest mojave
10.14 because LMS don't want to start any longer on 10.11. 
I am using 
v7.9.2, 1551709029, Mon Mar  4 15:44:17 CET 2019) perl 5.018002

and it either takes too long to start or don't start at all. 
Was looking in the logs and there is nothing in there. 

Any hints if I can check anything else prior upgrading? 
I also must not upgrade to mojave but Sierra or High Sierra if that is
more appropriate and better for LMS? 

Thanks very much for any hints.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-09-30 Thread starcat


I was thinking because Apple removed server functionality from mojave,
LMS might be missing something like Apache web server.. Thanks for
update.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Request: Rename "check_update.pl" to "lms_check_update.pl"

2019-09-30 Thread starcat


Does LMS run with its associated Apache web server? 
Thanks much!



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=109525

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Combining player on the cmd line?

2017-11-29 Thread starcat

Thanks! Works perfectly!



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=108319

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Combining player on the cmd line?

2017-11-28 Thread starcat

The master is the one that I am listening to. 
I want to sync another players to it. 

All via telnet input on port 9090 on the LMS. This is not a problem, I
only need the cmd syntax. Thanks.



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=108319

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] Combining player on the cmd line?

2017-11-28 Thread starcat

Hi there, 

What would be the proper cmdline command in order to combine players? 
If I have say 6 players, I would like to combine 2, 3 or all of them. 

Need to be on the command line as I will use with an automation system
connected to port 9090 of the LMS server. 

Thanks very much!



starcat's Profile: http://forums.slimdevices.com/member.php?userid=15970
View this thread: http://forums.slimdevices.com/showthread.php?t=108319

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter