strange string in log file

Phil Pennock info-cyrus-spodhuis at spodhuis.org
Fri Nov 3 11:04:48 EST 2006


On 2006-11-03 at 18:15 +0300, A Clockwork Orange wrote:
> what does it mean in log
> 
> : error sending to idled: 2

"2" is probably ENOENT, so there's nothing listening on the socket.

So the imapd can't talk to the idled.

Did you use idled in the past, but stop using it?  In which case, you
probably need to manually remove the socket from the file-system; if the
socket doesn't exist, the warning shouldn't happen and imapd will
quietly just use polling.  The location is either that configured by
the imapd.conf option "idlesocket" or, if that option is not in the
config file, is "{configdirectory}/socket/idle" for whatever the value
of the "configdirectory" option is.

Are you expecting to use idled?  If so, is it configured in cyrus.conf
under START?  Is it still running (use "ps") or has it crashed?

Regards,
-Phil


More information about the Info-cyrus mailing list