Difference between revisions of "Squeezebox Server"

From Amahi Wiki
Jump to: navigation, search
Line 12: Line 12:
  
 
In a terminal on the HDA do the following:
 
In a terminal on the HDA do the following:
 
 
<!--Type 'yum install perl-CPAN' and accept all the prompts
 
<!--Type 'yum install perl-CPAN' and accept all the prompts
  
Line 21: Line 20:
 
Leave cpan by typing 'quit'-->
 
Leave cpan by typing 'quit'-->
  
Enter CPAN install CGI::Cookie (accept defaults)
+
{{Code|CPAN install CGI::Cookie}}
  
Type '/etc/init.d/squeezeboxserver start' to start squeezeserver
+
{{Code|/etc/init.d/squeezeboxserver start}}' to start squeezeserver

Revision as of 17:31, 7 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:

In a terminal on the HDA do the following:

bash code
​CPAN install CGI::Cookie​


bash code
​/etc/init.d/squeezeboxserver start​

' to start squeezeserver