Hi jean,

--On November 12, 2008 9:56:42 AM +0100 jean <[EMAIL PROTECTED]> wrote:

here are the new logs (it's what happend in the terminal while running,
not log file) without the guid in the accounts file, and with memcache
turned on.
it's not working, but there are no more errors concerning guids.


memcached is not starting because you are trying to run the server as root and are not specifying a different user. What you need to do is edit the caldavd.plist you are using an change the Memcached key to have:

   <key>Options</key>
   <array>
     <string>-u uid</string>

</array>

where uid is a valid system id.

Either that or do not run the server as root in the first place by setting UserName and GroupName keys to valid ids on the system. If you do that you will need to adjust the permissions on your DocumentRoot and DataRoot to match those new ids.

--
Cyrus Daboo

_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

Reply via email to