Difference between revisions of "Squeezebox Server"

From Amahi Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
[[Open_Terminal_as_root|Open terminal]] on the HDA enter the following commands and accept all defaults ('''DO NOT''' copy and paste):
 
[[Open_Terminal_as_root|Open terminal]] on the HDA enter the following commands and accept all defaults ('''DO NOT''' copy and paste):
{{Code|cpan install CGI::Cookie}}
+
{{Code|cpan}}
<!--Type 'cpan' and accept all defaults (configuring cpan takes a while)
 
  
 
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'
  
 
Start squeezeboxserver:
 
Start squeezeboxserver:

Revision as of 02:04, 3 November 2011

App Fix for Squeezebox Server Upgrade

Squeezebox Server does not work correctly at the moment. It may show the error message:

Text
​The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.​

The following steps resolve the issue:

Open terminal on the HDA enter the following commands and accept all defaults (DO NOT copy and paste):

bash code
​cpan​


At the cpan prompt type 'force install CGI::Cookie'

Leave cpan by typing 'quit'

Start squeezeboxserver:

bash code
​service squeezeboxserver start​


NOTE: If you still receive them message above, a restart of the HDA may be required.