[[email protected] ~]# service squeezeboxserver start
Starting Squeezebox Server: [ OK ]
In the /var/log/messages:
Oct 9 19:39:55 jumpy runuser: Use of uninitialized value in subroutine entry at /usr/share/squeezeboxserver/CPAN/YAML/Syck.pm line 75.
Oct 9 19:39:55 jumpy squeezeboxserver: squeezeboxserver startup succeeded
The process isn't running:
[[email protected] ~]# ps auxww | grep squee
root 2490 0.0 0.0 5260 640 pts/2 S+ 19:40 0:00 grep squee
It looks like the perl function Load() isn't being passed a parameter.
I reverted to 7.3.3 and everything works fine.
Starting Squeezebox Server: [ OK ]
In the /var/log/messages:
Oct 9 19:39:55 jumpy runuser: Use of uninitialized value in subroutine entry at /usr/share/squeezeboxserver/CPAN/YAML/Syck.pm line 75.
Oct 9 19:39:55 jumpy squeezeboxserver: squeezeboxserver startup succeeded
The process isn't running:
[[email protected] ~]# ps auxww | grep squee
root 2490 0.0 0.0 5260 640 pts/2 S+ 19:40 0:00 grep squee
It looks like the perl function Load() isn't being passed a parameter.
I reverted to 7.3.3 and everything works fine.
Comment