Displaying 20 results from an estimated 84 matches for "mbox_locks".
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
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
2014 Aug 26
0
Running dsync results in Panic: file mbox-lock.c: line 799 (mbox_lock)
Hello,
I'm converting our system to use dovecot. As part of the migration we
need to convert existing mbox'es to Maildir format. I'm using latest
Dovecot2 available as FreeBSD pkg - 2.2.13.
I'm trying to use dsync, which results in:
./dsync -vfu ppaczyn -o
mail_location=mbox:~/mail:INBOX=/var/mail/ppaczyn mirror
maildir:~/Maildir
dsync(ppaczyn): 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
2016 Apr 21
2
Setting up replication?
On 4/21/2016 12:01, Timo Sirainen wrote:
> On 21 Apr 2016, at 19:51, Knute Johnson <dovecot at knutejohnson.com> wrote:
>> On 4/21/2016 04:33, Aropalo Tommi wrote:
>>>> I'm trying to set up replication between two servers and I've hit a
>>>> snag. I have two users and am using mbox files. If anybody has a
>>>> sample config file for a
2003 Jun 13
2
Quotas once again
Its been a while since I tried dovecot on my mail server where I have
quota issues. I am using mbox file format. There still seems to be a
quota problem. I have only /var with quotas and basedir is under /usr
(not quotaed). default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u.
I tried with mbox_locks = dotlock fcntl (1st set of logs below) and with
mbox_locks = fcntl (2nd set of logs)
dotlock:
Jun 12 17:02:49 newrook pop3(mike): open(/var/mail/mike.lock) failed:
Disk quota exceeded
Jun 12 17:02:49 newrook pop3(mike): file_lock_dotlock() failed with mbox
file /var/mail/mike: Disk quota exceed...
2020 Oct 11
2
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
I am preparing a bit for setting up replication. However when I manually
try to dsync an account, the first time I execute this[1] command it
seems to be ok. The 2nd time I am getting this error[2].
If I add -1 (one way syncing) the error disappears. Does this mean I
will have problems with setting up replication between these two
servers?
[1]
[@ ~]# doveadm sync -n inbox -u testaccount
2003 May 03
2
0.99.9.1 OpenBSD and mbox
Hi, compiled perfectly, so the patch of course work ;), but seems that I
had the conf a bit broken, because he doesn't read the new messages in
/var/mail/user, does the line:
#default_mail_env = mbox:~/Mail:INBOX=/var/mail/username
look good?, I also tryed with %h instead of username, the rest of the
conf is pretty standard, I can create folders and so on.
Regards
Alvaro
2017 Sep 26
3
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
Hi,
This (hopefully!) might be a case of user error, as I'm new to
dovecot... Alternatively it might be some confusion in an index, since
I've been mucking about trying different things in my configuration
files and had frequent crashes.
I'm trying to sync 2 (LAN) hosts, ideally to have full automatic
replication happening.
They both have hybrid mbox INBOX and maildir++ folders,
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
2005 Apr 27
0
Assertion Failures in Current CVS version
I've attached a few assertion errors in imap. Any fixes or advice on
where to look are appreciated.
This is with the CVS version, current as of April 27.
Todd Burroughs
-------------- next part --------------
dovecot: Apr 27 00:00:45 Error: 5714 IMAP(chairman): file mail-index-transaction.c: line 808 (mail_index_update_ext): assertion failed: (seq > 0 && (seq <=
2005 Oct 14
0
1.0a3: assert and core dump
Timo,
A rare assert and core dump out of 1.0alpha3. My setup:
Solaris 9, mbox format, using imap only. Built dovecot
with gcc 4.0.1. The syslog for this was:
Oct 14 11:57:56 emerald dovecot: [ID 107833 mail.info] imap-login: Login: user=<epmccull>, method=PLAIN, rip=137.146.210.59, lip=137.146.210.52, TLS
Oct 14 11:58:56 emerald dovecot: [ID 107833 mail.info] imap-login: Login:
2016 Apr 21
2
Setting up replication?
On 4/21/2016 04:33, Aropalo Tommi wrote:
>> I'm trying to set up replication between two servers and I've hit a
>> snag. I have two users and am using mbox files. If anybody has a
>> sample config file for a simple system like mine I would really be
>> grateful to see it.
>> Thanks,
>> The error I'm getting is:
>> Mar 23 14:07:31 knute2
2005 Nov 18
0
Two new Assert Failures
These two are from CVS version as of 2005-11-03.
There have only been these two asserts and we've had over 45000 logins.
----------------------------------------------------------------------
dovecot: Nov 16 13:35:34 Error: 18439
imap(username): Corrupted transaction log file
/mailhome/new/c/h/username/.imap/INBOX/dovecot.index.log: Append with
UID 53103, but next_uid = 53104
dovecot: Nov
2014 May 16
0
syncing problems Dovecot 2.2.13
Hi,
we still migrate a couple of users from mbox to maildir.
Most of them are fine without any problem.
Some crash and dont get all mails synced.
first I sync backup the mbox to a maildir-NEW, than copy mbox to a new
name, mv maildir-NEW to maildir.
Now some problematic mailusers miss some mails from the old mbox, so I
start a dsync mirror and BAM crash.
e.g.:
dsync(s108019): Panic: file
2020 Oct 12
0
Preparing for replication: dsync-local(testaccount): Panic: file mbox-lock.c
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="default-style">
Replication is not supported with mbox format. You can only do unidirectional sync out of mbox.
</div>
<div class="default-style">
<br>
</div>
<div
2003 Sep 10
1
Patch for auto-creating home directories
...uot;chdir(%s) failed: %m", full_home_dir);
}
***************
*** 188,194 ****
env_put("MAILDIR_CHECK_CONTENT_CHANGES=1");
if (set->mail_full_filesystem_access)
env_put("FULL_FILESYSTEM_ACCESS=1");
- (void)umask(set->umask);
env_put(t_strconcat("MBOX_LOCKS=", set->mbox_locks, NULL));
env_put(t_strdup_printf("MBOX_LOCK_TIMEOUT=%u",
--- 229,234 ----
*** ./src/master/master-settings.h.orig Wed Sep 10 12:13:45 2003
--- ./src/master/master-settings.h Wed Sep 10 12:13:47 2003
***************
*** 51,56 ****
--- 51,57 ----
int mbox_re...
2005 Apr 05
2
Dovecot 1.0 POP3 login but no mail
...in fine I see in maillog the result,
no other errors in maillog. Cannot see what is wrong. Here are the important
bits of my dovecot.conf, everything else is std. i.e. commented out
protocols = pop3
login = imap
login = pop3
default_mail_env = maildir:%h/.maildir
client_workarounds = outlook-idle
mbox_locks = fcntl
auth = default
auth_userdb = passwd
auth_passdb = pam
auth_user = root
auth_verbose = yes
Ideas on where to look next?
Thx
David
2005 Sep 18
1
Can't connect to auth server at default: Connection refused
We've being running with Dovecot 1.0-stable since Tuesday, and on the
whole it's gone very well (meaning nobody's noticed!). My best estimate
is we're using half the disk accesses and 2/3 the CPU of UW-IMAP/Qpopper.
We've quite a mixture of error messages in the logs, the most worrying
of which is that several times we've had a few seconds of "xxx-login:
Can't
2004 Jan 08
3
no such file or directory
...ies. Here
is a copy of my dovecot.conf and I've removed all the commented out
lines to save space...
protocols = imap
imap_listen = *
ssl_disable = yes
login_dir = /var/run/dovecot-login
login = imap
default_mail_env = maildir:~/Maildir
client_workarounds = oe6-fetch-no-newmail outlook-idle
mbox_locks = fcntl
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = shadow
auth_user = root
auth_verbose = yes
Also, I created the maildir manually and placed a copy in my /etc/skel
so that all new users receive a copy. Here is the structure and
permissions from the home directory....