CavesOfTQLT;183112 Wrote: 
> mkdir /MySQL: Permission denied at
> /usr/local/slimserver/Slim/Utils/MySQLHelper.pm line 156

Since you're running as root, I'm not quite sure why this happens,
but...you shouldn't run slimserver as root.

Assuming you installed from the deb package, it has set up a slimserver
user and a slimserver init script that will start things under that
user.  As root, try 


Code:
--------------------
    /etc/init.d/slimserver start
--------------------


Note that since you tried running as root, some of the permissions on
things like the conf file, log files and the cache may now be
(incorrectly) owned by root.  Either delete these or chown them to
slimserver before running as above.


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

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

Reply via email to