Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
We are experiencing lots of following error messages in dovecot main.log since Upgrade to RHEL 7.4
Dec 01 12:36:42 imap(***replaced_mailadress***): Error: Broken file /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist line 159: Invalid data:
Dec 01 12:38:16 imap(***replaced_mailadress***): Error: Broken or unexpectedly changed file /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist line 161: Invalid data: - re-reading from beginning
Dec 01 12:38:16 imap(***replaced_mailadress***): Error: Broken file /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist line 161: Invalid data:
Dec 01 12:43:48 imap(***replaced_mailadress***): Error: Broken or unexpectedly changed file /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist line 1: Invalid data: - re-reading from beginning
Dec 01 12:43:48 imap(***replaced_mailadress***): Error: Broken file /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist line 162: Invalid data:
Dec 01 12:44:18 imap(***replaced_mailadress***): Error: /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist: next_uid was lowered (70224 -> 70223, hdr=70223)
Dec 01 12:46:41 imap(***replaced_mailadress***): Error: Broken or unexpectedly changed file /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist line 1: Invalid data: - re-reading from beginning
Dec 01 12:46:41 imap(***replaced_mailadress***): Error: Broken file /srv/vmail/j/o/***replaced_mailadress***//maildir/dovecot-uidlist line 163: Invalid data:
Version-Release number of selected component (if applicable):
nfs-utils-1.3.0-0.48.el7_4.x86_64
How reproducible:
Always
Steps to Reproduce:
RHEL 7.4 with dovecot and NFS Shares, happens on both our mail servers
For further information please see also the mails to this topic on the dovecot mailing list:
http://dovecot.markmail.org/message/x43nti7mixddhgi6?q=nfs+order:date-backward&page=2#query:nfs%20order%3Adate-backward+page:2+mid:mpvmpxfy33qdrh3j+state:results
This user thinks it has something to do with NFS, so we are currently thinking about downgrading nfs-utils.
Additional info: Please let me know for other logs
(In reply to SHAURYA from comment #0)
> nfs-utils-1.3.0-0.48.el7_4.x86_64
The above package is to fix Bug 1498959.
However I cannot find anything FNS relative from the above logs.
Would it be possible to have a test downgrading to
nfs-utils-1.3.0-0.48.el7 and check if it can solve this problem?
If really it's nfs issue, please help to log some debug on the
server side, such as:
# systemctl status nfs
# showmount -e localhost
# exportfs -v
I am running into this same issue and love to work with you to see if we could troubleshoot the issue to get it resolved. I recently upgraded from CentOS 7.3 to 7.7 while I realize it is not the official RHEL, it should be close enough to troubleshoot if you are willing to work with me.
As a follow up, I believe the issue is in the kernel, not the NFS packages, here's how I came to that conclusion.
After updating all packages to the latest available release:
kernel-3.10.0-1062.1.1.el7.x86_64
libnfsidmap-0.25-19.el7.x86_64
nfs-utils-1.3.0-0.65.el7.x86_64
dovecot-2.2.36-3.el7_7.1.x86_64
I started seeing the above errors in our maillog file.
As a first step, I rolled back dovecot to dovecot-2.2.10-8.el7.x86_64, rebooted and the problem persisted.
Next step, I rolled back nfs-utils to nfs-utils-1.3.0-0.33.el7_3.x86_64 and libnfsidmap to libnfsidmap-0.25-15.el7.x86_64, rebooted and the problem persisted.
Next, I switched the server to boot off of kernel-3.10.0-514.10.2.el7.x86_64 and rebooted. The problem went away.
Next, I reinstalled the nfs updates nfs-utils-1.3.0-0.65.el7.x86_64 and libnfsidmap-0.25-19.el7.x86_64, rebooted and still no issues.
Finally I updated to dovecot-2.2.36-3.el7_7.1.x86_64, rebooted and still no signs of the issue.
So currently we are running with:
kernel-3.10.0-514.10.2.el7.x86_64
libnfsidmap-0.25-19.el7.x86_64
nfs-utils-1.3.0-0.65.el7.x86_64
dovecot-2.2.36-3.el7_7.1.x86_64
and our maillog is not showing the issues.
If you have the desire to look into this further, please let me know.