Displaying 3 results from an estimated 3 matches for "quotasystem".
2010 Mar 25
4
quota dict with mysql 4.0
Hello,
i use successfully mysql-quotasystem with dovecot 1.2.11 on different
servers except for mysql 4.0 servers
dovecot internally uses sql: "ON DUPLICATE KEY UPDATE" which was introduced
in mysql 4.1
Is there a chance to make this statement mysql 4.0 compatible or should i
update mysql? i want to avoid updating mysql because...
2010 Mar 08
3
force to recalculate quotadict
Hello,
i use working quotasystem with sql-quotadict.
The values stored in db are used to realize also a quotasystem in postfix to
reject mails if they are bigger then remaining quota.
if dataset in quotadict is missing for some reasons, postfix can't calculate
quota and mail gets delivered even if user is already over quota....
2011 May 30
0
Quota Problem with Samba 3.5.8
...with Samba 3.5.8.
The quoata system itself works fine (using "repquota /mountpoint") and via
NFS, but Samba does not report the correct free space (df command in
smbclient).
Instead the real free space on the disk volume is shown to smb clients
(tested from Windows and smbclient).
The quotasystem in use is the new quota format on an ext4 filesystem.
Using the highest loglevel for quota I get the following:
[2011/05/30 18:22:02.624179, 3] lib/sysquotas.c:453(sys_get_quota)
sys_get_vfs_quota() failed for mntpath[/storage] bdev[/dev/drbd0] qtype[2] id[15005]: Operation not permitted
[2011/...