Displaying 2 results from an estimated 2 matches for "sys_get_nfs_quotas".
Did you mean:
sys_get_nfs_quota
2014 Dec 23
0
vfs_get_ntquota() failed for service
Hello all,
I have a problem with samba 3.6.6 on a Debian 7 . It floods the daemon log file with this error: vfs_get_ntquota() failed for service [DevSfrCloud]
I notice that it may be the reason for a lag time when making file operations like updating a tree from subversion. I didn't find any answer searching on google.
Is anyone can explain me how to stop this check of quota?
I tried to
2025 May 22
2
weird interaction with NFS quota-enabled mount
...et a quota debug level 10 output from samba in both
cases, and looks like the getquota_rslt struct it filled in
incorrectly. This struct is defined in <rquota.h>, from the
rpcsvc-proto package. It didn't change between the working and failing
case, as far as I could tell.
Working case:
sys_get_nfs_quotas: getquota_rslt:
status : '1'
bsize : '1024'
active : 'yes'
bhardlimit : '5000'
bsoftlimit : '4000'
curblocks : '1024'
fhardlimit : '8'
fsoftlimit : '0'
curfiles : '0'
btimeleft : '1'
ftimeleft : ...