[CalendarServer-users] admin guide?

Ravi Kondamuru ravikondamuru at gmail.com
Mon May 4 11:16:19 PDT 2009


I currently did not install the server yet.
I am running from the setup directory by executing ./run
I am seeing some errors when I do this. The complete output is at the end of
the email. What caught my eye is the following:

2009-05-04 08:35:46-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error]
Invalid GUID in accounts XML: 'admin'; *badly formed hexadecimal UUID string
*<-- the bold font part shows up when I print the exception.

The conf/auth/accounts-test.xml has:
<accounts realm="Test Realm">
  <user>
    <uid>admin</uid>
    <guid>admin</guid>
    <password>admin</password>
    <name>Super User</name>
    <first-name>Super</first-name>
    <last-name>User</last-name>
  </user>

Any ideas,
thanks,
Ravi.

[ravik at ravies01 CalendarServer]$ ./run

Building PyOpenSSL...

Building PyKerberos...

Building xattr...

Building select26...

Building PyDirector...

Using python as Python

Starting server...
exec python /home/ravik/src/collaborate/Twisted/bin/twistd  -n caldav -f
/home/ravik/src/collaborate/CalendarServer/conf/caldavd-dev.plist -o
ProcessType=Combined
/home/ravik/src/collaborate/CalendarServer/calendarserver/tap/caldav.py:47:
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.
  from twisted.scripts.mktap import getid
2009-05-04 08:09:52-0700 [-] Log opened.
2009-05-04 08:09:52-0700 [-] twistd 8.2.0 (/usr/bin/python 2.5.0) starting
up.
2009-05-04 08:09:52-0700 [-] reactor class:
twisted.internet.selectreactor.SelectReactor.
2009-05-04 08:09:52-0700 [-] twistedcaldav.accesslog.AMPLoggingFactory
starting on "'logs/caldavd.sock'"
2009-05-04 08:09:52-0700 [-] [twistedcaldav.accesslog#info]
rotateGlobalHitHistoryStats: [{'hits': 0, 'time': 1241449792}, {'hits': 0,
'time': 1241449792}]
2009-05-04 08:09:52-0700 [-]
calendarserver.tap.caldav.CalDAVStatisticsServer starting on
"'logs/caldavd-stats.sock'"
2009-05-04 08:09:53-0700 [-] [caldav-8010]
/home/ravik/src/collaborate/CalendarServer/calendarserver/tap/caldav.py:47:
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-04 08:10:08-0700 [-] [caldav-8010]   from twisted.scripts.mktap
import getid
2009-05-04 08:10:08-0700 [-] [caldav-8009]
/home/ravik/src/collaborate/CalendarServer/calendarserver/tap/caldav.py:47:
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-04 08:10:08-0700 [-] [caldav-8009]   from twisted.scripts.mktap
import getid
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'admin'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'apprentice'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'user%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'public%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'location%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'resource%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group01'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group02'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group03'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group04'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'disabledgroup'
2009-05-04 08:10:08-0700 [-] [caldav-8009]
[calendarserver.tap.caldav.CalDAVServiceMaker#error] Unknown scheme: wiki
2009-05-04 08:10:08-0700 [twistedcaldav.accesslog.AMPLoggingFactory]
AMPLoggingProtocol connection established
(HOST:UNIXSocket('logs/caldavd.sock') PEER:UNIXSocket(''))
2009-05-04 08:10:08-0700 [twistedcaldav.accesslog.AMPLoggingFactory]
AMPLoggingProtocol connection established
(HOST:UNIXSocket('logs/caldavd.sock') PEER:UNIXSocket(''))
2009-05-04 08:10:08-0700 [-] [caldav-8010]  [-] Log opened.
2009-05-04 08:10:08-0700 [-] [caldav-8010]  [-] twistd 8.2.0
(/usr/bin/python 2.5.0) starting up.
2009-05-04 08:10:08-0700 [-] [caldav-8010]  [-] reactor class:
twisted.internet.selectreactor.SelectReactor.
2009-05-04 08:10:08-0700 [-] [caldav-8010]  [-]
twext.web2.channel.http.HTTP503LoggingFactory starting on 8445
2009-05-04 08:10:08-0700 [-] [caldav-8010]  [-]
twext.web2.channel.http.HTTP503LoggingFactory starting on 8010
2009-05-04 08:10:08-0700 [-] [caldav-8010]  [-] AMP connection established
(HOST:UNIXSocket(None) PEER:UNIXSocket('logs/caldavd.sock'))
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'admin'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'apprentice'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'user%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'public%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'location%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'resource%02d'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group01'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group02'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group03'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'group04'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[twistedcaldav.directory.xmlaccountsparser#error] Invalid GUID in accounts
XML: 'disabledgroup'
2009-05-04 08:10:08-0700 [-] [caldav-8010]
[calendarserver.tap.caldav.CalDAVServiceMaker#error] Unknown scheme: wiki
2009-05-04 08:10:08-0700 [-] [caldav-8009]  [-] Log opened.
2009-05-04 08:10:08-0700 [-] [caldav-8009]  [-] twistd 8.2.0
(/usr/bin/python 2.5.0) starting up.
2009-05-04 08:10:08-0700 [-] [caldav-8009]  [-] reactor class:
twisted.internet.selectreactor.SelectReactor.
2009-05-04 08:10:08-0700 [-] [caldav-8009]  [-]
twext.web2.channel.http.HTTP503LoggingFactory starting on 8444
2009-05-04 08:10:08-0700 [-] [caldav-8009]  [-]
twext.web2.channel.http.HTTP503LoggingFactory starting on 8009
2009-05-04 08:10:08-0700 [-] [caldav-8009]  [-] AMP connection established
(HOST:UNIXSocket(None) PEER:UNIXSocket('logs/caldavd.sock'))


On Mon, May 4, 2009 at 4:05 AM, Georg Troska
<georg.troska at uni-dortmund.de>wrote:

> Have a look here:
>
> /usr/share/doc/calendarserver/examples/accounts.xml
> and
> /etc/caldavd/caldavd.plist
>
> George
> Am 03.05.2009 um 23:05 schrieb Ravi Kondamuru:
>
>  Hi,
>>
>> Is there an administrators guide for CalendarServer?
>> I have just been able to setup and run the server on my linux system.
>>
>> 1. I see what seems like a directory listing when I connect to 8008 port.
>> I was expecting an admin interface or something.
>> 2. when I click on calendars it asks for login and when I provide admin
>> login it says: Unable to read property: user.{DAV:}getcontenttype
>> 3. Also some info setting the server to send notification over xmpp.
>>
>> Any doc/link that can provide some info on administering this server and
>> configure various options will help.
>>
>> thanks,
>> Ravi.
>>
>>
>> _______________________________________________
>> calendarserver-users mailing list
>> calendarserver-users at lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-users/attachments/20090504/cdd4a13e/attachment.html>


More information about the calendarserver-users mailing list