Hi, while debugging the problem, this patch fixed the problem.
--- calendarserver-3.2+dfsg.orig/twext/python/sendmsg.c +++ calendarserver-3.2+dfsg/twext/python/sendmsg.c @@ -238,7 +238,7 @@ static PyObject *sendmsg_sendmsg(PyObjec } control_message->cmsg_level = level; - control_message->cmsg_type = type; + control_message->cmsg_type = SCM_RIGHTS; data_size = CMSG_LEN(data_len); if (data_size > SOCKLEN_MAX) { A proper fix is needed, possibly reading the values in the first loop. That is up to the developers. More information : http://lists.macosforge.org/pipermail/calendarserver-users/2012-August/002032.html /Fred -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org