system is 64 bix Opensuse 13.1 on Intel
I couldn’t get the current rpm (for Fedora, but suppose to work for opensuse) to work at all. However the nightly build seems to work. The nightly build is found here:
Some Software Beta Downloads - Version 7.8
I got the nightly build on New Years day. The current rev (7.7.3) is found here as a FYI:
My Media - Welcome to mysqueezebox.com!
I had to run cpan as follows:
cpan YAML
cpan XS
cpan EV
This is the message when I start the daemon in the yast services window:
squeezeboxserver.service - LSB: Startup script for the Logitech Media Server Loaded: loaded (/etc/init.d/squeezeboxserver) Active: active (running) since Wed 2014-01-01 00:02:24 PST; 2 days ago Process: 18921 ExecStart=/etc/init.d/squeezeboxserver start (code=exited, status=0/SUCCESS) CGroup: /system.slice/squeezeboxserver.service `-18929 /usr/bin/perl /usr/libexec/squeezeboxserver --daemon --prefsdir=/var/lib/squeezeboxserver/prefs --logdir=/var/log/squeezeboxserver --cachedir=/var/lib/squeezeboxserver/cache --charset=utf8
Jan 01 00:02:24 linux-wh01 systemd[1]: Starting LSB: Startup script for the Logitech Media Server… Jan 01 00:02:24 linux-wh01 squeezeboxserver[18921]: Starting Squeezebox Server: Your locale was detected as C, you may have problems with non-Latin filenames. Consider changing your LANG variable to the correct locale, i.e. en_US.utf8 Jan 01 00:02:24 linux-wh01 squeezeboxserver[18921]: Unable to read prefs from /var/lib/squeezeboxserver/prefs/server.prefs : Usage: YAML::XS::LibYAML::Load(yaml_sv) at /usr/share/squeezeboxserver/CPAN/YAML/XS.pm line 48. Jan 01 00:02:24 linux-wh01 squeezeboxserver[18921]: dirsFor: Didn’t find a match request: [videos] Jan 01 00:02:24 linux-wh01 squeezeboxserver[18921]: dirsFor: Didn’t find a match request: [pictures] Jan 01 00:02:24 linux-wh01 squeezeboxserver[18921]: [14-01-01 00:02:24.5118] main::init (369) Starting Logitech Media Server (v7.8.0, 1387542508, Tue Dec 31 19:01:15 PST 2013) perl 5.018001 Jan 01 00:02:24 linux-wh01 squeezeboxserver[18921]: …done Jan 01 00:02:24 linux-wh01 systemd[1]: Started LSB: Startup script for the Logitech Media Server. Jan 01 00:02:37 linux-wh01 systemd[1]: Started LSB: Startup script for the Logitech Media Server. Jan 01 00:34:37 linux-wh01 systemd[1]: Started LSB: Startup script for the Logitech Media Server.
Warning: Unit file changed on disk, ‘systemctl daemon-reload’ recommended.
The file /var/lib/squeezeboxserver/prefs/server.prefs exists. *
It is playing my music library just fine so these problems don’t seem to be critical, but any suggestions would be appreciated.
Come to think of it, the problems with the current rev were related to systemd. The LSB startup is what failed.*