Difference between revisions of "Squeezebox Server"

From Amahi Wiki
Jump to: navigation, search
Line 19: Line 19:
  
 
Leave cpan by typing 'quit'-->
 
Leave cpan by typing 'quit'-->
 
+
Install CPAN module:
 
{{Code|CPAN install CGI::Cookie}}
 
{{Code|CPAN install CGI::Cookie}}
 
+
Start squeezeserver:
{{Code|/etc/init.d/squeezeboxserver start}}' to start squeezeserver
+
{{Code|/etc/init.d/squeezeboxserver start}}

Revision as of 17:32, 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: Install CPAN module:

bash code
​CPAN install CGI::Cookie​

Start squeezeserver:

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