Sorry for answering my own question, but I thought I would document what
I needed to do.
The issue is that Fedora 15 x86_64 uses Perl 5.12.4. Following the
instructions here:
http://forums.slimdevices.com/showthread.php?t=88250, I rebuilt CPAN
for the squeezeboxserver. I had to alter references
I've gone through all of the suggestions above, but still have no luck.
/var/log/messages states:
Jul 6 15:30:53 localhost systemd[1]: squeezeboxserver.service: control
process exited, code=exited status=1
Jul 6 15:30:53 localhost systemd[1]: Unit squeezeboxserver.service
entered failed state.
J
Not sure why but I was missing a perl module that prevented the 7.6
server from starting on F15. Installing it with:
perl -MCPAN -e'install Log::Log4perl'
worked for me.
--
kilroy
kilroy's Profile: http://forums.slimdev
Guessing. File permissions? More than likely the squeezeboxserver
user (which the server runs under) does not have permissions to read
user directories created under /home, which are usually created 700.
ie. only the owner can read. chmod 'em.
Code:
chmod -R 755
Thanks for pointing a newbie in the right direction after installing 7.6
and sorting out Perl I now get the server running.
Then I get a strange issue when I use the wizard I'm not able to set
the path to my music folder(as default in the home folder) clicking the
home folder it basically not op
Perfect! Works for me! Thanks!
--
gbcox
gbcox's Profile: http://forums.slimdevices.com/member.php?userid=34
View this thread: http://forums.slimdevices.com/showthread.php?t=87761
JackOfAll;631950 Wrote:
> The 7.6 nightly runs on F15 without any mods.
Although I did need to add a symbolic link to get it to start on F15
x86_64. It wasn't finding the Slim perl modules.
Code:
sudo ln -sf /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/vendo
The 7.6 nightly runs on F15 without any mods.
Code:
[clivem@c7p6t7ws yum.repos.d]$ sudo systemctl status squeezeboxserver.service
squeezeboxserver.service - LSB: Startup script for the Squeezebox Server
Loaded: loaded (/etc/rc.d/init.d/squeezeboxserver)
Acti
Or try to create your own service, running the svn code.
--
gharris999
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=87761
_
Use Fedora 14 instead. Major changes to the service startup code in
Fedora 15 are evidently not compatible with the current SBS 7.5.4 rpm.
I'd wait for Logitech to fix this before trying to run SBS on a F15
system.
--
Ron Olsen
---
I updated my computer to Fedora 15. I use squeezeboxserver-7.5.4. After
the update the server won't start any more.
A "systemctl status squeezeboxserver.service" gives me this output:
squeezeboxserver.service - LSB: Startup script for the Squeezebox
Server
Loaded: loaded (/etc/rc.d/init.d/squee
11 matches
Mail list logo