Nice one :=)


This is what I have on my system:

Create a startup file /etc/init.d/slimserver
#!/bin/sh
echo "Starting SlimServer"
cd /usr/local/slimserver; ./slimserver.pl --daemon


Set the file permissions
        chmod 755 /etc/init.d/slimserver


Create the chklevel links to enable upoj startup
cd /etc/rc2.d
ln -s /etc/init.d/slimserver S99slimserver



I've not tested the startup thing yet - I only reboot when I need to,
so that could be another 6 months - but the same file used to work on
my Ubuntu Breezy system so it should be fine.


The message you are getting looks like a permissions problem. Does the
user (from your slimserver.pref file) have correct permissions within
MySql?



Jim


-- 
jimwillsher
------------------------------------------------------------------------
jimwillsher's Profile: http://forums.slimdevices.com/member.php?userid=410
View this thread: http://forums.slimdevices.com/showthread.php?t=24789

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

Reply via email to