[CalendarServer-dev] [Calendar and Contacts Server] #397: Can't start caldavd binary Ubuntu 10.04
Calendar and Contacts Server
trac at macosforge.org
Thu Aug 26 00:48:13 PDT 2010
#397: Can't start caldavd binary Ubuntu 10.04
--------------------------------------+-------------------------------------
Reporter: clemens.kroell@… | Owner: wsanchez@…
Type: Defect | Status: new
Priority: 5: Not set | Milestone: CalendarServer-3.x
Component: Calendar Server | Severity: Serious
Keywords: |
--------------------------------------+-------------------------------------
Comment(by john.holland@…):
I too was able to give the server running using Ubuntu 10.04. The results
I got while testing are:[[BR]]
Overall Results: 2575 PASSED, 12 FAILED, 244 IGNORED[[BR]]
[[BR]]
I commented the PyXml stuff in build.sh and exported
PATH=$PATH:/usr/lib/postgresql/8.4/bin[[BR]]
[[BR]]
diffing the caldavd-test.plist and caldavd-dev.plist shows:[[BR]]
{{{
diff -uNr conf/caldavd-test.plist conf/caldavd-dev.plist
--- conf/caldavd-test.plist 2010-08-26 09:08:18.981188578 +0200
+++ conf/caldavd-dev.plist 2010-08-26 09:21:14.278824030 +0200
@@ -34,6 +34,12 @@
<key>ServerHostName</key>
<string></string> <!-- The hostname clients use when connecting -->
+ <key>EnableCalDAV</key>
+ <true/>
+
+ <key>EnableCardDAV</key>
+ <true/>
+
<!-- HTTP port [0 = disable HTTP] -->
<key>HTTPPort</key>
<integer>8008</integer>
@@ -62,11 +68,15 @@
<!-- List of port numbers to bind to for HTTP [empty = same as
"Port"] -->
<key>BindHTTPPorts</key>
<array>
+ <integer>8008</integer>
+ <integer>8800</integer>
</array>
<!-- List of port numbers to bind to for SSL [empty = same as
"SSLPort"] -->
<key>BindSSLPorts</key>
<array>
+ <integer>8443</integer>
+ <integer>8843</integer>
</array>
@@ -727,12 +737,14 @@
<dict>
<key>MaxClients</key>
<integer>5</integer>
- <key>memcached</key>
- <string>memcached</string> <!-- Find in PATH -->
- <key>Options</key>
- <array>
- <!--<string>-vv</string>--> <!-- Be very verbose -->
- </array>
+ <key>Pools</key>
+ <dict>
+ <key>Default</key>
+ <dict>
+ <key>ServerEnabled</key>
+ <false/>
+ </dict>
+ </dict>
</dict>
}}}
--
Ticket URL: <http://trac.calendarserver.org/ticket/397#comment:3>
Calendar and Contacts Server </>
HTTP/WebDAV/CalDAV Server
More information about the calendarserver-dev
mailing list