#295: memcached error on CS when I input a new event -----------------------------+---------------------------------------------- Reporter: filippos@dsi.gr | Owner: wsanchez@apple.com Type: Defect | Status: new Priority: 2: Expected | Milestone: Linux Port Component: Calendar Server | Version: trunk Severity: Crash/data loss | Resolution: Keywords: memcached | -----------------------------+---------------------------------------------- Comment (by wsanchez@apple.com): Hrm. Yes. Here's a work-around until we fix this... add -u calendar to the list of options passed to memcached. For example: {{{ <!-- Support for Memcached --> <key>Memcached</key> <dict> <key>Options</key> <array> <string>-u</string> <string>calendar</string> </array> </dict> }}} -- Ticket URL: <http://trac.calendarserver.org/ticket/295#comment:1> CalendarServer </> HTTP/WebDAV/CalDAV Server