Re: [SlimDevices: Unix] Startup issues...

2007-09-16 Thread gregh
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

Re: [SlimDevices: Unix] Startup issues...

2007-09-14 Thread SteveEast
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 -

Re: [SlimDevices: Unix] Startup issues...

2007-09-14 Thread gregh
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 ---

Re: [SlimDevices: Unix] Startup issues...

2007-09-12 Thread kdf
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

[SlimDevices: Unix] Startup issues...

2007-09-12 Thread gregh
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