Displaying 11 results from an estimated 11 matches for "quser".
Did you mean:
user
2010 Jun 22
1
quota_set leak
...ta_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 +427,7 @@
{
struct quota_user *quser = QUOTA_USER_CONTEXT(user);
+ quota_settings_deinit(&quser->quota->set);
quota_deinit(&quser->quota);
quser->module_ctx.super.deinit(user);
}
2006 Jul 28
1
Problem with guest account samba 3.0.23a (smbd wont start)
...5)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
[2006/07/28 09:59:23, 6] passdb/pdb_interface.c:pdb_getsampwsid(320)
pdb_getsampwsid: Building guest account
[2006/07/28 09:59:23, 10] passdb/pdb_get_set.c:pdb_set_username(534)
pdb_set_username: setting username quser, was
[2006/07/28 09:59:23, 10] passdb/pdb_get_set.c:pdb_set_fullname(603)
pdb_set_full_name: setting full name System User, was
[2006/07/28 09:59:23, 10] passdb/pdb_get_set.c:pdb_set_domain(557)
pdb_set_domain: setting domain SAMBA, was
[2006/07/28 09:59:23, 5] lib/smbldap.c:smbldap_search_ext(...
2016 Feb 07
3
Found bug in quota-status + patch
Hello,
I've found a bug in the quota-status util (Dovecot 2.2.21, and probably below): it always return
OK (sufficient quota) because it fails to load the user properly. More specifically, the branch
" if (quser == NULL) return 1; " in src/plugins/quota/quota-status.c:59 is always taken.
(at least with postgresql backend, test your config with the (adapted) command below:
printf "recipient=mailbox at example.com\nsize=10000000000\n\n" | nc inet:mailstore.example.com 12340
it should reject, u...
2013 Aug 01
1
[PATCH] quota-status: allow different action for messages that are too large (over maximum quota)
...rc/plugins/quota/quota-status.c 2013-08-01 18:03:30.000000000 +0200
@@ -46,13 +46,12 @@
}
static int
-quota_check(struct mail_user *user, uoff_t mail_size, const char **error_r)
+quota_check(struct mail_user *user, uoff_t mail_size, const char **error_r, bool *too_large)
{
struct quota_user *quser = QUOTA_USER_CONTEXT(user);
struct mail_namespace *ns;
struct mailbox *box;
struct quota_transaction_context *ctx;
- bool too_large;
int ret;
if (quser == NULL) {
@@ -64,7 +63,7 @@
box = mailbox_alloc(ns->list, "INBOX", 0);
ctx = quota_transaction_begin(box);
- ret =...
2014 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
...bt full
#0 0x00007f337d8af8ae in dict_deinit (_dict=0x8) at dict.c:87
dict = 0x10
#1 0x00007f337c88f647 in expire_mail_user_deinit (user=0x1b60e80) at
expire-plugin.c:299
euser = 0x0
#2 0x00007f337cca3e7f in quota_user_deinit (user=0x1b60e80) at
quota-storage.c:491
quser = 0x1b62958
quota_set = 0x1b656a0
#3 0x00007f337dbcb0f1 in mail_user_unref (_user=0x1b2d070) at mail-user.c:163
user = 0x1b60e80
__FUNCTION__ = "mail_user_unref"
#4 0x000000000040832b in client_input_data_write_local
(client=0x1b2cf60, input=0x1b43f10) at co...
2006 Dec 22
1
Printer job control
What do I have to change to allow ANY user to control ANY print job?
Having this locked on a workstation with a local printer attached just
makes me want to take Centos and throw it across the room, especially when
I can't even stop my own print jobs when something goes wrong. This has
already cost me considerable money in wasted ink.
This should be a check-box somewhere, or else a
2016 Sep 03
2
doveadm quota recalc returns a Segmentation fault
...400
#5 0x00007ffff636d381 in quota_deinit (_quota=0x6aeae8) at quota.c:389
quota = 0x6ac0b0
roots = <value optimized out>
i = <value optimized out>
count = 2
#6 0x00007ffff637240d in quota_user_deinit (user=0x6ac7b0) at
quota-storage.c:538
quser = 0x6aead8
quota_set = 0x6b07c0
#7 0x00007ffff76a9b52 in mail_user_unref (_user=<value optimized out>)
at mail-user.c:174
user = 0x6ac7b0
__FUNCTION__ = "mail_user_unref"
#8 0x00000000004216b4 in doveadm_mail_next_user (ctx=0x69bbe0,
cctx=<value opt...
2012 Jul 17
1
Dovecot-2.1.8 process imap crashed
...s.
#12 0x000002d0f940f658 in stats_user_deinit (user=0x2b4654c970) at
stats-plugin.c:506
suser = 0x2b4654e8c8
stats_conn = 0x2b46552170
__FUNCTION__ = "stats_user_deinit"
#13 0x000002d0fa86b619 in quota_user_deinit (user=0x2b4654c970) at
quota-storage.c:412
quser = 0x2b4654e890
quota_set = 0x2b46551190
#14 0x000002d0fbf95597 in mail_user_unref (_user=<optimized out>) at
mail-user.c:153
user = 0x2b4654c970
__FUNCTION__ = "mail_user_unref"
#15 0x0000002b4461b58e in client_destroy (client=0x2b465891d0,
reason=0x0) at ima...
2010 Apr 16
4
2.0 beta4 latest hg: segfault with virtual plugin
Hello Timo,
latest 2.0 hg version (changeset a6b050cc4a9a) segfaults when selecting
a virtual mailbox. Backtrace and dovecot -n are attached.
Please let me know if I can help with anything else to debug this.
Regards,
e-frog
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bt.txt
URL:
2010 Dec 24
1
doveadm quota get -u segmentation fault
...ded symbols for /usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so
Core was generated by `doveadm quota get -u xxx at xxx'.
Program terminated with signal 11, Segmentation fault.
#0 0x00cc2b95 in cmd_quota_get_run (ctx=0x94dd3a8, user=0x94ee098) at
doveadm-quota.c:52
52 array_foreach(&quser->quota->roots, root)
(gdb) bt full
#0 0x00cc2b95 in cmd_quota_get_run (ctx=0x94dd3a8, user=0x94ee098) at
doveadm-quota.c:52
root__foreach_end = 0x94cd548
root = 0x94dec90
#1 0x0804f079 in doveadm_mail_next_user (ctx=0x94dd3a8, input=<value
optimized out>, error_r=0xbf...
2004 Feb 23
1
Re. : Re: SPNEGO nego problem (REPOST)
...ou=groupes
doing parameter ldap machine suffix = ou=machines
doing parameter ldap suffix = dc=corman,dc=be
doing parameter ldap ssl = no
doing parameter max log size = 5000
doing parameter log level = 10
doing parameter log file = /var/log/samba/%m.log
doing parameter guest account = quser
doing parameter create mask = 0770
doing parameter browseable = yes
doing parameter client signing = auto
doing parameter panic action = /rlcl/bin/panic.sh %U %m
[2004/02/23 10:45:00, 4] param/loadparm.c:lp_load(3950)
pm_process() returned Yes
[2004/02/23 10:45:00, 7] param/loadparm.c:lp_...