Re: [SlimDevices: SqueezeCenter] LMS server dies at stratup

2019-08-25 Thread Pascal Hibon
mherger wrote: > > I thought I would upgrade LMS 7.9.1 to the latest 7.9.2. (date code > > august 16 2019). This is on a ReadyNAS NVX. > > Is this the x86 based model? > > >2019-08-25 14:58:22 squeezeboxserver_safe started. > >2019-08-25 14:58:37 Logitech Media Server died. Restarting.

Re: [SlimDevices: SqueezeCenter] LMS server dies at stratup

2019-08-25 Thread Michael Herger
I thought I would upgrade LMS 7.9.1 to the latest 7.9.2. (date code august 16 2019). This is on a ReadyNAS NVX. Is this the x86 based model? 2019-08-25 14:58:22 squeezeboxserver_safe started. 2019-08-25 14:58:37 Logitech Media Server died. Restarting. Please edit /etc/default/squeezebo

Re: [SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread mherger
bpa wrote: > Just to follow up > > Code: > > > sub inet_aton { > my ($name, $cb) = @_; > > if (my $ipn = &parse_ipv4) { > $cb->($ipn); > } elsif (my $ipn = &parse_ipv6) { > $cb->($ipn); > } elsif ($name eq "localhost") { # rfc2606 et al. > $cb->(v127

Re: [SlimDevices: SqueezeCenter] Multiple files per cue sheet

2019-08-25 Thread Michael Herger
I suppose it's really a question for Michael: is it possible for LMS to support cue sheets like this: I'm sorry, I wouldn't know. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listi

Re: [SlimDevices: SqueezeCenter] I keep getting kicked off Shairtunes

2019-08-25 Thread ryangodammit
Anyone else having this problem? I still can't get to the bottom of it ryangodammit's Profile: http://forums.slimdevices.com/member.php?userid=67252 View this thread: http://forums.slimdevices.com/showthread.php?t=110623

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-08-25 Thread dolodobendan
digimaster wrote: > Yep but it more how the script makes the needed startup line. There are > checks in the script checking the different options and values. > Feared as much. Thank you! QLMS 7.9.2@2.09.8 x64 (digimaster) with perl 5.28 dedicated to me. :D / QNAP 469L QTS 4.3.4 ---

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-08-25 Thread digimaster
dolodobendan wrote: > Yup, already tried that. ;) But why did it crash? --cachedir is a > regular startup parameter, is it not?Yep but it more how the script makes the > needed startup line. There are checks in the script checking the different options and values. Send from my mobile Phone

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-08-25 Thread dolodobendan
digimaster wrote: > No that won't work, could make LMS crash. > Yup, already tried that. ;) But why did it crash? --cachedir is a regular startup parameter, is it not? QLMS 7.9.2@2.09.8 x64 (digimaster) with perl 5.28 dedicated to me. :D / QNAP 469L QTS 4.3.4 --

Re: [SlimDevices: SqueezeCenter] LMS server dies at stratup

2019-08-25 Thread mrw
One reason known to me is that the log file cannot be written to, or its directory doesn't exist, or somesuch. That might be worth checking, although it seems unlikely to be the cause if all you did was a simple upgrade. m

[SlimDevices: SqueezeCenter] LMS server dies at stratup

2019-08-25 Thread Pascal Hibon
Hi there, I thought I would upgrade LMS 7.9.1 to the latest 7.9.2. (date code august 16 2019). This is on a ReadyNAS NVX. The server is now in a continuous loop trying to start: Code: 2019-08-25 14:58:22 squeezeboxserver_safe started. 2019-08-25 14:58:37 Logitech

Re: [SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread chill
bpa wrote: > I'm guessing it is about network. That seems logical. I did try a few reboots to see if I could trigger the error again, but of course when you want it to happen it won't. I'll save the logs if it happens again. --

Re: [SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread bpa
chill wrote: > Forgive me, I don't know the first thing about Perl, but given that a > 'compiler' error is apparently being triggered at 'run time', I'm > guessing that it's compiled on demand ('interpreted'?). In that case, > would that suggest that this $ipn error is going to be triggered any

Re: [SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread chill
Forgive me, I don't know the first thing about Perl, but given that a 'compiler' error is apparently being triggered at 'run time', I'm guessing that it's compiled on demand ('interpreted'?). In that case, would that suggest that this $ipn error is going to be triggered any time that red line is

Re: [SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread chill
Thanks for looking into this bpa. I don't believe anything else has changed. Yesterday I did add another command to the start-up user commands 'tweaks' - a script that I wrote to control a fan via a GPIO pin - but the compilation error didn't seem to be improved by removal of that script. The

Re: [SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread bpa
Just to follow up Code: sub inet_aton { my ($name, $cb) = @_; if (my $ipn = &parse_ipv4) { $cb->($ipn); } elsif (my $ipn = &parse_ipv6) { $cb->($ipn); } elsif ($name eq "localhost") { # rfc2606 et al. $cb->(v127.0.0.1, v0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1

Re: [SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread bpa
Could this be another bug introduced by 5.28 https://github.com/Logitech/slimserver/tree/public/7.9/lib/AnyEvent What changed between last successful botot andf the failed boot ? Update LMS ? Update PCP ? bpa's Profile:

[SlimDevices: SqueezeCenter] Perl compilation error: $ipn

2019-08-25 Thread chill
Not sure where to post this, as I can't tell whether it's a general LMS issue, or specific to pCP, or possibly even caused by Paul-'s latest test version of sbpd-pigpio (which is the only change I've made recently). As of this morning, on rebooting pCP I've been getting quite a few instances whe