I tried to remove calendarserver from the system and purge it. (cleaned up directories: /etc/caldavd/, /var/lib/caldavd/, /var/spool/caldavd/) Removed all python things which were installed by calendarserver dependencies. Then I made fresh install and 1. add users to accounts.xml 2. turn off digest authentication and kerberos authentication 3. configure server name The result is unfortunately the same (See at the bottom). However when I create event with admin account, I do not see any error, but event disapears.Not sure if its issue on calendarserver or client implementation. 2011-04-04 16:17:36+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.caldav#error] Could not store data in Inbox : <ScheduleInboxFile (calendar inbox collection): /var/spool/caldavd/calendars/__uids__/ca/d3/cad3eefc-2c5e-5277-8b50-23128d2654a5/inbox> 2011-04-04 16:17:36+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for urn:uuid:cad3eefc-2c5e-5277-8b50-23128d2654a5: None 2011-04-04 16:17:36+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] Exception rendering: 2011-04-04 16:17:36+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] Unhandled Error 2011-04-04 16:17:36+0200 [-] [caldav-8008] Traceback (most recent call last): 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 267, in errback 2011-04-04 16:17:36+0200 [-] [caldav-8008] self._startRunCallbacks(fail) 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 310, in _startRunCallbacks 2011-04-04 16:17:36+0200 [-] [caldav-8008] self._runCallbacks() 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 326, in _runCallbacks 2011-04-04 16:17:36+0200 [-] [caldav-8008] self.result = callback(self.result, *args, **kw) 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 769, in gotResult 2011-04-04 16:17:36+0200 [-] [caldav-8008] _inlineCallbacks(r, g, deferred) 2011-04-04 16:17:36+0200 [-] [caldav-8008] --- <exception caught here> --- 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 747, in _inlineCallbacks 2011-04-04 16:17:36+0200 [-] [caldav-8008] result = result.throwExceptionIntoGenerator(g) 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator 2011-04-04 16:17:36+0200 [-] [caldav-8008] return g.throw(self.type, self.value, self.tb) 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twistedcaldav/method/put.py", line 68, in http_PUT 2011-04-04 16:17:36+0200 [-] [caldav-8008] result = (yield storer.run()) 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 749, in _inlineCallbacks 2011-04-04 16:17:36+0200 [-] [caldav-8008] result = g.send(result) 2011-04-04 16:17:36+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twistedcaldav/method/put_common.py", line 1127, in run 2011-04-04 16:17:36+0200 [-] [caldav-8008] raise err 2011-04-04 16:17:36+0200 [-] [caldav-8008] exceptions.IOError: [Errno 28] No space left on device: '/var/spool/caldavd/calendars/__uids__/d8/17/d817aaec-7d24-5b38-bc2f-6369da72cdd9/calendar/40566b49-6d89-40c8-819c-ea9cd46a9d3c.ics' 2011-04-04 16:17:36+0200 [-] [caldav-8008] 2011/4/4 Michael Pasqualone <michael@macexperts.com.au>:
Run a fsck on the volume. If it's not a free space issues, or run out of inodes, or a quota issue it could be a corrupt file system.
-- Michael Pasqualone
On 04/04/2011, at 5:04 PM, Ladislav Wartha wrote:
Its 1 GB volume (ext3 filesystem with user_xattr set) with nearly 1GB free size. I already increased size of this volume from 100MB. I don't think that the free space is realy the issue there. Its possible that some other attribute to the filesystem needs to be set or something similiar, however I do not expect that pure free size is the issue there.
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users