geoff_17;211949 Wrote: 
> Thanks for this.  It said: "Permission denied".  Is this something to do
> with the group permissions?

Does it have execution rights ?
ls -l /etc/init.d/slimserver.init

It should return something like this:
-rwxr-xr-x 1 root root 2048 2007-06-30 10:38
/etc/init.d/slimserver.init

The problem is the execution rights if the first part doesn't contain
the 'x', for example: 
-rw-r--r-- 1 root root 2048 2007-06-30 10:38
/etc/init.d/slimserver.init

To correct this you will need to run (as root):
chmod +x /etc/init.d/slimserver.init


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and RandomPlayList plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=36470

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to