OSX Server hangs on Configuring Services (Mountain Lion 10.8.2)

Just installed OSX Server for the first time. I'm going through setup, and when it either tries to check on push notifications with my Apple ID, or when I skip past that and it starts configuring services, I get an exception in /var/log:
Dec  2 11:15:46 living-room Server[38200]: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
Dec  2 11:15:46 living-room Server[38200]: (
                    0   CoreFoundation                      0x00007fff971900a6 __exceptionPreprocess + 198
                    1   libobjc.A.dylib                     0x00007fff8bbdd3f0 objc_exception_throw + 43
                    2   CoreFoundation                      0x00007fff9714081a -[__NSArrayM insertObject:atIndex:] + 282
                    3   ServerFoundation                    0x0000000105490d70 XSGetNetworkServices + 1101
                    4   ServerFoundation                    0x0000000105497820 +[NSHost(ServerFoundation) storedIPv4Address] + 9
                    5   Server                              0x0000000105303c49 -[SEServer setAddresses:] + 85
                    6   Foundation                          0x00007fff8c2e05f8 _NSSetObjectValueAndNotify + 257
                    7   Server                              0x0000000105303b76 -[SEServer setConnectionAddress:] + 140
                    8   Server                              0x0000000105303429 -[SEServer initWithAddress:] + 50
                    9   Server                              0x00000001053034a4 +[SEServer serverWithAddress:] + 57
                    10  Server                              0x00000001051037fd Server + 198653
                    11  Server                              0x0000000105302a38 -[SESheetController sheetDidEnd:returnCode:contextInfo:] + 30
                    12  AppKit                              0x00007fff93288d26 -[NSApplication endSheet:returnCode:] + 267
                    13  Server                              0x0000000105126d12 Server + 343314
                    14  ServerFoundation                    0x00000001054685f0 -[XSAction performCallbacks:] + 456
                    15  ServerFoundation                    0x000000010546ad99 -[XSAction unthreadedFinish] + 101
                    16  Foundation                          0x00007fff8c2e6677 __NSThreadPerformPerform + 225
                    17  CoreFoundation                      0x00007fff9710f101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
                    18  CoreFoundation                      0x00007fff9710ea25 __CFRunLoopDoSources0 + 245
                    19  CoreFoundation                      0x00007fff97131dc5 __CFRunLoopRun + 789
                    20  CoreFoundation                      0x00007fff971316b2 CFRunLoopRunSpecific + 290
                    21  HIToolbox                           0x00007fff9752e0a4 RunCurrentEventLoopInMode + 209
                    22  HIToolbox                           0x00007fff9752de42 ReceiveNextEventCommon + 356
                    23  HIToolbox                           0x00007fff9752dcd3 BlockUntilNextEventMatchingListInMode + 62
                    24  AppKit                              0x00007fff9338b613 _DPSNextEvent + 685
                    25  AppKit                              0x00007fff9338aed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
                    26  AppKit                              0x00007fff93382283 -[NSApplication run] + 517
                    27  AppKit                              0x00007fff93326cb6 NSApplicationMain + 869
                    28  libdyld.dylib                       0x00007fff92a527e1 start + 0
Configuring services then hangs indefinitey (let it run all night just to be sure).
Any idea what's going on?

Just installed OSX Server for the first time. I'm going through setup, and when it either tries to check on push notifications with my Apple ID, or when I skip past that and it starts configuring services, I get an exception in /var/log:
Dec  2 11:15:46 living-room Server[38200]: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
Dec  2 11:15:46 living-room Server[38200]: (
                    0   CoreFoundation                      0x00007fff971900a6 __exceptionPreprocess + 198
                    1   libobjc.A.dylib                     0x00007fff8bbdd3f0 objc_exception_throw + 43
                    2   CoreFoundation                      0x00007fff9714081a -[__NSArrayM insertObject:atIndex:] + 282
                    3   ServerFoundation                    0x0000000105490d70 XSGetNetworkServices + 1101
                    4   ServerFoundation                    0x0000000105497820 +[NSHost(ServerFoundation) storedIPv4Address] + 9
                    5   Server                              0x0000000105303c49 -[SEServer setAddresses:] + 85
                    6   Foundation                          0x00007fff8c2e05f8 _NSSetObjectValueAndNotify + 257
                    7   Server                              0x0000000105303b76 -[SEServer setConnectionAddress:] + 140
                    8   Server                              0x0000000105303429 -[SEServer initWithAddress:] + 50
                    9   Server                              0x00000001053034a4 +[SEServer serverWithAddress:] + 57
                    10  Server                              0x00000001051037fd Server + 198653
                    11  Server                              0x0000000105302a38 -[SESheetController sheetDidEnd:returnCode:contextInfo:] + 30
                    12  AppKit                              0x00007fff93288d26 -[NSApplication endSheet:returnCode:] + 267
                    13  Server                              0x0000000105126d12 Server + 343314
                    14  ServerFoundation                    0x00000001054685f0 -[XSAction performCallbacks:] + 456
                    15  ServerFoundation                    0x000000010546ad99 -[XSAction unthreadedFinish] + 101
                    16  Foundation                          0x00007fff8c2e6677 __NSThreadPerformPerform + 225
                    17  CoreFoundation                      0x00007fff9710f101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
                    18  CoreFoundation                      0x00007fff9710ea25 __CFRunLoopDoSources0 + 245
                    19  CoreFoundation                      0x00007fff97131dc5 __CFRunLoopRun + 789
                    20  CoreFoundation                      0x00007fff971316b2 CFRunLoopRunSpecific + 290
                    21  HIToolbox                           0x00007fff9752e0a4 RunCurrentEventLoopInMode + 209
                    22  HIToolbox                           0x00007fff9752de42 ReceiveNextEventCommon + 356
                    23  HIToolbox                           0x00007fff9752dcd3 BlockUntilNextEventMatchingListInMode + 62
                    24  AppKit                              0x00007fff9338b613 _DPSNextEvent + 685
                    25  AppKit                              0x00007fff9338aed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
                    26  AppKit                              0x00007fff93382283 -[NSApplication run] + 517
                    27  AppKit                              0x00007fff93326cb6 NSApplicationMain + 869
                    28  libdyld.dylib                       0x00007fff92a527e1 start + 0
Configuring services then hangs indefinitey (let it run all night just to be sure).
Any idea what's going on?

Similar Messages

  • Upgrade from Snow Leopard Server to Lion Server hangs at configuring services...

    I am running the Mac mini with snow leopard server 2.53 ghz 2GB of ram, 2x500GB hard drives, and have followed through the process to install Lion Server. The installation appears to be hung at the Configuring Services section of the setup process. I have left it for a couple of hours and nothing has progressed.
    Should I leave it longer, hoping that it will work through the process (if in fact it is working through something)?
    How long should this normally take?
    As this is my work server, hosting mail, web, FTP, and file sharing, it is rather important to get it up and running as quickly as possible.
    Any thoughts on how I can get it moving?
    Hard power off of the Mac Mini reboots the machine, then proceeds back to the setup page, and then hangs on the same Configuring Services.
    Any assistance would be much appreciated.
    Thanks.

    Lion Server Upgraders,
    beware and proceed with caution.
    Apple web site is naively optimistic on the upgrade process:
    "To upgrade your Mac to OS X Lion, you don’t need to drive to a store, bring home a box, and install a bunch of discs. All you do is click the Mac App Store icon, buy Lion for $29.99, and your Mac does the rest. Just make sure you have what you need to download Lion to your Mac."
    And then has a 3 step process...
    This is completely miss leading.
    Read this document first: http://manuals.info.apple.com/en_US/lion_server_upgrading_migrating.pdf
    It will make it readily apparent that moving from Snow Leopard Server to Lion is not going to be simple.
    Having done this twice now.. I have found that:
    1. Open Directory migration is a weak point. Lion & Snow Leopard Open Directory are not compatible, so if you have masters & replica then expect trouble. I have an unresolved issue trying to get a simple Lion Server to Lion Server Open Directory replica up and running. This compatibility seems to also cause migration to fail, as I found that all my local User/Groups transferred ok but non of the /127.0.0.1/LDAPv3 (Open Directory) ones did. This is a very important item, as all the mail accounts in dovecot use LDAP generated UID, so you have to be careful that you do not loose mail accounts.
    2. Mail - your mail aliases will not transferred, so you will need to reapply the aliases.
    3. Web Server Setup - This broke, under migration as I gather the entire Web serving tree has changed. In particular I had "Snow Leopard" Web Mail (which is based on Squirel) on my "Snow Leopard" Server and this is now dead...
    4. Digital Certificates - I found that the valid (ie signed by trusted CA's) did not get migrated, so I had to re-imported my Digital Certificates. If you have paid for third party CA certificates then make sure you have got these copied somewhere, as if you loose them then you will likely need to go to your provider and get a certificate revocation and new certificate, which will cost you money!
    Cheers,
    Zebity.

  • Where is the association between applications and Spaces screen configured in Mountain Lion?

    Where is the assocation between Applications and Spaces screen configured in Mountain Lion?
    In 10.6, I had FileMaker come up in Space 2, and it still does in 10.8 but I don't know how to change it.
    Anyone know?

    Right-click the icon in Dock and select Options

  • HT1338 Do you update Mac OS X Server 10.7.4 on the mini cube server  to the OS X Mountain Lion

    Please advise me, if you have the answer.
    Do you update Mac OS X Server 10.7.4 on the mini cube server to the OS X Mountain Lion.
    Thank You, in advance for your help. 

    Simply go into the App store and download Mountain Lion. Lion server is upgraded by the Mountain Lion install and after that you can install OS X Server.

  • Hello I have a Macbook early 2008 and upgraded to 4Gb Memory, running 10.6.8 OSX. Want to upgrade to Mountain Lion, how to do it ?

    Hello I have a Macbook early 2008 and upgraded to 4Gb Memory, running 10.6.8 OSX. Want to upgrade to Mountain Lion, how to do it ?

    Upgrading to Mountain Lion - http://www.apple.com/osx/how-to-upgrade
    Mac OS X: System requirements for Mountain Lion (10.8) - http://www.apple.com/macosx/specs.html

  • They gave me OS X Server instead of OS X Mountain Lion

    i recieve the email from apple and the email clearly stated redeem for Mountain Lion. but after i redeem at App Store, i couldnt start download because the redeem code was for OS X Server instead of OS X Mountain Lion. come on this is clearly a joke. anyone else got the same problem?

    http://www.macrumors.com/2012/07/26/apple-mistakenly-sending-out-os-x-server-rep lacement-up-to-date-codes/

  • Server update for OS X Mountain Lion

    I purchased Server for Lion in Feburary and then upgraded to Mountian Lion but did a clean install. I tried reinstalling Server from my purchased items on the App Store but does not work. All documentation indicates Server 2.1 works with Mountain Lion so what could be my issue?
    Thanks!

    Thanks for the reply!
    So just to confirm, if I was to reinstall Lion and then Server, could I just upgrade to Mountain Lion allowing me to "update" Server so I don't have to buy Server again?
    Thanks again!
    Mario

  • Server admin is unable to login to server.app after upgrade to Mountain Lion Server?

    After upgrade to Mountain Lion Server I am unable to login to the server tools. When I input the admin user name and password the dialog box just shakes indicating the wrong password. But it is the correct password. How do I reset the password or if necessary how do I rest the server and start over on Mountain Lion. I found info on how to reset the server on previous versions of the server which involved executing a plist in the LaunchDaemon folder. However that file does not exist on the server following upgrade to Mountain Lion.
    Thanks, Howard

    I upgraded today and had the same issue. I took following steps to fix my computer.
    Boot into Recovery Partition (Hold Option Button while booting)
    Open Terminal.
    Type resetpassword
    Select your hard drive
    Select the user account (Administrator)
    Enter a new password for the user
    Reenter password
    Save
    Restart
    Boot normally, Login as Adminstrator with the new password and add "Admin" permission to your account.
    Restart
    Everything should be working as expected

  • Installing Mac OSX Server hangs at Network Configuration

    Hi there!
    I am installing my new Mac OSX Server (SNow Leopard) straight forward the assistant.
    Asking for Language: OK
    Asking for Country: OK
    Keyboard Layout: OK
    Entering License: OK
    Configuring Network:
    Ethernet: Static
    Airport: OFF
    FireWire: OFF
    Clicking on Forward to continue: The assistant keeps telling me "configuring network". Nothing happens. It is doing that for hours now.
    I tried to connect with Server Admin tool: OK works.
    The network is up and running, but the assistant is not continuing.
    Any ideas?
    Thanks for any help or suggestion

    Smells vaguely of a DNS error or IP routing or a network connectivity problem.
    What did you specify for your network settings, and particularly what was entered for the DNS server address? If you're not running DNS on your local network here, then enter no DNS servers as part of the prompting, and let Mac OS X Server establish its own default single-host DNS.
    (You're not going to be able to use your ISP DNS here; those ISP DNS servers are not valid when you are establishing a server on a network behind a NAT gateway.)
    I'd probably wipe the disk and boot from DVD and reload.

  • App Store hanging on upgrade to Mountain Lion from 10.6.8

    I've got a Mac Pro (shown as version 3,1 in System Profiler) which is running 10.6.8 Server and I'm trying to get it to upgrade to Mountain Lion.
    Unfortunately when I click on the "Buy App" button - or even if I click on the "Updates" button - the App Store application spins the progress icon for a little bit, but then hangs with the basketball of death. In the end I have to force-quit it - even leaving it for several hours doesn't help.
    I've tried booting the Mac in to safe mode, resetting the NVRAM and similar - all to no avail. The host can reach the internet with no issues - I can see the initial app page, find the Mac OSX Mountain Lion page, etc. Its only after I've clicked the button to purchase the software that it hangs. I've tried booting it into the Apple Hardware Test, via holding down D at bootup, but unfortunately that doesn't seem to work.
    Anyone got any ideas of how to proceed from here ? I've got a sinking feeling that the host will end up just staying at 10.6.8!

    Thanks for poking me to look at the console logs! That led me to find the error message:
    App Store[762] <Error>: CGBitmapContextGetBitsPerComponent: invalid context 0x112f90060
    Which in turn pointed me to https://discussions.apple.com/message/15431640#15431640
    Renabling Spotlight (see http://osxdaily.com/2011/12/10/disable-or-enable-spotlight-in-mac-os-x-lion/ ) allowed the App Store to work again!
    Just why the App Store requires Spotlight to work is beyond me.

  • OSX Server hanging

    We have an OSX Server running 10.6.7  hosting around 1000 mailboxes. It has been running smoothly up until recently (the last week) it has started to hang on us about twice a day - all we can do is hard reset the server. We have upgraded from 10.6.3 to 10.6.7 to see if that fixes the problem but it has not. We have also tried hardware checks (verify disks etc) and reseating RAM, as well as resetting the PRAM. Any help would be appreciated, see log below:
    panic(cpu 5 caller 0x2db14d): "dqflush: stray dquot"@/SourceCache/xnu/xnu-1504.9.37/bsd/vfs/vfs_quota.c:1073
    Backtrace (CPU 5), Frame : Return Address (4 potential args on stack)
    0x885ebc78 : 0x21b510 (0x5d9514 0x885ebcac 0x223978 0x0)
    0x885ebcc8 : 0x2db14d (0x59f33c 0x0 0x6a 0x10ff9948)
    0x885ebd08 : 0x428a0f (0x125d9784 0x2 0x428700 0x885ebd3c)
    0x885ebd58 : 0x431e5a (0x112b9d20 0x10ff9948 0x0 0x0)
    0x885ebda8 : 0x4347a7 (0x10ff9948 0x0 0x885ebdd8 0x2d9089)
    0x885ebe08 : 0x2eecc3 (0x10ff9948 0x80000 0x10f062f4 0x223acd)
    0x885ebe58 : 0x2e04f9 (0x10ff9948 0x80000 0x0 0x10f062f4)
    0x885ebe78 : 0x48a1a1 (0x112b9d20 0x0 0x0 0x885ebec8)
    0x885ebee8 : 0x4960d7 (0x1 0x0 0x885ebf18 0x4729fd)
    0x885ebf78 : 0x4f6075 (0x112b9d20 0x10a40708 0x10f06234 0x1)
    0x885ebfc8 : 0x2a144d (0x10a40704 0x0 0x10 0x1444ed04)
    BSD process name corresponding to current thread: launchd

    What model of hardware are you running OSX Server on?   I have a very similar Kernel Panic crash occasionally when I restart my computer and I have not been able to figure out what causes it.   I even get this on a clone of my server running with services configured, but no users connected to it (original Panics were seen on an XServe 1,1, but I'm seeing the same thing with a clone of the system -- or a migrated server install -- on a brand new MacPro.
    It doesn't crash *every* time I restart it, but it does often enough that I've had to set up a PowerSwitch that I can send a signal to recycle the power when it's panicked..   I've filed numerous bugs on this, but they all come back with really old "duplicate" numbers and google isn't a log of help tracking down any causes of "dqflush:  stray dquot" panics.
    Have you filed this one with Apple and gotten any response?
    Tue Jul  5 16:37:45 2011
    panic(cpu 8 caller 0xffffff80002f4e80): "dqflush: stray dquot"@/SourceCache/xnu/xnu-1699.22.73/bsd/vfs/vfs_quota.c:1073
    Backtrace (CPU 8), Frame : Return Address
    0xffffff80f1643c20 : 0xffffff8000220702
    0xffffff80f1643ca0 : 0xffffff80002f4e80
    0xffffff80f1643ce0 : 0xffffff80004e44e3
    0xffffff80f1643d30 : 0xffffff80004f2ee5
    0xffffff80f1643d80 : 0xffffff80004f2f5d
    0xffffff80f1643de0 : 0xffffff800030be43
    0xffffff80f1643e30 : 0xffffff80002fc2c6
    0xffffff80f1643e50 : 0xffffff800054d884
    0xffffff80f1643ed0 : 0xffffff80005598f7
    0xffffff80f1643f50 : 0xffffff80005ca7cb
    0xffffff80f1643fb0 : 0xffffff80002d8383
    BSD process name corresponding to current thread: launchd
    Boot args: srv=1 serverperfmode=1

  • HT4814 Server App not compatible with Mountain Lion

    I have just upgraded my station to Mountain Lion and previously copied SERVER App is not compatible. I am not going to upgrade my server to Mountain Lion as yet, therefore I cannot administer my server through 2. from above. Sollutions?
    Station: ML on MacMini. Server MacMiniServer Lion Server

    Right, yes I understood your plan. The worry I have is that even once you copy Server v2 to your workstation, on first launch it will try to install the ML Server components. So....I fired up my virtual machine of ML client to see once again what's that like again. One first launch Server prompts to configure/install the server software. However the menu and menu items are live, e.g. the "Manage"  entry is live. So I suspect you could connect from the workstation to the server and manage it. I just don't know if that "setup" screen will thereby go away, if I'm only using it to manage the server from the workstation. I'm away from my Server, so I cannot at the moment verify what happens.
    I went ahead and bought ML + Server v2. I installed it in a VM to take a look at the changes and to see if services I use functioned o.k. in testing. I took forever to setup my MacMini with Lion Server because I was new to OS X Server, but I've been using Macs for ages and OS X from the very start. So I installed, messed up, reinstalled Lion Server many times before I figured it out. Right when it was pretty much good to go, ML came out. Since my MacMini with Lion Server never got used for anything more than testing, it was a big deal for me to go ahead with ML + Server v2. I'm just using it as a home server, and pretty limited at that: OD, File Sharing, Network Homes, and Profile Manager. ML gives me one share and an easy way to turn on FTP (compared to Lion), so I'm going to use that service too; I have a scanner than doesn't work with Lion and ML's SMB but functions with FTP.
    Some things are missing in ML, DCHP for instance is but isn't there. You might take a look at to get an idea:
    http://arstechnica.com/apple/2012/07/the-server-simplified-a-power-users-guide-t o-os-x-server/
    I always take caution with early releases, I usually test clones made with SuperDuper! or Carbon Copy Cloner. With Mt Lion Server, it was easier, again since I didn't have a "live" Lion server, to make a virtual machines.

  • "The MIDI Server can't be opened" Mountain Lion

    Hello all, so I'm encountering this issue when I try to open up the Midi Window in audio midi preferences. I have tried emptying the Midi Drivers folders, restarting repairing permissions of the hard disk, both from recovery mode and with the system running. I have also used Onyx to do a full automation on my disk, and disk warrior to service the disk as well. I'm still having this issue.
    it's making Ableton Live 9 hang on startup for 5 minutes, and upon opening will not let me select the midi controllers that I have plugged in. I don't think this error is caused by any recent midi driver installations, as I haven't really installed anything recently, and had all my controllers working just days ago
    For reference sake, this issue exists on my iMac (mid 2011), and not my MBP (mid 2010). I'm using the most recent version of Mountain Lion 10.8.5, and the most recent version of ableton and all of my other midi controllers, and software are totally up to date. The Midi controllers I have are my Maschine MKII, M-Audio Oxygen 25 3rd Gen, and my NI Komplete Audio 6 Interface. As I said, they were working perfectly just earlier this week, and only recently began to act up and give me this error message.
    I'm at a a total loss here, as anything I do doesn't remedy the situation, and I still cannot access the midi preferences, or use any of my controllers.
    I sincerely hope somebody can help me rectify this, as it's becoming absolutely detrimental to my production, and it's a complete waste of my time, over something that I don't think should be causing this big of a deal.
    Thanks in advance, I hope to hear back real soon from you folks.
    Cheers
    Chris

    Just noticed you are using 2  M-Audio MIDI devices, the MIDISport Uno and the MIDI portion of the 410.
    Let me clarify... the M-Audio 410 Core MIDI driver is not compatible.
    The Uno is probably a system compliant device that doesn't use a driver, I'm betting the 410 installs a MIDI driver with the installation package.

  • OSX Server Hangs on Blue screen at startup

    We have an Xserve Running 10.5.8.  We have been having strange issues for some weeks with client's logging in and their desktops being missing.  Last Friday I noticed that the backup was not running correctly and I had a student who had lost her work mysteriously too.  I decided to restart the server to see what would happen.  On restart I cannot log in to the server either remotely or locally because after the white apple with spinner screen the machine goes to a blue screen with no login window.  Services are up and running, I can view and use Server Admin and Workgroup Manager, and I can ssh into the server.  I have trawled the internet in search of answers but all to no avail.  There are some errors in the log but I am not familiar enough with these things to know which are significant to this problem.  To further complicate matters the OSX server disk is nowhere to be found, hasn't been seen since well before I arrived on campus.  I have ordered Snow Leopard for this machine but would like to get to the bottom of the issues.
    I have booted into safe mode from ssh but this has made no change to the situation.  I am relatively new to comand line management of macs so please don't assume I know how to use it like an old pro.  I am learning rapidly.
    Thanks
    Lincoln
    Here is a log from a fresh reboot:
    Jul  6 13:37:50 localhost com.apple.launchctl.System[2]: /etc/rc.server: line 55: logger: command not found
    Jul  6 13:37:50 localhost com.apple.launchctl.System[2]: kern.maxproc: 532 -> 2500
    Jul  6 13:37:50 localhost com.apple.launchctl.System[2]: kern.ipc.somaxconn: 128 -> 2500
    Jul  6 13:37:50 localhost com.apple.launchctl.System[2]: kern.maxnbuf: 16384 -> 21000
    Jul  6 13:37:50 localhost com.apple.launchctl.System[2]: kern.maxvnodes: 66560 -> 120000
    Jul  6 13:37:50 localhost com.apple.launchctl.System[2]: kern.maxprocperuid: 266 -> 1000
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: launchctl: propertyList is NULL
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: launchctl: no plist was returned for: /System/Library/LaunchDaemons/nmbd.plist
    Jul  6 13:37:54: --- last message repeated 1 time ---
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: launchctl: propertyList is NULL
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: launchctl: no plist was returned for: /System/Library/LaunchDaemons/org.samba.winbindd.plist
    Jul  6 13:37:54: --- last message repeated 1 time ---
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: launchctl: propertyList is NULL
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: launchctl: no plist was returned for: /System/Library/LaunchDaemons/smbd.plist
    Jul  6 13:37:54: --- last message repeated 1 time ---
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    Jul  6 13:37:52 localhost com.apple.launchctl.System[2]: getaddrinfo(): Temporary failure in name resolution
    Jul  6 13:37:52 localhost com.apple.launchd[1] (com.apple.RemoteDesktop.PrivilegeProxy): Unknown key for boolean: EnableTransactions
    Jul  6 13:37:52 localhost com.apple.launchd[1] (org.apache.httpd): Unknown key: SHAuthorizationRight
    Jul  6 13:37:52 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
    Jul  6 13:37:52 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
    Jul  6 13:37:52 localhost com.apple.launchd[1] (org.x.privileged_startx): Unknown key for boolean: EnableTransactions
    Jul  6 13:37:55 localhost kernel[0]: formExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge/P8PC@0/IOPCI2PCIBridge/S AS@2/AppleLSIFusionSAS/SAS Target 052B290A8A98376A@3/IOSCSITargetDevice/IOSCSILogicalUnitNub@0/IOSCSIPeripheralDe viceType00/IOBlockStorageServices/IOBlockStorageDriver/ST380815AS N Media/IOGUIDPartitionScheme/Customer@2
    Jul  6 13:37:52 localhost kextd[24]: safe boot detected
    Jul  6 13:37:55 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jul  6 13:37:52 localhost kextd[24]: safe boot; invalidating extensions caches
    Jul  6 13:37:55 localhost kernel[0]: FusionMPT: Notification = 22 (SAS Discovery) for SCSI Domain = 0
    Jul  6 13:37:55 localhost kernel[0]: Discovery condition = 0x00000000
    Jul  6 13:37:55 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul  6 13:37:55 localhost kernel[0]: Jettisoning kernel linker.
    Jul  6 13:37:55 localhost DirectoryService[25]: Launched version 5.8.1 (v514.28)
    Jul  6 13:37:59 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:1e:52:f3:ca:24
    Jul  6 13:37:59 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:1e:52:f3:ca:25
    Jul  6 13:38:06 localhost kernel[0]: Resetting IOCatalogue.
    Jul  6 13:38:06 localhost kextd[24]: 0 cached, 287 uncached personalities to catalog
    Jul  6 13:38:06 localhost kernel[0]: Matching service count = 0
    Jul  6 13:38:06 localhost mDNSResponder mDNSResponder-176.3 (Jun 17 2009 18:57:49)[31]: starting
    Jul  6 13:38:08 localhost kernel[0]: Previous Shutdown Cause: 3
    Jul  6 13:38:08 localhost kernel[0]: ACPI_SMC_PlatformPlugin::getCPU_PSSData - WARNING: _PSS table invalid; ACPI is probably incomplete
    Jul  6 13:38:10: --- last message repeated 3 times ---
    Jul  6 13:38:10 localhost com.apple.launchd[1] (com.openssh.sshd): Unknown key: SHAuthorizationRight
    Jul  6 13:38:12 localhost kernel[0]: Ethernet [Intel8254X]: Link down on en0 called by enableHardware() --
    Jul  6 13:38:13 localhost bootlog[83]: BOOT_TIME: 1309923414 0
    Jul  6 13:38:14 localhost com.apple.printservice_LPR_mDNS_Media_A3_Printer[63]: Registering Service Media A3 Printer._printer._tcp port 515 TXT txtvers=1 qtotal=1 rp=Media_A3_Printer pdl=application/postscript ty=\(null\)
    Jul  6 13:38:16 localhost kernel[0]: Ethernet [Intel8254x]: Link up on en1, 1-Gigabit, Full-duplex, No flow-control, Debug [792d,ac08,0de1,0e00,c1e1,7800]
    Jul  6 13:38:14 localhost com.apple.printservice_LPR_mDNS_Media_A3_Printer[63]: 13:38:14.436  Got a reply for service Media A3 Printer._printer._tcp.local.: Name now registered and active
    Jul  6 13:38:14 localhost com.apple.printservice_LPR_mDNS__ITS3_01m[65]: Registering Service Media A3 Printer @ ITS3-01m._printer._tcp port 515 TXT txtvers=1 qtotal=1 rp=_ITS3_01m pdl=application/postscript ty=\(null\)
    Jul  6 13:38:14 localhost com.apple.printservice_LPR_mDNS__ITS3_01m[65]: 13:38:14.436  Got a reply for service Media A3 Printer @ ITS3-01m._printer._tcp.local.: Name now registered and active
    Jul  6 13:38:14 localhost com.apple.printservice_LPR_mDNS_HCCSTU_Media_Test_Printer[64]: Registering Service HCCSTU-Media Test Printer._printer._tcp port 515 TXT txtvers=1 qtotal=1 rp=HCCSTU_Media_Test_Printer pdl=application/postscript ty=\(null\)
    Jul  6 13:38:14 localhost com.apple.printservice_LPR_mDNS_HCCSTU_Media_Test_Printer[64]: 13:38:14.436  Got a reply for service HCCSTU-Media Test Printer._printer._tcp.local.: Name now registered and active
    Jul  6 13:38:14 hillcrestmac com.apple.HeadlessStartup[74]: 65:6e:30:00:1e:52
    Jul  6 13:38:15 hillcrestmac watchdogtimerd[54]: Automatic reboot timer enabled.
    Jul  6 13:38:15 hillcrestmac named[50]: starting BIND 9.4.3-P3 -f
    Jul  6 13:38:16 hillcrestmac fseventsd[75]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (21 77 136)
    Jul  6 13:38:17 hillcrestmac rpc.statd[59]: statd.notify - no notifications needed
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: Too many groups for root
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: exports:2: path contains non-directory or non-existent components: /Volumes/Data/Library/NetBoot/NetBootSP0
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: exports:2: no usable directories in export entry
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: exports:2: using fallback (marked offline): /Volumes/Data
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: Too many groups for root
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: exports:3: path contains non-directory or non-existent components: /Volumes/Data/Library/NetBoot/NetBootClients0
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: exports:3: no usable directories in export entry
    Jul  6 13:38:17 hillcrestmac /sbin/nfsd[67]: exports:3: using fallback (marked offline): /Volumes/Data
    Jul  6 13:38:19 hillcrestmac fseventsd[75]: log dir: /.fseventsd getting new uuid: 99F02D5F-57A3-4BDE-AC4B-76CC829E92B0
    Jul  6 13:38:19 hillcrestmac configd[29]: setting hostname to "hillcrestmac.hillcrest.local"
    Jul  6 13:38:19 hillcrestmac configd[29]: AppleTalk startup
    Jul  6 13:38:19 hillcrestmac kextd[24]: writing kernel link data to /var/run/mach.sym
    Jul  6 13:38:20 hillcrestmac named[50]: command channel listening on 127.0.0.1#54
    Jul  6 13:38:24 hillcrestmac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[69]: Login Window Application Started -- Threaded auth
    Jul  6 13:38:25 hillcrestmac emond[77]: SetUpLogs: uid = 0 gid = 0
    Jul  6 13:38:25 hillcrestmac emond[77]: SetUpLogs: opening /Library/Logs/EventMonitor/EventMonitor.error.log
    Jul  6 13:38:26 hillcrestmac com.apple.launchd[1] (com.apple.portmap[100]): Policy denied Mach service lookup: com.apple.dyld
    Jul  6 13:38:28 hillcrestmac /sbin/nfsd[67]: Too many groups for root
    Jul  6 13:38:28 hillcrestmac /sbin/nfsd[67]: exports:2: export entry OK (previous errors cleared)
    Jul  6 13:38:28 hillcrestmac /sbin/nfsd[67]: Too many groups for root
    Jul  6 13:38:28 hillcrestmac /sbin/nfsd[67]: exports:3: export entry OK (previous errors cleared)
    Jul  6 13:38:28 hillcrestmac fseventsd[75]: bumping event counter to: 0x34cab (current 0x166) from log file '00000000000347cc'
    Jul  6 13:38:28 hillcrestmac configd[29]: AppleTalk startup complete
    Jul  6 13:38:36 hillcrestmac com.apple.KerberosAutoConfig[143]: Couldn't find KerberosClient config record
    Jul  6 13:38:37 hillcrestmac com.apple.KerberosAutoConfig[144]: Couldn't find KerberosClient config record
    Jul  6 13:38:54 hillcrestmac com.apple.ATSServer[154]: FODBCheck: New annex file created
    Jul  6 13:38:59 hillcrestmac loginwindow[69]: Login Window Started Security Agent
    Jul  6 13:39:02 hillcrestmac servermgrd[60]: servermgr_web: Created WebDAV lock directory /var/run/davlocks
    Jul  6 13:39:08 hillcrestmac servermgrd[60]: servermgr_calendar: created default calendar virtual host
    Jul  6 13:39:09 hillcrestmac servermgrd[60]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv4 rules
    Jul  6 13:39:09 hillcrestmac servermgrd[60]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv6 rules
    Jul  6 13:39:15 hillcrestmac servermgrd[60]: servermgr_info: [60] [CertificateManager exportIdentity:]: Error exporting private key: SecKeychainItemExport (err = -25260)
    Jul  6 13:39:16: --- last message repeated 1 time ---
    Jul  6 13:39:16 hillcrestmac com.apple.DirectoryServices[25]: Enter machine password:
    Jul  6 13:39:54 hillcrestmac kernel[0]: serialnumberd 209 FS_WRITE_DATA SBF /dev/dtracehelper 13 (seatbelt)
    Jul  6 13:39:54 hillcrestmac /usr/sbin/serialnumberd[209]: serialnumberd started as /usr/sbin/serialnumberd.
    Jul  6 13:39:55 hillcrestmac kernel[0]: serialnumberd 209 FS_READ_DATA SBF /dev/autofs_nowait 13 (seatbelt)
    Jul  6 13:39:55 hillcrestmac kernel[0]: serialnumberd 209 FS_READ_DATA SBF /usr/sbin 13 (seatbelt)
    Jul  6 13:39:55 hillcrestmac /usr/sbin/serialnumberd[209]: SN_Register(): New persistent, network record [tag=xsvr, extra=hillcrestmac.hillcrest.local] registered successfully by pid 209.
    Jul  6 13:40:01 hillcrestmac /usr/sbin/serialnumberd[209]: launchd did not pass version 1 Mach port (bad launchd plist?)
    Jul  6 13:40:31 hillcrestmac com.apple.dyld[26]: update_dyld_shared_cache[26] regenerated cache for arch=i386

    Well I never did come up with a solution to this problem.  In the end the Snow Leopard discs turned up and an upgrade fixed the problem.

  • IWeb Hangs at launch in Mountain Lion

    Since upgrading to Mountain Lion ... when I launch iWeb ... it just hangs .... I can't open my domain ... help!

    In Lion and Mountain Lion the Home()/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

Maybe you are looking for