Displaying 5 results from an estimated 5 matches for "quota_init".
Did you mean:
quota_info
2010 Jun 22
1
quota_set leak
The quota plugin in 2.0.beta6 leaks 2KB "quota settings" pools. Here is a patch to plug this leak, assuming you intended the caller of quota_init to retain ownership of the quota_set. If on the other hand you intended for quota_init to assume ownership of the quota_set, then the quota_settings_deinit call belongs in quota_deinit.
--- a/src/plugins/quota/quota-storage.c (beta6)
+++ b/src/plugins/quota/quota-storage.c (patched)
@@ -427,6 +42...
2007 Mar 11
0
No subject
...vecot/imap/lib10_quota_plugin.so
> > >> (gdb) bt full
> > >> #0 0xd1a468cc in i_malloc ()
> > >> from /usr/local/lib/dovecot/imap/lib10_quota_plugin.so
> > >> No symbol table info available.
> > >> #1 0xd1a47cc8 in quota_init () at quota.c:32
> > >
> > > So it crashes at the first Dovecot function it tries to call.
> Perhaps
> > > the imap binary isn't exporting the symbols, or something like
> that.
> > > I've no idea. Anyway it is most likely related to...
2007 Mar 20
3
compiling dovecot on aix gcc 3.3.2
I try to compile the dovecot with gcc version 3.3.2 on aix. It seemed it was
okay. It was working but when i try to use quota dynamic modules i get
error.
Edlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: Could not
load module /usr/local/lib/dovecot/imap/lib10_quota_plugin.so.
System error: No such file or directory
Error: imap dump-capability process returned 89
When i check
2016 Mar 22
19
[PATCH v3 0/11] tests/qemu: Add program for tracing and analyzing boot times.
Lots of changes since v2, too much to remember or summarize.
Please ignore patch 11/11, it's just for my testing.
Rich.
2013 Mar 12
14
vpmu=1 and running 'perf top' within a PVHVM guest eventually hangs dom0 and hypervisor has stuck vCPUS. Romley-EP (model=45, stepping=2)
....252907] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 27.253043] initcall dquot_init+0x0/0x121 returned 0 after 512 usecs
[ 27.253174] calling init_v2_quota_format+0x0/0x22 @ 1
[ 27.253324] initcall init_v2_quota_format+0x0/0x22 returned 0 after 3 usecs
[ 27.253464] calling quota_init+0x0/0x26 @ 1
[ 27.253608] initcall quota_init+0x0/0x26 returned 0 after 16 usecs
[ 27.253738] calling proc_cmdline_init+0x0/0x22 @ 1
[ 27.253870] initcall proc_cmdline_init+0x0/0x22 returned 0 after 7 usecs
[ 27.254002] calling proc_consoles_init+0x0/0x22 @ 1
[ 27.254131] initcall proc_...