Today, I decided to dig a bit deeper then I did before. First, I started looking at the scalixmail.log file of one of those users with problems. I noticed that there are some messages in there.. mostly, I see "The operation requested is not supported in the current implementation of the service provider". I compared this with a user without problems.. these same message are in that scalixmail.log file as well.. Okay.. digging a bit deeper in the logfile.
Code: Select all
A fatal error has occurred - see the system error log
Too many Files open. Cannot open any moreOkay.. that doesn't sound good.. so I started digging at the server.. and I noticed that there are a lot of those [OM 4646] errors in the fatal logfile.. Most of them from users that complain a lot about Outlook trouble. I also noticed that this error shows up after 3th October 2007. And that's a couple of days after I replaced my RHEL3/Scalix 10 server, with a CentOS5/Scalix 11 server.
So, apparently I'm reaching my max files open limit. But why always the same users with these problems?
Code: Select all
cat /proc/sys/fs/file-max
406885This seems high enough..?
Code: Select all
lsof | wc
44970 402834 4792630
I'm a bit lost.. what should I do to solve this..?
CentOS5
Scalix 11.2
Outlook 2000 with latest Scalix 10 connector (Scalix 11 connector with Outlook 2000 is giving much more problems)
