07-06-2019, 05:01 PM
(07-06-2019, 04:46 PM)eusii Wrote: Ok... nevermind. 5min after posting this thread, I was able to find the issue...
Not only NFS access is needed, but also permission of 777 for all the folders and files.
chmod 777
for the audio-folder
and
chmod -R 777 *
for all the files in it
Hope this helps for someone with similar issue.
Did you really want to do that, grant access for ALL to ALL?
John