Quoting Michael Haan <[EMAIL PROTECTED]>: > #rm /usr/local/slimserver/Cache/slimserversql.db > rm: remove regular empty file > `/usr/local/slimserver/Cache/slimserversql.db'? y > Starting SlimServer: [ well, for starters, I wouldn't use the init.d starup yet. Still need to see what's going on.
cd /usr/local/slimserver rm Cache/slimserversql.db ./slimserver.pl --d_info --d_server --d_sql and also, make sure that all of this stuff you've done as 'root' isn't leaving the permissions in a state that wont' work for the 'slimserver' user. You might have to use: chown -R slimserver:slimserver * -k -- kdf ------------------------------------------------------------------------ kdf's Profile: http://forums.slimdevices.com/member.php?userid=7 View this thread: http://forums.slimdevices.com/showthread.php?t=22526 _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
