Bug 17935 - 38901 Server crashes at startup
: 38901 Server crashes at startup
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: 7.8.0
: PC All
: P1 critical (vote)
: 7.8.0
Assigned To: Alan Young
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-25 14:30 UTC by Marc Auslander
Modified: 2012-03-26 22:02 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Auslander 2012-03-25 14:30:28 UTC
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "en_US.utf-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Your locale was detected as C, you may have problems with non-Latin filenames.  Consider changing your LANG variable to the correct locale, i.e. en_US.utf8
Scalar found where operator expected at /usr/share/perl5/Slim/Control/Commands.pm line 564, near ")
		$client"
	(Missing operator before $client?)
Scalar found where operator expected at /usr/share/perl5/Slim/Control/Commands.pm line 651, near ")
		$client"
	(Missing operator before $client?)
syntax error at /usr/share/perl5/Slim/Control/Commands.pm line 564, near ")
		$client"
syntax error at /usr/share/perl5/Slim/Control/Commands.pm line 651, near ")
		$client"
BEGIN not safe after errors--compilation aborted at /usr/share/perl5/Slim/Control/Commands.pm line 1307.
Compilation failed in require at /usr/share/perl5/Slim/Control/Request.pm line 434.
BEGIN failed--compilation aborted at /usr/share/perl5/Slim/Control/Request.pm line 434.
Compilation failed in require at /usr/share/perl5/Slim/Player/Client.pm line 32.
Compilation failed in require at /usr/share/perl5/Slim/Utils/Alarm.pm line 48.
BEGIN failed--compilation aborted at /usr/share/perl5/Slim/Utils/Alarm.pm line 48.
Compilation failed in require at /usr/share/perl5/Slim/Buttons/Alarm.pm line 12.
BEGIN failed--compilation aborted at /usr/share/perl5/Slim/Buttons/Alarm.pm line 12.
Compilation failed in require at /usr/share/perl5/Slim/Buttons/Common.pm line 41.
BEGIN failed--compilation aborted at /usr/share/perl5/Slim/Buttons/Common.pm line 41.
Compilation failed in require at /usr/sbin/squeezeboxserver line 186.
BEGIN failed--compilation aborted at /usr/sbin/squeezeboxserver line 186.
Comment 1 SVN Bot 2012-03-25 21:03:06 UTC
 == Auto-comment from SVN commit #33902 to the slim repo by mherger ==
 == http://svn.slimdevices.com/slim?view=revision&revision=33902 ==

Bug: 17935
Description: fix a few typos
Comment 2 Michael Herger 2012-03-25 21:03:38 UTC
Alan - I'm still getting the following error:

[12-03-26 06:01:23.9104] Slim::Networking::IO::Select::__ANON__ (147) Error: Select task failed calling Slim::Networking::Slimproto::client_readable: Can't locate object method "controllerSequenceId" via package "Slim::Player::SqueezePlay" at /Users/mh/Documents/workspace/7.8/server/Slim/Player/Squeezebox2.pm line 297.
; fh=IO::Socket::INET=GLOB(0x105faea00)
Comment 3 Alan Young 2012-03-26 09:29:40 UTC
Fixed in r33905