Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-21 Thread gloomytrousers

ab.wagener wrote: 
> My perl-Test-HiRes (not HighRes) came from fedora-updates repo
> 

Aha! That explains it - in that case it was already installed.



gloomytrousers's Profile: http://forums.slimdevices.com/member.php?userid=66405
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-21 Thread ab.wagener

gloomytrousers wrote: 
> Thanks Bernd!
> 
> I had a go at rebuilding the F24 SRPMs before I saw this, but there's a
> compile error on logitechmediaserver-CPAN that is way beyond my ability
> to fix.
> 
> Following your instructions, I downloaded the latest LMS from
> http://downloads.slimdevices.com/nightly/?ver=7.9 but couldn't find
> perl-Time-HiRes in any of my repos - what repo did you get this from? It
> seems I have installed it manually from CPAN at some point, however, so
> I don't need the RPM. With the symlink in place LMS now starts, and
> appears to be working fine!
> 
> When it appears in the F25 SqueezeCommunity repo I will probably go back
> to that (does anyone know if it will upgrade OK?), but thank you for
> your assistance :cool:
> 
> Russ

My perl-Test-HiRes (not HighRes) came from fedora-updates repo

Bernd



ab.wagener's Profile: http://forums.slimdevices.com/member.php?userid=53748
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-21 Thread gloomytrousers

ab.wagener wrote: 
> If you cannot wait for JackOfAll's repos - try the original rpms. You
> need a few modifications:
> 

Thanks Bernd!

I had a go at rebuilding the F24 SRPMs before I saw this, but there's a
compile error on logitechmediaserver-CPAN that is way beyond my ability
to fix.

Following your instructions, I downloaded the latest LMS from
http://downloads.slimdevices.com/nightly/?ver=7.9 but couldn't find
perl-Time-HiRes in any of my repos - what repo did you get this from? It
seems I have installed it manually from CPAN at some point, however, so
I don't need the RPM. With the symlink in place LMS now starts, and
appears to be working fine!

When it appears in the F25 SqueezeCommunity repo I will probably go back
to that (does anyone know if it will upgrade OK?), but thank you for
your assistance :cool:

Russ



gloomytrousers's Profile: http://forums.slimdevices.com/member.php?userid=66405
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-21 Thread ab.wagener

gloomytrousers wrote: 
> Hi all (especially JackOfAll, I think),
> 
> Can I ask what the plans are for making Fedora 25 packages available in
> the SqueezeCommunity repo? I see the directory structure exists but
> there are no RPMs there. I'm upgrading my machine today!
> 
> In the meantime I will attempt to rebuild the F24 packages from the
> instructions above.
> 
> Thanks!

If you cannot wait for JackOfAll's repos - try the original rpms. You
need a few modifications:

"dnf install perl-Storable perl-Time-HighRes"
then download the latest lms-build and install it:
"dnf install logitechmediaserver-.rpm"
The start failed under X64 F25, but after
"ln -sf /usr/lib/perl5/vendor_perl/Slim
/usr/lib64/perl5/vendor_perl/Slim"
LMS should work.
Its much simpler then to rebuild the F24 packages!

Bernd



ab.wagener's Profile: http://forums.slimdevices.com/member.php?userid=53748
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-21 Thread gloomytrousers

Hi all (especially JackOfAll, I think),

Can I ask what the plans are for making Fedora 25 packages available in
the SqueezeCommunity repo? I see the directory structure exists but
there are no RPMs there. I'm upgrading my machine today!

In the meantime I will attempt to rebuild the F24 packages from the
instructions above.

Thanks!



gloomytrousers's Profile: http://forums.slimdevices.com/member.php?userid=66405
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-09 Thread Wirrunna

When I putty into my Vortexbox and run sc-cleanUpdate I get all the
latest linux stuff but LMS hasn't been updated since late October.

Not the end of the world, just observing. I loaded the latest nightly
manually but typing sc-cleanUpdate is simpler.



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-07 Thread robinbowes

Hmm, that will need a spec file update.

Need to add something like:


Code:


  --- rpmbuild/SPECS/logitechmediaserver-CPAN.spec.orig 2016-12-07 
22:34:54.359247536 +
  +++ rpmbuild/SPECS/logitechmediaserver-CPAN.spec  2016-12-07 
22:35:48.962402162 +
  @@ -154,6 +154,11 @@
  %endif
  
  
  %if 0%{?perl_version:1}
  +  # F25
  +  %if "%{perl_version}" == "5.24.0"
  +%define perl_major_minor 5.24
  +%define BASE %{BUILD}/%{perl_major_minor}
  +  %endif
  # F24
  %if "%{perl_version}" == "5.22.2"
  %define perl_major_minor 5.22
  



R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-07 Thread jonmyatt

robinbowes wrote: 
> You should be able to rebuild the fc24 packages yourself.
> 

Thanks for the suggestion. I tried and it barfed with: 


Code:

~/build/BUILD/logitechmediaserver-CPAN-7.9.0-0.22/slimserver-vendor/CPAN 
~/build/BUILD/logitechmediaserver-CPAN-7.9.0-0.22
  Untested perl version, 5.24.0!
  + echo 'Untested perl version, 5.24.0!'
  + exit -1
  error: Bad exit status from /var/tmp/rpm-tmp.k48Fif (%build)
  Bad exit status from /var/tmp/rpm-tmp.k48Fif (%build)



Any suggestions? (This stuff is at the limits of my Linux
skill/knowledge!)



jonmyatt's Profile: http://forums.slimdevices.com/member.php?userid=4124
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-06 Thread robinbowes

You should be able to rebuild the fc24 packages yourself.

I've just done the same for el7. I found I needed the following packages
for EL7:

dsdplay-0.1-10.20140801git4e1d21e.fc24.src.rpm
logitechmediaserver-7.9.0-0.149.20161121git1479666929.fc24.src.rpm
logitechmediaserver-CPAN-7.9.0-0.22.20150426git1426673042.fc24.src.rpm
logitechmediaserver-vendor-7.9.0-0.9.20140409git1396988329.fc24.src.rpm
mac-3.99-11.u4b5.fc24.3.src.rpm
perl-Text-LevenshteinXS-0.03-25.fc24.src.rpm

Grab the ones you want/need from
http://www.squeezecommunity.org/repo/fedora/24/SRPMS/ and rebuild them
with:

mock -r fedora-25-x86_64


​(you'll obviously need to install mock to do this).

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-12-06 Thread jonmyatt

mkt wrote: 
> What should I do? I'm trying to update to Fedora 25 via dnf. I'm afraid
> --allowerasing will leave me without logitechmediaserver. Thanks for any
> help!

I have the same issue. Pretty sure we need to wait for some nice person
to create a RPM for Fedora 25 :)



jonmyatt's Profile: http://forums.slimdevices.com/member.php?userid=4124
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-11-26 Thread mkt

mkt wrote: 
> Thanks so much for the squeezecommunity repos!
> As a Fedora user, I don't know what I'd do without it!
> I look forward to using it with Fedora 25.

What should I do? I'm trying to update to Fedora 25 via dnf. I'm afraid
--allowerasing will leave me without logitechmediaserver. Thanks for any
help!


Code:

dnf system-upgrade download --releasever=25
  Last metadata expiration check: 2:58:05 ago on Sat Nov 26 06:54:08 2016.
  Error: package 
logitechmediaserver-1:7.9.0-0.148.20161023git1477086729.fc24.noarch requires 
perl(:MODULE_COMPAT_5.22.2), but none of the providers can be installed.
  package 
logitechmediaserver-CPAN-1:7.9.0-0.22.20150426git1426673042.fc24.x86_64 
requires perl(:MODULE_COMPAT_5.22.2), but none of the providers can be installed
  (try to add '--allowerasing' to command line to replace conflicting packages)




mkt's Profile: http://forums.slimdevices.com/member.php?userid=14921
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-11-24 Thread mkt

Thanks so much for the squeezecommunity repos!
As a Fedora user, I don't know what I'd do without it!
I look forward to using it with Fedora 25.



mkt's Profile: http://forums.slimdevices.com/member.php?userid=14921
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-23 Thread Ron Olsen

JackOfAll wrote: 
> I'm a little confused about what is going on there. It seems Andrew has
> taken the SC packages, bumped the version numbers and put them in the
> vortexbox repo.
> (SC repo is version 0.21 on the CPAN package and 0.8 on the vendor,
> vortexbox is 0.22 on the CPAN and 0.9 on the vendor.).

That is exactly what Andrew has done:
http://yum.vortexbox.org/releases/23/x86_64/RPMS/



Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-23 Thread Ron Olsen

JackOfAll wrote: 
> Ron,
> 
> I was made aware of the problem with the F23 repo. Here is what I said
> to a VB user yesterday in private email. Not heard anything since.
> > > > 
> > Those metadata files were refreshed before I emailed you today. You
> > still have old/cached data..
> > 
> > "sudo sc-cleanUpdate" or "sudo sc-cleanUpdate-testing" are the commands
> > you should be running from the commandline to update LMS, depending on
> > whether you want stable or testing. (They ensure metadata is
> > refreshed.)
> > 
> > Version 7.9.0-0.143.20160903git1472633108 is stable.
> > Version 7.9.0-0.144.20160917git1473501469 is testing.
> > 
> > Can you try "sudo sc-cleanUpdate", please?
> > > > 
> 
> Bottom line, Ron, if there is still an issue, (wans't for me when I
> updated my F23 servers yesterday), I need some more info from you,
> please.

Thanks for the reply. sc-cleanUpdate worked to install the latest LMS
from the SC F23 repo.



Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-23 Thread JackOfAll

Wirrunna wrote: 
> 
> Skipping packages with broken dependencies:
> logitechmediaserver-CPANx86_64  
> 1:7.9.0-0.22.20150426git1426673042.fc23vortexbox
> 3.0 M
> logitechmediaserver-vendor  x86_64  
> 1:7.9.0-0.9.20140409git1396988329.fc23 vortexbox
> 1.0 M
> 
> Installed squeezecommunity version OK.

I'm a little confused about what is going on there. It seems Andrew has
taken the SC packages, bumped the version numbers and put them in the
vortexbox repo.
(SC repo is version 0.21 on the CPAN package and 0.8 on the vendor,
vortexbox is 0.22 on the CPAN and 0.9 on the vendor.).



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-22 Thread Wirrunna

OK, deleted squeezecommunity-repo , 

[root@silvervbox ~]# dnf remove squeezecommunity-repo.noarch


Re installed ,

[root@silvervbox ~]# dnf install
http://www.squeezecommunity.org/repo/fedora/23/x86_64/squeezecommunity-repo-1-6.fc23.noarch.rpm


then sc-cleanUpdate ,
[root@silvervbox ~]# sc-cleanUpdate
Upgrading:

logitechmediaserver noarch  
1:7.9.0-0.143.20160903git1472633108.fc23   squeezecommunity 
13 M
logitechmediaserver-firmware-ip3k   noarch  
1:7.9.0-0.143.20160903git1472633108.fc23   squeezecommunity 
2.0 M

Skipping packages with broken dependencies:
logitechmediaserver-CPANx86_64  
1:7.9.0-0.22.20150426git1426673042.fc23vortexbox
3.0 M
logitechmediaserver-vendor  x86_64  
1:7.9.0-0.9.20140409git1396988329.fc23 vortexbox
1.0 M

Total download size: 168 M
Is this ok [y/N]:

logitechmediaserver noarch  
1:7.9.0-0.143.20160903git1472633108.fc23   squeezecommunity 
13 M


Installed squeezecommunity version OK.



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-22 Thread JackOfAll

Actually, looking at that again, it seems that the LMS rpm's are coming
from the vortexbox repo, not SC.

> 
> Failed to synchronize cache for repo 'squeezecommunity', disabling.
> 
> logitechmediaserver
> noarch 1:7.9.0-0.143.20160903git1472633108.fc23 vortexbox 13 M
> logitechmediaserver-CPAN
> x86_64 1:7.9.0-0.22.20150426git1426673042.fc23 vortexbox 3.0 M
> logitechmediaserver-firmware-ip3k
> noarch 1:7.9.0-0.143.20160903git1472633108.fc23 vortexbox 2.0 M
> logitechmediaserver-vendor
> x86_64 1:7.9.0-0.9.20140409git1396988329.fc23 vortexbox 1.0 M
>



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-22 Thread JackOfAll

Wirrunna wrote: 
> JackOfAll, worked fine

Thanks for that. Yep, worked fine for me too, after I deleted all the
metadata on the server and re-generated it from scratch yesterday. If
any of you VB guys are still having issues, it would help if you could
be a little more verbose with the information you are giving me. If I
can identify a problem, I will fix it. But I really do need to know what
it is that needs fixing! ;)



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-22 Thread Wirrunna

JackOfAll, worked fine -
[root@swampy ~]# sc-cleanUpdate
53 files removed
Packages for VortexBox   62 kB/s |  57 kB
00:00
Fedora 23 - x86_64 - Updates708 kB/s |  24 MB
00:35
RPM Fusion for Fedora 23 - Nonfree  123 kB/s | 156 kB
00:01
RPM Fusion for Fedora 23 - Free 149 kB/s | 457 kB
00:03
RPM Fusion for Fedora 23 - Nonfree - Updates 65 kB/s |  67 kB
00:01
Fedora 23 - x86_64  743 kB/s |  43 MB
00:58
RPM Fusion for Fedora 23 - Free - Updates78 kB/s | 297 kB
00:03
Failed to synchronize cache for repo 'squeezecommunity', disabling.
Dependencies resolved.

PackageArch   Version 
Repository

Size

Installing:
kernel x86_64 4.7.3-100.fc23   updates 
64 k
kernel-corex86_64 4.7.3-100.fc23   updates 
19 M
kernel-modules x86_64 4.7.3-100.fc23   updates 
22 M
trousers   x86_64 0.3.13-5.fc23fedora  
151 k
Upgrading:
dtcx86_64 1.4.2-1.fc23 updates 
86 k
fedora-repos   noarch 23-2 updates 
82 k
gnutls x86_64 3.4.15-1.fc23updates 
663 k
hwdata noarch 0.292-1.fc23 updates 
1.4 M
logitechmediaserver
noarch 1:7.9.0-0.143.20160903git1472633108.fc23
vortexbox  13 M
logitechmediaserver-CPAN
x86_64 1:7.9.0-0.22.20150426git1426673042.fc23 
vortexbox 3.0 M
logitechmediaserver-firmware-ip3k
noarch 1:7.9.0-0.143.20160903git1472633108.fc23
vortexbox 2.0 M
logitechmediaserver-vendor
x86_64 1:7.9.0-0.9.20140409git1396988329.fc23  
vortexbox 1.0 M
macx86_64 4.11-1.u4b5.fc23
rpmfusion-nonfree-updates

19 k
mac-libs   x86_64 4.11-1.u4b5.fc23
rpmfusion-nonfree-updates

67 k
pcre   x86_64 8.39-3.fc23  updates 
507 k
plexmediaserver
x86_64 1.1.4.2757-24ffd60  
vortexbox  96 M
x264-libs  x86_64 0.148-10.20160614gita5e06b9.fc23
rpmfusion-free-updates

600 k
Removing:
kernel x86_64 4.6.6-200.fc23   @updates
0
kernel-corex86_64 4.6.6-200.fc23   @updates
51 M
kernel-modules x86_64 4.6.6-200.fc23   @updates
21 M

Transaction Summary

Install   4 Packages
Upgrade  13 Packages
Remove3 Packages

Total download size: 160 M
Is this ok [y/N]: y



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-22 Thread JackOfAll

Ron,

I was made aware of the problem with the F23 repo. Here is what I said
to a VB user yesterday ion private email. Not heard anything since.

> 
> Those metadata files were refreshed before I emailed you today. You
> still have old/cached data..
> 
> "sudo sc-cleanUpdate" or "sudo sc-cleanUpdate-testing" are the commands
> you should be running from the commandline to update LMS, depending on
> whether you want stable or testing. (They ensure metadata is
> refreshed.)
> 
> Version 7.9.0-0.143.20160903git1472633108 is stable.
> Version 7.9.0-0.144.20160917git1473501469 is testing.
> 
> Can you try "sudo sc-cleanUpdate", please?

Bottom line, Ron, if there is still an issue, (wans't for me when I
updated my F23 servers yesterday), I need some more info from you,
please.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-09-22 Thread Ron Olsen

As a VortexBox user still on Fedora 20, I appreciate the continued
Squeeze Community support for LMS 7.9 on F20.

VortexBox users on Fedora 23 also appreciate the continued Squeeze
Community support of LMS on F23. However, the SC F23 repodata directory
has outdated contents, so the latest F23 version of LMS cannot be
downloaded via "dnf update". It would be great if the SC F23 repodata
directory could be populated with current info to fix this problem.
Thanks in advance!



Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-07-25 Thread badboygolf16v

Upgraded to 24 and working for me too. Excellent!



badboygolf16v's Profile: http://forums.slimdevices.com/member.php?userid=19486
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-07-19 Thread avalx

Just upgraded today, no major problems (only had to install squeezelite
once again) and everything is working OK! :D



avalx's Profile: http://forums.slimdevices.com/member.php?userid=44814
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-07-15 Thread Ron Olsen

JackOfAll wrote: 
> Yes, the F24 SRPMS are there and armhfp is populated, tested and
> released. The i386 and x86_64 packages are built but probably won't be
> pushed until I have a chance to test this weekend. (I normally don't
> push anything I haven't personally tested, with the exception of the F20
> packages I continue to produce for the guys still running the old
> Vortexbox release.)

Those of us still running VortexBox on Fedora 20 appreciate your
support!



Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-07-15 Thread avalx

JackOfAll wrote: 
> Yes, the F24 SRPMS are there and armhfp is populated, tested and
> released. The i386 and x86_64 packages are built but probably won't be
> pushed until I have a chance to test this weekend. (I normally don't
> push anything I haven't personally tested, with the exception of the F20
> packages I continue to produce for the guys still running the old
> Vortexbox release.)

OK, I think I can wait a little bit longer for the buit packages before
I upgrade my main LMS server. Thanks for the effort.



avalx's Profile: http://forums.slimdevices.com/member.php?userid=44814
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-07-14 Thread JackOfAll

ab.wagener wrote: 
> I just upgraded to F24 witout problems.
> 

Yes, the F24 SRPMS are there and armhfp is populated, tested and
released. The i386 and x86_64 packages are built but probably won't be
pushed until I have a chance to test this weekend. (I normally don't
push anything I haven't personally tested, with the exception of the F20
packages I continue to produce for the guys still running the old
Vortexbox release.)



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-07-14 Thread ab.wagener

avalx wrote: 
> Just wondering is there a plan to support the new Fedora 24 release? Or
> is there a way to use f23 repo on f24?

Look at http://www.squeezecommunity.org/repo/fedora/24/SRPMS/ I just
upgraded to F24 witout problems.

Bernd



ab.wagener's Profile: http://forums.slimdevices.com/member.php?userid=53748
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-07-13 Thread avalx

Just wondering is there a plan to support the new Fedora 24 release? Or
is there a way to use f23 repo on f24?



avalx's Profile: http://forums.slimdevices.com/member.php?userid=44814
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2016-05-29 Thread Wirrunna

JackOfAll, just a heads up that Ron Olsen recently posted
(http://vortexbox.org/forum/vortexbox/general/64785-vb-2-4-lms-nightly-build-upgrade?p=64836#post64836)
that he has updated the VB wiki for users of VB 2.4 on Fedora 23.



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-12-01 Thread avalx

Grotus wrote: 
> Hmm, the standard location for that .so is
> /usr/lib64/perl5/vendor_perl/auto/MIME/Base64/Base64.so, but it is
> looking for it at /usr/local/lib64/perl5/auto/MIME/Base64/Base64.so. 
> Were you or are you using a custom built perl?  What do you have in
> /etc/sysconfig/squeezeboxserver?

Well it looks like it really was a strange version of perl installed in
/usr/local. Don't know where it came from but I just deleted it and
everything works fine now. :cool:



avalx's Profile: http://forums.slimdevices.com/member.php?userid=44814
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-26 Thread davidfox2116

JackOfAll wrote: 
> Erm, if you are using a "nightly", you have installed the "upstream" LMS
> rpm, not the SqueezeCommunity packages. I've no idea what the upstream
> RPM does or doesn't do now, with regard to where it installs files or
> any links it creates. It's been a long, long time since I used it.

Thanks - just found the  SqueezeCommunity repo, installed it, and
reinstalled.  Works fine.  Thanks!



davidfox2116's Profile: http://forums.slimdevices.com/member.php?userid=40075
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-26 Thread JackOfAll

davidfox2116 wrote: 
> I installed it off of the nightly 7.9 686 RPM a few months ago and that
> was not the case.

Erm, if you are using a "nightly", you have installed the "upstream" LMS
rpm, not the SqueezeCommunity packages. I've no idea what the upstream
RPM does or doesn't do now, with regard to where it installs files or
any links it creates. It's been a long, long time since I used it.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-25 Thread davidfox2116

JackOfAll wrote: 
> Not sure why you should need to be manually creating that link. It is
> created by the logitechmediaserver-CPAN sub-package.
> 
> From memory, the core noarch package is installing the files to
> /usr/lib/perl5/vendor_perl/Slim, which is fine as-is for arm and i686.
> The lms-CPAN x86_64 sub-package creates a link,
> /usr/lib/perl5/vendor_perl/Slim -> /usr/lib64/perl5/vendor_perl/Slim.

I installed it off of the nightly 7.9 686 RPM a few months ago and that
was not the case.  I had to create the link myself or the program
wouldn't start.  I would have never figured out the
solution on my own either.  I Google'd the problem and found someone
else who solved it.  Once I created the link things were fine, that is
until the F23 upgrade.



davidfox2116's Profile: http://forums.slimdevices.com/member.php?userid=40075
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-25 Thread JackOfAll

davidfox2116 wrote: 
> Having the same problem with Fedora 23.  I had a Fedora 22 install on my
> laptop and got SB 7.9 to work via the following logical link:
> 
> ln -s  /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/vendor_perl/.
> 

Not sure why you should need to be manually creating that link. It is
created by the logitechmediaserver-CPAN sub-package.

>From memory, the core noarch package is installing the files to
/usr/lib/perl5/vendor_perl/Slim, which is fine as-is for arm and i686.
The lms-CPAN x86_64 sub-package creates a link,
/usr/lib/perl5/vendor_perl/Slim -> /usr/lib64/perl5/vendor_perl/Slim.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-25 Thread davidfox2116

Having the same problem with Fedora 23.  I had a Fedora 22 install on my
laptop and got SB 7.9 to work via the following logical link:

ln -s  /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/vendor_perl/.

Upgraded to F23 and now it fails at startup and  I'm getting the same
error messages as above.  I'm sure this will be the case for all F23
users as I have an otherwise generic build.

Thanks



davidfox2116's Profile: http://forums.slimdevices.com/member.php?userid=40075
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-24 Thread Grotus

avalx wrote: 
> perl-MIME-Base64 is already istalled - nothing to do!!

Hmm, the standard location for that .so is
/usr/lib64/perl5/vendor_perl/auto/MIME/Base64/Base64.so, but it is
looking for it at /usr/local/lib64/perl5/auto/MIME/Base64/Base64.so. 
Were you or are you using a custom built perl?  What do you have in
/etc/sysconfig/squeezeboxserver?



Grotus's Profile: http://forums.slimdevices.com/member.php?userid=887
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-23 Thread avalx

Grotus wrote: 
> Looks like MIME::Base64 was in the base perl install on earlier versions
> of Fedora, but not for f23.  You may need to install perl-MIME-Base64:
> sudo dnf install -y perl-MIME-Base64
> 
> It also looks like the package for logitechmediaserver needs a
> "Requires: perl(MIME::Base64)" now.

perl-MIME-Base64 is already istalled - nothing to do!!



avalx's Profile: http://forums.slimdevices.com/member.php?userid=44814
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-23 Thread Grotus

avalx wrote: 
> I've just upgraded from f22 to f23 via dnf and now I can not get
> squeezeboxserver to run! I reinstalled the repo and logitechmediaserver
> but still the errors persist.
> And something from logs:
> 
> > 
Code:

  >   > 
  > Nov 23 16:48:30 sever squeezeboxserver[2144]: Can't load 
'/usr/local/lib64/perl5/auto/MIME/Base64/Base64.so' for module MIME::Base64: 
libperl.so.5.20: cannot open shared object file
  > 

> > 
> 
> What else can I try to ger my server running again?

Looks like MIME::Base64 was in the base perl install on earlier versions
of Fedora, but not for f23.  You may need to install perl-MIME-Base64:
sudo dnf install -y perl-MIME-Base64

It also looks like the package for logitechmediaserver needs a
"Requires: perl(MIME::Base64)" now.



Grotus's Profile: http://forums.slimdevices.com/member.php?userid=887
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-23 Thread avalx

I've just upgraded from f22 to f23 via dnf and now I can not get
squeezeboxserver to run! I reinstalled the repo and logitechmediaserver
but still the errors persist.

This is what the status looks like: 


Code:

● squeezeboxserver.service - SqueezeboxServer Daemon
  Loaded: loaded (/usr/lib/systemd/system/squeezeboxserver.service; disabled; 
vendor preset: disabled)
  Active: activating (auto-restart) (Result: exit-code) since Mon 2015-11-23 
16:43:11 CET; 3s ago
  Process: 1964 ExecStart=/usr/libexec/squeezeboxserver 
--pidfile=${SQUEEZEBOX_PID_FILE} --cachedir=${SQUEEZEBOX_CACHE_DIR} 
--prefsdir=${SQUEEZEBOX_CFG_DIR} --logdir=${SQUEEZEBOX_LOG_DIR} 
--charset=${SQUEEZEBOX_CHARSET} ${SQUEEZEBOX_OPTIONS} (code=exited, status=2)
  Main PID: 1964 (code=exited, status=2)
  
  Nov 23 16:43:11 sever systemd[1]: squeezeboxserver.service: Unit entered 
failed state.
  Nov 23 16:43:11 sever systemd[1]: squeezeboxserver.service: Failed with 
result 'exit-code'.



And something from logs:


Code:

Nov 23 16:48:30 sever systemd[1]: Started SqueezeboxServer Daemon.
  Nov 23 16:48:30 sever systemd[1]: Starting SqueezeboxServer Daemon...
  Nov 23 16:48:30 sever audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=squeezeboxserver comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? t
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Unescaped left brace in regex 
is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE 
(.*?)}/ at /usr/share/squeez
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Can't load 
'/usr/local/lib64/perl5/auto/MIME/Base64/Base64.so' for module MIME::Base64: 
libperl.so.5.20: cannot open shared object file
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Compilation failed in require 
at /usr/lib64/perl5/vendor_perl/Slim/Control/Queries.pm line 37.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: BEGIN failed--compilation 
aborted at /usr/lib64/perl5/vendor_perl/Slim/Control/Queries.pm line 37.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Compilation failed in require 
at /usr/lib64/perl5/vendor_perl/Slim/Control/Request.pm line 435.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: BEGIN failed--compilation 
aborted at /usr/lib64/perl5/vendor_perl/Slim/Control/Request.pm line 435.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Compilation failed in require 
at /usr/lib64/perl5/vendor_perl/Slim/Player/Client.pm line 32.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Compilation failed in require 
at /usr/lib64/perl5/vendor_perl/Slim/Utils/Alarm.pm line 48.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: BEGIN failed--compilation 
aborted at /usr/lib64/perl5/vendor_perl/Slim/Utils/Alarm.pm line 48.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Compilation failed in require 
at /usr/lib64/perl5/vendor_perl/Slim/Buttons/Alarm.pm line 12.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: BEGIN failed--compilation 
aborted at /usr/lib64/perl5/vendor_perl/Slim/Buttons/Alarm.pm line 12.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Compilation failed in require 
at /usr/lib64/perl5/vendor_perl/Slim/Buttons/Common.pm line 41.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: BEGIN failed--compilation 
aborted at /usr/lib64/perl5/vendor_perl/Slim/Buttons/Common.pm line 41.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: Compilation failed in require 
at /usr/libexec/squeezeboxserver line 226.
  Nov 23 16:48:30 sever squeezeboxserver[2144]: BEGIN failed--compilation 
aborted at /usr/libexec/squeezeboxserver line 226.
  Nov 23 16:48:30 sever systemd[1]: squeezeboxserver.service: Main process 
exited, code=exited, status=2/INVALIDARGUMENT
  Nov 23 16:48:30 sever systemd[1]: squeezeboxserver.service: Unit entered 
failed state.
  Nov 23 16:48:30 sever audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 
ses=4294967295 msg='unit=squeezeboxserver comm="systemd" 
exe="/usr/lib/systemd/systemd" hostname=? addr=? te
  Nov 23 16:48:30 sever systemd[1]: squeezeboxserver.service: Failed with 
result 'exit-code'.
  



What else can I try to ger my server running again?



avalx's Profile: http://forums.slimdevices.com/member.php?userid=44814
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-11-11 Thread Kekke

Hi!

I'm running Fedora 23 (i386) and have installed the
squeezecommunity-repo.noarch.rpm
but nothing is found when I try "*/usr/sbin/sc-cleanInstall-testing
logitechmediaserver\**" (or sc-cleanUppdate...)

Squeeze Community for Fedora 23  2.6 kB/s | 257  B
00:00
Squeeze Community Testing for Fedora 23  2.6 kB/s | 257  B
00:00
Last metadata expiration check performed 0:00:01 ago on Wed Nov 11
18:54:18 2015.
No package logitechmediaserver* available.
Error: Unable to find a match.

I don't know if I'm doing it wrong or there's some other explanation.

And I guess that manually downloading all needed packages is a lot more
work and I'm uncertain
of what files/packages thats needed to get  logitechmediaserver up and
running.

Any suggestions on how to resolve this?

Regards
Ken



Kekke's Profile: http://forums.slimdevices.com/member.php?userid=65005
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-10-13 Thread JackOfAll

Wirrunna wrote: 
> 
> JckOfAll, just noticed this on the VB forum.
> I'm away from Oztraya for another 2 weeks, will try it when I get home.

Thanks for the heads-up. I haven't pushed any of the F23 rpms to my SC
repo yet. I'm still working out a kink or two that I think is related to
the now default 'hardened build'
(https://fedoraproject.org/wiki/Changes/Harden_All_Packages) compile
options. I haven't had much time to spend on anything recently and
CentOS has taken a back seat again. IIRC, you have a Wandboard Were
you using that for an LMS server? PM me when you get back. By that time
I should have "cut" an imx6 image for Wandboard/Cubox. So far all of my
F23 testing has been done on sun7i
(Cubietruck/BananaPro/BananaPi/OrangePiPlus) and Pi2B.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-10-09 Thread Wirrunna

JackOfAll wrote: 
> 
> Well, if the past (and a little guesswork) is anything to go on, Andrew
> will base the next version of VB on F23. And that's really what my post
> was all about. Getting ahead of the curve with F23 Making sure that
> by F23 release day we have any LMS "wrinkles" due to eg. perl versions,
> ironed out, and everything working as it should.


VortexBox 2.4 BETA
10-07-2015, 10:52 PM
For anybody interested the new VortexBox 2.4 BETA is ready for testing.
VortexBox 2.4 is based on Fedora 23 and works well with newer hardware
like J1800 boards, NUC, etc. -
http://vortexbox.org/forum/vortexbox/beta-development/62110-vortexbox-2-4-beta

JckOfAll, just noticed this on the VB forum.
I'm away from Oztraya for another 2 weeks, will try it when I get home.



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-09-09 Thread robinbowes

Clive,

I just did a full rebuild based on the latest SRPMs in f21/f22 testing
and the main logitechmediaserver RPM build just fine on el7 with the
same spec file. I've uploaded all the modified packages to
http://www.squeezecommunity.org/repo/el/7/testing/x86_64/

I had to add a couple of extra conditions to the squeezelite RPM - I'll
send a PR for those changes.

So, in summary, you should be able to simply build on el7 with the same
spec file as you use currently for f22.

Let me know if you have any questions.

Cheers,

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-09-09 Thread JackOfAll

robinbowes wrote: 
> Any chance of regular EL7 builds?
> 

Robin,

Can you email me your latest EL7 spec file, (preferably a diff against
the latest spec from Fedora 7.9.0-0.91.20150903git1441262387 package in
testing), and I'll merge the changes back this weekend, and make sure it
doesn't cause any issues with the Fedora builds.

Clive



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-09-08 Thread robinbowes

Any chance of regular EL7 builds?

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-28 Thread JackOfAll

Mr. Bill wrote: 
> As one of the Vortexbox users I just wanted to say 'Thanks' for your
> continued efforts to support LMS 7.9 on the F20 release.

Appreciate the thanks, but really, not required. Most of the people I've
come into contact with running VB, tend to be more technically capable,
than the average person. Which means from my POV, no support required
from me. And of course, you have your own forum and people like Ron, who
always seems to be there ready to help. 

Mr. Bill wrote: 
> 
> As I don't know if or when Andrew may release a newer version of the
> excellent Vortexbox software your efforts are appreciated from at least
> one Vortexbox user and I'm sure quite a few others.
> 

Well, if the past (and a little guesswork) is anything to go on, Andrew
will base the next version of VB on F23. And that's really what my post
was all about. Getting ahead of the curve with F23 Making sure that
by F23 release day we have any LMS "wrinkles" due to eg. perl versions,
ironed out, and everything working as it should.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-28 Thread Mr. Bill

As one of the Vortexbox users I just wanted to say 'Thanks' for your
continued efforts to support LMS 7.9 on the F20 release. As I don't know
if or when Andrew may release a newer version of the excellent Vortexbox
software your efforts are appreciated from at least one Vortexbox user
and I'm sure quite a few others.

Thanks again,

Bill



*Server:* HP Pavilion (AMD E-450 CPU) running Vortexbox v2.3 > LMS v7.9
feeding the following:
*Family Room:* Touch > Pioneer AV Receiver > Infinity Reference Speakers

*Living Room:*  Squeezebox Radio x2 (configured as separate left and
right)
*Master Bedroom:* UE Squeezebox Radio x2 (configured as separate left
and right)
*Media Room:* Touch > Sony AV Receiver > Infinity Reference Speakers 
*Home Office:* UE Squeezebox Radio
*Controller:* Nextbook HD8 tablet, Orange Squeeze, *Spares:* Touch x1,
Radio x3

Mr. Bill's Profile: http://forums.slimdevices.com/member.php?userid=58928
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-28 Thread JackOfAll

Heads-up. I've just done the weekly build of the LMS packages. This
is the last time I'll be building for F20, F21 and F22. I have limited
disk space on the server. With the release of F23 ALPHA it is time to
start building for F23. Which means I need to drop support for an
"older" Fedora version. it should be F20 that gets the axe, except we
have a number of VortexBox users of the F20 RPMS and very few native F21
users. So, even though it is F20 that is already "end of life" and not
F21, I have taken the decision to "axe" the F21 repo. Anyone on F21
wishing to stay up to date, you need to upgrade to F22 during the next
week. 

*I'll say again, for the benefit of the VB users, you guys don't need to
do anything, the F20 repo and builds continue. Nothing changes.*



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-24 Thread HB64

JackOfAll wrote: 
> Hi Henk,
> 
> I hope you do not think me rude, but the main reason why I do not
> publicise the repo is that I have very little or no time, to be able to
> support it.

No Problem at all but in the SOA thread your talking of a bash script if
your willing to share it i would appreciate that.
HB64 wrote: 
> 
> Most of the packages in the repo are installed but I have a question
> (maybe a dumb one), how does the "squeeze-web-gui" start?

JackOfAll wrote: 
> 
> Enable tomcat (sudo systemctl enable tomcat) and start (sudo
> systemctl start tomcat) tomcat. Then you should be able to access the
> gui via web browser, port 8080, path /squeeze. 
> eg. http://IP_ADDRESS_OF_WANDBOARD:8080/squeeze

It seems tomcat was missing some dependencies, my friend google was
willing enough to help me and now it works.

HB64 wrote: 
> 
> And further on the wandboard jive lite seems to go haywire it's
> installed with it's dependencies but on my screen all I see is the
> community squeeze logo for a few seconds and then it starts again and
> again and again ..

JackOfAll wrote: 
> 
> Not sure about that. Works for me and others Are you running
> jivelite on the device, to a display connected to the device, or over a
> ssh session to remote display?

Jivelite is remote installed on the wandboard quad wich is connected to
my tv, i have also a SOA image for the wandboard en when i put that sd
card in it it gives the same result no clue what's going on.

HB64 wrote: 
> 
> And squeezelite.. without de squeezewebgui i have no idea how to
> make it in working order.

JackOfAll wrote: 
> 
> Enable and start tomcat, as explained above.

Eventually i got it going without the gui, again with my friend google.
As stated by you in the SOA thread, 
"The techies can figure it out, (and many have), if someone is savvy
enough to install a base Fedora image, install a third party repo and
install the packages without any documentation or support well, they
are not going to need any on-going support"
It seems i'm a techie :D :D :D even though Linux is not really my thing,
there are still a few little things that I do not get working properly
such as SMB but eventually i will get all in working order.
Thanks for your reply I appreciate your honesty.

Greetings,

Henk



HB64's Profile: http://forums.slimdevices.com/member.php?userid=14945
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-24 Thread JackOfAll

Hi Henk,

I hope you do not think me rude, but the main reason why I do not
publicise the repo is that I have very little or no time, to be able to
support it.

HB64 wrote: 
> 
> Most of the packages in the repo are installed but I have a question
> (maybe a dumb one), how does the "squeeze-web-gui" start?
> 

Enable tomcat (sudo systemctl enable tomcat) and start (sudo systemctl
start tomcat) tomcat. Then you should be able to access the gui via web
browser, port 8080, path /squeeze. 
eg. http://IP_ADDRESS_OF_WANDBOARD:8080/squeeze

HB64 wrote: 
> 
> And further on the wandboard jive lite seems to go haywire it's
> installed with it's dependencies but on my screen all I see is the
> community squeeze logo for a few seconds and then it starts again and
> again and again ..

Not sure about that. Works for me and others Are you running it on
the device, to a display connected to the device, or over a ssh session?

HB64 wrote: 
> 
> And squeezelite.. without de squeezewebgui i have no idea how to
> make it in working order.
> 

Enable and start tomcat, as explained above.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-21 Thread HB64

Hello to all,

Pure out of curiosity I have build a Fedora-22- minimal SD card image
for my Wandboard Quad and it's up and running, the repo is installed to
and LMS is in working order.
But I have a question (maybe a dumb one), how does the "squeeze-web-gui"
start?
And further on the wandboard jive lite seems to go haywire it's
installed with his dependencies but on my screen all I see is the
community squeeze logo for a few seconds and then it start again and
again and again ..
If there is need for more information of my side ask it and I will try
to provide it.

Greetings,

Henk



HB64's Profile: http://forums.slimdevices.com/member.php?userid=14945
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-17 Thread dsdreamer

JackOfAll wrote: 
> Charles, I'm being dim. Of course, several cmds are run from jivelite
> using sudo. They are listed in /etc/sudoers.d/01_jivelite. 
> 
> Update the jivelite package. (sudo sc-cleanUpdate jivelite) 
> Add your user to jivelite group. (sudo usermod -a -G jivelite
> your_user_name)
> 
> Then, just the cmds listed in 01_jivelite will be run sudo without
> asking for password, if you are not happy with "global" sudo without
> password for users in wheel group.
> 
> If currently logged into X session. End it and log back in. Try starting
> jivelite from the icon. Should work fine.

Clive, yes that did it.  Thanks!

Charles.



--
"Dreamer, easy in the chair that really fits you..."

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-17 Thread JackOfAll

Charles, I'm being dim. Of course, several cmds are run from jivelite
using sudo. They are listed in /etc/sudoers.d/01_jivelite. 

Update the jivelite package. (sudo sc-cleanUpdate jivelite) 
Add your user to jivelite group. (sudo usermod -a -G jivelite
your_user_name)

Then, just the cmds listed in 01_jivelite will be run sudo without
asking for password, if you are not happy with "global" sudo without
password for users in wheel group.

If currently logged into X session. End it and log back in. Try starting
jivelite from the icon. Should work fine.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-17 Thread JackOfAll

dsdreamer wrote: 
> It still wants a password to launch Jivelite, and the only way I can get
> it to launch from the Gnome menus is to enable password-less sudo for my
> account, which is not a good thing. If I subsequently disable the
> password-less sudo, Jivelite fails to launch again.

Ah, that would explain why I haven't seen it. All my users (that run
jivelite) are in wheel group, and have sudo without password. Still need
to take a look.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-16 Thread dsdreamer

JackOfAll wrote: 
> Eh, why is it even asking for a password?
> 
> I'm running it either from a local X session, launched from a button on
> gnome bar, or via a ssh session on a remote display. But that's on F22.
> Let me yank one of my old disks with F21 x86_64 and try.
> 
> EDIT: Not sure whether I'll get to it this evening, Charles. Might need
> to be a little patient. My fingers are in too many pies as per usual.

Thanks for looking at this. Per the title of my original post, I am
already using a fully up-to-date Fedora 22 installation, it's just my
hostname that hasn't caught up yet.

I even went ahead and reinstalled Fedora 22 over my existing
installation from scratch. It still wants a password to launch Jivelite,
and the only way I can get it to launch from the Gnome menus is to
enable password-less sudo for my account, which is not a good thing. If
I subsequently disable the password-less sudo, Jivelite fails to launch
again. I also created a test user account that had no previous settings
in it. But when I run Gnome as this user, I have the same issues.

I noticed that if I start jivelite in a terminal, I can CTRL-C to get
past the password prompt and it runs fine after that. But I can't do
this when launching Jivelite from a Gnome menu.

Regards,

Charles.



--
"Dreamer, easy in the chair that really fits you..."

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-16 Thread johnas

Wirrunna wrote: 
> JackOfAll, Just want to say thank you for the ongoing work keeping this
> Fedora LMS RPM package up to date.
> I.

+1 thanks JackOfAll, I also appreciate the work you do keeping it up to
date.





johnas's Profile: http://forums.slimdevices.com/member.php?userid=31930
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-16 Thread JackOfAll

dsdreamer wrote: 
> 
> It would be nice to launch Jivelite from the Gnome 3.16 launcher, but I
> can't because it's asking for a password on the console frame buffer,
> which is obscured by the currently running X-windows desktop.
> 
> Any help would be appreciated.

Eh, why is it even asking for a password?

I'm running it either from a local X session, launched from a button on
gnome bar, or via a ssh session on a remote display. But that's on F22.
Let me yank one of my old disks with F21 x86_64 and try.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-16 Thread JackOfAll

Wirrunna wrote: 
> Its more interesting than the cricket.

LOL. I'm not much of a cricket fan!



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-16 Thread dsdreamer

Code:


  [crazzell@fedora21 ~]$ jivelite
  
  JiveLite 0.1.0
  [sudo] password for crazzell: 
  [crazzell@fedora21 ~]$ rpm -q jivelite
  jivelite-0.1-0.81.20140412gitad694dc.fc22.x86_64
  [crazzell@fedora21 ~]$ uname -a
  Linux fedora21.localdomain 4.1.4-200.fc22.x86_64 #1 SMP Tue Aug 4 03:22:33 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  



It would be nice to launch Jivelite from the Gnome 3.16 launcher, but I
can't because it's asking for a password on the console frame buffer,
which is obscured by the currently running X-windows desktop.

Any help would be appreciated.



--
"Dreamer, easy in the chair that really fits you..."

dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-08-16 Thread Wirrunna

JackOfAll, Just want to say thank you for the ongoing work keeping this
Fedora LMS RPM package up to date.
It has become a Sunday morning ritual to putty on to my VortexBoxes,
then "yum clean all; yum update", check the LMS release date then
https://github.com/Logitech/slimserver/commits/public/7.9 to see what's
changed. Its more interesting than the cricket.



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-15 Thread Le_dom

robinbowes wrote: 
> For Fedora 21, these packages are all in the RPMFusion repositories:
> http://rpmfusion.org/
> 
> 
> R.

Yes it's exactly where I've found them.

In fact, I suppose I was obliged to download these files manually
because I didn't enable non free RPMFusion repositories.
I have to, learn a lot about fedora. ;)



Le_dom's Profile: http://forums.slimdevices.com/member.php?userid=63480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-15 Thread robinbowes

Le_dom wrote: 
> 
> 'mac-3.99-11.u4b5.fc21.x86_64.rpm'
> (ftp://195.220.108.108/linux/rpmfusion/nonfree/fedora/releases/21/Everything/x86_64/os/mac-3.99-11.u4b5.fc21.x86_64.rpm)
> 'mac-libs-3.99-11.u4b5.fc21.x86_64.rpm'
> (ftp://195.220.108.108/linux/rpmfusion/nonfree/fedora/releases/21/Everything/x86_64/os/mac-libs-3.99-11.u4b5.fc21.x86_64.rpm)
> 'mac-devel-3.99-11.u4b5.fc21.x86_64.rpm'
> (ftp://195.220.108.108/linux/rpmfusion/nonfree/fedora/releases/21/Everything/x86_64/os/mac-devel-3.99-11.u4b5.fc21.x86_64.rpm)

These are all in the RPMFusion repositories: http://rpmfusion.org/

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-15 Thread Le_dom

I don't know if I can report this here and if it can help.

When I've installed LMS 7.9 for fedora 21, I missed some rpm packages
required to install
logitechmediaserver-vendor-7.9.0-0.6.20140409git1396988329.fc21.x86_64.rpm
in http://www.squeezecommunity.org/repo/fedora/21/x86_64/.

These are packages related to Monkey's Audio Codec:

'mac-3.99-11.u4b5.fc21.x86_64.rpm'
(ftp://195.220.108.108/linux/rpmfusion/nonfree/fedora/releases/21/Everything/x86_64/os/mac-3.99-11.u4b5.fc21.x86_64.rpm)
'mac-libs-3.99-11.u4b5.fc21.x86_64.rpm'
(ftp://195.220.108.108/linux/rpmfusion/nonfree/fedora/releases/21/Everything/x86_64/os/mac-libs-3.99-11.u4b5.fc21.x86_64.rpm)
'mac-devel-3.99-11.u4b5.fc21.x86_64.rpm'
(ftp://195.220.108.108/linux/rpmfusion/nonfree/fedora/releases/21/Everything/x86_64/os/mac-devel-3.99-11.u4b5.fc21.x86_64.rpm)



Le_dom's Profile: http://forums.slimdevices.com/member.php?userid=63480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-15 Thread robinbowes

JackOfAll wrote: 
> On Fedora, perl-Time-HiRes is required by the base perl package, so was
> no need to add explicit requires.
> 
> > 
Code:

  >   > 
  > $ rpm -q --whatrequires 'perl(Time::HiRes)'
  > perl-AnyEvent-7.05-1.fc20.i686
  > perl-Event-1.21-4.fc20.i686
  > perl-5.18.4-291.fc20.i686
  > 

> > 

Yeah, I figured as much:

Code:


  [root@lms squeezeboxserver]# rpm -q --whatrequires 'perl(Time::HiRes)'
  no package requires perl(Time::HiRes)
  



We can make it conditional, ie. only add it for EL7, although it
wouldn't hurt to add it for all platforms.

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-14 Thread Le_dom

Ok,

everything is working

I've forgotten to enable nmb service.:rolleyes:



Le_dom's Profile: http://forums.slimdevices.com/member.php?userid=63480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-14 Thread Le_dom

@robinbowes:

many thanks for your answer.

Ad I'm a newbie to CentOS and in general to Linux what do you mean by
configure EPEL repo?

Do you mean i have to install something in particular from
https://fedoraproject.org/wiki/EPEL?

@robinbowes or JackOfAll or evreybody who has the answer.

Even with the minimal installation of fedora 21 or Centos 7 based on
fedora 21, I can't see the fedora or centos 7 computer on my local
network (e.g. on my Widows 8.1 computer or my Androïd tablet)

Note that I've successfully installed squeezelite 1.8 and LMS 7.9 on the
fedora 21 computer. When I run "systemctl -l status squeezeboxserver"
LMS is stated as active squeezelite is also active bui I can't reach
Logitech Media Server web GUI when I enter "IP address of fedora 21
computer:9000" on my web browser (e.g. 192.168.1.70:9000).

Do I miss something during my fedora 21 or my centos 7 installation?

Is there something particular to configure to get fedora 21 computer on
my local network?

Many thanks a lot for your help.



Le_dom's Profile: http://forums.slimdevices.com/member.php?userid=63480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-14 Thread JackOfAll

robinbowes wrote: 
> 
> * at some stage in the near future, perl-Time-HiRes will be added as a
> dependency of logitechmediaserver and will not need to be explicitly
> installed

On Fedora, perl-Time-HiRes is required by the base perl package, so was
no need to add explicit requires.


Code:


  $ rpm -q --whatrequires 'perl(Time::HiRes)'
  perl-AnyEvent-7.05-1.fc20.i686
  perl-Event-1.21-4.fc20.i686
  perl-5.18.4-291.fc20.i686
  




JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-14 Thread robinbowes

Le_dom wrote: 
> Hi robinbowes,
> 
> I've installed Centos 7 (netinstall and minimal installation) on my
> audio PC to try it with squeezelite and Logitech media server.
> 
> I've just tried to install LMS 7.9 according your previous post but I
> get several errors related to perl.
> 
> In fact, when I try to install LMS I get:
> > 
Code:

  >   > 
  > Erreur*: Paquet*: 
1:logitechmediaserver-7.9.0-0.63.20150205git1423147268.el7.centos.noarch 
(squeezecommunity-testing)
  > Requiert*: perl(YAML::LibYAML)
  > Erreur*: Paquet*: 
1:logitechmediaserver-7.9.0-0.63.20150205git1423147268.el7.centos.noarch 
(squeezecommunity-testing)
  > Requiert*: perl(JSON::XS)
  > Erreur*: Paquet*: dsdplay-0.1-9.20140801git4e1d21e.el7.centos.x86_64 
(squeezecommunity-testing)
  > Requiert*: libsoxr.so.0()(64bit)
  > Erreur*: Paquet*: 
1:logitechmediaserver-7.9.0-0.63.20150205git1423147268.el7.centos.noarch 
(squeezecommunity-testing)
  > Requiert*: perl(Class::XSAccessor)

> > 
> 
> Note that it's a french version of Centos (requiert means require)
> 
> Note that I've installed perl, perl-json and perl-yaml on my Centos 7
> PC.
> 

Hi,

I wasn't clear - you also need to configure the EPEL repo. See here:

https://fedoraproject.org/wiki/EPEL

Le_dom wrote: 
> 
> I have another question.
> 
> How to install squeezelite on it ? Is there a way to install it?
> 
> Many thanks in advance for your answer.

Sorry, I can't help with that.

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-14 Thread Le_dom

Hi robinbowes,

I've installed Centos 7 (netinstall and minimal installation) on my
audio PC to try it with squeezelite and Logitech media server.

I've just tried to install LMS 7.9 according your previous post but I
get several errors related to perl.

In fact, when I try to install LMS I get:

Code:


  Erreur*: Paquet*: 
1:logitechmediaserver-7.9.0-0.63.20150205git1423147268.el7.centos.noarch 
(squeezecommunity-testing)
  Requiert*: perl(YAML::LibYAML)
  Erreur*: Paquet*: 
1:logitechmediaserver-7.9.0-0.63.20150205git1423147268.el7.centos.noarch 
(squeezecommunity-testing)
  Requiert*: perl(JSON::XS)
  Erreur*: Paquet*: dsdplay-0.1-9.20140801git4e1d21e.el7.centos.x86_64 
(squeezecommunity-testing)
  Requiert*: libsoxr.so.0()(64bit)
  Erreur*: Paquet*: 
1:logitechmediaserver-7.9.0-0.63.20150205git1423147268.el7.centos.noarch 
(squeezecommunity-testing)
  Requiert*: perl(Class::XSAccessor)



Note that it's a french version of Centos (requiert means required)

Note that I've installed perl, perl-json and perl-yaml on my Centos 7
PC.

I have another question.

How to install squeezelite on it ? Is there a way to install it?

Many thanks in advance for your answer.



Le_dom's Profile: http://forums.slimdevices.com/member.php?userid=63480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-13 Thread robinbowes

Just to be clear, the EL7 packages are here:

http://www.squeezecommunity.org/repo/el/7/testing/x86_64/

The easiest way to get them is to install the Squeeze Community repo
file:

yum install
http://www.squeezecommunity.org/repo/el/7/testing/x86_64/squeezecommunity-repo-1-5.el7.noarch.rpm

Then do:

yum install --enablerepo=squeezecommunity-testing --nogpgcheck
perl-Time-HiRes logitechmediaserver

Notes:
* --nogpgcheck is required because the packages have not been signed
* Instead of using --enablerepo you could manually edit
/etc/yum.repos.d/squeezecommunity-testing-EL.repo and enable the
squeezecommunity-testing repo by setting "enabled=1"
* at some stage in the near future, perl-Time-HiRes will be added as a
dependency of logitechmediaserver and will not need to be explicitly
installed



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2015-02-12 Thread robinbowes

robinbowes wrote: 
> I'm just stupidly busy.
> 
> I *will* get round to fixing stuff up for EL7 as I want to re-install my
> LMS server (I have it running in a VM on my SmartOS NAS) but I can't say
> when I will get it done.

I'm pleased to announce I've finally got around to doing this. I have
re-built the Fedora 21 packages on CentOS 7 and uploaded the RPMS to the
el/7/testing repo.

The only slight gremlin I hit was I needed to manually install
Time::HiRes (actually, perl-Time-HiRes) before the squeezeboxserver
would start. I guess we just need to add an additional dependency to the
logitechmediaserver RPM.

Please, install and abuse these packages and let me know how you get
on.

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-19 Thread JackOfAll

Hi Bernd,

ab.wagener wrote: 
> 
> F21 on the wandboard is running here (but without wlan0 since kernel
> 3.17.xx) and I tried your repo, but without success.
> 

Yes, I'm aware of the problems with the upstream 3.17 and wifi. Need to
backport the revision detection patches I was applying against 3.16.

ab.wagener wrote: 
> 
> Update: I failed to check the F21 repos - please dont feel urged to fill
> them up. My wandboard activities are more and less historic.
> 

I do have a local repo for F21 armv7. Not yet pushed up to the public
server. A few loose ends to tidy. Will try and get that done this
weekend.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-19 Thread ab.wagener

JackOfAll wrote: 
> Specifically, the testing I'm after at the moment. People who were
> using the Community Squeeze Repo LMS packages on Fedora 20 desktop
> (i686/x86_64). Need to know that the migration path works, old repo
> package obsoleted, dependencies met. So if you were using the CS repo on
> Fedora 20 desktop...
> 
> > 
Code:

  >   > 
  > sudo yum install 
http://www.squeezecommunity.org/repo/squeezecommunity-repo.noarch.rpm
  > sudo yum update
  > 

> > 
> 
> All OK? LMS updated?
> 
> Don't need any testing on new installs. I know that all works OK. I'm
> trying to make sure the "old" CS repo users have a working migration
> path.

Hallo Clive!

F21 on the wandboard is running here (but without wlan0 since kernel
3.17.xx) and I tried your repo, but without succes.

Regards Bernd



ab.wagener's Profile: http://forums.slimdevices.com/member.php?userid=53748
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-08 Thread robinbowes

I'm just stupidly busy.

I *will* get round to fixing stuff up for EL7 as I want to re-install my
LMS server (I have it running in a VM on my SmartOS NAS) but I can't say
when I will get it done.

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-08 Thread JackOfAll

aclater wrote: 
> Wanted to thank y'all for that and let you know I'll be interested in
> testing RHEL7 RPMS once completed.

Not quite sure why you are needing the symlinks. You should be able to
use the faad and flac binaries in the F20 x86-64 lms-vendor subpackage.
They are statically built, aside from requiring libc/libm and reside in
/usr/share/squeezeboxserver/Bin/x86_64-linux. But good to know you have
something working. I'm not sure what Robin is currently up to. My focus
at the moment is on the upcoming F21 release. I will start to provide
builds for EL7, or at least work on it over the Christmas break,
assuming Robin doesn't get there first.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-07 Thread aclater

logitechmediaserver 7.8.0 fails at a few tasks pretty horribly on RHEL7
x86_64 - most notably streaming AAC.  It seems to bundle a bunch of
32bit binaries with itself.

Rather than install the i386 compat and hope it all worked - I was able
to use the binaries you ship for F20 and get it all working (after
creating a few symlinks in /usr/share/squeezeboxserver/Bin/i386-linux 

Ugly perhaps, but it works.


Wanted to thank y'all for that and let you know I'll be interested in
testing RHEL7 RPMS once completed.



aclater's Profile: http://forums.slimdevices.com/member.php?userid=63699
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-02 Thread Broadwing

Nailed it. Compared a list of files out of RPM against the contents of
/usr/local/lib64/perl5 and deleted all unowned files (there were
*many*). Upgrade cruft, yay! Seems to be working now.



Broadwing's Profile: http://forums.slimdevices.com/member.php?userid=63347
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-01 Thread JackOfAll

Broadwing wrote: 
> 
> So my perl's probably borked, but the packages do seem fine. Hmm, seen
> this before?

Somethings "borked", that's for sure! Could try removing perl and
re-installing it.

> 
> sudo rpm -e --nodeps perl
> sudo yum install perl
>



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-12-01 Thread Broadwing

Poking about with debug options garners much more interesting data:
Removing [Time::HiRes] from the symbol table - load failed.
Module [DBI] failed to load:
Perl API version v5.16.0 of 1 does not match v5.18.0 at
/usr/lib64/perl5/DynaLoader.pm line 213.

---

So my perl's probably borked, but the packages do seem fine. Hmm, seen
this before?



Broadwing's Profile: http://forums.slimdevices.com/member.php?userid=63347
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-30 Thread Broadwing

JackOfAll wrote: 
> And what does "rpm -q perl perl-Time-HiRes" tell you?

Output:
perl-5.18.4-291.fc20.x86_64
perl-Time-HiRes-1.9726-1.fc20.x86_64



Broadwing's Profile: http://forums.slimdevices.com/member.php?userid=63347
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-30 Thread JackOfAll

And what does "rpm -q perl perl-Time-HiRes" tell you?



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-30 Thread Broadwing

JackOfAll wrote: 
> On x86_64 you should have a symlink ...
> 
Put back in place as before.
ls -l /usr/lib64/perl5/vendor_perl/Slim
lrwxrwxrwx 1 root root 31 Nov 29 21:58 /usr/lib64/perl5/vendor_perl/Slim
-> /usr/lib/perl5/vendor_perl/Slim


> Which versions of the packages do you have installed, "rpm -qa
> logitech\*"?

Currently...
logitechmediaserver-7.9.0-0.54.20141128git1417167332.fc20.noarch
logitechmediaserver-firmware-ip3k-7.9.0-0.54.20141128git1417167332.fc20.noarch
logitechmediaserver-vendor-7.9.0-0.5.20140409git1396988329.fc20.x86_64
logitechmediaserver-CPAN-7.9.0-0.16.20140626git1403582234.fc20.x86_64



Broadwing's Profile: http://forums.slimdevices.com/member.php?userid=63347
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-30 Thread JackOfAll

Broadwing wrote: 
> I found an old old symlink between the regular perl directory and
> vendor_perl for SBS that seems to impact the 'vanilla' community RPM but
> does not affect this one.

On x86_64 you should have a symlink ...

> 
> [clivem@has4790 ~]$ ls -l /usr/lib64/perl5/vendor_perl/Slim
> lrwxrwxrwx. 1 root root 31 Nov 27 17:09
> /usr/lib64/perl5/vendor_perl/Slim -> /usr/lib/perl5/vendor_perl/Slim
> 

Broadwing wrote: 
> 
> I'm getting the feeling I have some kind of wacky perl issue, but I'm
> not sure what that could be at this point. 
> 

Which versions of the packages do you have installed, "rpm -qa
logitech\*"?



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-29 Thread Broadwing

Broadwing wrote: 
> Tried updating to this repo as part of my Fedora 20 upgrade. The service
> is failing with the following error:
> 'The following modules failed to load: Time::HiRes DBI EV'
> 
> The required modules appear to have been installed properly as part of
> the Fedora install. Anything else to do there?

Trying this again and it's still failing similarly. I found an old old
symlink between the regular perl directory and vendor_perl for SBS that
seems to impact the 'vanilla' community RPM but does not affect this
one. Either way I still get this failure. I'm getting the feeling I have
some kind of wacky perl issue, but I'm not sure what that could be at
this point.



Broadwing's Profile: http://forums.slimdevices.com/member.php?userid=63347
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-15 Thread robinbowes

OK, gotcha..

Sounds like you need a build pipeline to automate thinga :)

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-15 Thread JackOfAll

robinbowes wrote: 
> OK, done. They build OK.

Great. 

robinbowes wrote: 
> 
> Do you not have mock? Something like this should build for el7:
> 
> mock --rebuild --root epel-7-x86_64
> http://www.squeezecommunity.org/repo/20/unstable/SRPMS/logitechmediaserver-7.9.0-0.43.20141115git1415964652.fc20.src.rpm
> 

Sure, I can use mock. But I have neither the time, nor the wish, to take
resposibility for anything other than the Fedora builds. "That being the
main caveat, that you will have to do the work!"



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-15 Thread robinbowes

OK, done. They build OK.

Do you not have mock? Something like this should build for el7:

mock --rebuild --root epel-7-x86_64
http://www.squeezecommunity.org/repo/20/unstable/SRPMS/logitechmediaserver-7.9.0-0.43.20141115git1415964652.fc20.src.rpm

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-15 Thread JackOfAll

Robin,

Busy day today, didn't get an account setup for you, will do tomorrow.
Can you rebuild...

'logitechmediaserver-7.9.0-0.43.20141115git1415964652.fc20.src.rpm'
(http://www.squeezecommunity.org/repo/20/unstable/SRPMS/logitechmediaserver-7.9.0-0.43.20141115git1415964652.fc20.src.rpm)
and
'logitechmediaserver-CPAN-7.9.0-0.9.20140626git1403582234.fc20.src.rpm'
(http://www.squeezecommunity.org/repo/20/unstable/SRPMS/logitechmediaserver-CPAN-7.9.0-0.9.20140626git1403582234.fc20.src.rpm),
which incorporate your diffs.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-14 Thread JackOfAll

robinbowes wrote: 
> So, I've got all three SRPMs to build fairly easily but it appears there
> is no RPMFusion repo for EL7 so I can't install/test the RPMs as the
> follow packages are missing: mppdec, dsdplay, lame, mac.

OK. But curious I thought rpmfusion was supplying builds for
RHEL.
Anyway, 'dsdplay'
(http://www.squeezecommunity.org/repo/20/SRPMS/dsdplay-0.1-9.20140801git4e1d21e.fc20.src.rpm)
is "our" own, so we would need to supply a package for that. Not a
problem also supplying mppdec,lame and mac dependencies. Suggest you
grab the F20 rpmfusion versions, mod them and then we'll add them to the
repo.

robinbowes wrote: 
> 
> I've attached the diffs for logitechmediaserver and
> logitechmediaserver-CPAN (logitechmediaserver-vendor builds with no
> changes).
> 

OK. I'll add the spec file changes into the new builds I make tomorrow.

robinbowes wrote: 
> 
> I'll also look into rebuilding those 4 packages from the F20 RPMFusion
> repo.
> 

Cool. PM me your email address. I'll add a login for you to the main
webserver tomorrow and email you the details.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-14 Thread robinbowes

So, I've got all three SRPMs to build fairly easily but it appears there
is no RPMFusion repo for EL7 so I can't install/test the RPMs as the
follow packages are missing: mppdec, dsdplay, lame, mac.

I've attached the diffs for logitechmediaserver and
logitechmediaserver-CPAN (logitechmediaserver-vendor builds with no
changes).

I'll also look into rebuilding those 4 packages from the F20 RPMFusion
repo.

R.


+---+
|Filename: lms.el7.patch|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=16654|
+---+


Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-13 Thread JackOfAll

robinbowes wrote: 
> Any chance of getting an EL (RHEL/CentOS) 7 repo for LMS?

Yes! But with caveats.

robinbowes wrote: 
> 
> I'm happy to help with the build if necessary...
> 

That being the main caveat, that you will have to do the work! ;) Disk
space and adding the sub-dirs to the repo, not a problem. You'll need to
take the current packages, edit the spec files in such a way (if/else)
that we keep them working for Fedora, rather than have separate packages
for RHEL/Fedora. Make the builds locally for EHEL. Create a local repo.
Do some testing. I'll give you access to the SqueezeCommunity webserver.
You rsync your local repo up to the server. 

Sorry, if that sounds like I'm asking a lot of you. I have my fingers in
so many pies at the moment that I just can't take on any more. When
things settle down for me, I'll add a CentOS box to my build farm, but
until then, it's all on you. ;)

Typically, I make new LMS builds for Fedora once a week on a Saturday.
I'm only tracking the 7.9 branch. New build goes into testing. Previous
testing build, moved to stable. Quite happy to ping you after I've made
a new src.rpm each week. Let me have your changes back to the spec files
and we'll take it from there.

Suggest your starting point, is if you get these SRPMS to build on RHEL
and give me diffs of necessary changes.

'logitechmediaserver-7.9.0-0.42.20141112git1415789670.fc20.src.rpm'
(http://www.squeezecommunity.org/repo/20/unstable/SRPMS/logitechmediaserver-7.9.0-0.42.20141112git1415789670.fc20.src.rpm)
'logitechmediaserver-CPAN-7.9.0-0.7.20140626git1403582234.fc20.src.rpm'
(http://www.squeezecommunity.org/repo/20/unstable/SRPMS/logitechmediaserver-CPAN-7.9.0-0.7.20140626git1403582234.fc20.src.rpm)
'logitechmediaserver-vendor-7.9.0-0.5.20140409git1396988329.fc20.src.rpm'
(http://www.squeezecommunity.org/repo/20/SRPMS/logitechmediaserver-vendor-7.9.0-0.5.20140409git1396988329.fc20.src.rpm)



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-13 Thread robinbowes

Any chance of getting an EL (RHEL/CentOS) 7 repo for LMS?

I'm happy to help with the build if necessary...

R.



Net-UDAP is free software - you do not have to pay for it.
However, if you found it useful, please consider donating:
https://projects.robinbowes.com/Net-UDAP/trac#Donations

robinbowes's Profile: http://forums.slimdevices.com/member.php?userid=480
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-11 Thread Michael Herger

Thanks a lot for the quick turn-around!

Am 11.11.14 um 23:25 schrieb JackOfAll:


In testing repo, logitechmediaserver-7.9.0-0.41.2014git1415720123.



* Tue Nov 11 2014 - 7.9.0-0.41.2014git1415720123
- Git revision public/7.9 cf2d9faea0f276ed6cec0b6f5f5f607eb3ebb9ce
Commit more often to work around a potential crasher on some systems.
- Git revision public/7.9 1d62db3320b45f9dcecda5a7fd2b333630de7fba
Use a cached database statement for the playlist indexing.
- Git revision public/7.9 850551f3dacd844ccdbc9d8c21ba6be513b8c60f
Don't use '=' operator to join fulltext index, but MATCH instead.
It's
much faster.





JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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



--

Michael
___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-11 Thread JackOfAll

And scan now completes for me without "terminated unexpectedly" while
building "Full Text Search".



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-11 Thread JackOfAll

In testing repo, logitechmediaserver-7.9.0-0.41.2014git1415720123.

> 
> * Tue Nov 11 2014 - 7.9.0-0.41.2014git1415720123
> - Git revision public/7.9 cf2d9faea0f276ed6cec0b6f5f5f607eb3ebb9ce
> Commit more often to work around a potential crasher on some systems.
> - Git revision public/7.9 1d62db3320b45f9dcecda5a7fd2b333630de7fba
> Use a cached database statement for the playlist indexing.
> - Git revision public/7.9 850551f3dacd844ccdbc9d8c21ba6be513b8c60f
> Don't use '=' operator to join fulltext index, but MATCH instead.
> It's
> much faster.
>



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-11 Thread Wirrunna

Posted in "Scan terminated unexpectedly"

mherger wrote: 
> JackOfAll - could you please create a new build which includes commit 
> cf2d9faea0f276ed6cec0b6f5f5f607eb3ebb9ce? I think I've found a 
> workaround for this crasher. At least it doesn't crash Wirrunna's 
> library scan any more on my test system. YMMV :-/.
> 
> -- 
> 
> Michael



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-11 Thread JackOfAll

mherger wrote: 
> 
> Are you building from a git checkout? I just saw that our Linux build 
> host has been in trouble for a few days. But if you're pulling directly,
> 
> then you should be fine. Just don't use any of our tarballs.
> 

Yes, pull from git. Not using tarballs.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-10 Thread Michael Herger

JackOfAll,


OK, have just read your conversation with Michael in that thread you
referenced. I'll keep an eye on git and if Michael commits any
fixes/changes that seem to be related to this, I'll make a new build and
post about it here.


Are you building from a git checkout? I just saw that our Linux build 
host has been in trouble for a few days. But if you're pulling directly, 
then you should be fine. Just don't use any of our tarballs.



--

Michael
___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-10 Thread Michael Herger

I don't really do any searching.


Neither did I. But recent changes might change my pattern, too...


Is this "Full Text Search" plugin enabled by default?


Yes, it is. I want it to get tested.

--
--

Michael
___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Fedora LMS RPM packages, call for testers...

2014-11-10 Thread JackOfAll

Wirrunna wrote: 
> 
> No, there is still a problem in the Full Text Search, but disabling that
> plugin allows the scan to complete normally.

I don't really do any searching. Is this "Full Text Search" plugin
enabled by default?

OK, have just read your conversation with Michael in that thread you
referenced. I'll keep an eye on git and if Michael commits any
fixes/changes that seem to be related to this, I'll make a new build and
post about it here.

It does seem as if disabling the plugin and reverting to the old
behaviour is the temporary workaround.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=101931

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


  1   2   >