Marcilio Junior

Results 5 comments of Marcilio Junior

I built it by myself in a Dockerfile, and here's how I did it. To summarize: ``` cmake -DCMAKE_BUILD_TYPE=Release -Wno-dev \ -DUSE_9P=OFF \ -DUSE_FSAL_CEPH=OFF \ -DUSE_FSAL_GLUSTER=OFF \ -DUSE_FSAL_LUSTRE=OFF \ -DUSE_FSAL_LIZARDFS=OFF...

Thanks for your help, Ffilz. After recompiling, I was able to mount, list, and create files, but I cannot move or copy files between the server and client in NTFS...

I will try to reproduce this problem inside a VM. I added CAP_DAC_READ_SEARCH to the container, but it doesn't seem to be working. As for NTFS, it worked fine. The...

I ran some tests and these are the results: - VM (Debian 10) with nfs-ganesha-5 and ntirpc-5: same error (list, mount, and create are OK, but move and copy fail)...

I created a log with these configurations: ``` LOG { Default_Log_Level = INFO; Components { #ALL = DEBUG; STATE = FULL_DEBUG; FSAL = FULL_DEBUG; } } ``` Is this what...