Re: [CalendarServer-users] Do write-shared calendars require OpenDirectory

2008-04-11 Thread mwacker
> Hello, > > I am playing with DCS for two days and don´t get it... > > > 1. I want to use DCS on an Ubuntu server for 30 Mac-Clients running > iCal on Leopard. Works already. > 2. I don´t want to setup an OpenDirectory service. It´s lot of > overhead I don´t need. > 3. I want to allow users to cha

Re: [CalendarServer-users] installing on Ubuntu, error...

2008-01-07 Thread mwacker
Hi, I'm the humble author of the Linux Howto Tuto you mentioned. I can't correctly help you since your problem seems to be a twisted configuration realted (As far as i can read the log). I don't think it's even Linux related (the only non trivial part of the howto is correct File System configura

Re: [CalendarServer-users] 'Run' script crashes

2007-07-04 Thread mwacker
> Hello, > > I am trying to get calendar server to > run on a CentOS Linux server. I am > getting a crash with the run script. > The logs are attached. > > I see the errors... > > [...] > File > "/home/caldav/src/calendar-server/pysqlite-2.3.2/build/lib.linux-i686-2.5/pysqlite2/dbapi2.py", > line

Re: [CalendarServer-users] Calendar Server production ready?

2007-06-05 Thread mwacker
Some month ago (December or January) i've put on this ML a little howto on installing Darwin Calendar Server (DCS) on Linux with some elementary tests with Mozilla-Sunbird Client. The reading (and writing) of DCS datas from Sunbird was OK. Sunbird was running on Linux, but i think it has no funct

Re: [CalendarServer-users] Setting permissions or ACLs on calendarserver.

2007-05-30 Thread mwacker
>The server is set up such that a user's calendars are only readable > by that user. > >This can be modified (by that user) using WebDAV ACLs, though there > aren't really any clients around that do that, as far as I'm aware, > and we don't have any tools for that at the moment, as we've be

Re: [CalendarServer-users] Darwin Calendar Server on Linux - Howto

2007-02-01 Thread mwacker
> Okay, I followed these directions on my Gentoo machine, leaving out > the steps dealing with changing the DocumentRoot directory from its > default, You should not. You must set Document Root to a path corresponding to an XATTR supported partition. The error occuring in your log says it all :

[CalendarServer-users] Darwin Calendar Server on Linux - Howto

2007-01-28 Thread mwacker
I've put my Linux install procedure in joined document. I hope it 'll be helpfull for others. Maybe if it works it would have his place on the wiki. Thanks for all developpers to make it possible. LinuxBuildAndRun-DarwinCalendarServer Description: Binary data __

Re: [CalendarServer-users] User Survey

2007-01-12 Thread mwacker
>[ ] I plan to use Calendar Server after Apple ships it >[X] I plan to use Calendar Server in the near future >[ ] I am using the Calendar Server today >[ ] With little/no success so far >[X] With some success >[ ] Dude, this rocks > >Environment: >[X] C

Re: [CalendarServer-users] ACLs in new configuration scheme

2007-01-11 Thread mwacker
>I put put this doc: > > http://trac.macosforge.org/projects/calendarserver/wiki/Sunbird I used it. There is a little mistake in it. The URI http://localhost:8008/calendars/users/jsmith/calendar should be http://localhost:8008/calendars/user/jsmith/calendar ('users' -> 'user') > >Wh