I'm having a similar error --- however, my Wiki Error Log reports the following:
2008-04-07 11:16:34-0400 [-] Starting factory <twisted.web.server.Site instance at 0x2d9ec10>
2008-04-07 11:16:34-0400 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
2008-04-07 11:16:34-0400 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x2d9ef08>
2008-04-07 11:16:34-0400 [-] Traceback (most recent call last):
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
2008-04-07 11:16:34-0400 [-] run()
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
2008-04-07 11:16:34-0400 [-] app.run(runApp, ServerOptions)
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
2008-04-07 11:16:34-0400 [-] runApp(config)
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
2008-04-07 11:16:34-0400 [-] _SomeApplicationRunner(config).run()
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 158, in run
2008-04-07 11:16:34-0400 [-] self.postApplication()
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/
twistdunix.py", line 213, in postApplication
2008-04-07 11:16:34-0400 [-] startApplication(self.config, self.application)
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/
twistdunix.py", line 176, in startApplication
2008-04-07 11:16:34-0400 [-] uid, gid = mktap.getid(config['uid'], config['gid'])
2008-04-07 11:16:34-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/mktap.py", line 41, in getid
2008-04-07 11:16:34-0400 [-] uid = pwd.getpwnam(uid)[2]
2008-04-07 11:16:34-0400 [-] KeyError: 'getpwnam(): name not found: _teamsserver'
Does anyone have any idea what this is talking about?
Incidentally, this started happening after a cold reset because (for no apparent reason) the server locked up hard.