It looks like it's trying to start twice because you ran "service start" after installing the RPM. You don't have to do this since the RPM starts itself during post-installation. This shouldn't break anything though. Also note that after the initial installation, it will take several seconds before becoming responsive while it builds the database.
jwmelvin;240813 Wrote: > > Code: -------------------- > > > [22:48:37.2556] 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 basically means that mysqld failed to start for some reason. A couple of things that come to mind: - Are you sure SELinux is not enabled? - Maybe the mysqld from the slimserver RPM you removed is still running due to bug 5620 and still has the port. What's the output of "ps -ef | grep mysqld"? Any errors in /var/cache/squeezecenter/mysql-error-log.txt? -- 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
