Difference between revisions of "Squeezebox Server"

From Amahi Wiki
Jump to: navigation, search
Line 18: Line 18:
  
 
Leave cpan by typing 'quit'-->
 
Leave cpan by typing 'quit'-->
 
  
 
Start squeezeboxserver:
 
Start squeezeboxserver:
{{Code|/etc/init.d/squeezeboxserver start}}
+
{{Code|service squeezeboxserver start}}

Revision as of 16:20, 13 August 2011

App Fix for Fedora 12 to 14 Upgrade

Sometimes the Upgrade from Fedora 12 to Fedora 14 causes the Squeezebox Server to fail, showing the error message "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later."

When logging in to a GUI session the following boot error message may be shown:

Starting Squeezebox Server: The following CPAN modules were found but cannot work with Squeezebox Server: CGI::Cookie (loaded <not found>, need 1.27)


The following steps resolve the issue:

Open terminal on the HDA do the following (accept all defaults):

bash code
​cpan install CGI::Cookie​


Start squeezeboxserver:

bash code
​service squeezeboxserver start​