similar to: Running dsync results in Panic: file mbox-lock.c: line 799 (mbox_lock)

Displaying 20 results from an estimated 110 matches similar to: "Running dsync results in Panic: file mbox-lock.c: line 799 (mbox_lock)"

2017 Sep 16
0
dsync panic in mbox_lock
> On September 16, 2017 at 5:28 AM Emmanuel Dreyfus <manu at netbsd.org> wrote: > > > Hello > > I am trying to setup replication with dovecot-2.2.29.1, and for some > users, I get a reproductible panic: > > # doveadm -v -o plugin/mail_replica=remoteprefix:root at mail2.example.net > sync -d -u jdoe > dsync-local(jdoe): Panic: file mbox-lock.c: line 799
2017 Sep 17
1
dsync panic in mbox_lock
Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > We have seen this before but so far the actual bug has not been > reproducible for us. Can you post your doveconf -n Here it is: https://ftp.espci.fr/shadow/manu/conf.log > and also logs with > doveadm -Dv -o plugin/mail_replica=remoteprefix:root at mail2.example.net > sync -d -u jdoe https://ftp.espci.fr/shadow/manu/sync.log
2017 Sep 16
2
dsync panic in mbox_lock
Hello I am trying to setup replication with dovecot-2.2.29.1, and for some users, I get a reproductible panic: # doveadm -v -o plugin/mail_replica=remoteprefix:root at mail2.example.net sync -d -u jdoe dsync-local(jdoe): Panic: file mbox-lock.c: line 799 (mbox_lock): assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type != F_RDLCK) Abort User is not overquota, and filesystem
2013 May 31
1
dsync assert failure in 2.2.2
Hi, with 2.2.2 and today's hg, dsync crashes with dsync(root): Panic: file ../../../../../src/lib-storage/index/mbox/mbox-lock.c: line 797 (mbox_lock): assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type != F_RDLCK) when I run USER=root 2.2-hg/bin/dsync -c etc/dovecot.conf -f -o mail_location=mbox:/tmp/imap/fwadmin.tmp:INBOX=/tmp/imap/fwadmin.tmp/INBOX mirror
2017 Jun 16
0
doveadm-server core dump
Hello, coredump found after a force-resync and a replicate Emmanuel. (dovecot-ee 2.2.30.2-1) [New LWP 17168] Core was generated by `dovecot/doveadm-server'. Program terminated with signal SIGABRT, Aborted. #0 0x00007fa334127c37 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #0 0x00007fa334127c37 in __GI_raise (sig=sig at entry=6) at
2011 Apr 14
1
Rcpp segmentation faults on the simplest code
Hi all, I'm new to R and Rcpp, and I'm trying to learn Rcpp with the simplest code possible. My goal is to be able to call R functions from C++. The code I'm trying to run is: #include #include #include #include int main(int argc, char* argv[]) { Rcpp::NumericVector v(1); return 0; } It compiles and links fine. However, as soon as I run it, it segfaults. The following is
2017 Jan 04
0
dovecot-pigeonhole running external script ends with signal 11
On 04.01.2017 09:49, Tobi wrote: > Hi Stephan > > Am 03.01.2017 um 21:12 schrieb Stephan Bosch: > >> Since you're using LMTP, you could try to run the lmtp service from >> command line in GDB. In essence, this looks as follows (you will need to >> run this as the mail user, e.g. vmail, or you can run it as root): >> >> $ gdb --args
2015 Feb 24
0
Dovecot 2.2.15, Panic: array.h: line 197 (array_idx_i): assertion failed: (idx * array->element_size < array->buffer->used)
Hi all Version: 2.2.15 OS: SLES11 SP3 x86_64 Problem with replication for some users: Log Server 1: Feb 24 09:29:42 v063ik dovecot: dsync-local(user at domain.com): Error: read(v063il.pnet.ch) failed: <no error> Log Server 2: Feb 24 09:29:42 v063il dovecot: dsync-server(user at domain.com): Panic: file ../../../src/lib/array.h: line 197 (array_idx_i): assertion failed: (idx *
2013 Apr 02
1
v2.2 getting NULL pointer reference with shared namespace in mailbox_tree?
> > With todays nightly: > > > > dsync(wsunpriv at iai.uni-bonn.de): Panic: file imapc-list.c: line 199 (imapc_list_get_vname): assertion failed: (strncmp(prefix, storage_name, prefix_len) == 0 && storage_name[prefix_len] == list->sep) > > Oh, and this would be good to solve too. What does it say with gdb: > > gdb dsync core > fr 5 > p prefix >
2017 Jan 04
3
dovecot-pigeonhole running external script ends with signal 11
Hi Stephan Am 03.01.2017 um 21:12 schrieb Stephan Bosch: > Since you're using LMTP, you could try to run the lmtp service from > command line in GDB. In essence, this looks as follows (you will need to > run this as the mail user, e.g. vmail, or you can run it as root): > > $ gdb --args /usr/lib/dovecot/lmtp I did so and it seems that libc.so.6 throws the error as I get the
2018 Feb 02
1
Dovecot 2.3.0, Panic: file mailbox-attribute.c: line 362 (mailbox_attribute_get_stream): assertion failed: (value_r->value != NULL || value_r->value_stream != NULL)
Hi at all, I have a RHEL7 server with Dovecot 2.3.0 (new installation). I've a problem when trying to dsync from a Dovecot 2.2.24 server. If I try to sync any user with a folder with ACL, dsycn crash with panic: Source server: dsync-local(USERNAME): Debug: sieve: file storage: sync: Synchronization active dovecot: dsync-local(USERNAME): Debug: acl vfile: reading file
2017 Jan 04
4
dovecot-pigeonhole running external script ends with signal 11
Hi Aki yes I built dovecot and pigeonhole rpms in the same rpmbuild. pigeonhole rpm is based on 0.4.14 Do you think that the error might come from self building the rpms? Regards tobi Am 04.01.2017 um 08:55 schrieb Aki Tuomi: > On 04.01.2017 09:49, Tobi wrote: >> Hi Stephan >> >> Am 03.01.2017 um 21:12 schrieb Stephan Bosch: >> >>> Since you're using
2018 Feb 07
4
BUG: panic when using fs:posix as dict for acl_shared_dict
Hi, I'm using Dovecot 2.2.33.2 on a RHEL 7, new installation. When I use fs:posix as dict for acl_shared_dict, like in Dovecot wiki (https://wiki.dovecot.org/SharedMailboxes/ClusterSetup), doveadm-server crash with error: # doveadm acl set -u USERNAME FOLDER user=DEST_USERNAME lookup read write-seen doveadm(USERNAME): Panic: file dict-fs.c: line 127 (fs_dict_iterate_init): assertion
2013 Feb 26
2
(no subject)
I've run into a problem with `doveadm backup` (2.2 rc2 and 20130226) I did not notice in 2.1.15 doveadm backup [-Dv] -R -u cyrtest1 at iai.uni-bonn.de -m INBOX imapc: => crashes (signal 6 with acl plugin configured, sig 11 without acl) If this is considered a bug (not just because of the crash but in the meaning of "my configuration should work") it would be great if it could be
2005 Oct 11
0
CESA-2005:799 Moderate CentOS 3 ia64 ruby - security update
CentOS Errata and Security Advisory 2005:799 https://rhn.redhat.com/errata/RHSA-2005-799.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS/ruby-1.6.8-9.EL3.4.ia64.rpm updates/ia64/RPMS/ruby-devel-1.6.8-9.EL3.4.ia64.rpm updates/ia64/RPMS/ruby-docs-1.6.8-9.EL3.4.ia64.rpm updates/ia64/RPMS/ruby-libs-1.6.8-9.EL3.4.ia64.rpm
2005 Oct 11
0
CESA-2005:799 Moderate CentOS 4 ia64 tuby - security update
CentOS Errata and Security Advisory 2005:799 https://rhn.redhat.com/errata/RHSA-2005-799.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/ia64/RPMS/ruby-1.8.1-7.EL4.2.ia64.rpm updates/ia64/RPMS/ruby-devel-1.8.1-7.EL4.2.ia64.rpm updates/ia64/RPMS/ruby-docs-1.8.1-7.EL4.2.ia64.rpm updates/ia64/RPMS/ruby-libs-1.8.1-7.EL4.2.ia64.rpm
2005 Oct 11
0
CESA-2005:799 Moderate CentOS 3 i386 ruby - security update
CentOS Errata and Security Advisory CESA-2005:799 ruby security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2005-799.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: addons/i386/RPMS/irb-1.6.8-9.EL3.4.i386.rpm addons/i386/RPMS/ruby-docs-1.6.8-9.EL3.4.i386.rpm addons/i386/RPMS/ruby-tcltk-1.6.8-9.EL3.4.i386.rpm
2005 Oct 11
0
CESA-2005:799 Moderate CentOS 3 x86_64 ruby - security update
CentOS Errata and Security Advisory CESA-2005:799 ruby security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2005-799.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: addons/x86_64/RPMS/irb-1.6.8-9.EL3.4.x86_64.rpm addons/x86_64/RPMS/ruby-tcltk-1.6.8-9.EL3.4.x86_64.rpm addons/x86_64/RPMS/ruby-docs-1.6.8-9.EL3.4.x86_64.rpm
2005 Oct 11
0
CESA-2005:799 Moderate CentOS 4 axp ruby - security update
CentOS Errata and Security Advisory 2005:799 https://rhn.redhat.com/errata/RHSA-2005-799.html The following updated files have been uploaded and are currently syncing to the mirrors: files: updates/alpha/RPMS/irb-1.8.1-7.EL4.2.alpha.rpm updates/alpha/RPMS/ruby-1.8.1-7.EL4.2.alpha.rpm updates/alpha/RPMS/ruby-devel-1.8.1-7.EL4.2.alpha.rpm updates/alpha/RPMS/ruby-docs-1.8.1-7.EL4.2.alpha.rpm
2005 Oct 12
0
CESA-2005:799-01: Moderate CentOS 2 i386 ruby security update
The following errata for CentOS-2 have been built and uploaded to the centos mirror: RHSA-2005:799-01 Moderate: ruby security update Files available: irb-1.6.4-2.AS21.2.i386.rpm ruby-1.6.4-2.AS21.2.i386.rpm ruby-devel-1.6.4-2.AS21.2.i386.rpm ruby-docs-1.6.4-2.AS21.2.i386.rpm ruby-libs-1.6.4-2.AS21.2.i386.rpm ruby-tcltk-1.6.4-2.AS21.2.i386.rpm More details are available from the RedHat web site