Displaying 20 results from an estimated 23 matches for "_storage".
Did you mean:
storage
2005 Jan 24
2
Problem with incorrect permissions with shared folders
Hi,
I'm seeing strange permissions when using an email client to create a new
sub folder in a shared folder.
This is dovecot-1.0test61
I have a directory /data/mail/shared owner=root
group=shared permissions=2770
I have a file /data/mail/shared/dovecot-shared owner=root
group-shared permissions=2660
User fred in in group shared (in /etc/group)
My understanding
2012 Jul 17
1
Dovecot-2.1.8 process imap crashed
...kernel-3.4.2. Namespaces (and settings for
imapc) are keept in database so i'm not sure doveconf would be useful.
If would be needed please let me know.
Thanks
Marcin
Core was generated by `dovecot/imap'.
Program terminated with signal 11, Segmentation fault.
#0 0x000002d0fbf908a2 in mail_storage_set_internal_error (storage=0x0)
at mail-storage.c:466
466 mail-storage.c: No such file or directory.
in mail-storage.c
(gdb) bt
#0 0x000002d0fbf908a2 in mail_storage_set_internal_error (storage=0x0)
at mail-storage.c:466
#1 0x000002d0fbf5f025 in imapc_noop_callback (reply=<optimiz...
2009 Mar 04
2
v1.2: can't access other users shared INBOX
Hi *,
when a user A shares his INBOX with another user B, the user B can't
access its content:
User A:
g getacl INBOX
* ACL INBOX A at example.com lrswipkxtecda B at example.com lrswipkxtecd
g OK Completed
User B:
l list "" "*"
* LIST (\Noselect \HasChildren) "/" "user"
* LIST (\Noselect \HasChildren) "/" "user/A at
2007 Jan 05
1
Crash in rc15
...t=0xb8128, end=0x0)
at strfuncs.c:151
size = 4294213336
mem = 0xac54c ""
__PRETTY_FUNCTION__ = "p_strdup_until"
#6 0x00035280 in mbox_get_index_dir (storage=0xb7c08, name=0xb8128 "~-~-~")
at mbox-storage.c:448
p = 0x0
#7 0x00035cac in mbox_mailbox_delete (_storage=0xb7c08, name=0xb8128 "~-~-~")
at mbox-storage.c:901
index_dir = 0xb812d ""
path = 0xb8128 "~-~-~"
st = {st_dev = 22282293, st_pad1 = {0, 0, 0}, st_ino = 1049,
st_mode = 33152, st_nlink = 1, st_uid = 101321, st_gid = 1000, st_rdev = 0,
st_pad2 = {0, 0}, st...
2011 Mar 03
0
[PATCH] Eliminate the ec_int32 and ec_uint32 typedefs.
...c_tell_frac(ec_ctx *_this);
#endif
diff --git a/libcelt/entdec.c b/libcelt/entdec.c
index f5676c6..8b4d2ee 100644
--- a/libcelt/entdec.c
+++ b/libcelt/entdec.c
@@ -125,7 +125,7 @@ static void ec_dec_normalize(ec_dec *_this){
}
}
-void ec_dec_init(ec_dec *_this,unsigned char *_buf,ec_uint32 _storage){
+void ec_dec_init(ec_dec *_this,unsigned char *_buf,celt_uint32 _storage){
_this->buf=_buf;
_this->storage=_storage;
_this->end_offs=0;
@@ -160,7 +160,7 @@ unsigned ec_decode_bin(ec_dec *_this,unsigned _bits){
}
void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsi...
2008 Aug 01
4
1.1.2: imap crash with SIGSEGV
...ex=0x91cf828,
type=MAIL_INDEX_SYNC_HANDLER_HEAD) at mail-index-map.c:888
#5 0x080acde3 in mail_index_try_open (index=0x91cf828) at mail-index.c:290
#6 0x080ad0a7 in mail_index_open (index=0x91cf828, flags=49,
lock_method=FILE_LOCK_METHOD_FCNTL) at mail-index.c:338
#7 0x080a1112 in index_storage_mailbox_open (ibox=0x91d02b0)
at index-storage.c:383
#8 0x0807094b in maildir_open (storage=0x91bacc0, name=0x91bf6ee "Drafts",
flags=0) at maildir-storage.c:448
#9 0x08070ab4 in maildir_mailbox_open (_storage=0x91bacc0,
name=0x91bf6ee "Drafts", input=0x0, flags=...
2007 Jan 11
1
A few rc17 imap crashes
...gt; #3 0xff1c2b74 in free () from /usr/lib/libc.so.1
> #4 0x5b550 in mail_index_free (_index=0xcac54) at mail-index.c:62
> #5 0x552f0 in index_list_free (list=0xcac50) at index-storage.c:84
> #6 0x555fc in destroy_unrefed (all=true) at index-storage.c:162
> #7 0x379ac in mbox_free (_storage=0xc2598) at mbox-storage.c:369
> #8 0x711a4 in mail_storage_destroy (_storage=0xc1a2c) at mail-storage.c:204
> #9 0x2cbd8 in namespace_deinit (namespaces=0xc1a10) at namespace.c:156
> #10 0x22a00 in client_destroy (client=0xc2760, reason=0x0) at client.c:90
> #11 0x87924 in io_loop_ha...
2005 May 03
0
Segfault in imap
...3 Error: child 10195 (imap) killed with signal 11
Core was generated by `imap'.
Program terminated with signal 11, Segmentation fault.
(gdb) bt full
#0 mail_index_view_open (index=0x80c2fc0) at mail-index-view.c:603
view = (struct mail_index_view *) 0x80c5608
#1 0x08077ccd in index_storage_mailbox_init (ibox=0x80c3bc8, index=0x80c2fc0,
name=0x80a6cfe "INBOX", flags=Variable "flags" is not available.
) at index-storage.c:345
storage = Variable "storage" is not available.
(gdb) bt
#0 mail_index_view_open (index=0x80c2fc0) at mail-index-view....
2016 Sep 26
1
[PATCH] p2v: add mnemonics to labels and buttons (RHBZ#1379289)
...gtk_entry_set_text (GTK_ENTRY (oc_entry), config->output_connection);
table_attach (output_tbl, oc_entry,
1, 2, 1, 2, GTK_FILL, GTK_FILL, 1, 1);
- os_label = gtk_label_new (_("Output storage (-os):"));
+ os_label = gtk_label_new_with_mnemonic (_("Output _storage (-os):"));
table_attach (output_tbl, os_label,
0, 1, 2, 3, GTK_FILL, GTK_FILL, 1, 1);
set_alignment (os_label, 1., 0.5);
os_entry = gtk_entry_new ();
+ gtk_label_set_mnemonic_widget (GTK_LABEL (os_label), os_entry);
gtk_widget_set_tooltip_markup (os_entry, _("...
2016 Dec 20
1
Latest Dovecot v2.2.devel (9bc8d9b) crashes on login and lmtp
...cat (pool=<optimized out>, str1=<optimized out>) at strfuncs.c:218
args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7ffdcadea060, reg_save_area = 0x7ffdcade9f90}}
temp = 0x0
ret = <optimized out>
len = 49
#3 0x00007f91780744fd in mdbox_storage_create (_storage=0x7f917a5c5930, ns=0x7f917a5b79d0, error_r=0x7ffdcadea1a0) at mdbox-storage.c:57
storage = 0x7f917a5c5930
dir = <optimized out>
#4 0x00007f917805952b in mail_storage_create_full (ns=ns at entry=0x7f917a5b79d0, driver=<optimized out>, driver at entry=0x0...
2008 Aug 23
0
imap crash with sig 11, backtrace, dovecot 1.1.2
...ex=0x90ab430,
type=MAIL_INDEX_SYNC_HANDLER_HEAD) at mail-index-map.c:953
#5 0x080acec3 in mail_index_try_open (index=0x90ab430) at mail-index.c:290
#6 0x080ad21f in mail_index_open (index=0x90ab430, flags=49,
lock_method=FILE_LOCK_METHOD_FCNTL) at mail-index.c:354
#7 0x080a11f2 in index_storage_mailbox_open (ibox=0x90aae50)
at index-storage.c:383
#8 0x080709ab in maildir_open (storage=0x90a3cc0, name=0x90a86ee "Drafts",
flags=0) at maildir-storage.c:448
#9 0x08070b14 in maildir_mailbox_open (_storage=0x90a3cc0,
name=0x90a86ee "Drafts", input=0x0, flags=...
2011 Apr 16
2
doveadm mailbox status 2.0.12 crashes
...in "failures.c"
[5] default_fatal_handler(ctx = 0xffbff598, format = (nil), args = 0xffbff600), line 201 in "failures.c"
[6] i_panic(format = 0xff30d3b8 "Trying to deinit storage before freeing its objects", ...), line 259 in "failures.c"
[7] mail_storage_unref(_storage = 0x6b9ec), line 379 in "mail-storage.c"
[8] mail_namespace_free(ns = 0x6b9b8), line 52 in "mail-namespace.c"
[9] mail_namespaces_deinit(_namespaces = 0x66efc), line 438 in "mail-namespace.c"
[10] mail_user_deinit_base(user = 0x66ec0), line 2...
2006 Oct 13
1
Segfault in in rc7 when index does not exists
...) at mail-transaction-log.c:803
#4 0x0809e65c in mail_transaction_log_open_or_create (index=0x80e2a28) at mail-transaction-log.c:240
#5 0x08092f21 in mail_index_open (index=0x80e2a28, flags=MAIL_INDEX_OPEN_FLAG_CREATE, lock_method=MAIL_INDEX_LOCK_FCNTL) at mail-index.c:1489
#6 0x0808aa52 in index_storage_mailbox_init (ibox=0x80e3548, index=0x80e2a28, name=0x80c32e4 "INBOX", flags=0, move_to_memory=false) at index-storage.c:362
#7 0x08064d68 in maildir_open (storage=0x80dd420, name=0x80c32e4 "INBOX", flags=<value optimized out>) at maildir-storage.c:487
#8 0x08065628 in m...
2008 Sep 09
1
1.1.3: imap crashes with SIGSEGV
...290
ret = 0
__PRETTY_FUNCTION__ = "mail_index_try_open"
#6 0x080ad52f in mail_index_open (index=0x87b3098, flags=49,
lock_method=FILE_LOCK_METHOD_FCNTL) at mail-index.c:354
ret = <value optimized out>
__PRETTY_FUNCTION__ = "mail_index_open"
#7 0x080a14dc in index_storage_mailbox_open (ibox=0x87c6248)
at index-storage.c:383
storage = (struct mail_storage *) 0x87aacc0
index_flags = 49
ret = <value optimized out>
__PRETTY_FUNCTION__ = "index_storage_mailbox_open"
#8 0x08070bbb in maildir_open (storage=0x87aacc0, name=0x87af6ee "Drafts&quo...
2009 Mar 24
2
Dbox Upgrade Problem With MAILBOXDIR
...":MAILBOXDIR=mailboxes" when
using dbox.
Current configuration is "mail_location = dbox:~/Mail" so what exactly
should be changed here?
(gdb) bt full
#0 0x08093546 in dbox_get_list_settings (list_set=0xafe33244,
data=0xafe34e33 "/home/USER/Mail",
flags=MAIL_STORAGE_FLAG_NO_AUTODETECTION, layout_r=0xafe331e0,
alt_dir_r=0xafe331dc, error_r=0xafe33304) at dbox-storage.c:76
subs_fname = 0x810fd7c "subscriptions"
debug = false
#1 0x08093615 in dbox_create (_storage=0x9405d08,
data=0xafe34e33 "/home/USER/Mail", error_r=0xafe33304)...
2005 Mar 23
2
Segfault in imap process
...map (index=0x80c24e8, force=0) at mail-index.c:792
#2 0x0807c870 in mail_index_try_open (index=0x80c24e8, lock_id_r=0xbffff68c)
at mail-index.c:1064
#3 0x0807c9cf in mail_index_open (index=0x80c24e8, flags=5,
lock_method=MAIL_INDEX_LOCK_FCNTL) at mail-index.c:1219
#4 0x08076025 in index_storage_mailbox_init (storage=0x80b7b90,
box=0x80ac920, index=0x80c24e8, name=0x80a292f "INBOX", flags=Variable "flags" is not available.
)
at index-storage.c:330
#5 0x08067cd8 in mbox_open (storage=0x80b7b90, name=0x80a292f "INBOX",
flags=0) at mbox-storage.c:...
2007 Mar 27
3
odd behavior with Dovecot LDA
Okay, to convince myself that quota handling was working okay with
Dovecot 1.0-rc27 on Solaris 10, I tested sending a message to an
account that was purposely over-quota. The account in question had
a vacation message set up.
For the first test, there was no $HOME/.imap directory at all.
I received the vacation message, but the message which was supposed
to be delivered locally queued in Postfix
2010 Jul 20
1
imap core dumping on signal 10
...l-index.c:300
ret = -1
#2 0x000a5fb0 in mail_index_open (index=0x8a040, flags=17, lock_method=FILE_LOCK_METHOD_DOTLOCK)
at /usr/local/src/dovecot/dovecot-1.2.12/src/lib-index//mail-index.c:365
ret = 1969648384
ret = 1443536
created = false
#3 0x00089c34 in index_storage_mailbox_open (ibox=0x600) at /usr/local/src/dovecot/dovecot-1.2.12/src/lib-storage/index//index-storage.c:406
storage = (struct mail_storage *) 0x15ad18
index_flags = 17
ret = 565312
cache = (struct mail_cache *) 0x0
cache_env = 0x0
never_env = 0x4000...
2010 Jan 25
2
dovecot 1.2.9 crash on subscribe with shared namespace
...reg_save_area = 0x7fffb4dfc090}}
len = 140482972553720
#4 0x00007fc4c0fa7ee4 in shared_storage_get_namespace (_storage=0x7fc4c125e258, _name=0x7fffb4dfc1f8, ns_r=0x7fffb4dfc208) at shared-storage.c:216
user = (struct mail_user *) 0x7fc4c125b5b8...
2007 Mar 05
1
new crashes: is the index/mail cache endian neutral?
...fset_r=0x0) at mail-transaction-log.c:1373
__PRETTY_FUNCTION__ = "mail_transaction_log_sync_lock"
#5 0x0809dad3 in mail_index_open (index=0x8117c70, flags=17,
lock_method=MAIL_INDEX_LOCK_FCNTL) at mail-index.c:1423
i = 0
ret = 135294216
#6 0x08096241 in index_storage_mailbox_init (ibox=0x81164b8, name=0x0,
flags=0, move_to_memory=false) at index-storage.c:360
storage = (struct mail_storage *) 0x80f62a0
index_flags = 17
lock_method = MAIL_INDEX_LOCK_FCNTL
ret = 0
__PRETTY_FUNCTION__ = "index_storage_mailbox_init&...