Difference between revisions of "Squeezebox Server"

From Amahi Wiki
Jump to: navigation, search
Line 13: Line 13:
 
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
  
 
Type 'cpan' and accept all defaults (configuring cpan takes a while)
 
Type 'cpan' and accept all defaults (configuring cpan takes a while)
Line 19: Line 19:
 
At the cpan prompt type 'force install CGI::Cookie'
 
At the cpan prompt type 'force install CGI::Cookie'
  
Leave cpan by typing 'quit'
+
Leave cpan by typing 'quit'-->
 +
 
 +
Enter CPAN install CGI::Cookie (accept defaults)
  
 
Type '/etc/init.d/squeezeboxserver start' to start squeezeserver
 
Type '/etc/init.d/squeezeboxserver start' to start squeezeserver

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


Enter CPAN install CGI::Cookie (accept defaults)

Type '/etc/init.d/squeezeboxserver start' to start squeezeserver