Displaying 20 results from an estimated 300 matches similar to: "mbox assertion failure"
2006 May 02
2
Assertion failed
We're in a bit of a panic here as we're getting a lot of errors along
the lines of:
May 2 12:39:00 lenny dovecot: IMAP(XXXXX): file mbox-sync-rewrite.c:
line 106 (mbox_sync_headers_add_space): assertion failed: (start_pos <
data_size)
We didn't see this until our mail servers went under a full load and now
we've trashed the ability of nearly all our users to read email.
2005 Dec 15
1
Another Assertion Failure in Current CVS Version
This is in the CVS version as of Dec. 12. A user got a few of these:
dovecot: Dec 14 15:10:29 Error: 23648 imap(username): mbox sync:
UID inserted in the middle of mailbox /mailhome/new/s/h/username/DONE
(1591 > 19, seq=19, idx_msgs=1593)
dovecot: Dec 14 15:10:33 Error: 23648 imap(username): file
mbox-sync-rewrite.c: line 106 (mbox_sync_headers_add_space): assertion
failed: (start_pos
2006 Feb 07
1
error: mbox-sync-headers
Hallo!
I installed dovecot at a customers and it is not working.
Neither the 1.0.alpha4 (Debian testing) nor the 1.0.beta2 (Debian unstable) do.
in /var/log/mail.err I get following error message over and over again:
Feb 7 07:12:02 harmserv dovecot: imap(duerkop): file mbox-sync-rewrite.c:
line 106 (mbox_sync_headers_add_space): assertion failed: (start_pos < data_size)
Feb 7 07:12:02
2006 Mar 10
1
Error question?
Mar 9 16:15:19 bob dovecot: imap(username): file mbox-sync-rewrite.c:
line 106(mbox_sync_headers_add_space): assertion failed: (start_pos < data_size)
Getting these errors like crazy. Any ideas?
Thanks!
Regards,
Matt Juszczak
2006 May 10
2
dovecot 1.0beta7 dying on me
Hi,
Dovecot 1.0 beta7 is dying on me. My logfile shows:
May 10 15:54:28 hermes dovecot: IMAP(alden): UIDs broken with partial sync in mbox file /var/mail/alden
May 10 15:54:28 hermes dovecot: IMAP(alden): file mbox-sync-rewrite.c: line 106 (mbox_sync_headers_add_space): assertion failed: (start_pos < data_size)
May 10 15:54:28 hermes dovecot: child 14185 (imap) killed with signal 6
I'm
2006 Apr 20
0
beta7: assert, Solaris 9
Hi,
An assertion that I haven't seen before:
Apr 20 11:15:32 emerald dovecot: [ID 107833 mail.error] IMAP(user): file
mbox-sync-rewrite.c: line 106 (mbox_sync_headers_add_space): assertion
failed: (start_pos < data_size)
gdb output from the core file of imap is attached. My setup:
Solaris 9, mbox format, INBOX is NFS mounted from a Solaris 10
system, imap and imaps only.
Jeff Earickson
2008 Jul 03
2
iozone remove_suid oops...
Having done a current checkout, creating a new FS and running iozone
[1] on it results in an oops [2]. remove_suid is called, accessing
offset 14 of a NULL pointer.
Let me know if you''d like me to test any fix, do further debugging or
get more information.
Thanks,
Daniel
--- [1]
# mkfs.btrfs /dev/sda4
# mount /dev/sda4 /mnt
/mnt# iozone -a .
--- [2]
[ 899.118926] BUG: unable to
2012 Feb 16
2
Dovecot 2.1.0 packages for CentOS 6 / RHEL6
Hi,
First, Timo, Thank you for Dovecot 2.1.0.
I've built Dovecot 2.1.0 RPMs including Dovecot-Pigeonhole 0.3.0 for
RHEL6, CentOS 6 and Scientific Linux 6.
If anyone is interested in testing these RPMs:
http://oss.imt-systems.com/mstevens/el6/dovecot/2.1.0/
Feedback would be appreciated.
After some testing, we will use these RPMs on our IMAP servers.
Best regards,
Morten
2005 Oct 28
3
Asserion Failure in Current CVS
Just installed the version from CVS as of Oct. 27.
I noticed three problems quite quickly:
Still seeing "(imap) killed with signal 14"
My INBOX closed with "access error" after reading it for a bit. There's
nothing in the logs or anything, but this hasn't happened for quite a
while now. There where quite a lot of incoming messages at the time and
I was marking
2006 Jan 24
1
Fwd: Weird problem opening mbox in beta1/2
Hmm, this is peculiar!
This mailbox has been unchanged on my test server since September. I've
been using it to test each new version of Dovecot just after I've
compiled it.
When beta1 was released, I opened this mbox with no problems. However,
when I upgraded to beta2, I got "file size unexpectedly shrinked in mbox
file /export/mail/a/24/vis99003/INBOX (16895967 vs 16899267)".
2013 Oct 25
0
[PATCH] Btrfs: return an error from btrfs_wait_ordered_range
I noticed that if the free space cache has an error writing out it''s data it
won''t actually error out, it will just carry on. This is because it doesn''t
check the return value of btrfs_wait_ordered_range, which didn''t actually return
anything. So fix this in order to keep us from making free space cache look
valid when it really isnt. Thanks,
Signed-off-by:
2012 Apr 09
9
[PATCH] Btrfs: use i_version instead of our own sequence
We''ve been keeping around the inode sequence number in hopes that somebody
would use it, but nobody uses it and people actually use i_version which
serves the same purpose, so use i_version where we used the incore inode''s
sequence number and that way the sequence is updated properly across the
board, and not just in file write. Thanks,
Signed-off-by: Josef Bacik
2012 Jul 24
19
what best for anti-spam filter?
what anti-spam for you used ? dspam?spammassian? amavisd-new ? what is
best ?
2012 Feb 17
4
2.0.X -> 2.1 pitfalls?
Hi all,
are there any pitfalls known for the migration from 2.0.18 to 2.1?
Can I simply stop dovecot, make install and start again?
--Frank Elsner
2011 Aug 15
9
[patch v2 0/9] btrfs: More error handling patches
Hi all -
The following 9 patches add more error handling to the btrfs code:
- Add btrfs_panic
- Catch locking failures in {set,clear}_extent_bit
- Push up set_extent_bit errors to callers
- Push up lock_extent errors to callers
- Push up clear_extent_bit errors to callers
- Push up unlock_extent errors to callers
- Make pin_down_extent return void
- Push up btrfs_pin_extent errors to
2006 Jan 31
1
beta2: strange assert
Hi,
My setup: Solaris 9, mbox format, mailboxes NFS mounted from
another S9 system, imap. I got the following assert yesterday:
Jan 30 19:57:15 emerald dovecot: [ID 107833 mail.error] imap(user):
file index-mail-headers.c: line 258 (index_mail_parse_header): assertion
failed: (part != NULL)
Jan 30 19:57:16 emerald dovecot: [ID 107833 mail.error] imap(user):
file index-mail-headers.c: line
2005 Aug 16
0
test80: in production, occasional assert
Timo,
Test-80, running on our production IMAP server. Setup: Solaris 9,
compiled with gcc 4.0.1, mbox format, configured like so:
VERSION=test80
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib \
./configure --prefix=/opt/dovecot.$VERSION --with-ssl=openssl \
--with-ssldir=/opt/openssl/ssl --with-rawlog --enable-debug > configure.out
Still seeing
2012 Feb 12
4
Dovecot 2.0.18 build error with pigeonhole
Hi,
It is probably a problem with pigeonhole 0.2.5.
...
make[3]: *** [managesieve-proxy.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Here is my build log:
http://oss.imt-systems.com/mstevens/temp/build.log
Someone an idea?
Best regards,
Morten
2011 Sep 12
2
C6 continuous release repo
Where on the CentOS website does one find the CentOS-6 CR
repo install package? I can find the one for CentOS-5 but
not for 6.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1
2011 Nov 08
9
Performance-Tuning
Hi,
I have > 11 TB hard used Mailstorage, saved als maildir in ext3 on HP EVA.
I always wanted to make some mesurements about several influences to the
performance (switch to ext4, switch to mdbox), but I never had enough time
to do that.
At the moment I *need* more speed, we have too much waitI/O on the system
and I already used all other performance and tuning-tricks (separated cache,