Displaying 2 results from an estimated 2 matches for "quota_get".
Did you mean:
rquota_get
2014 Oct 10
1
fixes for quota support on NetBSD
...s: %m",
+ root->mount->mount_path);
+ fs_quota_root_disable(root, group);
+ return 0;
+ }
qk.qk_idtype = group ? QUOTA_IDTYPE_GROUP : QUOTA_IDTYPE_USER;
qk.qk_id = group ? root->gid : root->uid;
qk.qk_objtype = bytes ? QUOTA_OBJTYPE_BLOCKS : QUOTA_OBJTYPE_FILES;
- if (quota_get(root->qh, &qk, &qv) != 0) {
+ if (quota_get(qh, &qk, &qv) != 0) {
if (errno == ESRCH) {
fs_quota_root_disable(root, group);
return 0;
}
i_error("quotactl(Q_GETQUOTA, %s) failed: %m",
root->mount->mount_path);
- return -1;
+ ret = -1;
+ goto...
2024 Jul 25
0
转发: 回复: segfault when tdb_mutex_unlock
...ull
load printers = no
disable spoolss = yes
printing = bsd
log file = /var/log/samba/log.%m
max log size = 50
cache directory = /dev/shm/samba
state directory = /var/lib/samba
lock directory = /dev/shm/samba
private dir = /var/lib/samba/private
get quota command = /quota_get.sh %U %G %d
root preexec = /quota.sh %u %g %d %I
# The next 4 lines are required for SMBv1,
# DO YOU REALLY NEED SMBv1 ????
server min protocol = NT1
client min protocol = NT1
lanman auth = yes
ntlm auth = yes
Rowland
--
To unsubscribe from this list go to the following URL...