search for: q_getnextquota

Displaying 5 results from an estimated 5 matches for "q_getnextquota".

2019 Sep 25
1
testparm comaprison
...time for: > https://sourceforge.net/p/linuxquota/bugs/135/ Author reply, problem fixed in 4.04 (that debian buster have); specifically, author say: Well, there's a better solution for this. If you have quota-tools >= 4.04 and if you run at least on kernel 4.6, there is support for Q_GETNEXTQUOTA quotactl and thus quota scanning doesn't need to use iteration over users through getpwent(). FYI. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bont?, 7 - 33078...
2019 Sep 23
2
testparm comaprison
On 23/09/2019 15:18, Marco Gaiarin via samba wrote: > Mandi! Rowland penny via samba > In chel di` si favelave... > >> I repeat (louder this time): NO ONE NEEDS THE 'WINBIND ENUM' LINES IN >> SMB.CONF > While it is true that i can live happily without 'winbind enum', it is > not completely true that 'no one needs' that. > > For example,
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...given filesystem */ # define Q_GETINFO 0x800005 /* get information about quota files */ # define Q_SETINFO 0x800006 /* set information about quota files */ # define Q_GETQUOTA 0x800007 /* get user quota structure */ # define Q_SETQUOTA 0x800008 /* set user quota structure */ # define Q_GETNEXTQUOTA 0x800009 /* get disk limits and usage >= ID */ #endif /* * The following structure defines the format of the disk quota file * (as it appears on disk) - the file is an array of these structures * indexed by user or group number. */ #if _LINUX_QUOTA_VERSION < 2 struct dqblk {...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...# define Q_GETINFO? 0x800005??? /* get information about quota files */ > # define Q_SETINFO? 0x800006??? /* set information about quota files */ > # define Q_GETQUOTA 0x800007??? /* get user quota structure */ > # define Q_SETQUOTA 0x800008??? /* set user quota structure */ > # define Q_GETNEXTQUOTA 0x800009??????? /* get disk limits and usage > >= ID */ > #endif > > /* > ?* The following structure defines the format of the disk quota file > ?* (as it appears on disk) - the file is an array of these structures > ?* indexed by user or group number. > ?*/ > #if _LI...
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi, I have problem with quota storage information in dovecot-2.2.29 (and newer versions, too - 2.2.30.2). I use FS quota backend. ............................ # 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf # OS: Linux 4.4.68-1 x86_64 mail_plugins = quota plugin { quota = fs:User quota:mount=/poczta:user quota2 = fs:Group quota:mount=/poczta:group } protocol imap {