I have my Monica data on a NFS share (that runs on OmniOS with ZFS), and I'm having issues with the chown command that runs when starting Monica. The NFS share has all 777 permissions, so it should not be a problem, but the client is not allowed/able to chownfiles, hence Monica halts.
Is it possible to disable the chown command by setting an enviroment variable or something (i.e nochown=true)
I have my Monica data on a NFS share (that runs on OmniOS with ZFS), and I'm having issues with the
chown
command that runs when starting Monica. The NFS share has all 777 permissions, so it should not be a problem, but the client is not allowed/able tochown
files, hence Monica halts.Is it possible to disable the chown command by setting an enviroment variable or something (i.e
nochown=true
)