[CalendarServer-users] how to update ?

Cyrus Daboo cdaboo at apple.com
Wed Nov 12 06:42:26 PST 2008


Hi jean,

--On November 12, 2008 9:56:42 AM +0100 jean <jduffas1 at free.fr> 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



More information about the calendarserver-users mailing list