Displaying 3 results from an estimated 3 matches for "getquota_rslt".
Did you mean:
getquota_rslt_u
2025 May 22
2
weird interaction with NFS quota-enabled mount
...e 100% full, and show a correct value of
disk utilization.
This stack involves many pieces of software: nfs stack, tinyrpc,
rpcsvc-proto, samba itself, kernel (due to mount via cifs), quotarpc
daemon, etc.
I managed to get 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...
2006 Feb 03
0
rquotad (NFS) quota plugin
...ad_quota_transaction_begin,
+ rquotad_quota_transaction_commit,
+ rquotad_quota_transaction_rollback,
+
+ rquotad_quota_try_alloc,
+ rquotad_quota_alloc,
+ rquotad_quota_free,
+
+ rquotad_quota_last_error,
+
+ ARRAY_INIT
+ };
+
+ static int
+ rquota_get(char *host, getquota_args *qargs, getquota_rslt *qres)
+ {
+ struct sockaddr_in rhost;
+ struct hostent *hent;
+ struct timeval tout;
+ enum clnt_stat cstat;
+ CLIENT *clnt = NULL;
+ int sock = RPC_ANYSOCK;
+
+ hent = gethostbyname(host);
+ if (!hent)
+ return -1;
+ if (hent->h_length > (int)sizeof(rhost.sin_addr))
+ return...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: yes
Checking for member dqb_fsoftlimit in struct dqblk : no
Checking for member dqb_curbytes in struct dqblk : no
Checking for header rpcsvc/rquota.h : yes
Checking for member getquota_rslt_u in struct getquota_rslt : yes
Checking for header rpc/types.h : yes
Checking for header rpc/nettype.h : no
Checking for header rpc/xdr.h...