Well that may have been it Steve!
I did a full rebuild of Slim and made it S99slimserver, rebooted and
voila!
Now all issues are sorted I looked forward to my Squeezebox arriving
:)
Cheers,
Greg
--
gregh
gregh's Profil
Are you sure that mysql is starting before SS? I see your SS startup
script is S100slimserver - I've only ever seen two digit numbers in
these scripts, so perhaps this is being taken as 10 rather than 100.
You could try using S99slimserver.
Steve.
--
SteveEast
-
thanks alot, there is no mysqld.sock anywhere on the system, that I can
see!
[EMAIL PROTECTED]:~# find / -name *.sock -print
/tmp/mysql.sock
Should I change the line in the prefs file to point to the
/tmp/mysql.sock file?
thanks,
Greg
--
gregh
---
fine the slimserver.pref file (likely /etc/slimserver.pref)
you'll need to edit a few lines:
dbsource:
dbi:mysql:database=SlimServer;mysql_socket=/var/run/mysqld/mysqld.sock
dbusername: slimserver
dbpassword: slimserver_password
of course, this assumes /var/run/mysqld/mysqld.sock exists on you
Hi there,
I'm getting problems trying to start slimserver at boot time on a
Terastation.
I have mysql running fine, and the script itself works fine if I log in
as a user with admin privileges and manually run it.
However when run at start time by creating this link:
ln -s /etc/init.d/slimser