[SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2014-10-11 Thread Zn0rt
Hello, both logitechmediaserver-7.9.0-0.1.1412783275.noarch.rpm and logitechmediaserver-7.8.1-0.1.1411629722.noarch.rpm install on CentOS 7 just fine. However slimserver is not able to be started. I guess this has something to do with systemd and the various other changes in CentoS/RHEL 7 and the

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2014-10-11 Thread Zn0rt
To add some information: # systemctl status squeezeboxserver squeezeboxserver.service - LSB: Startup script for the Logitech Media Server Loaded: loaded (/etc/rc.d/init.d/squeezeboxserver) Active: failed (Result: exit-code) since Sat 2014-10-11 18:17:41 CEST; 2min 45s ago Process: 787 ExecStart=/

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2014-10-19 Thread rstix
But I don't know, what really did the Trick. I started with the official 7.7.3 RPM and ran into a lot of errors, the first one is the one, you mentioned above. Once i got over that, i had a lot of complaints about missing perl-modules, which i tried to resolve. And finally, the server would not s

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2014-10-19 Thread Zn0rt
Hi Rstix and anyone else that wants LMS running on a modern EL dist: I got the LMS 7.9 daily RHEL RPM working directly with CentOS/RHEL 7. Systemd is not an issue, since it will emulate SysV init.d and start services created in /etc/init.d. As rstix also noted, the major change in RHEL 7 is the m

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2015-11-02 Thread bobharp
Zn0rt wrote: > Hi Rstix and anyone else that wants LMS running on a modern EL dist: > > I got the LMS 7.9 daily RHEL RPM working directly with CentOS/RHEL 7. > Systemd is not an issue, since it will emulate SysV init.d and start > services created in /etc/init.d. > As rstix also noted, the major

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-16 Thread PHoSawyer
You lot are legends. Got me working on my new CentOS7 VM. Had it working on a CentOS6 box. Thanks to all, spot on! Any spot on where the latest RPMs are though? Ive got a logitechmediaserver-7.8.0-1.noarch.rpm but you mention a 7.9 ?? ---

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-18 Thread PHoSawyer
Dont worry, I found it. It was under the nightly builds section PHoSawyer's Profile: http://forums.slimdevices.com/member.php?userid=29169 View this thread: http://forums.slimdevices.com/showthread.php?t=102275 ___

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Zn0rt
Here we are again! What happened, I am not sure. I re-installed CentOS 7 a few days ago and promptly I was unable to get LMS 7.9 workig again. I did not save my working 7.9 Install from back when, and I'm unable to get it working again. Here's what I did, which does not work: 1) Tried installin

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Jeff07971
Hi Zn0rt, Is it possible to reinstall Centos 7 so we can start with a clean slate ? I read that you have Centos on a VM what hypervisor do you use ? I use ESXi 6 I'm quickly rewriting an install script which starts from a "minimal install" I'm also building a vm as we speak to test with. Is t

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Zn0rt
Hi Jeff, this is now a baremetal CentOS install (a minimal install, fresh not more than a few days old) and acts a KVM host for other VMs (so it's got some kvm-qemu stuff on it, etc., but it's pretty empty still). Certainly I could make a VM specifically for LMS, and if I need to control Perl and

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Jeff07971
My install script is running on a minimal install at the moment, I'll let you know *Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer x3,Wandboard *Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP N54L *Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwit

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Zn0rt
Jeff07971 wrote: > My install script is running on a minimal install at the moment, I'll > let you know Great! Zn0rt's Profile: http://forums.slimdevices.com/member.php?userid=21567 View this thread: http://forums.slimdev

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Michael Herger
Jeff - what are the big road-blocks there? Could we easily change something in our codebase to make it work again? -- Michael ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Jeff07971
OK Scripts has finished and we have a basic running LMS It looks like you know what you are doing so the script should be self explanitory. Code: #!/bin/bash #Install Deltarpms yum -y install deltarpm epel-release #Do update yum -y update #Install some u

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Jeff07971
mherger wrote: > Jeff - what are the big road-blocks there? Could we easily change > something in our codebase to make it work again? > > -- > > Michael Hi Michael, I don't think there are any real "roadblocks" TBH. (Just saw the "big" so none !) Theres some prerequisites CGI::Cookie and s

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Zn0rt
Hi Everyone, I will try Jeff's install method now as well (although not having the right RPMs and CPAN modules hasn't been my problem)... I should mention that I DO get a running LMS (in the sense that the web page is up and accessible), and can enter my media library path, and tell it to scan.

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Jeff07971
I've just deleted my VM but I'll reload and re run script. I'll then try a few tracks and a rescan. Last time I used the new drag and drop feature. I'll let you know Jeff *Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer x3,Wandboard *Server:* LMS Version: 7.9.0 - 14532939

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Zn0rt
Hi Jeff, appreciate your testing. I will now make a minimal CentOS 7 VM and do exactly as you've done. =) Hmm, comparing your list of steps, I see that I have selinux on, but don't see any entries in audit.log so it doesn't seem to make a difference, but who knows. I'll keep it scientific, no d

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Jeff07971
I have reinstall Centos 7 and re run the script with a little change Code: #Install some utils and useful progs (Inotify2 for LMS Autorescan) yum -y install wget perl-CPAN perl-Time-HiRes perl-App-cpanminus perl-Linux-Inotify2 glibc.i686 nano ---

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Michael Herger
Jeff - I think you can take a break: Zn0rt's LMS is running just fine. This most likely is not an installation issue. Zn0rt - can you "Browse Music Folder" to your music library? I wouldn't be surprised if this was simply a permissions issue on the music folder or the like. You should enable d

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Jeff07971
mherger wrote: > Jeff - I think you can take a break: Zn0rt's LMS is running just fine. > This most likely is not an installation issue. > > Zn0rt - can you "Browse Music Folder" to your music library? I wouldn't > > be surprised if this was simply a permissions issue on the music folder > >

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Zn0rt
Hi Jeff and Michael, I got it working, with all your excellent feedback. Let me explain what I did: - Uninstalled all logitech RPMs, stopped the TAR-based LMS server, deleted all the stuff in /var/lib/squeezeboxserver/. Clean. - I tried Jeff's steps right there in the CentOS 7 baremetal Server

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-01-21 Thread Zn0rt
Its interesting to see that only with - perl-App-cpanminus- do a whole host of Perl goodies get installed. Because right here for example is a YAML file: - /var/lib/squeezeboxserver/cache/plugin-data.yaml- So how could that work without - perl-YAML perl-YAML-Tiny -

Re: [SlimDevices: Unix] CentOS 7 / RHEL 7 Slimserver Support

2016-08-09 Thread gene_wood
Based on the comments in this thread, here's the Chef recipe that I'm using and works Code: package 'perl-CGI-Session' remote_file "#{Chef::Config['file_cache_path']}/logitechmediaserver-7.9.0-0.1.1470553729.noarch.rpm" do source "http://downloads.slimdevice