Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-04-02 Thread DJanGo
BeSt wrote: > I have tried your last packages Michael, they run correctly. > But I had already solved my issue (btw, I don't why it solved the locale > problem...) Hi BeSt, You installed / upgraded Perl already so that fix from Perl with the locale problem was already on your System. Michael

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-04-02 Thread BeSt
I have tried your last packages Michael, they run correctly. But I had already solved my issue (btw, I don't why it solved the locale problem...) BeSt wrote: > I have tried to reinstall packages or rename/delete things, but at the > end, I only updated CPAN and it solved the issue> Code:

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-31 Thread BeSt
kag wrote: > So if BeST and nic3 could kindly confirm what their locale is, that > would be nice. Excellent !!! Mine is fr_FR.UTF-8 BeSt's Profile: http://forums.slimdevices.com/member.php?userid=49351 View this thread:

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-31 Thread Michael Herger
I'm not sure which specific issue we are talking about, here. Are you saying that nothing changed on the version parsing code, and that now, for some reason, with Perl 5.22, it breaks for some locales, with symptoms nobody had ever reported using Perl up to 5.20? Yes, that's what I am wondering

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-31 Thread kag
mherger wrote: > > I'm not saying this is an appropriate solution, in particular to > > properly display non-ASCII characters of your filenames, but at least > > the problems are explained. > > Wow... some excellent analysis! But why would this only be a problem on > > these newer Debian Sid

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-31 Thread Michael Herger
I'm not saying this is an appropriate solution, in particular to properly display non-ASCII characters of your filenames, but at least the problems are explained. Wow... some excellent analysis! But why would this only be a problem on these newer Debian Sid based systems? And I'm on

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-19 Thread DJanGo
mherger wrote: > Do you remember what you installed (besides OS > updates)? > > -- > > Michael The Output from > cat /var/log/dpkg.logand> cat /var/log/apt/history.log > should help to answer this question. Gruss Jan

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-19 Thread nic3
Here is the ouptut when I start LSM manually (could not paste it in my previous answer due to message size limit) Code: % sudo /usr/sbin/squeezeboxserver --d_startup Found SELinux - setting security context to: texrel_shlib_t for *.so files. Got @INC containing:

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-19 Thread lurchi
What helped for my arch linux installation was to delete CPAN/version.pm and the folder CPAN/version in the LMS directory. These seem to be 'homegrown' logitech versions of basic perl modules, but they fail to work for 5.22

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-19 Thread BeSt
Here is the full data. (Rename mydpkg.gz into mydpkg.tar.bz2) 20150 20151 +---+ |Filename: mydpkg.gz| |Download: http://forums.slimdevices.com/attachment.php?attachmentid=20151|

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-19 Thread Michael Herger
Socket version v49.44.51 required--this is only version v2.18.0 at /usr/lib/x86_64-linux-gnu/perl-base/IO/Socket.pm line 12. That's the second or third time I'm seeing a Sid based installatio report invalid version numbers. FWIW: I tried both sid, as well as sid based Ubuntu 16.04 and LMS

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-03-18 Thread nic3
BeSt wrote: > I have tried to reinstall packages or rename/delete things, but at the > end, I only updated CPAN and it solved the issue > I have the same problem as BeSt but I do not want to go through CPAN to upgrade Perl (that's why I am using a distribution in the first place). So I tried

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-19 Thread BeSt
I have tried to reinstall packages or rename/delete things, but at the end, I only updated CPAN and it solved the issue Code: $ sudo cpan cpan[1]> upgrade /(.*)/ Thank you Michael for your help

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-19 Thread BeSt
I have not compiled my own perl. Or maybe another package did this, but I didn't it for purpose. My machine is an amd64 machine with debian Sid up to date. I am not used to compile things myself. I have installed squeezeboxserver some years ago from repository and I have updated it regularly (now

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-19 Thread Michael Herger
File::Spec version v48.44.56 required--this is only version v3.620.0 at /usr/share/squeezeboxserver/CPAN/File/Temp.pm line 140. BEGIN failed--compilation aborted at /usr/share/squeezeboxserver/CPAN/File/Temp.pm line 140. Going back to your very first posting I see that it's picking up

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-19 Thread BeSt
It is indeed the one that is read, but the import of this file fails. Here is the debug msg in pasted in 'my first message' (http://forums.slimdevices.com/showthread.php?105023-Perl-problems-with-LMS-7-9-on-Debian-sid=846342=1#post846342): Code: File::Spec version

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-18 Thread BeSt
Sorry, I've answered partially. These 2 folders exists. The latest contains folders that contains some so and pm files. /usr/share/squeezeboxserver/CPAN/arch/5.22/x86_64-linux-thread-multi /usr/share/squeezeboxserver/CPAN/arch/5.22/x86_64-linux-thread-multi/auto But these 2 do not:

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-17 Thread Michael Herger
/usr/share/squeezeboxserver/CPAN/arch/5.22/x86_64-linux-thread-multi /usr/share/squeezeboxserver/CPAN/arch/5.22/x86_64-linux-thread-multi/auto /usr/share/squeezeboxserver/CPAN/arch/5.22/x86_64-linux-gnu-thread-multi

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-17 Thread BeSt
I've just tried. Same problems: with init.d..., I have still my server dying each 5 seconds. And executing the server in foreground with "-d" option leads to the same error with File::Temp. Don't know if it is useful to yo, but here is the log when I execute it with --d_startup (incomplete copy

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-17 Thread Michael Herger
So to have more details about the issue, I ran the binary in foreground mode. But maybe I should some other commands to help debugging ? Hmm... would it work if you installed the full package (-all instead of -amd64)? -- Michael ___ Squeezecenter

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-17 Thread BeSt
I know, but I did that because when executing the command you gave I have in my logs: Code: 2016-02-17 11:30:20 squeezeboxserver_safe started. 2016-02-17 11:30:25 Logitech Media Server died. Restarting. 2016-02-17 11:30:30 Logitech Media Server died. Restarting.

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-17 Thread Michael Herger
> sudo /usr/sbin/squeezeboxserver -d Oh, don't start it this way. You'll have to do something like /etc/init.d/logitechmediaserver start -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-16 Thread Michael Herger
I am also using Debian Sid, which is up-to-date. But I still have an What CPU? What would "perl -v" tell you? -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-02-16 Thread BeSt
mherger wrote: > I added binaries for Perl 5.22 x86_64 Linux last night. Please give it a > > try. Thanks! Hello, I am also using Debian Sid, which is up-to-date. But I still have an error (using 7.9.0~1455631301 version): Code: > sudo /usr/sbin/squeezeboxserver -d

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-01-22 Thread cdmackay
DJanGo wrote: > > well - could you explain that to me? > sorry; the versions of utils etc in -stable- pkgs lag too far behind upstream, for me. Of course, that's the whole point... mherger wrote: > > I wasn't aware that the 5.22 issue, which has just broken LMS for me > > too, had a quick

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-01-21 Thread drwtsn32
I don't know what Yapp is. I have been running Debian testing for years, not going to switch back to stable for LMS. Is it possible to use a separate install of Perl (older version, not from the debian repository) just for LMS? That might be a good workaround.

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-01-21 Thread drwtsn32
DJanGo wrote: > but you know what "search" is? Of course. No need to be rude. I have searched and read dozens of threads the past couple days before I decided to finally reply to this one. I saw your "3 posts away" comment but wasn't able to find the one you're referring to that addresses my

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-01-21 Thread DJanGo
Hi, sorry mate but 1st post and you get my attention... drwtsn32 wrote: > Any workarounds I can use until then? (And no, going to Debian stable > is not an acceptable workaround.) Yapp isnt a Workaround its called Best Practice. Gruss Jan

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-01-21 Thread cdmackay
Yup, agreed that "stable" is not a solution. I've run "unstable" for over 15 years now, on my main desktop, and internet-facing server, and very rarely had a problem that wasn't quickly sorted. and I get far less issues than friends running the latest stable Ubuntu, etc. Debian stable is just way

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-01-21 Thread Michael Herger
I wasn't aware that the 5.22 issue, which has just broken LMS for me too, had a quick solution, other than entirely building your own, which I was going to try next. I added binaries for Perl 5.22 x86_64 Linux last night. Please give it a try. Thanks! -- Michael

Re: [SlimDevices: SqueezeCenter] Perl problems with LMS 7.9 on Debian sid

2016-01-15 Thread Learnincurve
Fair enough! I'll wait ;) Learnincurve's Profile: http://forums.slimdevices.com/member.php?userid=64807 View this thread: http://forums.slimdevices.com/showthread.php?t=105023