Re: [CalendarServer-users] Cannot invite anybody
Is your Disk Full? -> "No space left on device" 2011-04-03 02:12:42+0200 [-] [caldav-8008] exceptions.IOError: [Errno 28] No space left on device: '/var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/EC72D119-33DD-47C8-BCA1-AD3085E5C6AC.ics' Alex
No, there is 1 GB partition with 1 GB free space. 2011/4/3 Alexander Rusa <alex@rusa.at>:
Is your Disk Full? -> "No space left on device" 2011-04-03 02:12:42+0200 [-] [caldav-8008] exceptions.IOError: [Errno 28] No space left on device: '/var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/EC72D119-33DD-47C8-BCA1-AD3085E5C6AC.ics' Alex _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
Which file system do you use? Remember some file systems always reserve some blocks for the root user. You might want to try again with a larger file system, as it's most likely the cause of the problem here. -- Clemens sent from my Phone (and sorry for tofu) On Apr 3, 2011 9:46 PM, "Ladislav Wartha" <lwartha@gmail.com> wrote:
No, there is 1 GB partition with 1 GB free space.
2011/4/3 Alexander Rusa <alex@rusa.at>:
Is your Disk Full? -> "No space left on device" 2011-04-03 02:12:42+0200 [-] [caldav-8008] exceptions.IOError: [Errno 28] No space left on
device: '/var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/EC72D119-33DD-47C8-BCA1-AD3085E5C6AC.ics'
Alex _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
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. 2011/4/3 Clemens Lang <neverpanic@gmail.com>:
Which file system do you use? Remember some file systems always reserve some blocks for the root user. You might want to try again with a larger file system, as it's most likely the cause of the problem here.
-- Clemens sent from my Phone (and sorry for tofu)
On Apr 3, 2011 9:46 PM, "Ladislav Wartha" <lwartha@gmail.com> wrote:
No, there is 1 GB partition with 1 GB free space.
2011/4/3 Alexander Rusa <alex@rusa.at>:
Is your Disk Full? -> "No space left on device" 2011-04-03 02:12:42+0200 [-] [caldav-8008] exceptions.IOError: [Errno 28] No space left on
device: '/var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/EC72D119-33DD-47C8-BCA1-AD3085E5C6AC.ics' Alex _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
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.
I run: fsck -f -y /dev/mapper/debian-calendarserver fsck from util-linux-ng 2.17.2 e2fsck 1.41.12 (17-May-2010) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/mapper/debian-calendarserver: 81/313344 files (6.2% non-contiguous), 46665/1253376 blocks It seems that filesystem is ok. I checked calendarserver and I still have same issue there, even after filesystem check. 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
On Apr 4, 2011, at 2:07 AM, Ladislav Wartha wrote:
It seems that filesystem is ok. I checked calendarserver and I still have same issue there, even after filesystem check.
Could it be permissions? As in, calendarserver doesn't have permission to write to a file/folder, and mis-reports the error as a 'volume is full' error. Eli
I thought about it. I changed permission temporary to 777 on all files, but the result was the same. Then I changed it back. Its possible that permission should be change on user_xattr level, but I don't know how. 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
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
I was able to reproduce same error from Windows's Sunbird so we can exclude any implementation issue there. I am able to create event in the calendar, but when I add new person to Invitee, I receive this error MODIFICAION_FAILED. There seems to be two issues (see error log at the end): Writing to /var/spool/caldavd/calendars/__uids__/5e/7a/5e7a54dd-90b0-54e4-88d7-09c7eabfaa0b/inbox Writing to /var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/f733ad69-6970-40e0-bd92-a77e033d1ef9.ics Files are writable by caldavd user (same user running caldav server). There is no quota implemented on the filesytem level and there are some records in user_xattr on these files (created by calendarserver). There is over 1 GB of free space on the filesytem and 1% of the filesystem is used: /dev/mapper/debian-calendarserver 1.2G 7.0M 1.1G 1% /var/spool/caldavd I also tried to remove everything inside /var/spool/caldavd/. Server started, I was able to create new calendars, but cannot invite anybody. Any help will be appreciated. Error log file: 2011-04-04 14:09:54+0200 [-] [mailgateway] 2011-04-04 14:09:54+0200 [-] twisted.web2.channel.http.HTTPFactory starting on 62310 2011-04-04 14:13:26+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twisted.web2.dav.method.propfind#error] File not found: /var/spool/caldavd/calendar/users/Lwartha/calendar 2011-04-04 14:15:28+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x20f1410> iMIP VFREEBUSY REQUESTs not supported. 2011-04-04 14:15:28+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for mailto:gandalf@: None 2011-04-04 14:15:28+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x21fc310> iMIP VFREEBUSY REQUESTs not supported. 2011-04-04 14:15:28+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for mailto:gandalf@: None 2011-04-04 14:15:29+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x220eb50> iMIP VFREEBUSY REQUESTs not supported. 2011-04-04 14:15:29+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for mailto:gandalf@firstnet.: None 2011-04-04 14:15:29+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.imip#error] Could not do server-to-imip request : <twistedcaldav.scheduling.imip.ScheduleViaIMip object at 0x220ed90> iMIP VFREEBUSY REQUESTs not supported. 2011-04-04 14:15:29+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during POST for mailto:gandalf@firstnet.: None 2011-04-04 14:15:45+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.processing#error] ImplicitProcessing - originator 'mailto:lwartha@gmail.com' to recipient 'urn:uuid:5e7a54dd-90b0-54e4-88d7-09c7eabfaa0b' with UID: 'f733ad69-6970-40e0-bd92-a77e033d1ef9' - exception raised will try to fix: [Errno 28] No space left on device: '/var/spool/caldavd/calendars/__uids__/5e/7a/5e7a54dd-90b0-54e4-88d7-09c7eabfaa0b/calendar/63dcc8b72c3cf386863cae168afa9857.ics' 2011-04-04 14:15:45+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.caldav#error] Could not store data in Inbox : <ScheduleInboxFile (calendar inbox collection): /var/spool/caldavd/calendars/__uids__/5e/7a/5e7a54dd-90b0-54e4-88d7-09c7eabfaa0b/inbox> 2011-04-04 14:15:45+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] [twistedcaldav.scheduling.scheduler.ScheduleResponseQueue#error] Error during PUT for urn:uuid:5e7a54dd-90b0-54e4-88d7-09c7eabfaa0b: None 2011-04-04 14:15:45+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] Exception rendering: 2011-04-04 14:15:45+0200 [-] [caldav-8008] [PooledMemCacheProtocol,client] Unhandled Error 2011-04-04 14:15:45+0200 [-] [caldav-8008] Traceback (most recent call last): 2011-04-04 14:15:45+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 267, in errback 2011-04-04 14:15:45+0200 [-] [caldav-8008] self._startRunCallbacks(fail) 2011-04-04 14:15:45+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 310, in _startRunCallbacks 2011-04-04 14:15:45+0200 [-] [caldav-8008] self._runCallbacks() 2011-04-04 14:15:45+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 326, in _runCallbacks 2011-04-04 14:15:45+0200 [-] [caldav-8008] self.result = callback(self.result, *args, **kw) 2011-04-04 14:15:45+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 769, in gotResult 2011-04-04 14:15:45+0200 [-] [caldav-8008] _inlineCallbacks(r, g, deferred) 2011-04-04 14:15:45+0200 [-] [caldav-8008] --- <exception caught here> --- 2011-04-04 14:15:45+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 747, in _inlineCallbacks 2011-04-04 14:15:45+0200 [-] [caldav-8008] result = result.throwExceptionIntoGenerator(g) 2011-04-04 14:15:45+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator 2011-04-04 14:15:45+0200 [-] [caldav-8008] return g.throw(self.type, self.value, self.tb) 2011-04-04 14:15:45+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 14:15:45+0200 [-] [caldav-8008] result = (yield storer.run()) 2011-04-04 14:15:45+0200 [-] [caldav-8008] File "/usr/lib/twisted-calendarserver/lib/python2.6/site-packages/twisted/internet/defer.py", line 749, in _inlineCallbacks 2011-04-04 14:15:45+0200 [-] [caldav-8008] result = g.send(result) 2011-04-04 14:15:45+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 14:15:45+0200 [-] [caldav-8008] raise err 2011-04-04 14:15:45+0200 [-] [caldav-8008] exceptions.IOError: [Errno 28] No space left on device: '/var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/f733ad69-6970-40e0-bd92-a77e033d1ef9.ics' 2011-04-04 14:15:45+0200 [-] [caldav-8008]
ls -lsa /var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/f733ad69-6970-40e0-bd92-a77e033d1ef9.ics 2 -rw-r-----. 1 caldavd caldavd 751 Apr 4 14:15 /var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/f733ad69-6970-40e0-bd92-a77e033d1ef9.ics getfacl -d /var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/f733ad69-6970-40e0-bd92-a77e033d1ef9.ics bash: getfacl: command not found getfattr -d /var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/f733ad69-6970-40e0-bd92-a77e033d1ef9.ics getfattr: Removing leading '/' from absolute path names # file: var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/f733ad69-6970-40e0-bd92-a77e033d1ef9.ics user.{DAV:}getcontenttype=0seJxVy0sOQDAQANCrdDcrv53QViTiBNg3NT4JU2mHcHu23v7J6t43caEPqyMFWZyCQLJuXGlW0HdtlEOl5YxsHTES83Og+A4FBU09FKAZb06s2ZBG40u7GB+Q1clTlMvkH/ULQrgnIw== user.{http:%2F%2Ftwistedmatrix.com%2Fxml_namespace%2Fdav%2Fprivate%2F}scheduling-object-resource=0seJx1jDsSwiAUAK9CR0Wedo4DpPMEpnYQngaHT4b3gjm+XMB2d3b1fOQkOjaKtRh5nk5SYPE1xPI2crnf1EXOVpNfMexpQFWfH/SsGlLdm0cx+kJGrszbFYC/kRhDdtziMfmaYfhHcRlpcx4huA5bi90xgrQvlwg1/L/bH8iFOkY= user.{http:%2F%2Ftwistedmatrix.com%2Fxml_namespace%2Fdav%2F}getcontentmd5=0seJxVzU0OgjAQQOGrdNeVFGhRMPzsPIGuzdAO0MROCZ0gx5et65cvrx2O8BE7bslH6mSR5VIg2eg8zZ18PR+XWg59OyPbSIzEwVXiJJQ6uTCvd6X46xOjC8CbPzIbgzr7myBgWsGicrAr2U/G6qsZi7FuphJv1jUGqrGstIY8Lydo1d+j/wGwYDO8
ls -lsa /var/spool/caldavd/calendars/__uids__/5e/7a/5e7a54dd-90b0-54e4-88d7-09c7eabfaa0b/inbox total 12 2 drwxr-x---. 2 caldavd caldavd 1024 Apr 4 14:15 . 2 drwxr-x---. 5 caldavd caldavd 1024 Apr 4 14:15 .. 8 -rw-r-----. 1 caldavd caldavd 7168 Apr 4 14:15 .db.sqlite ls -lsa /var/spool/caldavd/calendars/__uids__/5e/7a/5e7a54dd-90b0-54e4-88d7-09c7eabfaa0b/ total 10 2 drwxr-x---. 5 caldavd caldavd 1024 Apr 4 14:15 . 2 drwxr-x---. 3 caldavd caldavd 1024 Apr 4 14:15 .. 2 drwxr-x---. 2 caldavd caldavd 1024 Apr 4 14:15 calendar 2 drwxr-x---. 2 caldavd caldavd 1024 Apr 4 14:15 inbox 2 drwxr-x---. 2 caldavd caldavd 1024 Apr 4 14:15 outbox
2011/4/3 Clemens Lang <neverpanic@gmail.com>:
Which file system do you use? Remember some file systems always reserve some blocks for the root user. You might want to try again with a larger file system, as it's most likely the cause of the problem here.
-- Clemens sent from my Phone (and sorry for tofu)
On Apr 3, 2011 9:46 PM, "Ladislav Wartha" <lwartha@gmail.com> wrote:
No, there is 1 GB partition with 1 GB free space.
2011/4/3 Alexander Rusa <alex@rusa.at>:
Is your Disk Full? -> "No space left on device" 2011-04-03 02:12:42+0200 [-] [caldav-8008] exceptions.IOError: [Errno 28] No space left on
device: '/var/spool/caldavd/calendars/__uids__/ba/1d/ba1d171f-3ebb-5049-b8fb-bf3063e8ff58/calendar/EC72D119-33DD-47C8-BCA1-AD3085E5C6AC.ics' Alex _______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
participants (5)
-
Alexander Rusa
-
Clemens Lang
-
Eli Bach
-
Ladislav Wartha
-
Michael Pasqualone