NatureDude;251220 Wrote: 
> I found /etc/config/squeezecenter but it was empty.

I assume you mean /etc/sysconfig/squeezecenter.  It shouldn't be empty.
I don't know how that could happen even as a result of the broken rpm.

> I saw an old slimserver.rpmnew that looked like it was the old version,
> so I renamed it to squeezecenter.

Don't do that.

> Installed and started service without error, but no web interface. It is
> still at port 9000, right? Does it not start until a db rebuild is done?
> That might take 15-20 minutes. Anything else I am missing?

It can take 15 seconds or so to initialize things.  After that the web
GUI should work.

> [07-12-23 16:07:04.7368] Slim::Utils::MySQLHelper::createSystemTables
> (433) FATAL: Couldn't connect to database: [Can't connect to local
> MySQL server through socket
> '/var/lib/squeezecenter/cache/squeezecenter-mysql.sock' (2)]

This means that mysqld didn't start, maybe due to bug 5620.  Try this:

Stop squeezecenter

Code:
--------------------
    service squeezecenter stop
--------------------


Then run

Code:
--------------------
    ps -ef | grep squeeze
--------------------

If there are any instances of mysqld running, kill them.

Start squeezecenter

Code:
--------------------
    service squeezecenter start
--------------------


-- 
Fletch
------------------------------------------------------------------------
Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=41217

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

Reply via email to