Hi Robin, robinbowes;239012 Wrote: > I've just done an install on a "virgin" CentOS5 system.
Hmm, that's what I've done all my testing on... > The msg is wrong - SqueezeCenter is not running at this stage. It should be running - something else must be broken. > I had to start mysql, (service mysqld start) and configure it to start > every boot (chkconfig mysqld on) You shouldn't have to do this. SC should start it's own instance of mysqld. > I got this msg when starting squeezecenter: > > Starting SqueezeCenter: Log4perl: Seems like no initialization > happened. Forgot to call init()? > Use of uninitialized value in join or string at > /usr/lib/perl5/5.8.8/File/Spec/Unix.pm line 81. > [19:10:59.8027] SqueezeCenter OSDetect init... > [19:10:59.8339] SqueezeCenter settings init... > [19:10:59.8351] Slim::Utils::Prefs::OldPrefs::_oldPath (122) no old > preference file found - using default preferences > [19:10:59.8413] main::init (293) SqueezeCenter OS Specific init... > [19:10:59.8416] main::init (313) SqueezeCenter daemonizing... > [19:10:59.8620] Slim::bootstrap::theEND (400) Got to the END I don't think this is a packaging bug. According to Triode, log messages can leak out at startup because the new logging mechanism is ready yet. AFAIK, it is ugly but harmless. I'll open a bug on it. > Checking the squeezecenter log, I see this: > > [19:04:11.9029] Slim::Utils::MySQLHelper::createSystemTables (432) > FATAL: Couldn't connect to database: [Can't connect to local MySQL > server through socket > '/var/cache/squeezecenter/squeezecenter-mysql.sock' ( > 2)] This means that for some reason mysqld didn't start. Anything interesting in /var/cache/squeezecenter/mysql-error-log.txt? What's the output of "ps -ef | grep mysqld"? Thanks for your help. -- Fletch ------------------------------------------------------------------------ Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529 View this thread: http://forums.slimdevices.com/showthread.php?t=39789 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
