tag 358742 moreinfo
thanks

On Fri, 24 Mar 2006, Matt Boes wrote:
> Mar 23 21:29:30 localhost cyrus/imapd[32537]: IOERROR: locking header 
> for user.jl-jennings.Sent: Interrupted system call

Traced to mailbox_lock_header() in imap/mailbox.c.  That calls
lock_reopen(), which is supposed to be lib/lock_fcntl.c lock_reopen().

Looking at that function, you have 100 seconds for the locking to succeed,
or it will bomb with the error you reported.  100s is a whole lot, do you
see such a hang of 100s before the error message?

What is different for this user in your system? Is he the only one using
that Thunderbird version?  Does he has weird stuff in sieve or a very
different ammount of email in his spool when compared to your other users?

The only thing I can think about right now that might fix the problem is
this:  edit lib/lock_fcntl.c, function setsigalrm().  Add "alarm(0);" before
"lock_gotsigalrm = 0;".  Rebuild cyrus.  Please report back if that fixes
the issue.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to