Paul Webster wrote: > Giving the LMS part of PiCorePlayer a try. > > Presumably because the file system is RO. > I did set the data/cache to a remote CIFS system - and something (LMS I > presume) did manage to create Cache and prefs folders on it. > However, with data set to remote CIFS then would have expected LMS to be > writing plug-data.yaml into the remote CIFS location rather than trying > /usr/local/slimserver
/use/local/slimserver/Cache is a symlink to wherever you set the data to, so that is normal. I would suspect write permission problems with your cifs mount. Cifs doesn't accept normal UNIX commands to set ownership and write permissions. Add the options for uid and gid that show up in the tool tip on the options box. That will force the mount ownership. ------------------------------------------------------------------------ paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread: http://forums.slimdevices.com/showthread.php?t=105018 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
