On 11.09.14 16:39, Cyrus Daboo wrote: > Hi Ulrich, > > --On September 11, 2014 at 4:29:56 PM +0200 Ulrich Fourier > <ulrich.four...@rockyourlife.de> wrote: > >> thank you, in that case I will setup a database. >> I attached both log files, I hope that they are helpful. > > OK, so a couple of things to look at from the error log: > > 1) 2014-09-11 16:13:33+0200 [-] [memcached-Default] can't run as root > without the -u switch > > Looks like you are trying to run the server as root. That will prevent > memcache from running. I would advise you to run as a normal user - or > better create a user dedicated to running this server (that is what we > do on OS X where we have a system "calendar" user for that purpose). > > 2) These LDAP errors: > > 2014-09-11 16:13:56+0200 [-] [caldav-0] > [PooledMemCacheProtocol,client] > [twistedcaldav.directory.ldapdirectory.LdapDirectoryService#debug] > Faulting record for attribute 'shortname' with value 'UlrichFourier' > 2014-09-11 16:13:56+0200 [-] [caldav-0] > [PooledMemCacheProtocol,client] > [twistedcaldav.directory.ldapdirectory.LdapDirectoryService#debug] > LDAP query for types ['users'], indexType shortname and indexKey > UlrichFourier > 2014-09-11 16:13:56+0200 [-] [caldav-0] > [PooledMemCacheProtocol,client] > [twistedcaldav.directory.ldapdirectory.LdapDirectoryService#debug] > Retrieving ldap record with base ou=people,dc=rockyourlife,dc=de and > filter > (&(&(!(objectClass=organizationalUnit))(objectClass=inetOrgPerson))(dn=UlrichFourier)). > > Those suggest that there is a problem looking up the LDAP record for > "dn=UlrichFourier". Can you check your LDAP service to see what record > you are supposed to be using? > Alright I guess I tried something there but forgot to change it back. I've fixed now both things. It still doesn't work, see my attached logs.
2014-09-11 16:59:22+0200 [-] Log opened. 2014-09-11 16:59:22+0200 [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2014-09-11 16:59:22+0200 [-] reactor class: twisted.internet.pollreactor.PollReactor. 2014-09-11 16:59:22+0200 [-] AMPLoggingFactory starting on '/tmp/caldavd.sock' 2014-09-11 16:59:22+0200 [-] [calendarserver.accesslog#debug] rotateGlobalHitHistoryStats: [{'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}, {'hits': 0, 'time': 1410447562}] 2014-09-11 16:59:22+0200 [-] CalDAVStatisticsServer starting on '/tmp/caldavd-stats.sock' 2014-09-11 16:59:22+0200 [-] LimitingInheritingProtocolFactory starting on 8008 2014-09-11 16:59:22+0200 [-] LimitingInheritingProtocolFactory starting on 8443 2014-09-11 16:59:22+0200 [-] LimitingInheritingProtocolFactory starting on 8843 2014-09-11 16:59:22+0200 [-] [calendarserver.tap.caldav.CalDAVServiceMaker#info] Adding group caching service 2014-09-11 16:59:22+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] Log opened. 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacherService#warn] Starting group membership cacher service 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCache#debug] is group-cacher-populated 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCache#debug] Getting Cache Token for 'group-cacher-populated' 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.memcachepool.MemCachePool#debug] Initating new client connection to: IPv4Address(TCP, '127.0.0.1', 11211) 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [Uninitialized] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [Uninitialized] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Updating group membership cache 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Group membership snapshot file exists: /var/www/caldavd/Data/memberships_cache 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Attempting to acquire group membership cache lock 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCache#debug] add group-cacher-lock 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCache#debug] Adding Cache Token for 'group-cacher-lock' 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Acquired lock 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Retrieving list of all proxies 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.database#debug] Starting ADBAPI thread: 140476571006720 2014-09-11 16:59:23+0200 [-] [caldav-0] Reading configuration from file: /etc/caldavd/caldavd.plist 2014-09-11 16:59:23+0200 [-] [caldav-0] [-] Log opened. 2014-09-11 16:59:23+0200 [-] [caldav-0] [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2014-09-11 16:59:23+0200 [-] [caldav-0] [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2014-09-11 16:59:23+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/tmp/caldavd.sock') PEER:UNIXAddress('')) 2014-09-11 16:59:23+0200 [calendarserver.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXAddress('/tmp/caldavd.sock') PEER:UNIXAddress('')) 2014-09-11 16:59:23+0200 [-] [caldav-0] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/tmp/caldavd.sock')) 2014-09-11 16:59:23+0200 [-] [caldav-1] Reading configuration from file: /etc/caldavd/caldavd.plist 2014-09-11 16:59:23+0200 [-] [caldav-1] [-] Log opened. 2014-09-11 16:59:23+0200 [-] [caldav-1] [-] twistd 12.0.0 (/usr/bin/python2.7 2.7.3) starting up. 2014-09-11 16:59:23+0200 [-] [caldav-1] [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2014-09-11 16:59:23+0200 [-] [caldav-1] [-] AMP connection established (HOST:UNIXAddress(None) PEER:UNIXAddress('/tmp/caldavd.sock')) 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] There are 0 proxies 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Retrieving group hierarchy from directory 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] 0 groups retrieved from the directory 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] 0 groups are proxies 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] There are 0 users delegated-to via groups 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Taking snapshot of group memberships to /var/www/caldavd/Data/memberships_cache 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Storing 0 group memberships in memcached 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCache#debug] set group-cacher-populated 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCache#debug] Setting Cache Token for 'group-cacher-populated' 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Releasing lock 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCache#debug] delete group-cacher-lock 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCache#debug] Deleting Cache Token for 'group-cacher-lock' 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x2851710> 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacheUpdater#info] Group memberships cache updated 2014-09-11 16:59:23+0200 [-] [groupcacher] 2014-09-11 16:59:23+0200 [PooledMemCacheProtocol,client] [twistedcaldav.directory.directory.GroupMembershipCacherService#info] Scheduling next group membership update 2014-09-11 16:59:23+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use 2014-09-11 16:59:25+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,1,88.217.236.30] [twext.web2.server#info] PROPFIND /principals/users/UlrichFourier/ HTTP/1.1 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] hashing key for get: ('PROPFIND', '{DAV:}unauthenticated', '/principals/users/UlrichFourier/', '0', 5797720510652872870) to '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Checking cache for: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Initating new client connection to: IPv4Address(TCP, '127.0.0.1', 11211) 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [Uninitialized] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [Uninitialized] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.cache.MemcacheResponseCache#debug] Not in cache: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.ldapdirectory.LdapDirectoryService#debug] Memcache: checking dir|5A871574-0C86-44EE-B11B-B9440C3DC4DD|shortname|UlrichFourier|users|groups 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.ldapdirectory.LdapDirectoryService#debug] Memcache: hit dir|5A871574-0C86-44EE-B11B-B9440C3DC4DD|shortname|UlrichFourier|users|groups 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '175789332068275312457541363192074877358790833309486936318' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Setting Cache Token for '175789332068275312457541363192074877358790833309486936318' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Could not locate URI: URINotFoundException: Could not find URI '{DAV:}unauthenticated' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,2,88.217.236.30] [twext.web2.server#info] PROPFIND /principals/users/UlrichFourier/ HTTP/1.1 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,2,88.217.236.30] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '175789332068275312457541363192074877358790833309486936318' 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,2,88.217.236.30] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,2,88.217.236.30] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '369897014805266437250983846063095056435770499937445597446' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Setting Cache Token for '369897014805266437250983846063095056435770499937445597446' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,3,88.217.236.30] [twext.web2.server#info] PROPFIND /principals/users/UlrichFourier/ HTTP/1.1 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] hashing key for get: ('PROPFIND', '{DAV:}unauthenticated', '/principals/users/UlrichFourier/', '0', 5797720510652872870) to '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Checking cache for: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.cache.MemcacheResponseCache#debug] Not in cache: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '487557792439347928123616508389672599413301542180659418387' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Setting Cache Token for '487557792439347928123616508389672599413301542180659418387' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Could not locate URI: URINotFoundException: Could not find URI '{DAV:}unauthenticated' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,3,88.217.236.30] [twext.web2.server#info] PROPFIND /principals/users/UlrichFourier/ HTTP/1.1 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] hashing key for get: ('PROPFIND', '{DAV:}unauthenticated', '/principals/users/UlrichFourier/', '0', 5797720510652872870) to '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Checking cache for: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.cache.MemcacheResponseCache#debug] Not in cache: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '785689628574328214275972709490058822455857877558779166740' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Setting Cache Token for '785689628574328214275972709490058822455857877558779166740' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Could not locate URI: URINotFoundException: Could not find URI '{DAV:}unauthenticated' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,4,88.217.236.30] [twext.web2.server#info] PROPFIND /principals/users/UlrichFourier/ HTTP/1.1 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,4,88.217.236.30] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '785689628574328214275972709490058822455857877558779166740' 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,4,88.217.236.30] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [HTTPChannel,4,88.217.236.30] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '62600707591012053434747681874183540987260263031742702060' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Setting Cache Token for '62600707591012053434747681874183540987260263031742702060' 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:26+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:27+0200 [-] [caldav-0] [HTTPChannel,5,88.217.236.30] [twext.web2.server#info] PROPFIND /principals/users/UlrichFourier/ HTTP/1.1 2014-09-11 16:59:27+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] hashing key for get: ('PROPFIND', '{DAV:}unauthenticated', '/principals/users/UlrichFourier/', '0', 5797720510652872870) to '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:27+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Checking cache for: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:27+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:27+0200 [-] [caldav-0] [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.cache.MemcacheResponseCache#debug] Not in cache: '359b41ef30e687514e5b9f8b1a94d87f' 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '450193389833616108685844220349873212745142521261670114650' 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Setting Cache Token for '450193389833616108685844220349873212745142521261670114650' 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2014-09-11 16:59:27+0200 [-] [caldav-0] [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Could not locate URI: URINotFoundException: Could not find URI '{DAV:}unauthenticated' 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x3a8cf38> 2014-09-11 16:59:27+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2014-09-11 16:59:29+0200 [-] [memcached-Default] failed to listen on TCP port 11211: Address already in use 2014-09-11 16:59:30+0200 [-] Received SIGINT, shutting down. 2014-09-11 16:59:30+0200 [AMPLoggingProtocol,1,] AMPLoggingProtocol connection lost (HOST:UNIXAddress('/tmp/caldavd.sock') PEER:UNIXAddress('')) 2014-09-11 16:59:30+0200 [-] [caldav-1] [-] Received SIGINT, shutting down. 2014-09-11 16:59:30+0200 [-] [caldav-1] [AMP,client] AMP connection lost (HOST:UNIXAddress(None) PEER:UNIXAddress('/tmp/caldavd.sock')) 2014-09-11 16:59:30+0200 [-] [caldav-1] [-] Received SIGTERM, shutting down. 2014-09-11 16:59:30+0200 [-] [caldav-1] [-] Main loop terminated. 2014-09-11 16:59:30+0200 [-] [caldav-1] [-] Server Shut Down. 2014-09-11 16:59:30+0200 [-] [groupcacher] 2014-09-11 16:59:30+0200 [-] Received SIGINT, shutting down. 2014-09-11 16:59:30+0200 [-] [groupcacher] 2014-09-11 16:59:30+0200 [-] [twistedcaldav.directory.directory.GroupMembershipCacherService#warn] Stopping group membership cacher service 2014-09-11 16:59:30+0200 [-] (TCP Port 8843 Closed) 2014-09-11 16:59:30+0200 [-] (TCP Port 8443 Closed) 2014-09-11 16:59:30+0200 [-] (TCP Port 8008 Closed) 2014-09-11 16:59:30+0200 [-] (UNIX Port '/tmp/caldavd-stats.sock' Closed) 2014-09-11 16:59:30+0200 [-] (UNIX Port '/tmp/caldavd.sock' Closed) 2014-09-11 16:59:30+0200 [-] [caldav-0] [-] Received SIGINT, shutting down. 2014-09-11 16:59:30+0200 [-] [caldav-0] [-] Received SIGTERM, shutting down. 2014-09-11 16:59:30+0200 [-] [groupcacher] 2014-09-11 16:59:30+0200 [-] [twistedcaldav.database#debug] Closing ADBAPI thread: 140476571006720 2014-09-11 16:59:30+0200 [-] [caldav-0] [-] Unhandled Error 2014-09-11 16:59:30+0200 [-] [caldav-0] Traceback (most recent call last): 2014-09-11 16:59:30+0200 [-] [caldav-0] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 402, in startReactor 2014-09-11 16:59:30+0200 [-] [caldav-0] self.config, oldstdout, oldstderr, self.profiler, reactor) 2014-09-11 16:59:30+0200 [-] [caldav-0] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 323, in runReactorWithLogging 2014-09-11 16:59:30+0200 [-] [caldav-0] reactor.run() 2014-09-11 16:59:30+0200 [-] [caldav-0] File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run 2014-09-11 16:59:30+0200 [-] [caldav-0] self.mainLoop() 2014-09-11 16:59:30+0200 [-] [caldav-0] File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1178, in mainLoop 2014-09-11 16:59:30+0200 [-] [caldav-0] self.runUntilCurrent() 2014-09-11 16:59:30+0200 [-] [caldav-0] --- <exception caught here> --- 2014-09-11 16:59:30+0200 [-] [caldav-0] File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 773, in runUntilCurrent 2014-09-11 16:59:30+0200 [-] [caldav-0] f(*a, **kw) 2014-09-11 16:59:30+0200 [-] [caldav-0] File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 577, in stop 2014-09-11 16:59:30+0200 [-] [caldav-0] "Can't stop reactor that isn't running.") 2014-09-11 16:59:30+0200 [-] [caldav-0] twisted.internet.error.ReactorNotRunning: Can't stop reactor that isn't running. 2014-09-11 16:59:30+0200 [-] [caldav-0] 2014-09-11 16:59:30+0200 [AMPLoggingProtocol,0,] AMPLoggingProtocol connection lost (HOST:UNIXAddress('/tmp/caldavd.sock') PEER:UNIXAddress('')) 2014-09-11 16:59:30+0200 [-] [caldav-0] [AMP,client] AMP connection lost (HOST:UNIXAddress(None) PEER:UNIXAddress('/tmp/caldavd.sock')) 2014-09-11 16:59:30+0200 [-] [caldav-0] [-] Main loop terminated. 2014-09-11 16:59:30+0200 [-] [caldav-0] [-] Server Shut Down. 2014-09-11 16:59:30+0200 [-] [groupcacher] 2014-09-11 16:59:30+0200 [-] Received SIGTERM, shutting down. 2014-09-11 16:59:30+0200 [-] [groupcacher] 2014-09-11 16:59:30+0200 [-] Main loop terminated. 2014-09-11 16:59:30+0200 [-] [groupcacher] 2014-09-11 16:59:30+0200 [-] Server Shut Down.
Log opened - server start: [Thu Sep 11 16:57:31 2014]. Log closed - server stop: [Thu Sep 11 16:58:32 2014]. Log opened - server start: [Thu Sep 11 16:59:09 2014]. Log closed - server stop: [Thu Sep 11 16:59:10 2014]. Log opened - server start: [Thu Sep 11 16:59:22 2014]. 88.217.236.30 - - [11/Sep/2014:16:59:26 +0200] "PROPFIND /principals/users/UlrichFourier/ HTTP/1.1" 401 141 "-" "CoreDAV/164.1 (11G63)" i=0 t=13.4 or=1 88.217.236.30 - - [11/Sep/2014:16:59:26 +0200] "PROPFIND /principals/users/UlrichFourier/ HTTP/1.1" 401 141 "-" "CoreDAV/164.1 (11G63)" i=0 t=6.4 or=1 88.217.236.30 - - [11/Sep/2014:16:59:26 +0200] "PROPFIND /principals/users/UlrichFourier/ HTTP/1.1" 401 141 "-" "CoreDAV/164.1 (11G63)" i=0 t=8.3 or=1 88.217.236.30 - - [11/Sep/2014:16:59:26 +0200] "PROPFIND /principals/users/UlrichFourier/ HTTP/1.1" 401 141 "-" "CoreDAV/164.1 (11G63)" i=0 t=5.6 or=1 88.217.236.30 - - [11/Sep/2014:16:59:26 +0200] "PROPFIND /principals/users/UlrichFourier/ HTTP/1.1" 401 141 "-" "CoreDAV/164.1 (11G63)" i=0 t=5.2 or=1 88.217.236.30 - - [11/Sep/2014:16:59:27 +0200] "PROPFIND /principals/users/UlrichFourier/ HTTP/1.1" 401 141 "-" "CoreDAV/164.1 (11G63)" i=0 t=7.1 or=1 Log closed - server stop: [Thu Sep 11 16:59:30 2014].
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/calendarserver-users