ICal Server Set Up

My goal is to have a common office calendar in my VERY small office.
I have a mac mini (ppc) with leopard server running File Sharing, iCal Server and Web Server. File sharing works fine. The web server seems to be serving the wiki calendar pages. But the iCal Server and/or client seems to have problems. I have 2 iMacs running Leopard. I've used directory utility to make the imac's ical can see the server. A new little calendar icon appeared in each imac's ical. The icon is called "calendar" and that icon is located under a group called "server". But next to that "calendar" icon is a squiggle. Clicking on the squiggle, I get the following dialog:
This account (server) appears to be offline because of a network or
server problem.
Request for "calendar" in account "server" failed.
The server responded with
"HTTP/1.1 500 Internal Server Error"
to operation CalDAVDeleteEntityQueueableOperation.
Would you like to go online now?
Additionally, when I'm in the calendar wiki (via safari), I cannot make a new entry on the wiki calendar. This is true for the 2 imac's as well as for when I'm in the calendar wiki using safari on the server itself.
The server preferences for every user permit iCal services.
Can anyone suggest a solution?

Thanks! I have only 3 machines running leopard so far: server and 2 iMac (mariela and belleange). File sharing for the iMac's works and each imac has permission to use iCal. I'm still testing. Our needs are simple and basic: I want a common calendar and a common address book. (I'm reluctant to go back to Now Contact and Calendar.)
The server log appears below:
58-0400 [-] [caldav-8008]
2008-03-14 12:18:55-0400 [-] [caldav-8008] [HTTPChannel,289,10.0.1.12] Unauthenticated users not enabled with the 'calendar' SACL
2008-03-14 12:18:55-0400 [-] [caldav-8008] [HTTPChannel,289,10.0.1.12] Allow proxy: user 'wikiserver' as 'workgroup'
2008-03-14 12:18:56-0400 [-] [caldav-8008] [HTTPChannel,289,10.0.1.12] REPORT /calendars/groups/workgroup/calendar/ HTTP/1.1
2008-03-14 12:21:09-0400 [-] [caldav-8008] [HTTPChannel,290,10.0.1.3] PROPFIND /calendars/users/mariela/ HTTP/1.1
2008-03-14 12:21:09-0400 [-] [caldav-8008] [HTTPChannel,291,10.0.1.3] PROPFIND /calendars/users/mariela/calendar/ HTTP/1.1
2008-03-14 12:21:09-0400 [-] [caldav-8008] [HTTPChannel,292,10.0.1.3] PROPFIND /calendars/users/mariela/inbox/ HTTP/1.1
2008-03-14 12:21:58-0400 [-] [caldav-8008] [HTTPChannel,293,10.0.1.14] PROPFIND /calendars/users/belleange/ HTTP/1.1
2008-03-14 12:21:58-0400 [-] [caldav-8008] [HTTPChannel,294,10.0.1.14] PROPFIND /calendars/users/belleange/calendar/ HTTP/1.1
2008-03-14 12:21:58-0400 [-] [caldav-8008] [HTTPChannel,295,10.0.1.14] PROPFIND /calendars/users/belleange/inbox/ HTTP/1.1
2008-03-14 12:21:58-0400 [-] [caldav-8008] [HTTPChannel,296,10.0.1.14] DELETE /calendars/users/belleange/calendar/5244F1CD-A6CB-42D1-A133-EFFB01AC9D09.ics HTTP/1.1
2008-03-14 12:21:58-0400 [-] [caldav-8008] [HTTPChannel,296,10.0.1.14] Exception rendering:
2008-03-14 12:21:58-0400 [-] [caldav-8008] [HTTPChannel,296,10.0.1.14] Unhandled Error
2008-03-14 12:21:58-0400 [-] [caldav-8008] Traceback (most recent call last):
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 182, in addCallbacks
2008-03-14 12:21:58-0400 [-] [caldav-8008] self._runCallbacks()
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 317, in _runCallbacks
2008-03-14 12:21:58-0400 [-] [caldav-8008] self.result = callback(self.result, *args, **kw)
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twistedcaldav/method/delete.py", line 47, in gotParent
2008-03-14 12:21:58-0400 [-] [caldav-8008] d = super(CalDAVFile, self).http_DELETE(request)
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
2008-03-14 12:21:58-0400 [-] [caldav-8008] return _deferGenerator(f(*args, **kwargs), Deferred())
2008-03-14 12:21:58-0400 [-] [caldav-8008] --- <exception caught here> ---
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
2008-03-14 12:21:58-0400 [-] [caldav-8008] result = g.next()
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/web2/dav/method/delete.py", line 64, in http_DELETE
2008-03-14 12:21:58-0400 [-] [caldav-8008] myquota = myquota.getResult()
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
2008-03-14 12:21:58-0400 [-] [caldav-8008] self.result.raiseException()
2008-03-14 12:21:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/python/failure.py", line 303, in raiseException
2008-03-14 12:21:58-0400 [-] [caldav-8008] raise self.type, self.value, self.tb
2008-03-14 12:21:58-0400 [-] [caldav-8008] exceptions.AssertionError: Quota use only on quota root collection
2008-03-14 12:21:58-0400 [-] [caldav-8008]
2008-03-14 12:26:08-0400 [-] [caldav-8008] [HTTPChannel,297,10.0.1.3] PROPFIND /calendars/users/mariela/ HTTP/1.1
2008-03-14 12:26:09-0400 [-] [caldav-8008] [HTTPChannel,298,10.0.1.3] PROPFIND /calendars/users/mariela/calendar/ HTTP/1.1
2008-03-14 12:26:09-0400 [-] [caldav-8008] [HTTPChannel,299,10.0.1.3] PROPFIND /calendars/users/mariela/inbox/ HTTP/1.1
2008-03-14 12:26:58-0400 [-] [caldav-8008] [HTTPChannel,300,10.0.1.14] PROPFIND /calendars/users/belleange/ HTTP/1.1
2008-03-14 12:26:58-0400 [-] [caldav-8008] [HTTPChannel,301,10.0.1.14] PROPFIND /calendars/users/belleange/calendar/ HTTP/1.1
2008-03-14 12:26:58-0400 [-] [caldav-8008] [HTTPChannel,302,10.0.1.14] PROPFIND /calendars/users/belleange/inbox/ HTTP/1.1
2008-03-14 12:26:58-0400 [-] [caldav-8008] [HTTPChannel,303,10.0.1.14] DELETE /calendars/users/belleange/calendar/5244F1CD-A6CB-42D1-A133-EFFB01AC9D09.ics HTTP/1.1
2008-03-14 12:26:58-0400 [-] [caldav-8008] [HTTPChannel,303,10.0.1.14] Exception rendering:
2008-03-14 12:26:58-0400 [-] [caldav-8008] [HTTPChannel,303,10.0.1.14] Unhandled Error
2008-03-14 12:26:58-0400 [-] [caldav-8008] Traceback (most recent call last):
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 182, in addCallbacks
2008-03-14 12:26:58-0400 [-] [caldav-8008] self._runCallbacks()
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 317, in _runCallbacks
2008-03-14 12:26:58-0400 [-] [caldav-8008] self.result = callback(self.result, *args, **kw)
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twistedcaldav/method/delete.py", line 47, in gotParent
2008-03-14 12:26:58-0400 [-] [caldav-8008] d = super(CalDAVFile, self).http_DELETE(request)
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
2008-03-14 12:26:58-0400 [-] [caldav-8008] return _deferGenerator(f(*args, **kwargs), Deferred())
2008-03-14 12:26:58-0400 [-] [caldav-8008] --- <exception caught here> ---
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
2008-03-14 12:26:58-0400 [-] [caldav-8008] result = g.next()
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/web2/dav/method/delete.py", line 64, in http_DELETE
2008-03-14 12:26:58-0400 [-] [caldav-8008] myquota = myquota.getResult()
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
2008-03-14 12:26:58-0400 [-] [caldav-8008] self.result.raiseException()
2008-03-14 12:26:58-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/python/failure.py", line 303, in raiseException
2008-03-14 12:26:58-0400 [-] [caldav-8008] raise self.type, self.value, self.tb
2008-03-14 12:26:58-0400 [-] [caldav-8008] exceptions.AssertionError: Quota use only on quota root collection
2008-03-14 12:26:58-0400 [-] [caldav-8008]
2008-03-14 12:31:08-0400 [-] [caldav-8008] [HTTPChannel,304,10.0.1.3] PROPFIND /calendars/users/mariela/ HTTP/1.1
2008-03-14 12:31:09-0400 [-] [caldav-8008] [HTTPChannel,305,10.0.1.3] PROPFIND /calendars/users/mariela/calendar/ HTTP/1.1
2008-03-14 12:31:09-0400 [-] [caldav-8008] [HTTPChannel,306,10.0.1.3] PROPFIND /calendars/users/mariela/inbox/ HTTP/1.1
2008-03-14 12:32:07-0400 [-] [caldav-8008] [HTTPChannel,307,10.0.1.14] PROPFIND /calendars/users/belleange/ HTTP/1.1
2008-03-14 12:32:07-0400 [-] [caldav-8008] [HTTPChannel,308,10.0.1.14] PROPFIND /calendars/users/belleange/calendar/ HTTP/1.1
2008-03-14 12:32:07-0400 [-] [caldav-8008] [HTTPChannel,309,10.0.1.14] PROPFIND /calendars/users/belleange/inbox/ HTTP/1.1
2008-03-14 12:32:08-0400 [-] [caldav-8008] [HTTPChannel,310,10.0.1.14] DELETE /calendars/users/belleange/calendar/5244F1CD-A6CB-42D1-A133-EFFB01AC9D09.ics HTTP/1.1
2008-03-14 12:32:08-0400 [-] [caldav-8008] [HTTPChannel,310,10.0.1.14] Exception rendering:
2008-03-14 12:32:08-0400 [-] [caldav-8008] [HTTPChannel,310,10.0.1.14] Unhandled Error
2008-03-14 12:32:08-0400 [-] [caldav-8008] Traceback (most recent call last):
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 182, in addCallbacks
2008-03-14 12:32:08-0400 [-] [caldav-8008] self._runCallbacks()
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 317, in _runCallbacks
2008-03-14 12:32:08-0400 [-] [caldav-8008] self.result = callback(self.result, *args, **kw)
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twistedcaldav/method/delete.py", line 47, in gotParent
2008-03-14 12:32:08-0400 [-] [caldav-8008] d = super(CalDAVFile, self).http_DELETE(request)
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
2008-03-14 12:32:08-0400 [-] [caldav-8008] return _deferGenerator(f(*args, **kwargs), Deferred())
2008-03-14 12:32:08-0400 [-] [caldav-8008] --- <exception caught here> ---
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
2008-03-14 12:32:08-0400 [-] [caldav-8008] result = g.next()
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/web2/dav/method/delete.py", line 64, in http_DELETE
2008-03-14 12:32:08-0400 [-] [caldav-8008] myquota = myquota.getResult()
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
2008-03-14 12:32:08-0400 [-] [caldav-8008] self.result.raiseException()
2008-03-14 12:32:08-0400 [-] [caldav-8008] File "/usr/share/caldavd/lib/python/twisted/python/failure.py", line 303, in raiseException
2008-03-14 12:32:08-0400 [-] [caldav-8008] raise self.type, self.value, self.tb
2008-03-14 12:32:08-0400 [-] [caldav-8008] exceptions.AssertionError: Quota use only on quota root collection
2008-03-14 12:32:08-0400 [-] [caldav-8008]
2008-03-14 12:36:08-0400 [-] [caldav-8008] [HTTPChannel,311,10.0.1.3] PROPFIND /calendars/users/mariela/ HTTP/1.1
2008-03-14 12:36:08-0400 [-] [caldav-8008] [HTTPChannel,312,10.0.1.3] PROPFIND /calendars/users/mariela/calendar/ HTTP/1.1
2008-03-14 12:36:09-0400 [-] [caldav-8008] [HTTPChannel,313,10.0.1.3] PROPFIND /calendars/users/mariela/inbox/ HTTP/1.1
---

Similar Messages

  • ICal server set auto schedule for users

    Does anyone know how or if it's possible to set the auto accept state for a user?
    Using calendarservermanageprincipals you can do it for locations for example and you can --get-auto-schedule for a user, but when you try to --set-auto-schedule for a user it says it's not allowed. Anyone know of a workaround or if it's possible?
    --sysdev

    Nevermind, figured it out. you can manually edit the database these values are set in. /CalendarServer/Data/resourceinfo.sqlite

  • Should I use iCal server

    Hi.
    I'm considering moving to Leopard server from Panther server, for the sole reason of getting iCal server. This is a killer app. for me, what we use at the moment for group calendaring is pretty poor and I am excited about how much better life would be for our small business (10 users) with this.
    But I am nervous - iCal server is version 1, and there are not a lot of people using it.
    Is it really up to production use right now? How are you all getting on with it?
    I'd be interested to hear how people out there are getting on with it, and if it does what it says on the tin.
    TIA

    Robert Carlisle wrote:
    Now we need a contact server to replace Now Contacts...
    Check out Address Book Server: http://www.addressbookserver.com/. Since we're going to have to wait for Snow Leopard for a true Apple-made Address Book Server, this product gets the job done right now. The developer is awesome with emails and even gave me a free license to demo the product. I've been testing it for several days now and it's exactly what we were looking for. And given the reputation of OS X server from this forum, Apple's Address Book Server might be fussy, whereas the aforementioned product works today. I highly recommend it.
    Sorry to change the subject... I'm trying to get iCal Server set up for my users and felt like you could've used a pointer!

  • Setting up Open Directory and iCal server.

    Hello:
    I'm new to open directory - please help or point me in the right direction. I'm trying to set up a OSx server 10.5 running on a PowerMac G4.
    I need iCal/DNS/FS/VPN/WEB/Open Directory as services enabled.
    For testing purposes I've set up a small network with three machines all running 10.5.6.
    I've tired over and over to do this via an advanced server but have not be able to get everything to work so I did a basic server allowing the server set up to input all my settings. Everything built and started up without issue but I could not get iCal to work. I let the set up sit over night and when I returned the next morning the MacMini screen had a window saying that a directory server has been found that offers these following services ...WEB - iCal etc. Do you want to configure your workstation. I did and everything worked as aspected. I thought that I finally got it!
    I wanted to see the all of the settings so I converted the server to an advanced server and everything still worked. ( From the one workstation ).
    I imported a users exported file from the server I'm trying to fix then the groups file. Everything still worked from the Mac Mini but I could not connect from the other workstation.
    I never received the Open Directory message about services being offered etc.
    Both machines have identical network settings ( Fixed I.P. pointing the DNS to the server.) AFP sees the server from both workstations but I can not login from the third workstation using any known good user name and password not even the admin or the Macmini account and password that works from the Mac mini. I don't really know anything about open directory, do you need to register the computer name with the server or something to that effect.
    Why would it take hours for that original service offering to go out to the first workstation?
    Thanks for any help you can offer. All of my OSX server experience has been setting up file servers never any of the other offerings.
    Thanks,
    Rick

    Sorry,
    I posted this to the wrong forum. I re-posted in Open Directory.
    Thanks,
    Rick

  • Can I set all existing events in a ICal Server calendar to 'private'?

    I am consolidating my calendar histories. I have been able to get everything in my iCal Server calendar. But what I'd like to do is set all events before a certain date to 'private' as public/private has been lost for all items. I do want them in the iCal Server and not in a local client side calendar.
    Is there a way to do this?

    Hi, Trevor!
    Did you consult the online DOM documentation for something like that?
    I found the following:
    http://help.adobe.com/livedocs/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/js/html/ww help.htm?href=JS_API_AcroJS.88…
    http://help.adobe.com/livedocs/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/js/html/ww help.htm?href=JS_API_AcroJS.88…
    Using AnnotRichMedia instead of media could be the key. Since media seems to be outdated, deprecated or something…
    I'm out in the dark like you are with Acrobat and JS. Just consulted some of my bookmarks pointing at the SDK of Acrobat.
    Some dummy-code:
    var myRichMediaObjects = myDoc.getAnnotsRichMedia(nPage);
    Properties of AnnotRichMedia object:
    http://help.adobe.com/livedocs/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/js/html/ww help.htm?href=JS_API_AcroJS.88…
    for(var n=0;n<myRichMediaObjects.length;n++){
    myRichMediaObjects[n].activated = false;
    Don't know much about the DOM here. Maybe there is no length property for the object that is returned by getAnnotsRichMedia() ??
    Did not try anything.
    Uwe

  • Setting up ical server

    Hi
    can anybody give me some advice about ical server and the possible implementation within our company.
    1.Can we set up calenders that only certain people can amend eg. we want to set up a calender for holidays but only certain people can alter the details.
    2.Can you set up calenders that only certain people can view.
    3. Can you stop people from creating calender types on the server
    4.Can we access the calenders through our webmail as we use kerio mail server
    hope someone can help

    1 and 2. Yes. The person setting upp/adding a calendar delegates "permissions" to people from iCal by adding names of people who can either read and write to it or just read it. An "unticked" user can only read.
    I think a user neeed to add his own calendar to see the calendars he/she is delegated (?).
    3. I don't know. If a user has calender "priviledges" in OD in WGM he/she can create calendars but if they are not delegated only he/she can see it/them. If a user doesn't have calendar "priviledges" I'm not sure but I don't think he/she can use any (CalDAV server) calendar with iCal.
    4. I don't know. If using the Wiki server you are supposed to be able to see/use the calendars from a webbrowser. Haven't tried that yet.
    We use CommuniGate Pro 5.2.x which now handle CalDAV calendars and you can use the web calendar with iCal interchangeably. Setting up shared calendars in CommuniGate Pro needs quite a bit of tinkering though. If you do the setup/config it's easy for the users. Haven't tried mobile phone sync yet with CommuniGate (Exchange compatible or AirSync?).
    You can still use publish and subscribe iCal ≤ 2.x style but to a separate WebDAV share (?). CommuniGate Pro used to (besides MAPI/Exchange/Outlook compatibility through a plug-in - like Kerio does) only support webcalendar "protocol" with no webbrowser integration.
    I can't tell you what Kerio can do (yet) when it comes to iCal/CalDAV compatibility/setup/config.
    Maybe others can fill in the "blanks"?

  • Leopard iCal Server, iPhone & MobileMe - best way to set up?

    Hi there, hoping someone can help with this scenario:
    In our office (approx. 30 people running Leopard), we connect to an iCal Server in order to have a shared CalDAV diary.
    Currently, everyone logs in as the same CalDAV account. Within this account there are several separate calendars, one for each job number.
    "332 Blah Blah Road"
    "333 Etc Etc Street"
    Our boss (and three others) have just bought new iPhone 3Gs and want to be able to:
    a) have any shared calendar changes pushed to their iPhones when they are away from the office.
    b) be able to make changes to shared calendars on the move and push them back to the iCal Server.
    Would we need to get MobileMe (or several accounts) to do this? Apology for the ignorance, I have tried to look for information on this and got nowhere.
    Can anyone suggest a way of getting this scenario to work? What are we doing wrong, or would we need an Exchange Server to achieve what we want?
    Please feel free to patronise and start from basics!
    Many thanks!
    Message was edited by: Nicholas Wharton

    Hi Nicholas,
    In case it's not too late for you, I'd add the following "information bits":
    - MobileMe is great for a single person. Getting multiple MobileMe's to talk to eachother may be possible, but MObileMe is clearly NOT advertised as for the small business.
    That said, I still advocate all our team members to have MobileMe, just as a super-simple way to show/share images, for an added layer of backup redundancy, making transformation to newer laptops easier etc. etc.
    Whilst some argue it is "too expensive", "can be had for free" etc., I am of the opinion 99 USD/y is a very small price to pay for the simplicity and comfort.
    For GROUPWARE appslications (sharing calendars, contacts...), I would strongly recommend to look into KERIO Mail Server instead. It runs perfectly on our XServe, handles Outlook & Blackberry clients as well (there's always gonna be someone clinging on to a Berry-Device or using a PC until they understand how much better the Mac side is ). A 30-day demo is available, very easy to install and just make sure you don't get a conflict with your ports, as Kerio Webmail starts on port 80 (I disabled it, only allowing SSL connections) and your OS X Mailserver might run on it. Also perhaps an idea to deactivate your OS X Mail-Server in case you're using it on an XServe, if at all possible, otherwise make sure there are no port comflicts.
    Hope this helps somewhat.
    Jonas

  • Need urgent Help for setting up iCal Server

    I will move the iCal portion here, maybe I will get some help.
    Okay first my setup:
    Two XServe with the latest 10.5 (one is the backup)
    Six Mac Pros with Leopard
    Three Macbook Pros with Snow Leopard
    All Macs are on an Windows 2003 Active Directory network. Also we have our accounts locally (on each workstation and laptop).
    *So I have installed the advanced settings for the Server OS.
    *Created a account for every user on the server
    *The FTP, Web (for the local webpage), Open Directory and iCal services are on. (iCal would only activate with Open Directory service??)
    *The iCal server destination (for the calendars) are on a separate drive with +Ignore Permissions+
    Still can not link a account through iCal with the server!
    Could somebody give me a walkthrough how to setup the iCal server?
    Oh yeah another issue I had I can't get the calendaring checkbox in the user account to stick! Is this just a bug?

    Hi Umesh,
    I would not use the repository on a database that was cloned. In my experience this leads to problems.
    A better way is to clone the database and then create a new repository on the clone:
    1. export the repository on the windows server to an mdl file
    2. unregister all target users on solaris
    3. drop the repository on solarais
    4. create a new repository on solaris
    5. Import the data from the mdl file you exported in step 1
    6. register target users
    7. configure and register the locations
    This way requires some manual work, but I do not see another way.
    Regards,
    Carsten.

  • ICal server will not work

    I am running a small network on a MacPro running OS X server 10.5.4 with 2 mac clients and 2 windows clients. The OS X server was installed by an apple specialist but it is still not working properly and I find it hard to believe that it is a bug is the software as it seems to be a fundamental problem which most people would have encountered.
    Each user has their home directories stored on a separate drive on the server and iCal server is running. However, when a Mac client logs into the network they iCal does not work properly. It either will not show any calendars or if it does then a new event cannot be entered.
    Below is an extract from the client message log from rebooting the machine. The first problems with iCal seem to occur at 1:20:48:
    9/5/08 1:19:34 PM kernel npvhash=4095
    9/5/08 1:19:30 PM com.apple.launchctl.System[2] fsck_hfs: Volume is journaled. No checking performed.
    9/5/08 1:19:30 PM com.apple.launchctl.System[2] fsck_hfs: Use the -f option to force checking.
    9/5/08 1:19:33 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    9/5/08 1:19:33 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    9/5/08 1:19:33 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    9/5/08 1:19:34 PM DirectoryService[11] Launched version 5.4 (v514.21)
    9/5/08 1:19:35 PM kernel hi mem tramps at 0xffe00000
    9/5/08 1:19:34 PM DirectoryService[11] Improper shutdown detected
    9/5/08 1:19:35 PM kernel PAE enabled
    9/5/08 1:19:34 PM kextd[10] 404 cached, 0 uncached personalities to catalog
    9/5/08 1:19:35 PM kernel 64 bit mode enabled
    9/5/08 1:19:35 PM kernel Darwin Kernel Version 9.4.0: Mon Jun 9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
    9/5/08 1:19:35 PM kernel standard timeslicing quantum is 10000 us
    9/5/08 1:19:35 PM kernel vmpagebootstrap: 508582 free pages and 15706 wired pages
    9/5/08 1:19:35 PM kernel migtable_maxdispl = 79
    9/5/08 1:19:35 PM kernel 91 prelinked modules
    9/5/08 1:19:35 PM kernel AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    9/5/08 1:19:35 PM kernel AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    9/5/08 1:19:35 PM kernel Loading security extension com.apple.security.TMSafetyNet
    9/5/08 1:19:35 PM kernel calling mpopolicyinit for TMSafetyNet
    9/5/08 1:19:35 PM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    9/5/08 1:19:35 PM kernel Loading security extension com.apple.nke.applicationfirewall
    9/5/08 1:19:35 PM kernel Loading security extension com.apple.security.seatbelt
    9/5/08 1:19:35 PM kernel calling mpopolicyinit for mb
    9/5/08 1:19:35 PM kernel Seatbelt MACF policy initialized
    9/5/08 1:19:35 PM kernel Security policy loaded: Seatbelt Policy (mb)
    9/5/08 1:19:35 PM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    9/5/08 1:19:35 PM kernel The Regents of the University of California. All rights reserved.
    9/5/08 1:19:35 PM kernel MAC Framework successfully initialized
    9/5/08 1:19:35 PM kernel using 10485 buffer headers and 4096 cluster IO buffer headers
    9/5/08 1:19:35 PM kernel devfsmakenode: not ready for devices!
    9/5/08 1:19:35 PM kernel IOAPIC: Version 0x20 Vectors 64:87
    9/5/08 1:19:35 PM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    9/5/08 1:19:35 PM kernel mbinit: done
    9/5/08 1:19:35 PM kernel Security auditing service present
    9/5/08 1:19:35 PM kernel BSM auditing present
    9/5/08 1:19:35 PM kernel rooting via boot-uuid from /chosen: 033560DC-0859-35E9-B64E-FE25488D5DD8
    9/5/08 1:19:35 PM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    9/5/08 1:19:35 PM kernel AppleYukon2: 532111ab,00000000 sk98osx_dnet - CheckDictionaryEntry failed, expected vs. dictionary
    9/5/08 1:19:35 PM kernel FireWire (OHCI) Lucent ID 5811 built-in now active, GUID 001e52fffe510454; max speed s400.
    9/5/08 1:19:35 PM kernel CSRHIDTransitionDriver::start []
    9/5/08 1:19:35 PM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/Hitachi HTS541612J9SA00 Media/IOGUIDPartitionScheme/Customer@2
    9/5/08 1:19:35 PM kernel BSD root: disk0s2, major 14, minor 2
    9/5/08 1:19:35 PM kernel jnl: unknown-dev: replay_journal: from: 13329408 to: 15447040 (joffset 0x11f02000)
    9/5/08 1:19:35 PM kernel CSRHIDTransitionDriver::switchToHCIMode legacy
    9/5/08 1:19:35 PM kernel jnl: unknown-dev: journal replay done.
    9/5/08 1:19:35 PM kernel HFS: Removed 5 orphaned unlinked files or directories
    9/5/08 1:19:35 PM kernel Jettisoning kernel linker.
    9/5/08 1:19:35 PM kernel Resetting IOCatalogue.
    9/5/08 1:19:35 PM kernel GFX0: family specific matching fails
    9/5/08 1:19:35 PM kernel display: family specific matching fails
    9/5/08 1:19:35 PM kernel Matching service count = 1
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel display: family specific matching fails
    9/5/08 1:19:35 PM kernel Previous Shutdown Cause: 0
    9/5/08 1:19:35 PM kernel GFX0: family specific matching fails
    9/5/08 1:19:35 PM kernel ath_attach: devid 0x1c
    9/5/08 1:19:35 PM kernel yukon: Ethernet address 00:16:cb:ad:ea:bb
    9/5/08 1:19:36 PM kernel mac 10.3 phy 6.1 radio 10.2
    9/5/08 1:19:36 PM kernel USBF: 11.740 AppleUSBHubPort: Port 1 of Hub at 0x7d000000 about to terminate a busy device (IOUSBCompositeDevice) after waiting 10 seconds
    9/5/08 1:19:36 PM kernel USBF: 12. 41 CSRHIDTransitionDriver[0x3dcb680](IOUSBCompositeDevice) GetFullConfigDescriptor(0) returned NULL
    9/5/08 1:19:36 PM kernel CSRHIDTransitionDriver... done
    9/5/08 1:19:37 PM mDNSResponder mDNSResponder-171.4 (Apr 20 2008 11:59:52)[16] starting
    9/5/08 1:19:38 PM configd[14] Error: No interface name for AirPort_Athr5424ab
    9/5/08 1:19:38 PM configd[14] Error: ioPublishedDriverCallback() failed to initDeviceFromService()
    9/5/08 1:19:38 PM fseventsd[38] event logs in /.fseventsd out of sync with volume. destroying old logs. (215919 13 231722)
    9/5/08 1:19:38 PM fseventsd[38] log dir: /.fseventsd getting new uuid: 01610E3D-7144-4D13-84C5-AD0B5AA2A76F
    9/5/08 1:19:44 PM rpc.statd[29] statd.notify - no notifications needed
    9/5/08 1:19:45 PM bootlog[45] BOOT_TIME: 1220617164 0
    9/5/08 1:19:46 PM kextd[10] writing kernel link data to /var/run/mach.sym
    9/5/08 1:19:47 PM VMware Fusion 72241[58] Starting VMware Fusion:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] VMware Fusion 72241: Starting VMware Fusion:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmmon.kext loaded successfully
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmci.kext loaded successfully
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmioplug.kext loaded successfully
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmnet.kext loaded successfully
    9/5/08 1:19:47 PM kernel vmmon: Loaded @ 0x4bcbe000: Info 0x4bccb500 Name com.vmware.kext.vmx86 Version 1.1.1fc2 build-72241 at Jan 16 2008 21:26:45
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Internet Software Consortium DHCP Server 2.0
    9/5/08 1:19:47 PM kernel vmmon: Service start
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] All rights reserved.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Please contribute if you find this software useful.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] For info, please visit http://www.****.***/****-contrib.html
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Configured subnet: 192.168.91.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Setting vmnet-dhcp IP address: 192.168.91.254
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Opened:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Recving on VNet/vmnet8/192.168.91.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Sending on VNet/vmnet8/192.168.91.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Internet Software Consortium DHCP Server 2.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] All rights reserved.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Please contribute if you find this software useful.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] For info, please visit http://www.****.***/****.html
    9/5/08 1:19:47 PM kernel vmmon: Instrumenting bug 151304 without page information...
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Configured subnet: 192.168.164.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Setting vmnet-dhcp IP address: 192.168.164.254
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Opened:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Recving on VNet/vmnet1/192.168.164.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Sending on VNet/vmnet1/192.168.164.0
    9/5/08 1:19:47 PM kernel vmmon: Fast clock thread started.
    9/5/08 1:19:47 PM kernel vmmon: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
    9/5/08 1:19:47 PM kernel vmmon: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
    9/5/08 1:19:47 PM kernel vmmon: Module initialized.
    9/5/08 1:19:47 PM kernel vmmon: Registering for power state changes
    9/5/08 1:19:47 PM kernel vmci: Initializing module.
    9/5/08 1:19:47 PM kernel vmci: VMCI: Driver initialized.
    9/5/08 1:19:47 PM kernel vmci: Module initialized.
    9/5/08 1:19:47 PM kernel vmnet: Initializing module (version 1.1.1fc2, build-72241).
    9/5/08 1:19:47 PM kernel vmnet: VMNet_Start allocated gOSMallocTag
    9/5/08 1:19:47 PM kernel vmnet: Module initialized.
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x43b8100.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x43b8100
    9/5/08 1:19:47 PM kernel vmnet: Hub 8 does not exist, allocating memory.
    9/5/08 1:19:47 PM kernel vmnet: Allocated hub 0x445d800 for hubNum 8.
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:e5:c6:b8
    9/5/08 1:19:47 PM kernel vmnet: Hub 8
    9/5/08 1:19:47 PM kernel vmnet: Port 0
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480e00.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x4480e00
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:e4:8c:c0
    9/5/08 1:19:47 PM kernel vmnet: Hub 8
    9/5/08 1:19:47 PM kernel vmnet: Port 0
    9/5/08 1:19:47 PM kernel vmnet: Port 1
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480c00.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x4480c00
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:ff:08:cc
    9/5/08 1:19:47 PM kernel vmnet: Hub 8
    9/5/08 1:19:47 PM kernel vmnet: Port 0
    9/5/08 1:19:47 PM kernel vmnet: Port 1
    9/5/08 1:19:47 PM kernel vmnet: Port 2
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x4480c00.
    9/5/08 1:19:47 PM kernel vmnet: netif-vmnet8: Adding protocol 2.
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480a00.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x4480a00
    9/5/08 1:19:47 PM kernel vmnet: Hub 1 does not exist, allocating memory.
    9/5/08 1:19:47 PM kernel vmnet: Allocated hub 0x448b800 for hubNum 1.
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:eb:03:38
    9/5/08 1:19:48 PM kernel vmnet: Hub 1
    9/5/08 1:19:48 PM kernel vmnet: Port 0
    9/5/08 1:19:48 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x4480a00.
    9/5/08 1:19:48 PM kernel vmnet: netif-vmnet1: Adding protocol 2.
    9/5/08 1:19:48 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480800.
    9/5/08 1:19:48 PM kernel vmnet: VMNetConnect: returning port 0x4480800
    9/5/08 1:19:48 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:f3:c2:e0
    9/5/08 1:19:48 PM kernel vmnet: Hub 1
    9/5/08 1:19:48 PM kernel vmnet: Port 0
    9/5/08 1:19:48 PM kernel vmnet: Port 1
    9/5/08 1:19:48 PM /usr/sbin/ocspd[85] starting
    9/5/08 1:19:48 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[33] Login Window Application Started
    9/5/08 1:19:48 PM /System/Library/CoreServices/rapserver.app/Contents/MacOS/rapserverd[25] RAP: Starting, pid=25
    9/5/08 1:19:48 PM /System/Library/CoreServices/rapserver.app/Contents/MacOS/rapserverd[25] RAP: Started, pid=25, port=4073
    9/5/08 1:19:50 PM kernel AirPort_Athr5424ab: Ethernet address 00:1c:b3:b2:46:95
    9/5/08 1:19:51 PM kernel display: Not usable
    9/5/08 1:19:50 PM mDNSResponder[16] Adding registration domain paul\.dyson.members.mac.com.
    9/5/08 1:19:50 PM mDNSResponder[16] Adding registration domain paul\.dyson.members.mac.com.
    9/5/08 1:19:51 PM configd[14] setting hostname to "Media-Mac-mini.local"
    9/5/08 1:19:51 PM airportd[90] No networks found on channels remembered for belkin54g
    9/5/08 1:19:51 PM airportd[90] Could not find "belkin54g"
    9/5/08 1:19:51 PM airportd[90] Could not find any preferred networks; trying broadcast requests..
    9/5/08 1:19:51 PM ARDAgent [96] ******ARDAgent Launched******
    9/5/08 1:19:51 PM loginwindow[33] Login Window Started Security Agent
    9/5/08 1:19:52 PM mDNSResponder[16] registerserviceinstance: domain paul\.dyson.members.mac.com. already registered
    9/5/08 1:19:53 PM ARDAgent [96] ******ARDAgent Ready******
    9/5/08 1:19:54 PM airportd[90] Broadcast requests also failed..
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] iCal Server Launched!
    9/5/08 1:19:55 PM org.ntp.ntpd[24] Error : nodename nor servname provided, or not known
    9/5/08 1:19:55 PM ntpdate[108] can't find host time.euro.apple.com
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] Loading VirusBarrier Service
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: extension /Library/StartupItems/VirusBarrier/VirusBarrierService.kext appears to be loadable
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: loading extension /Library/StartupItems/VirusBarrier/VirusBarrierService.kext
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: /Library/StartupItems/VirusBarrier/VirusBarrierService.kext loaded successfully
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: sending personalities to kernel:
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: from extension /Library/StartupItems/VirusBarrier/VirusBarrierService.kext:
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: ScannerService
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: sending 1 personality to the kernel
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: matching started for /Library/StartupItems/VirusBarrier/VirusBarrierService.kext
    9/5/08 1:19:55 PM ntpdate[108] no servers can be used, exiting
    9/5/08 1:19:55 PM airportd[90] Probing highest ranked networks via directed scan..
    9/5/08 1:19:58 PM kernel AirPort: Link Up on en1
    9/5/08 1:20:03 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x496af00.
    9/5/08 1:20:03 PM kernel vmnet: VMNetConnect: returning port 0x496af00
    9/5/08 1:20:03 PM kernel vmnet: Hub 0 does not exist, allocating memory.
    9/5/08 1:20:03 PM kernel vmnet: Allocated hub 0x496b000 for hubNum 0.
    9/5/08 1:20:03 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:ef:00:58
    9/5/08 1:20:03 PM kernel vmnet: Hub 0
    9/5/08 1:20:03 PM kernel vmnet: Port 0
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: got dev 0x3dc8004
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: wireless interface detected.
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: up
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: attached
    9/5/08 1:20:03 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x496af00.
    9/5/08 1:20:05 PM kernel AppleYukon2: error - 2 Pair Downshift detected
    9/5/08 1:20:05 PM kernel AppleYukon2: 00000000,00000000 skgehw - cppSkDrvEvent - SKDRV_DOWNSHIFTDET
    9/5/08 1:20:05 PM kernel AppleYukon2 - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled port 0
    9/5/08 1:20:06 PM kernel vmnet: bridge-en1: interface en is going DOWN
    9/5/08 1:20:06 PM airportd[90] Error: Apple80211Associate() failed -6
    9/5/08 1:20:07 PM kernel vmnet: VMNetDisconnect called for port 0x4968000
    9/5/08 1:20:07 PM kernel vmnet: bridge-en1: filter detached
    9/5/08 1:20:07 PM kernel vmnet: bridge-en1: down
    9/5/08 1:20:07 PM kernel vmnet: bridge-en1: detached
    9/5/08 1:20:07 PM kernel vmnet: Freeing hub at 0x496b000.
    9/5/08 1:20:07 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x496aa00.
    9/5/08 1:20:07 PM kernel vmnet: VMNetConnect: returning port 0x496aa00
    9/5/08 1:20:07 PM kernel vmnet: Hub 0 does not exist, allocating memory.
    9/5/08 1:20:07 PM kernel vmnet: Allocated hub 0x496b000 for hubNum 0.
    9/5/08 1:20:07 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:ff:a5:00
    9/5/08 1:20:07 PM kernel vmnet: Hub 0
    9/5/08 1:20:07 PM kernel vmnet: Port 0
    9/5/08 1:20:07 PM kernel vmnet: bridge-en0: got dev 0x42b0204
    9/5/08 1:20:07 PM kernel vmnet: bridge-en0: up
    9/5/08 1:20:07 PM kernel vmnet: bridge-en0: attached
    9/5/08 1:20:07 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x496aa00.
    9/5/08 1:20:08 PM mDNSResponderHelper[89] "/etc/racoon/remote/anonymous.conf" looks familiar, will overwrite
    9/5/08 1:20:08 PM mDNSResponderHelper[89] racoon (pid=125) started
    9/5/08 1:20:10 PM com.apple.KerberosAutoConfig[127] Kerberos configuration is up to date
    9/5/08 1:20:12 PM mDNSResponder[16] registerserviceinstance: domain paul\.dyson.members.mac.com. already registered
    9/5/08 1:20:12 PM com.apple.KerberosAutoConfig[128] Kerberos configuration is up to date
    9/5/08 1:20:12 PM com.apple.KerberosAutoConfig[129] Kerberos configuration is up to date
    9/5/08 1:20:26 PM kernel AFP_VFS afpfs_mount: /Network/Servers/server.kennedydyson.co.uk/Volumes/Data/Users, pid 100
    9/5/08 1:20:28 PM loginwindow[33] Login Window - Returned from Security Agent
    9/5/08 1:20:28 PM loginwindow[33] USER_PROCESS: 33 console
    9/5/08 1:20:29 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[97]) Exited: Terminated
    9/5/08 1:20:29 PM com.apple.launchd[133] (0x103c10.AppleVNCServer[101]) Failed to add kevent for PID 101. Will unload at MIG return
    9/5/08 1:20:29 PM com.apple.familycontrols[132] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:29 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d: option requires an argument -- n
    9/5/08 1:20:29 PM com.apple.familycontrols[132] 'Unknown argument given
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] 'Unknown argument given
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] Usage: /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k start -p <port> -n <username>
    9/5/08 1:20:29 PM com.apple.familycontrols[132] Usage: /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k start -p <port> -n <username>
    9/5/08 1:20:29 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k stop
    9/5/08 1:20:29 PM com.apple.familycontrols[132] Options:
    9/5/08 1:20:29 PM com.apple.familycontrols[132] [-X]: do not detach from console
    9/5/08 1:20:29 PM com.apple.familycontrols[132] [-v]: verbose
    9/5/08 1:20:29 PM com.apple.familycontrols[132] [-l]: create log file
    9/5/08 1:20:29 PM com.apple.familycontrols[132] Private:
    9/5/08 1:20:29 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k socket <socket_fd> <logfile_fd> -n <username>
    9/5/08 1:20:29 PM com.apple.familycontrols[132] ** abnormal termination of /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d (returned: 1)
    9/5/08 1:20:29 PM com.apple.familycontrols[132] ** httpsproxystart failed r:1
    9/5/08 1:20:31 PM com.apple.launchd[133] (com.apple.ReportPanic[155]) Exited with exit code: 1
    9/5/08 1:20:30 PM airportd[90] No networks found on channels remembered for belkin54g
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k stop
    9/5/08 1:20:30 PM airportd[90] Could not find "belkin54g"
    9/5/08 1:20:31 PM ReportPanic[155] Reading panic log failed with error: Error Domain=NSCocoaErrorDomain Code=257 UserInfo=0x107570 "The file “2008-07-29-160619.panic” could not be opened because you do not have appropriate access privileges."
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] Options:
    9/5/08 1:20:30 PM airportd[90] Could not find any preferred networks; trying broadcast requests..
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] [-X]: do not detach from console
    9/5/08 1:20:33 PM airportd[90] Broadcast requests also failed..
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] [-v]: verbose
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] [-l]: create log file
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] Private:
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k socket <socket_fd> <logfile_fd> -n <username>
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** abnormal termination of /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d (returned: 1)
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** httpsproxystart failed r:1
    9/5/08 1:20:30 PM ARDAgent [154] ******ARDAgent Launched******
    9/5/08 1:20:31 PM mDNSResponder[16] registerserviceinstance: domain paul\.dyson.members.mac.com. already registered
    9/5/08 1:20:31 PM ARDAgent [154] ******ARDAgent Ready******
    9/5/08 1:20:34 PM airportd[90] Probing highest ranked networks via directed scan..
    9/5/08 1:20:37 PM kernel AirPort: Link Up on en1
    9/5/08 1:20:38 PM Dock[165] _DESCRegisterDockExtraClient failed 268435459
    9/5/08 1:20:39 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021C:B3FF:FEB2:4695); network traffic reduction measures in effect
    9/5/08 1:20:42 PM /System/Library/CoreServices/coreservicesd[83] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(medialocal's Public Folder) returned -14135
    9/5/08 1:20:42 PM /System/Library/CoreServices/coreservicesd[83] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Paul Admin's Public Folder) returned -14135
    9/5/08 1:20:43 PM com.apple.KerberosAutoConfig[183] Kerberos configuration is up to date
    9/5/08 1:20:44 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:45 PM airportd[90] Error: Apple80211Associate() failed -6
    9/5/08 1:20:46 PM kernel AppleYukon2: 00000000,00000001 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    9/5/08 1:20:46 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:46 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021C:B3FF:FEB2:4695); network traffic reduction measures in effect
    9/5/08 1:20:46 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:48 PM com.apple.familycontrols[132] ** trying to launch apache with but no username given
    9/5/08 1:20:48 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** trying to launch apache with but no username given
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper 2008-09-05 13:20:48.022 iCalExternalSync[185:10b] WARNING: restore save failed: Error Domain=NSCocoaErrorDomain Code=134030 UserInfo=0x175c10 "An error occurred while saving." {
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper NSUnderlyingException = Fetching maximum primary key failed;
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper }
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper 2008-09-05 13:20:48.041 iCalExternalSync[185:10b] WARNING: CalCalendarStore: restore failed: Error Domain=CalCalendarStorePersistenceErrorDomain Code=1 UserInfo=0x176b00 "Failed to rebuild the iCal database."
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper {
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper NSLocalizedDescription = "Failed to rebuild the iCal database.";
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper NSLocalizedRecoverySuggestion = "An error occurred while saving.";
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper }
    9/5/08 1:20:48 PM iCalExternalSync[185] WARNING: restore save failed: Error Domain=NSCocoaErrorDomain Code=134030 UserInfo=0x175c10 "An error occurred while saving." {
    NSUnderlyingException = Fetching maximum primary key failed;
    9/5/08 1:20:49 PM com.apple.KerberosAutoConfig[188] Kerberos configuration is up to date
    9/5/08 1:20:48 PM iCalExternalSync[185] WARNING: CalCalendarStore: restore failed: Error Domain=CalCalendarStorePersistenceErrorDomain Code=1 UserInfo=0x176b00 "Failed to rebuild the iCal database."
    NSLocalizedDescription = "Failed to rebuild the iCal database.";
    NSLocalizedRecoverySuggestion = "An error occurred while saving.";
    9/5/08 1:20:50 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:50 PM mDNSResponder[16] SendResponses: No active interface to send: 04 17 Media\032Mac\032mini.device-info.tcp.local. TXT model=Macmini2,1
    9/5/08 1:20:53 PM [0x0-0x14014].SoftwareUpdateCheck[192] SoftwareUpdateCheck: non-admin user
    9/5/08 1:20:54 PM com.apple.launchd[133] ([0x0-0x14014].SoftwareUpdateCheck[192]) Exited with exit code: 102
    9/5/08 1:20:54 PM com.apple.KerberosAutoConfig[215] Kerberos configuration is up to date
    9/5/08 1:20:56 PM com.apple.familycontrols[132] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:56 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[220] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:56 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d: option requires an argument -- n
    9/5/08 1:20:56 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[223] 'Unknown argument given
    9/5/08 1:20:56 PM com.apple.familycontrols[132] 'Unknown argument given
    9/5/08 1:20:56 PM com.apple.familycontrols[132] Usage: /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k start -p <port> -n <username>
    Once loaded iCal does not respond and a "force quit" is the only option.
    I have looked at the logs in Server Admin and I can't seem to see any problems at about the same time.
    I would be grateful if someone could let me know whether this is a bug with the software or whether there is a solution. For the time being, the mac users are having to use portable home directories in order to allow them to use iCal.
    <Edited by Moderator>

    Hi
    I've not long ago spotted it. It is a longish log. I would sort out that problem anyway because it can't be good for that user.
    What needs to happen is a sampling of a the log server side when the problems occur for the clients. It would be a good idea if you posted a little more about how the server is configured. Are you using Server Preferences to administer the Server by any chance? What is the result of issuing this command from terminal:
    sudo changeip -checkhostname
    Post the result. Did the apple engineer configure internal DNS & DHCP Services to accommodate the web and ical services? Is the web service running? Are you using virtual domains? Are the client macs using the Server to resolve DNS?
    As you can see lots of questions. If you are using Server Preferences then I'm going to have to stop trying to assist you. Please don't think there is anything wrong with your server because you are using the application, because there is not. Neither is there anything wrong with the choices made by the original guy. It's just I don't deal with anything other than Advanced. I have little knowledge of Server Preferences. Please don't be tempted to 'convert' to Advanced thinking it may 'improve' matters. It's just as likely it will make things worse.
    Consider getting the original guy back in and having him do it for you again. Who knows you may find things will go a lot smoother this time?
    Tony

  • ICal Server - User can log in from iPhone but not from Desktop Mac

    I've got quite the peculiar problem with iCal Server on OS X 10.6.6 - my users can log in and access the shared calendars using their iPhones. When I set up an the same account on their desktop Macs in iCal, I get an error message "The server did not recognize your user name or password for account <username@servername>".
    I'm positive that username and password are correct. The only thing I found about that in the log files was that the CalDAV server returns a 201 HTTP status code when accessing the account from the iPhone vs. a 407 status code when using iCal on their desktop Mac. The same accounts are used for Email, File Sharing and Address book, all of which run fine.
    Has anyone experienced a similar problem? Maybe even solved it?

    Solved it myself - there was a non-ASCII character in the account password. Strange that the iPhone didn't have a problem with that while iCal did. Now that I've changed the password to contain only ASCII characters, the problem is gone.

  • Address Book and iCal Server backups

    I'm working to implement a company-wide Address Book, iCal, and iChat server via Lion Server where I work, and I've gotten most of the setup figured out (I think), and am approaching the point where I can roll it out to a few users for further testing.  However, before I'm allowed to move forward any further w/ it I have to have two means of backing up in place and ready to be rolled out at the same time as the server—so I'm planning on using Time Machine as one so it does the entirety of the server and its data/settings, but they also want me to do one of the Address Book Server and iCal Server databases individually, like back up the folder the data is, so we can, if ever necessary, import the backup databases to another computer, so we at least have the content, if not the full server functionality.  And, for obvious reasons, it can't be backed up locally. 
    So I'm looking for a means of doing this and would love any input anyone has.  Ease of use/setup is pretty important as this is my first time setting Server up and I've no programming knowledge.  I'm fairly sure I'll be able to find (or write my own, though that's unlikely) or modify and AppleScript that simply copies/duplicates a Finder item, and I know I can have iCal automatically run a script (so I'd just have it run every night at midnight or something), but I have yet to figure out how to get the script to copy the folder to a specified location on a different server (or, for that matter, if it's even possible, though I'm sure it is...right?).  But that's not what I'm trying to ask here...though I certainly wouldn't mind if someone had thoughts on it and wanted to share them !  I just really would like to know which folders to back up, since it's not simply making an archive of the local Address Book.app database.
    And, since I'm already here writing a post, I'll ask one other question that's been nagging at me: in Server Admin.app, with the server (not the services) selected in the sidebar on the left, the Access pane selected in the primary Server Admin window, and Services selected, and trying to dictate which users/groups can access which services, the user can click the "+" in the lower-left corner of the window where added users would appear, and another window pops up next to the Server Admin window that shows a list of the users (and groups if you click the appropriate button).  My question is, why does it show me _krb_anonymous, _krb_changepw, and a total of 81 other items?  I understand more or less what they are (in a very general sense), but why are they shown as users?  More importantly, do they have to be listed there?  Technically I'm probably the only one that's going to be the administrator, and I'll know not to add them or modify them, but I don't want anything related to those items appearing in a directory search in Address Book when I get it set up (as they are showing up now; for instance, one user I created is Sandy, and I have it set to include directory contacts in searches, so on a client machine that is correctly communicating w/ the server (add a user, it appears in a minute on another client machine, and vice versa) if I go to search for that name as soon as I type "s" Sandy, the actual user shows up, but so do five or six other things, all of which are items from the aforementioned list in Server Admin (pretty much anything that has an "s" in it, which of course makes sense)—and that's what I don't want, I don't want the users to search for someone, see something like _krb_anonymous pop up, then think something is screwed up and call me and demand I come fix their computer!).
    Any thoughts, suggestions, and such are more than welcome and much appreciated!
    Thank you to all...

    See the following:
    Folders You Can Move to Your new Mac
    From the Home folder copy the contents of Documents, Movies, Music, Pictures, and Sites.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    /Home /Library/Calendars (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    For FireFox:
    /Home/Library/Applications Support/FireFox
    /Home/Library/Preferences/org.mozilla.firefox.plist
    Credit goes Macjack for this information.

  • How do I create a group calendar in iCal Server 3?

    Hello everyone,
    I have set up a Mac Mini server to address the calendaring needs of my company.  I have also turned on the iCal service using the Server app in the Lion OS.  While the shared calendaring functions for individual users of iCal are great, my company is in need of general office calendar for postings of things like vacation times, company holidays, special conferences, etc.  Is there a way to configure the Mac Mini server to allow the setup of such a calendar?
    Maximus. Prime

    Okay, with everyone's help, I believe I have found a resolution to this issue.  I am very grateful to everyone who has contributed this discussion.  Your help has been invaluable.
    1.  The first thing I did was to ensure that the iCal and Wiki servers were both running.
    2.  Next, I created a user whose sole purpose was to create wikis on the server.  (In retrospect, I probably didn't have to do this, as any administrative account, which is what I have, can also make wikis).
    3.  I then created a wiki.  To do this open up your Web browser and enter in the name of your server followed by "/wiki" (no quotes).  An example of this is servername.local/wiki.  (If you are unsure as to whether or not DNS on your local network is working, you can enter the IP address of the server followed by /wiki).
    4.  Next login into the wiki by clicking on the lock icon in the toolbar.  (You can use the account you created earlier or any admin account on the iCal server for login).
    5.  Click the Wikis button.
    6.  Click the plus sign in the toolbar, then click New Wiki.
    7.  Enter a name and optional description.  It is much better to enter a short name with no spaces.  This will matter in a later step.
    8.  Next you will see the Set Wiki Access dialog box.  Here is where you can enter users of the wiki (calendar), and their permissions (i.e. Owner, Read-Write, etc.).
    9.  When done with the previous step, click create, and you should be taken to the "welcome" page of your wiki.
    10. Click the gear icon in the toolbar then select settings.
    11. Select Services in the sidebar, put a check into the Calendar box, and select Save.
    12. You should now see a link for Calendar underneath your toolbar.  Select it, then select Settings to adjust your timezone settings, etc.
    13. You can log out of the wiki at this point.
    14. Go to one of the users who was given access to the wiki in step 8.
    15. Open iCal -- Preferences then select the Accounts tab.
    **Now here is where things get "tricky."**
    16. It is likely that this user has a functioning account on your iCal server.  If you go to the Server Settings tab of the account and check the Server Path, you will see an entry similar to /principals/__uids__/longstringofalphanumericcaharacters/.
    17. Replace the long string of alphanumeric characters with "wiki-wikiname" (no quotes).  The wikiname is the name you entered in step 7.
    18. Close the iCal preferences box, and close iCal.
    19. The user may be prompted to re-enter his/her password.  Do so, and afterward you should be have access to the wiki-based group calendar.
    UH OH...what about the user's normal account?!?!?!
    20. Go back into the account preferences tab of iCal and re-add the user's normal iCal account with his/her normal credentials.  All of the user's calendar information should return because it is on the server and backed up regularly...right?
    This solution appears to be working for me so far.  I have verified that users who can only read from the wiki calendar do not have the ability to edit the calendar.  Of course, those who can edit the calendar are able to do.  These test users are also able to use their normal iCal accounts without any issues.

  • Ical server/client suddenly stopped working together

    Hi
    I have 10.6.1 server with a group calendar served on a wiki. There are multiple users using 10.6.1 macbook, using ical to display/edit the group calendar. Server has a correctly configured FQDN. Apart from some niggles (will come to later), all has been fine for the last 2 weeks - all 10.6 clients have been able to connect without problems (to FQDN:8008/principals/wikis/groupadministration ). I do not have SSL. Today, one of the clients could no longer update the group calendar or refresh it (for changes from other people).
    The following is in the client system log:
    iCal[278] Exception in -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] :: * -[NSCFString rawInterval]: unrecognized selector sent to instance 0x165437f0
    In the server caldavd error log:
    [caldav-8009] [-] [twistedcaldav.method.propfind#error] Error reading property ('DAV:', 'current-user-privilege-set') for resource /calendars/_uids_/wiki-groupadministration/inbox/: <StatusResponse 401 Access denied while reading property {DAV:}current-user-privilege-set.>
    Web access still works for this user.
    There have been no changes to any set up and the user in question had no problems in the last 2 weeks, until today. I understand it just "stopped working" this morning - user can offer no further help.
    In other niggles (possibly unrelated but if anyone can help):
    * I have an older client, running 10.5.8 with no wish to upgrade to 10.6, as there are some software compatibility issues (Adobe CS2, Parallels 3) and no budge to update software. ical has never been able to connect to the ical server reliably - after the first update/sync, no further updates are possible.
    * It is not possible to disable alarms to the group calendar in ical. Option-i, uncheck the box, and 30 seconds later the box is checked again. Each user has their own "personal" calendar in the group calendar, and some users like to have alarms. It is not possible to disable those alarms for other users.
    Hope someone can help. All in all, I am not particularly impressed with SL server.

    Hello all,
    since yesterday I'm having the same problem. the server was even not touched the last days.
    Thank you
    Horst

  • ICal Server - Can't log in with Kerberos?

    Hello, I have been struggling the past few days getting ical server properly installed and configured to incorporate into our environment (just installed 10.6 server). I am very new to Kerberos, in fact never heard of it before getting into this, but would like to possibly use it as an authentication option. I have my master open directory installed and running, it says Kerberos is running, ldap as well as password server, all running. I created some test users in the LDAPv3/127.0.0.1 directory with open directory password types. I have opened ticket viewer and assigned tickets to these test users. In my Ical settings in server admin, I have authentication type set to kerberos. When I try to add an account via my ical client on my workstation (also 10.6 just installed), it searches and I get the message:
    "Ical found the CALDAV server "servername" but couldn't log in with the user name "username". Make sure the user name and password you entered are correct, then try again"
    If I click next and go to the calendar server options screen I select Ical server template, the port changes to 8443 I believe and I change it back to the default of 8008, and click use kerberos v5 for authentication, and uncheck Use SSL as I have that off. I then get the message of:
    "Authentication failed. The server does not support Kerberos authentication."
    Now, if I go completely backward, and change my iCal server authentication type to Digest, or Any Method, I can log in using any of my local user names and passwords and any open directory password users. This is great because it shows me the system is working, and I can get in, however what I don't quite understand is if I log in with a different/various usernames and passwords, I get a separate calendar for each login. When watching the apple demo video of Ical server here http://www.youtube.com/watch?v=7bzMTpLv-EE&feature=related , it seems there is one calendar, and multiple users are logging in using different logins, but accessing the same calendar.
    So I guess my main questions are, why isn't Kerberos working, and how do I get it to work, am I missing something? And how do I get Ical server to operate the way it is in the video, so people log in with different various logins but are able to see the same "work" calendar as shown in the video.
    I appreciate any help/insight. Thank you.

    One additional piece of information that I don't know if it is a bug or if anyone else has this problem, but when I am logged in with a user, and access my address panel via my ical client, none of my locations, resources, people, or groups show up, every category is empty. However, if I start to type a search for a location name or user that I know the name of that I have added, THEN it will show up and I can click/select it. Almost behaving completely backwards, any ideas why these are not showing up without using the search??? Thank you again.

  • OD errors in iCal Server (won't allow iCal Server to run)...

    Can anyone help me solve the OD errors I'm seeing in iCal Server?
    The Xserve I'm trying to run iCal Server on is connected to an OD Master.
    I can't get iCal Server running on this as a result (though, any other Xserves on the network, also connected to the same OD Master, have no problem running iCal Server).
    All other services on this Xserve (web, AFP, wiki, etc.) that rely on OD-based accounts work fine.
    Any insight would be appreciated!
    Kristin.
    2009-05-07 12:20:26-0400 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:26-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:26-0400 [-] 1 processors found, configuring 1 processes.
    2009-05-07 12:20:26-0400 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Log opened.
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading users record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/Local /Default)] FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAPv 3/xserve001.upincstudio.ca)] E244BEBD-5184-47B2-9DF3-6B6CD47E3B9A(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading groups record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050(admin) 'Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 8123E7CE-5C19-483F-87C1-EC92FFE2F8C1(admin) 'Open Directory Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000014(staff) 'Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 61746A78-BFE1-49F0-861A-FB1AA07DFDE5(staff) 'Open Directory Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading locations record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading resources record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up document root at: /Library/CalendarServer/Documents
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up default ACEs on root resource
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up AdminPrincipals
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting root ACL
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up Timezone Cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring authentication for realm: /Search
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up scheme: kerberos
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Configuring authentication wrapper
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up service
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x2249ad0>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Adding server at :8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x224a2b0>
    2009-05-07 12:20:28-0400 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] set uid/gid 93/93
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))

    Can anyone help me solve the OD errors I'm seeing in iCal Server?
    The Xserve I'm trying to run iCal Server on is connected to an OD Master.
    I can't get iCal Server running on this as a result (though, any other Xserves on the network, also connected to the same OD Master, have no problem running iCal Server).
    All other services on this Xserve (web, AFP, wiki, etc.) that rely on OD-based accounts work fine.
    Any insight would be appreciated!
    Kristin.
    2009-05-07 12:20:26-0400 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:26-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:26-0400 [-] 1 processors found, configuring 1 processes.
    2009-05-07 12:20:26-0400 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Log opened.
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading users record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/Local /Default)] FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAPv 3/xserve001.upincstudio.ca)] E244BEBD-5184-47B2-9DF3-6B6CD47E3B9A(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading groups record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050(admin) 'Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 8123E7CE-5C19-483F-87C1-EC92FFE2F8C1(admin) 'Open Directory Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000014(staff) 'Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 61746A78-BFE1-49F0-861A-FB1AA07DFDE5(staff) 'Open Directory Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading locations record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading resources record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up document root at: /Library/CalendarServer/Documents
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up default ACEs on root resource
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up AdminPrincipals
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting root ACL
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up Timezone Cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring authentication for realm: /Search
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up scheme: kerberos
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Configuring authentication wrapper
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up service
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x2249ad0>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Adding server at :8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x224a2b0>
    2009-05-07 12:20:28-0400 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] set uid/gid 93/93
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))

Maybe you are looking for

  • Options in running Windows from an mSATA drive

    I recently ordered an x220 and expect to receive it this week. I also ordered an mSATA drive that I would like to install. Once I have it installed, I am not sure the best method to install Windows to the new drive and would appreciate some feedback.

  • Selecting Multiple objects in Pages for ipad

    On regular pages, I can select multiple objects (text boxes, etc) by holding shift then clicking on it. Is there a way to do that in Pages for IPAD?

  • How to play wmv file format in Mac

    Hi, I want to know how to play a wmv format in Mac. I have just download media player for mac. When I run the download file. It always shows me a file missing. Can you help me how to download the program and the procedure? Thanks. mac book   Mac OS X

  • Interactive report - Save as html, possible to save file in database?

    Hi I am in a situation where I want the output of a interactive report in HTML format, but I do not wan't to download the files to my computer. I want to automate my process to display the report and save the file to database and to be attached to a

  • Error in Invoicng

    Hello friends, While doing invoicing I am getting following error.The Billing has happened Succesfully. Tried billing through T-code, EA19 / EASIBI. The error Message & Log is as follows : "There are gaps in the definition for tax determination indic