apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

caldav is using wrong socket #292

Closed macosforgebot closed 14 years ago

macosforgebot commented 14 years ago

guy@… originally submitted this as ticket:365


configuring caldav for calendaring and using ./run to start it seems to be hooking into the wrong socket:

2010-03-04 11:33:08+0300 [-] [caldav_task] 2010-03-04 11:33:08+0300 [-] twistd 9.0.0+r27606 (/usr/bin/python 2.5.0) starting up. 2010-03-04 11:33:08+0300 [-] [caldav_task] 2010-03-04 11:33:08+0300 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2010-03-04 11:33:08+0300 [-] [caldavtask] 2010-03-04 11:33:08+0300 [-] set uid/gid 2/2 2010-03-04 11:33:08+0300 [-] [caldav-0] [-] Log opened. 2010-03-04 11:33:08+0300 [-] [caldav-0] [-] twistd 9.0.0+r27606 (/usr/bin/python 2.5.0) starting up. 2010-03-04 11:33:08+0300 [-] [caldav-0] [-] reactor class: twisted.internet.selectreactor.SelectReactor. 2010-03-04 11:33:08+0300 [-] [caldav-0] [-] set uid/gid 2/2 2010-03-04 11:33:08+0300 [twistedcaldav.accesslog.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/calData/ServerRoot/Run/'''carddavd.sock') PEER:UNIXSocket()) 2010-03-04 11:33:08+0300 [-] [caldav-0] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/calData/ServerRoot/Run/'''carddavd.sock'))_

This obviously stops you being able to run caldav and carddav on the same system

macosforgebot commented 14 years ago

guy@… originally submitted this as comment:1:⁠ticket:365


never mind.. config file was in error.

macosforgebot commented 14 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:365