rI'm having a host of problems, probably all interrelated.

1) Slimserver will not run as daemon or root but will run from my
command line.  Trying to start from root (to get error messages)
produces:
# ./slimserver.pl --diag
2007-07-18 21:04:22.6851 ERROR: Cannot write to preferences file
/root/slimserver.pref, any changes made will not be preserved for the
next startup of the server

2007-07-18 21:04:22.6853 Use of uninitialized value in negation (-) at
/usr/local/slimserver/Slim/Utils/Misc.pm line 1155.
2007-07-18 21:04:22.6858 Use of uninitialized value in join or string
at /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
2007-07-18 21:04:22.6859 Use of uninitialized value in join or string
at /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
2007-07-18 21:04:22.7951 Use of uninitialized value in join or string
at /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
2007-07-18 21:04:22.7953 Use of uninitialized value in join or string
at /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
2007-07-18 21:04:22.7954 Use of uninitialized value in join or string
at /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
2007-07-18 21:04:22.7955 Use of uninitialized value in join or string
at /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
2007-07-18 21:04:22.7956 Use of uninitialized value in join or string
at /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81.
Uncaught exception from user code:
mkdir /MySQL: Permission denied at
/usr/local/slimserver/Slim/Utils/MySQLHelper.pm line 156
at /usr/lib/perl5/5.8.8/File/Path.pm line 168
File::Path::mkpath('/MySQL') called at
/usr/local/slimserver/Slim/Utils/MySQLHelper.pm line 156

Slim::Utils::MySQLHelper::createConfig('Slim::Utils::MySQLHelper',
'undef') called at /usr/local/slimserver/Slim/Utils/MySQLHelper.pm line
98
Slim::Utils::MySQLHelper::init('Slim::Utils::MySQLHelper')
called at ./slimserver.pl line 360
main::init() called at ./slimserver.pl line 443
main::main() called at ./slimserver.pl line 1069
Use of uninitialized value in sprintf at
/usr/local/slimserver/Slim/Utils/MySQLHelper.pm line 467.

Trying to start SS as daemon fails silently.  Starting SS manually
works just fine and the web interface pops up with no problems,
except:

2) SB3 cannot find SS.  It's not a network problem, since I can connect
to SqueezeNetwork just fine.  Netstat doesn't seem to indicate a
problem:

$ netstat -na | grep 9000
tcp        0      0 0.0.0.0:9000                0.0.0.0:*              
LISTEN      
tcp        0      0 127.0.0.1:9000              127.0.0.1:36002        
ESTABLISHED 
tcp        0      0 127.0.0.1:9000              127.0.0.1:36001        
ESTABLISHED 
tcp        0      0 127.0.0.1:36002             127.0.0.1:9000         
ESTABLISHED 
tcp        0      0 127.0.0.1:36001             127.0.0.1:9000         
ESTABLISHED 

My hunch is that this is related to SELinux, since I was having
problems with that earlier.  Any advice?

thanks,
Paul


-- 
bucketbanger
------------------------------------------------------------------------
bucketbanger's Profile: http://forums.slimdevices.com/member.php?userid=12423
View this thread: http://forums.slimdevices.com/showthread.php?t=36933

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to