Can I please ask for some help getting calendarserver to run on debian. Having followed the instructions at: http://www.deanspot.org/content/installing-apples-calendarserver-ubuntu it seems to start but I cant access it from a web browser and the error log seems to fill up with complaints about a depreciated use of twisted (see below for a segment, this seems to be repeated as long at the daemon is running). I'm new to calendarserver so thank you for your patience tom ERROR LOG: 2009-05-06 12:10:48-0400 [-] [caldav-8008] /usr/lib/python2.5/site-packages/twisted/plugins/twisted_web2.py:22: DeprecationWarning: mktap and related support modules are deprecated as of Twisted 8.0. Use Twisted Application Plugins with the 'twistd' command directly, as described in 'Writing a Twisted Application Plugin for twistd' chapter of the Developer Guide. 2009-05-06 12:10:48-0400 [-] [caldav-8008] from twisted.scripts.mktap import _tapHelper 2009-05-06 12:10:49-0400 [-] [caldav-8008] Traceback (most recent call last): 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/bin/twistd", line 21, in <module> 2009-05-06 12:10:49-0400 [-] [caldav-8008] run() 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twisted/scripts/twistd.py", line 27, in run 2009-05-06 12:10:49-0400 [-] [caldav-8008] app.run(runApp, ServerOptions) 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 614, in run 2009-05-06 12:10:49-0400 [-] [caldav-8008] runApp(config) 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twisted/scripts/twistd.py", line 23, in runApp 2009-05-06 12:10:49-0400 [-] [caldav-8008] _SomeApplicationRunner(config).run() 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 330, in run 2009-05-06 12:10:49-0400 [-] [caldav-8008] self.application = self.createOrGetApplication() 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 411, in createOrGetApplication 2009-05-06 12:10:49-0400 [-] [caldav-8008] ser = plg.makeService(self.config.subOptions) 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twistedcaldav/tap.py", line 749, in makeService 2009-05-06 12:10:49-0400 [-] [caldav-8008] service = serviceMethod(options) 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twistedcaldav/tap.py", line 471, in makeService_Slave 2009-05-06 12:10:49-0400 [-] [caldav-8008] baseDirectory = directoryClass(**config.DirectoryService["params"]) 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twistedcaldav/directory/xmlfile.py", line 53, in __init__ 2009-05-06 12:10:49-0400 [-] [caldav-8008] self._accounts() 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twistedcaldav/directory/xmlfile.py", line 96, in _accounts 2009-05-06 12:10:49-0400 [-] [caldav-8008] parser = XMLAccountsParser(self.xmlFile) 2009-05-06 12:10:49-0400 [-] [caldav-8008] File "/usr/lib/python2.5/site-packages/twistedcaldav/directory/xmlaccountsparser.py", line 88, in __init__ 2009-05-06 12:10:49-0400 [-] [caldav-8008] self.log("Ignoring file %r because it is not a repository builder file" % (self.xmlFile,)) 2009-05-06 12:10:49-0400 [-] [caldav-8008] AttributeError: 'XMLAccountsParser' object has no attribute 'log'