search for: bsoftlimit

Displaying 4 results from an estimated 4 matches for "bsoftlimit".

Did you mean: softlimit
2025 May 22
2
weird interaction with NFS quota-enabled mount
...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 : '3918673920' Failing case sys_get_nfs_quotas: getquota_rslt: status : '1' bsize : '1024' active : '...
2018 Jul 02
0
Samba 4.3.11 accessing disk every minute
...a4", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat64("/mnt/HD/HD_a2", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 close(8) = 0 munmap(0xb4ca0000, 4096) = 0 quotactl(Q_GETQUOTA|USRQUOTA, "/dev/sda2", 1002, {bhardlimit=0, bsoftlimit=0, curspace=0, ihardlimit=0, isoftlimit=0, curinodes=0, ...}) = 0 getegid32() = 1000 stat64(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 open("/etc/mtab", O_RDONLY|O_CLOEXEC) = 8 fstat64(8, {st_mode=S_IFREG|0755, st_size=693, ...}) = 0 mmap2(...
2014 Mar 03
1
Doubled Quotas on Ubuntu
...2, cUnitTotal=2097152, cUnitAvail=2097152 [2014/01/29 09:27:25.429103, 9] smbd/trans2.c:941(send_trans2_replies) t2_rep: params_sent_thistime = 0, data_sent_thistime = 32, useable_space = 131012 while strace shows: quotactl(Q_GETQUOTA|GRPQUOTA, "/dev/sdb1", 1009, {bhardlimit=2097152, bsoftlimit=2097152, curspace=8, ihardlimit=0, isoftlimit=0, curinodes=33, ...}) = 0 The quotactl syscall seems to be returning identical information for both machines. However, the Ubuntu machine seems to report approximately double the cUnitTotal and cUnitAvail as the Mandriva machine. Why would that...
2006 Nov 21
1
Samba selectively obeying pam restrictions
...count required pam_unix.so password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 password sufficient pam_unix.so nullok md5 shadow use_authtok password required pam_deny.so session required pam_limits.so session required pam_quota_xfs.so bsoftlimit=719688 bhardlimit=719688 session required pam_mkhomedir.so skel=/etc/skel.net umask=077 session required pam_unix.so And my associated /etc/security/access.conf file: -:ALL EXCEPT root user1:ALL Lastly, my /etc/samba/smb.conf file: [global] workgroup = DOMAIN realm = DOMAIN.LOCAL s...