search for: file_create_gid

Displaying 10 results from an estimated 10 matches for "file_create_gid".

2010 Oct 05
2
Feature request for maildir style boxes
...expected behavior, but in our case. dovecot creates the file as uid/gid of the user, so the knob can either ignore the failure to set gid per the parent and not log it, or not attempt to set the gid per parent in the first place. src/lib-storage/index/maildir/maildir-uidlist.c 1412: if (box->file_create_gid != (gid_t)-1 && fchown(fd, (uid_t)-1, box->file_create_gid) < 0) { if (errno == EPERM) { mail_storage_set_critical(box->storage, "%s", eperm_error_get_chgrp("fchown", temp_path,...
2014 Oct 30
0
Renaming not supported across conflicting directory - why?
...oldlist, oldname, &old_perm); mailbox_list_get_permissions(newlist, newname, &new_perm); if ((new_perm.file_create_mode != old_perm.file_create_mode || new_perm.dir_create_mode != old_perm.dir_create_mode || new_perm.file_create_gid != old_perm.file_create_gid)) { mailbox_list_set_error(oldlist, MAIL_ERROR_NOTPOSSIBLE, "Renaming not supported across conflicting " "directory permissions"); return...
2013 Mar 11
1
2.2rc2 core dump
...39718194534888, st_atim = {tv_sec = 1, tv_nsec = 3167384}, st_mtim = {tv_sec = 0, tv_nsec = 15602912}, st_ctim = {tv_sec = 139718199711400, tv_nsec = 139718194466816}, __unused = {139718197716754, 1, 0}} perm = {file_uid = 5006, file_gid = 700, file_create_mode = 416, dir_create_mode = 488, file_create_gid = 4294967295, file_create_gid_origin = 0xedfdf8 "/home/heiko/Test", gid_origin_is_mailbox_path = false, mail_index_permissions_set = false} __FUNCTION__ = "mailbox_list_try_mkdir_root" #6 0x00007f12ad61db92 in mailbox_list_mkdir_root (list=0x5e830, path=0x5e8...
2017 Aug 30
2
Segmentation fault with doveadm search
Hi, We have a Ubuntu 14.04 server with dovecot 2.2.9 If I try to run /usr/bin/doveadm search -u email at exmaple.com mailbox Junk savedbefore 30d It will dump a core file. We have a similar config on an other server and there is no problem there. Any ideas how to prevent the core dump? root at triws2:~# gdb --args doveadm search -u email at example.com mailbox Junk savedbefore 30d Reading
2017 Aug 30
2
Segmentation fault with doveadm search
...76e5b70 <fail_mailbox_is_inconsistent>}, vlast = 0x5555557e2038, pool = 0x5555557e1c50, metadata_pool = 0x0, prev = 0x0, next = 0x0, index = 0x0, view = 0x0, cache = 0x0, index_pvt = 0x0, view_pvt = 0x0, _perm = {file_uid = 0, file_gid = 0, file_create_mode = 0, dir_create_mode = 0, file_create_gid = 0, file_create_gid_origin = 0x0, gid_origin_is_mailbox_path = false, mail_index_permissions_set = false}, _path = 0x7ffff77450df "", mail_vfuncs = 0x0, set = 0x0, open_error = MAIL_ERROR_NONE, input = 0x0, index_prefix = 0x0, flags = MAILBOX_FLAG_IGNORE_ACLS, transaction_cou...
2008 Mar 10
2
dovecot 1.1.rc3 assertion failed at index_mailbox_set_recent_uid while deleting message with thunderbird.
To some users happens this assertion failure while deleting a message. dovecot: Mar 10 08:40:44 Panic: IMAP(user): file index-sync.c: line 39 (index_mailbox_set_recent_uid): assertion failed: (seq_range_exists (&ibox->recent_flags, uid)) dovecot: Mar 10 08:40:44 Error: IMAP(user): Raw backtrace: [see bleow] dovecot: Mar 10 08:40:44 Error: child 17683 (imap) killed with signal 6 And the
2018 Jan 29
1
Panic: data stack: Out of memory when allocating bytes
...92}, st_mtim = > {tv_sec = 0, tv_nsec = 34}, st_ctim = {tv_sec = 34, > ??????????? tv_nsec = 140135965564672}, __unused = {140135949466998, > 140135966284032, 140135949496358}} > ??????? perm = {file_uid = 10000, file_gid = 10000, file_create_mode = > 384, dir_create_mode = 448, file_create_gid = 4294967295, > ????????? file_create_gid_origin = 0x7f73f255c3a8 > "/export/home/imap/bill at tutech.de/Maildir", gid_origin_is_mailbox_path = > false, mail_index_permissions_set = false} > ??????? path = 0x7f73eb9a52a8 > ??????? fd = 17 > ??????? ret = 0 > ??...
2018 Jan 24
2
Panic: data stack: Out of memory when allocating bytes
On Wed, Jan 24, 2018 at 18:55:47 +0100, Thomas Robers wrote: > Am 23.01.2018 um 20:07 schrieb Josef 'Jeff' Sipek: > > On Tue, Jan 23, 2018 at 14:03:27 -0500, Josef 'Jeff' Sipek wrote: > > > On Tue, Jan 23, 2018 at 18:21:38 +0100, Thomas Robers wrote: ... > > > 1. Do you have any idea what the imap process was doing at the time of the > > >
2018 Jan 25
0
Panic: data stack: Out of memory when allocating bytes
..._sec = 8192, tv_nsec = 8192}, st_mtim = {tv_sec = 0, tv_nsec = 34}, st_ctim = {tv_sec = 34, tv_nsec = 140135965564672}, __unused = {140135949466998, 140135966284032, 140135949496358}} perm = {file_uid = 10000, file_gid = 10000, file_create_mode = 384, dir_create_mode = 448, file_create_gid = 4294967295, file_create_gid_origin = 0x7f73f255c3a8 "/export/home/imap/bill at tutech.de/Maildir", gid_origin_is_mailbox_path = false, mail_index_permissions_set = false} path = 0x7f73eb9a52a8 fd = 17 ret = 0 __func__ = "acl_backend_...
2018 Feb 07
4
BUG: panic when using fs:posix as dict for acl_shared_dict
...319 auser = <optimized out> ns = 0x56481e773e70 iter = 0x0 acllist_path = 0x56481e754460 "/srv/mail/U/USERNAME/dbox/dovecot-acl-list" output = 0x0 perm = {file_uid = 1000, file_gid = 1000, file_create_mode = 384, dir_create_mode = 448, file_create_gid = 4294967295, file_create_gid_origin = 0x56481e786dc0 "/srv/mail/U/USERNAME/dbox", gid_origin_is_mailbox_path = false, mail_index_permissions_set = false} type = MAILBOX_LIST_PATH_TYPE_DIR info = <optimized out> fd = 26 ret = 0 list...