Lots of errors in my system log causing cpu spikes.

Not sure what is causing it, but I am getting lots of errors showing up in my system.log recently. every ten seconds this happens:
Sep 14 14:55:46 prime com.apple.emailrules[1403]: 2012-09-14 14:55:46-0400 [-] twisted.web2.channel.http.HTTPFactory starting on 8089
Sep 14 14:55:46 prime com.apple.emailrules[1403]: 2012-09-14 14:55:46-0400 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x10623c7e8>
Sep 14 14:55:46 prime com.apple.wikid[1400]: Traceback (most recent call last):
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/bin/twistd", line 19, in <module>
Sep 14 14:55:46 prime com.apple.wikid[1400]:     run()
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
Sep 14 14:55:46 prime com.apple.wikid[1400]:     app.run(runApp, ServerOptions)
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 694, in run
Sep 14 14:55:46 prime com.apple.wikid[1400]:     runApp(config)
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
Sep 14 14:55:46 prime com.apple.wikid[1400]:     _SomeApplicationRunner(config).run()
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 423, in run
Sep 14 14:55:46 prime com.apple.wikid[1400]:     self.logger.start(None)
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 251, in start
Sep 14 14:55:46 prime com.apple.wikid[1400]:     observer = self._getLogObserver()
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/scripts/_twistd_unix.py", line 140, in _getLogObserver
Sep 14 14:55:46 prime com.apple.wikid[1400]:     logFile = logfile.LogFile.fromFullPath(self._logfilename)
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 47, in fromFullPath
Sep 14 14:55:46 prime com.apple.wikid[1400]:     os.path.dirname(logPath), *args, **kwargs)
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 147, in __init__
Sep 14 14:55:46 prime com.apple.wikid[1400]:     BaseLogFile.__init__(self, name, directory, defaultMode)
Sep 14 14:55:46 prime com.apple.wikid[1400]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 32, in __init__
Sep 14 14:55:46 prime com.apple.wikid[1400]:     assert os.path.isdir(self.directory)
Sep 14 14:55:46 prime com.apple.wikid[1400]: AssertionError
Sep 14 14:55:47 prime com.apple.launchd[1] (com.apple.wikid[1400]): Exited with exit code: 1
Sep 14 14:55:47 prime com.apple.launchd[1] (com.apple.wikid): Throttling respawn: Will start in 4 seconds
Sep 14 14:55:51 prime com.apple.wikid[1517]: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/__init__.py:1: UserWarning: Module twisted was already imported from /usr/share/caldavd/lib/python/twisted/__init__.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
Sep 14 14:55:51 prime com.apple.wikid[1517]:   __import__('pkg_resources').declare_namespace(__name__)
Sep 14 14:55:51 prime com.apple.wikid[1517]: /usr/share/caldavd/lib/python/twisted/mail/smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
Sep 14 14:55:51 prime com.apple.wikid[1517]:   import MimeWriter, tempfile, rfc822
Sep 14 14:55:51 prime com.apple.wikid[1517]: /usr/share/caldavd/lib/python/calendarserver/tap/caldav.py:49: DeprecationWarning: mktap and related support modules are deprecated as of Twisted 8.0.  Use Twisted Application Plugins with the 'twistd' command directly, as described in 'Writing a Twisted Application Plugin for twistd' chapter of the Developer Guide.
Sep 14 14:55:51 prime com.apple.wikid[1517]:   from twisted.scripts.mktap import getid
Sep 14 14:55:51 prime com.apple.wikid[1517]: /usr/share/wikid/lib/python/twisted_overrides/microdom.py:176: SyntaxWarning: assertion is always true, perhaps remove parentheses?
Sep 14 14:55:51 prime com.apple.wikid[1517]:   assert (oldChild.parentNode is self,
Sep 14 14:55:52 prime com.apple.wikid[1517]: Traceback (most recent call last):
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/bin/twistd", line 19, in <module>
Sep 14 14:55:52 prime com.apple.wikid[1517]:     run()
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
Sep 14 14:55:52 prime com.apple.wikid[1517]:     app.run(runApp, ServerOptions)
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 694, in run
Sep 14 14:55:52 prime com.apple.wikid[1517]:     runApp(config)
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
Sep 14 14:55:52 prime com.apple.wikid[1517]:     _SomeApplicationRunner(config).run()
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 423, in run
Sep 14 14:55:52 prime com.apple.wikid[1517]:     self.logger.start(None)
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 251, in start
Sep 14 14:55:52 prime com.apple.wikid[1517]:     observer = self._getLogObserver()
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/scripts/_twistd_unix.py", line 140, in _getLogObserver
Sep 14 14:55:52 prime com.apple.wikid[1517]:     logFile = logfile.LogFile.fromFullPath(self._logfilename)
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 47, in fromFullPath
Sep 14 14:55:52 prime com.apple.wikid[1517]:     os.path.dirname(logPath), *args, **kwargs)
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 147, in __init__
Sep 14 14:55:52 prime com.apple.wikid[1517]:     BaseLogFile.__init__(self, name, directory, defaultMode)
Sep 14 14:55:52 prime com.apple.wikid[1517]:   File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 32, in __init__
Sep 14 14:55:52 prime com.apple.wikid[1517]:     assert os.path.isdir(self.directory)
Sep 14 14:55:52 prime com.apple.wikid[1517]: AssertionError
Sep 14 14:55:52 prime com.apple.launchd[1] (com.apple.wikid[1517]): Exited with exit code: 1
Sep 14 14:55:52 prime com.apple.launchd[1] (com.apple.wikid): Throttling respawn: Will start in 9 seconds
Sep 14 14:56:02 prime com.apple.wikid[1530]: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/__init__.py:1: UserWarning: Module twisted was already imported from /usr/share/caldavd/lib/python/twisted/__init__.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
Sep 14 14:56:02 prime com.apple.wikid[1530]:   __import__('pkg_resources').declare_namespace(__name__)
Sep 14 14:56:02 prime com.apple.wikid[1530]: /usr/share/caldavd/lib/python/twisted/mail/smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
Sep 14 14:56:02 prime com.apple.wikid[1530]:   import MimeWriter, tempfile, rfc822
Sep 14 14:56:02 prime com.apple.wikid[1530]: /usr/share/caldavd/lib/python/calendarserver/tap/caldav.py:49: DeprecationWarning: mktap and related support modules are deprecated as of Twisted 8.0.  Use Twisted Application Plugins with the 'twistd' command directly, as described in 'Writing a Twisted Application Plugin for twistd' chapter of the Developer Guide.
Sep 14 14:56:02 prime com.apple.wikid[1530]:   from twisted.scripts.mktap import getid
Sep 14 14:56:02 prime com.apple.wikid[1530]: /usr/share/wikid/lib/python/twisted_overrides/microdom.py:176: SyntaxWarning: assertion is always true, perhaps remove parentheses?
Sep 14 14:56:02 prime com.apple.wikid[1530]:   assert (oldChild.parentNode is self,
If I stop the web server, the errors stop as well. Something related to this seems to be spiking the CPU as well giving me higher load averages.

This article fixed my problem
http://support.apple.com/kb/TS2915

Similar Messages

  • Space designer causing cpu spike overload

    Hope you guys can help with this, it's beginning to annoy me. I'm currently unable to use space designer reliably. I had this problem in Logic 8 and it's still happening in 9. I have one instance of SD in my current project and it's causing cpu spikes that are giving me errors. The funny thing is that the error happens just after a region that is being sent to the reverb has ended. the cpu meter then gradually rises until the error stops playback. If I turn SD off i don't get these problems or if I disable SD via automation when it's not needed it seems ok also. What the **** is this about? The thing is I really like the sound of SD and miss it when I have to use different reverbs. Anyone else having these issues? I read on another thread that setting all your inputs to "no input" helps but for me it doesn't. What else can I try?
    cheers
    p

    Thanks for your input.
    Just to clarify, I am getting the spike once the audio data stops sending through the SD plugin (whilst the song is still playing). So, for example I may send a 10 second bit of audio through the plug - this works fine. Then once the audio stops sending and the reverb trail finishes....I then get the CPU going mad - and yet there is complete silence within the song - there is nothing else playing!
    This has got to be a bug or conflict of some kind - my computer spec is massive and should be able to cope with a stereo bit of audio through one plugin! (Hope this makes sense.)
    There have been a couple of posts similar but no answers as yet...
    Wondering whether it is a conflict with UAD plugins or something which limits the reproduction of this bug...I have noticed that if I remove all UAD plugins from the channel strip in question, the error tends not to reappear - but the issue is unique to the SD plugin.
    Danny

  • Error Message in System log

    Hi, I recently discovered this error message in my system.log
    /Applications/Safari.app/Contents/MacOS/Safari: CGContextClipToRect: invalid context
    I am using Safari version 2.0.4 on Tiger. Can anyone tell me what it means and if I need to worry about it. Thanks!

    Hi,
    It's just a debugging entry the programmers have left in the Safari/WebKit code. It looks like the webpage you are viewing is causing one of the rendering functions used to draw parts of the page to behave in an unexpected way.
    Nothing to worry about as such.

  • History of Processes - how to view which process caused CPU spike?

    We have been facing an issue with a domain controller (Windows Server 2008 R2, VM on ESX 5.0) over the past week. Around twice a day, the CPU spikes at 100% for about 10 minutes. We notice because we receive an alert from the hypervisor, but by the time we can actually log in to check what process is causing it, it would have come back to normal. There doesn't seem to be any pattern re times, its quite erratic. Sometimes at 08:00AM, sometimes at 01:00AM, 4:00AM, 7:00PM, etc. Also nothing in the Event Logs.
    It's not a big deal but I just want to know if I can somehow record theprocess history, to see which process was stuck at 100% at a certain time. I know about Performance Monitor (perfmon) but it doesn't really meet my requirements since it doesn't record the actual processes (e.g. AV.exe, svchost.exe, chrome.exe, etc).Any...
    This topic first appeared in the Spiceworks Community

    You might check with your apps' developers to see if they support AppleScript, Automator, or other scripting languages that might be used for this. Some programs have built-in macro and scripting options that can be set up in a built-in editor or run in a built-in command-line environment of sorts, while others supply libraries for external scripting with AppleScript and others.
    As for live tracing of a program's commands, most that you use will be coded in a low level language like C, C++, Java, or Objective-C, which are compiled and run in binary machine code as opposed to an interpreted language (one that does not need compiling to run), as is the case with most scripting languages (shell scripts, AppleScript, Matlab, etc.).
    For the most part, the only options you have for "tracing" a program's functions are to monitor output that it might log to the console. You can see this by opening the console, but the output here is diagnostic in nature and is programmatically limited to what the programmers have intended be output (ie, things like warnings and errors, as opposed to every action the program is taking). You can also use the Terminal to directly launch a program's executable so it is hosted in the Terminal shell. This will give you direct access to all of the program's output, as opposed to that only intended for logging in the Console, but it is still not the same as a full output of the commands and routines the program is performing.
    Some of Apple's developer tools can allow you to better monitor a program's functions, but these are intended for developers, and have some requirements, and will not allow you to use any results for productivity automation.

  • Cloud App Discovery - Agent causing CPU spike

    I'm excited to deploy the Cloud App Discovery agent more broadly in our organization.   However, when pushing the agent to about 40 test workstations, we discovered that it caused a serious problem with 2 workstations.  The agent seemed to cause
    a CPU spike, to the point that the workstation was unusable.  Once the workstation was restarted the problem happened again.  We ultimately, uninstalled the agent.
    Are others having problems with the agent causing performance issues on workstations?

    Hi,
    I have deployed the agent on approx. 20 HP laptops. So far everything has been fine.
    Check the event logs to see if there is any useful pointers.
    Check installed programs to see if there is something unique about these 2 desktops versus the others.  Remove any that are not needed or not in Company Policy.
    Check AV is up to date and not conflicting with agent.
    Run a belarc report (http://www.belarc.com/) on one working desktop then on one faulty one. Compare to check for any differences
    Cheers
    Amjad

  • DW FTP is slow and causes CPU Spike

    Does anyone know why DW causes the CPU to jump up when it is
    performing FTP operations? I'm new to DW and maybe this is normal,
    but it shouldn't be. When I perfrom FTP activities, DW usually
    takes up about 60-70% of the CPU???
    Also, why is the FTP client so slow?
    Dreamweaver takes so much longer than other FTP clients. I
    compared it's usage to SmartFTP, FileZilla, and Windows built in
    FTP, and Dreamweaver is so slow on a magnitude of 20x - 30x. For a
    quick test I tried to pull down a directory using dreamweaver. I
    have all the files local already, so I told DW not to overwrite the
    files...so you would think it should speed through all the files
    and realize that they are all dups and not download anything, for a
    directory with 15 files in it, i would think this FTP operation
    should take about 2 seconds. but it takes dreamweaver about 4
    minutes to complete this, all my other FTP clients can figure this
    out in under 5 seconds, and they don't need to spike the CPU to do
    it.
    A quick search on the web tells me that I am not the only
    person with these problems.
    I really hope Adobe plans on fixing the FTP problems.
    Technical details:
    Dreamweaver CS3.
    Windows Vista SP1, 4GB ram, Fujitsu T4220

    I've had a related, ongoing problem with CS3 running up the
    CPU and acting
    slow for just about every operation for no apparent reason.
    It goes in
    surges, and just acts like molasses half the time, very
    annoying. It is to
    the point that I really don't use CS3, I use DW8, but try to
    use CS3 here
    and again to see if it has started working or if there is
    some patch
    released. This is on my XP workstation at work, and my Vista
    workstation at
    home. Both systems run CS3 slow enough that I just don't use
    CS3. This has
    been going on for over a year, since I got my copy of CS3.
    Too bad really, because I am tasked with approving CS3 for
    use by the rest
    of our WEB team and I haven't been able to do that, so we
    continue to use
    DW8. We are missing out on Spry integration and are slowly
    switching over
    to Eclipse and Aptana instead. I think that if the CPU bug
    isn't fixed, CS3
    will be the version that has us switch away entirely. The
    only hope seems to
    be if they release the next version of DW before we can
    completely switch
    away. We are a smallish state agency and only have 8 DW
    licenses, but
    that's seven licenses they missed out on the upgrade path
    with unless this
    is fixed (mine is the only upgraded so far). It just isn't
    useable in its
    present state. :-\
    "HenryHill" <[email protected]> wrote in
    message
    news:[email protected]...
    > This has been a problem with Dreamweaver for a while
    now. I would have
    > thought
    > that Adobe would have fixed the FTP issues, or at least
    improved upon them
    > by
    > now.
    >
    > One of the things you can try is to disable the
    "Maintain synchronization
    > information" checkbox in the "Remote Info" section of a
    site definition.
    > although, you won't get the benefit of synchronization
    in Dreamweaver, but
    > you
    > will get speed improvements, and your computer's CPU
    won't spike and sound
    > like
    > a jumbo jet taking off every time you perform a FTP
    operation.
    >
    > You can also try submitting a bug report as "John T
    Smith" recommended,
    > but I
    > can pretty much guarantee you it won't do any good. We
    have submitted
    > many
    > reports over the years and never heard anything.
    >
    > Your best bet is to go with an external FTP client such
    as FileZilla
    > (free!).
    > You get the benefit of multiple connections so your
    uploads/downloads are
    > faster, plus it gives you a lot more feedback as the
    FTPing is occuring,
    > such
    > as transfer speed, how many files have transfered, how
    many are left, any
    > errors. it will also auto detect if passive FTP is
    needed, you can pause,
    > stop, restart, it also shows you the exact ftp commands
    that it is sending
    > and
    > what the responses are from the server. These are things
    that Adobe
    > should
    > have included in the FTP client. As far as most of us
    are concerned, the
    > FTP
    > client built into Dreamweaver is in the dark ages
    compared to modern day
    > FTP
    > clients.
    >
    > Their are a lot of benefits to the built in client, but
    for us, the
    > negatives
    > out weigh the positives.
    >
    >
    >

  • K8N Neo2 Platinum - RAID Array Causes CPU Spikes!

    I got my RAID array set up.
    When I transfer files to it, my CPU usage (kernerl level) shoot up.  It's around 100%, and it slows my system way down.
    MSI K8N Neo2 Platinum.
    RAID 0 using SATA ports 3 and 4.
    I'm transferring files from my current windows installation to partitions on the raid array, so I can install windows on the array after removing the old drives.
    I can transfer data fine, but using the array causes huge cpu usage which slows the rest of my system down a LOT.

    Quote from: MurdoK on 19-April-06, 16:40:06
    Hello !
    Which SATA / Raid Driver did you install ? The ones from the nforce driver package provided by nvidia, or the original MSI driver ?
    Go here:
    http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=607&kind=1
    And download and install the SATA RAID Driver, make a backup of your Data first.
    Greetz
    Well, I have seen this post and it makes me wonder what are the differences between nforce chipset driver packages and the MSI ones if any? Thanks in advance.

  • 10.4.5 update causing CPU spikes and extreme slowness

    I have a 20" iMac G5 (the model right before the one with the built-in iSight came out). I just updated to 10.4.5 and I'm now seeing spikes in the kernel_task process that completely overtake my system. Everything else gets a spinning wheel when this happens and even iTunes music stops playing. It happens every few seconds for a split second and then it stops. It makes my system almost unusable. Does anybody know how I can fix this? Is there any way I can revert to 10.4.4?
    Thanks,
    Carl Youngblood

    Here is what I did to fix the problem:
    1) Bought a 300GB external hard drive (w/ firewire interface so that my imac could boot from it).
    2) Downloaded SuperDuper.
    3) Backed up everything to my external hard drive.
    4) Reinstalled OS X on top of my current installation, preserving all user data.
    5) After I got my system set back up the way it was before but BEFORE INSTALLING ANY UPDATES, I ran SuperDuper again to back up everything in case something got hosed after updating.
    6) Then I installed all the updates again. This time everything worked fine and I did not experience the problem again.
    Not the easiest solution but I feel a lot safer now that I have a backup of my data.

  • In-place update of web service causes CPU spike

    I've done many in-place updates of my production service with no issues. Today when I ran an update the CPU spiked on both instances to around 99.6% for almost an hour. The CPU eventually came down to its normal range while under the expected load from the
    service. I didn't see any requests fail, but response times were up significantly.
    I ran another in-place update later in the day and the same thing happened again. Currently my production service is pegged at over 99% for over an hour. Thankfully this is a slow time for the service, otherwise this could be a real mess for me.
    Before each in-place update I deploy to the staging environment and everything is working as expected (there's nothing on the staging environment before as I delete it every time the production environment is successfully updated). As a test I did the same
    in-place update on the staging environment and that environment has been at 50% utilization for an hour now. It starts as soon as the update takes effect for each instance (one instance pegs a couple minutes before the other).
    I have profiling turned on for this service, and when I go to look at the profiling report I generally get these messages:
    5:51:24 PM - Connecting to the Profiling agent on the VM instance
    5:51:27 PM - The Profiling agent is preparing to process the request
    5:51:28 PM - Preparing the Profiling logs on the VM instance
    5:51:42 PM - Uploading the logs from the VM instance to the Windows Azure storage account.
    5:51:43 PM - Profiling log request failed. Details: Profiling agent failed to upload log snapshot to Windows Azure storage account.
    I'm not sure if it's related to profiling or not, but I'm wondering if there is something broken with the in-place update process in Azure?
    Any help is appreciated.

    As further investigation I deleted the staging environment, re-deployed to it, and that worked just fine, CPU levels were normal. I did the VIP swap, and my production environment is back to normal.
    The staging environment (old production env) continued on it's spike for one of the instances. I checked and the instance that isn't spiked is the one I successfully got a profiling report on. I'm going to wait an hour or so and run a profiling report on
    the other instance to see if that also gets the instance back to normal CPU times.

  • ITunes causing CPU spikes

    Ever since I upgraded to the most recent version of iTunes, my laptop has gone extremely slow when iTunes is running (i'm now using winamp). The CPU usage spikes from 80% up to 95-100%.
    My music is stored on an external hard drive, the laptop is an Inspiron 9100 (Pentium 4, 3.20GHz, 1024MB RAM) and had no problems whatsoever before upgrading.
    I did a complete wipe of my laptop a couple of days ago and all other applications are running much faster, but i've downloaded iTunes again and the same problem occurs. I've also tried downgrading the version to see if that helps but it doesn't.
    Anyone suggest anything or experience similar?

    I have to agree that there is some major problem with iTunes - I'm totally unimpressed having never used it before and just having bought my first ipod.
    Windows XP SP2, 1.6 Ghz, 2Gb RAM
    Insert any music CD and RIP via iTunes = 100% CPU utilization
    Insert any music CD and RIP via Windows Media Player = 40% CPU utilization
    So I need a dedicated machine to support the ripping of my music? What a joke.

  • What causes - "potential VM growth...."  system.log error?

    I've been seeing the following error in my system.log
    DirectoryService[14]: Potential VM growth in DirectoryService since client PID: 2312, has 975 open references when the warning limit is 500.
    is there anyway to identify what is causing this.... is it a real problem?
    thanks!

    I found out how to identify the PID (process identifier) ..... this is all new to me
    Type "top -l 1" in Terminal and look for the PID #.
    -l (that is a lowercase L)
    I need to wait until it happens again to locate the PID, but I still don't know out the "potential VM growth" issue.
    thx

  • System log shows operating system call recv failed(error no.73)

    hi all,
      here i have some doubt in system log please clarify me,
    here in my (sm21)system log files i find more no  of logs for dispatcher and it indicates operating system call recv failed(error no.73)
    system log  Short Text shows:
    Operating system call &5&5&4 failed (error no. &>E5)
    The specified operating system call was returned with an error.
    For communication calls (receive, send, etc) often the cause of errors are network problems.
    It could also be a configuration problem at operating system level. (file cannot be opened, no space in the file system etc.).
    what is means

    Hello,
    Yes, you are right, these kind of problems (OS Error 73) are usually caused by network issues. Error 73 means 'connection reset by peer'. In most cases, this is because the connection was interupted by the communication partner or an active network component between.
    I provide you some recommendations:
    - Check your Network environment. You can use NIPING tool to diagnose it (note 500235), check your MTU stability.
    - Check note 27320 - keep alive and gui_auto_logout profile param
    - Also you can implement note 1002075 for a possible solution
    I hope this helps you.
    Regards,
    Blanca

  • System.log fills up with bad packets errors (Multicast packet - CRC error)

    Hello,
    I've been trying to Google my problem but found no answers; hopefully someone can help me?
    Whenever I'm online, my System.logs fills up (every second, and sometimes, multiple times each second) with the following message :
    19/12/07 12:51:01 PM kernel AppleYukon2 - bad packet received. length: 60, packet status bits: Multicast packet, CRC error
    19/12/07 12:51:01 PM kernel AppleYukon2 - bad packet received. length: 60, packet status bits: Multicast packet, CRC error
    My DSL modem is connect directly into my iMac. It's a Speedstream 5360). I never have any problems connecting to the Internet and the speed I get is fine. When I configured my Network settings, I only added my PPPoE Service name username and âssword - everything else was automatically added (Ethernet configuration).
    Is there anything I should change in the Advanced Settings?
    The System.log causes me problem because it often causes the application Console to crash when I try to view it.

    I should add that this problem didn't exist when I was using Tiger.
    Also, when I called Apple Tech Support, I was simply told "just don't play with the Console".

  • DVCPROHDAudio.plugin error / system log

    I discovered this repeating error in the system log.
    I did see an archived post that said this was issue with an old Final Cut Studio plug-in that it would not load on Intel mac. I don't have Final Cut Studio.
    I do have final cut express hd installed, and thought maybe the error producing plug-in is there, but I can't locate it.
    Feb 25 17:39:37 eden-maxwells-imac-3 System Preferences[1920]: Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:\n /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    Feb 25 17:39:37 eden-maxwells-imac-3 System Preferences[1920]: Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x20039d060 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)

    I have been having this problem for years.  Searching around the net you find many instances of people reporting the endless crashing of that plugin even with no audio apps running.  Apple has failed to ever respond to any of it, and to this day my completely up-to-date current system still has this issue.  Even when I wipe the hard drive, install Snow Leopard fresh, then Logic Studio, fully update everything, the issue is there.  There is absolutely nothing that is known to resolve it that I can find anywhere.  The only solution is removing the plugin from Library.  I zip it and stash it in my documents folder awaiting the day Apple bothers to acknowledge their Pro App users and do something about this issue that's been going on since at least 2009 with every OS X released since.

  • System.log check

    Hi
    I just want someone with system.log skills to take a look at my file.
    Lately i had some problems with a iMac and i bought a new one and when i was trying to clone back my backup from my earlier iMac
    I could'n ? always been able to but not this time.
    Anyway. I then started up the new iMac completely from the fresh new HD/user the new iMac had. After that i used migration assistant
    to transfer all my stuff to the new iMac. Everything is there and almost working but my Mac does behave a little weird here and there.
    I think i have wrong press/permissions on many thing because back in time on earlier iMacs i had. I changed them.
    And now i can see a lot of new things in my system.log file i have never seen before. Things like "ApplePersistence=NO" after almost
    any line. And other strange things. I know its a lot to ask and my system.log file did reload doing the night so not everything is there
    anymore from what i can see. But i would be extremely happy if you would be so kind and just go rufly through it and tell me if i have
    a lot of problems. If i do. I will have to start all over with a fresh Mountain Lion and build it up fresh. I haven't done that for the last 3-.4 iMacs
    because i always just clones the old one to the new one but this time i could'n and i did it another way... Maybe its time to do fresh ?
    The only reason i didn't do this. Is because i have tons of photoshop plugins and other photographic stuff and it takes forever to do all
    that over.
    Hope you will look at it. And sorry if its a little long but i didn't know what else to do. Thanks so much.
    iMac 27" late 2013 Mac OS X 10.8.5
    P.S i know the first part of the log shows a respawn every 10 sec but that was a folder permission problem i fixed !
    Oct 14 00:30:00 iMac27 newsyslog[935]: logfile turned over
    Oct 14 00:30:02 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[936]): Exited with code: 254
    Oct 14 00:30:02 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:07 iMac27.local librariand[927]: [ERROR] [0.000s] com.apple. framework_client.c:794 IPCSyncingEnabled() failed to contact ubd: -1
    Oct 14 00:30:12 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[939]): Exited with code: 254
    Oct 14 00:30:12 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:21 iMac27.local Audio Essentials[942]: ApplePersistence=NO
    Oct 14 00:30:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[943]): Exited with code: 254
    Oct 14 00:30:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:29 iMac27.local Audio Essentials[942]: FlexNet activation error: 8
    Oct 14 00:30:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[946]): Exited with code: 254
    Oct 14 00:30:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:43 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[951]): Exited with code: 254
    Oct 14 00:30:43 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:30:53 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[957]): Exited with code: 254
    Oct 14 00:30:53 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:03 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[960]): Exited with code: 254
    Oct 14 00:31:03 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:13 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[961]): Exited with code: 254
    Oct 14 00:31:13 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:16 iMac27.local System Preferences[964]: ApplePersistence=NO
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_principal_for_user(): failed: 7
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Context initialised
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:31:21 iMac27.local authorizationhost[971]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'system.preferences.accounts'
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences.accounts' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.directory.configure' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:31:21 iMac27.local coreservicesd[30]: Application App:"Systemindstillinger" [ 0x0/0x31031]  @ 0x0x7ff56a36c2a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x32032:) ), so denying.
    Oct 14 00:31:21 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Systemindstillinger, psn 0x0-0x31031, securitySessionID=0x186a4, err=-13066
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.directory.configure' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (0,0)
    Oct 14 00:31:21 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writeco nfig' [973] for authorization created by '/Applications/System Preferences.app' [964] (100002,0)
    Oct 14 00:31:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[974]): Exited with code: 254
    Oct 14 00:31:23 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[981]): Exited with code: 254
    Oct 14 00:31:33 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences.sharing' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.sharepoints.' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:31:42 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.directory.configure' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (0,0)
    Oct 14 00:31:44 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[986]): Exited with code: 254
    Oct 14 00:31:44 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:31:47 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writeco nfig' [973] for authorization created by '/Applications/System Preferences.app' [964] (100002,0)
    Oct 14 00:31:54 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[993]): Exited with code: 254
    Oct 14 00:31:54 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:01 iMac27.local System Preferences[964]: Unable to open IOHIDSystem (e00002bd)
    Oct 14 00:32:01 iMac27 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Oct 14 00:32:04 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[994]): Exited with code: 254
    Oct 14 00:32:04 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:09 iMac27.local PerianUpdateChecker[998]: ApplePersistence=NO
    Oct 14 00:32:14 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[999]): Exited with code: 254
    Oct 14 00:32:14 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:14 iMac27.local System Preferences[964]: /usr/sbin/nvram boot-args (exit status 1)
    Oct 14 00:32:14 --- last message repeated 1 time ---
    Oct 14 00:32:14 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences.startupdisk' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:32:14 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100012,0)
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found /System/Library/CoreServices/boot.efi
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: No /System/Library/CoreServices/mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found //mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:            OSXCheck: disk appears to be a valid OS X disk Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
               ContextualData: {
                  ProductBuildVersion = 12F45;
                  ProductCopyright = "1983-2013 Apple Inc.";
                  ProductName = "OS X";
                  ProductVersion = "10.8.5";
                  SystemFolderPath = "/System/Library/CoreServices";
                  SystemVersionMajor = 10;
    Oct 14 00:32:15 iMac27.local System Preferences[964]: currentBootDevice: being checked by DiskManagement
    Oct 14 00:32:15 iMac27.local System Preferences[964]:           currentBootDevice: DONE checking by DM copyDiskForBootPreference, err = 0
    Oct 14 00:32:15 iMac27.local System Preferences[964]: currentBootDevice found _curBootDevice: Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: currentBootDevice: Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: Netboot rescan time interval set to 180 seconds
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage dissolveToPoint:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]: *** WARNING: -[NSImage dissolveToPoint:fromRect:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:
                                   -[SDController(VolumeEvents) _volumeAppeared:]: DADiskRef 0x7ff1a5e53ab0  disk1s2
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      mountable disk appeared: /Volumes/Lacie 500GB
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      -> So far so good, passing disk to System Searcher.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: No boot.efi in System Folder or volume root.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      WinCheck: Not a valid windows filesystem: /Volumes/Lacie 500GB
    Oct 14 00:32:15 --- last message repeated 1 time ---
    Oct 14 00:32:15 iMac27.local System Preferences[964]:
                                   -[SDController(VolumeEvents) _volumeAppeared:]: DADiskRef 0x7ff1a5df7470  disk0s2
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      mountable disk appeared: /
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      -> So far so good, passing disk to System Searcher.
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found /System/Library/CoreServices/boot.efi
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: No /System/Library/CoreServices/mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:                      OSXCheck: Found //mach_kernel
    Oct 14 00:32:15 iMac27.local System Preferences[964]:            OSXCheck: disk appears to be a valid OS X disk Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
               ContextualData: {
                  ProductBuildVersion = 12F45;
                  ProductCopyright = "1983-2013 Apple Inc.";
                  ProductName = "OS X";
                  ProductVersion = "10.8.5";
                  SystemFolderPath = "/System/Library/CoreServices";
                  SystemVersionMajor = 10;
                  kSDSelectDiskOnAddIfValid = 0;
    Oct 14 00:32:16 iMac27.local System Preferences[964]: Saving cache: (
                  "/System/Library/CoreServices"
    Oct 14 00:32:16 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/usr/sbin/diskmanagementd' [1000] for authorization created by '/Applications/System Preferences.app' [964] (10000B,0)
    Oct 14 00:32:16 iMac27.local System Preferences[964]: Setting Startup Disk: Volume Name: Macintosh HD. Kind: DADiskRef disk0s2.
               ContextualData: {
                  ProductBuildVersion = 12F45;
                  ProductCopyright = "1983-2013 Apple Inc.";
                  ProductName = "OS X";
                  ProductVersion = "10.8.5";
                  SystemFolderPath = "/System/Library/CoreServices";
                  SystemVersionMajor = 10;
                  kSDDiskIdentifierKey = disk0s2;
                  kSDLogicalVolumeUUIDKey = "";
                  kSDMountPointKey = "/";
                  kSDSelectDiskOnAddIfValid = 0;
                  kSDSystemFolderPathKey = "/System/Library/CoreServices";
                  kSDVolumeGroupUUIDKey = "";
                  kSDVolumeNameKey = "Macintosh HD";
                  kSDVolumeUUIDKey = "19DAD494-FBAD-3772-8AB1-81F5B2BD0E8B";
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ***************************** Setting Startup Disk *****************************
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ******         Volume: Macintosh HD
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ******  System Folder: /System/Library/CoreServices
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ****** System Version: 10
    Oct 14 00:32:16 iMac27.local System Preferences[964]: ****** OF Device Path: IODeviceTree:/PCI0@0/SATA@1F,2/PRT0@0/PMP@0
    Oct 14 00:32:16 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/usr/sbin/diskmanagementd' [1000] for authorization created by '/Applications/System Preferences.app' [964] (10000B,0)
    Oct 14 00:32:24 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1014]): Exited with code: 254
    Oct 14 00:32:24 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:28 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.preferences' by client '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writeco nfig' [973] for authorization created by '/Applications/System Preferences.app' [964] (100002,0)
    Oct 14 00:32:34 --- last message repeated 1 time ---
    Oct 14 00:32:34 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1015]): Exited with code: 254
    Oct 14 00:32:34 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:34 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.privilege.taskport.safe' by client '/usr/libexec/taskgated' [13] for authorization created by '/usr/libexec/taskgated' [1017] (100003,1)
    Oct 14 00:32:40 iMac27.local sample[1016]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    Oct 14 00:32:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1018]): Exited with code: 254
    Oct 14 00:32:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:32:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1019]): Exited with code: 254
    Oct 14 00:32:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:05 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1020]): Exited with code: 254
    Oct 14 00:33:05 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:15 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1021]): Exited with code: 254
    Oct 14 00:33:15 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:25 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1023]): Exited with code: 254
    Oct 14 00:33:25 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:33 iMac27.local WebProcess[1025]: ApplePersistence=NO
    Oct 14 00:33:33 iMac27.local Safari[1024]: ApplePersistence=NO
    Oct 14 00:33:35 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1027]): Exited with code: 254
    Oct 14 00:33:35 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:41 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d6304bd0> - changing property shadowOffset in transform-only layer, will have no effect
    Oct 14 00:33:41 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d6304bd0> - changing property shadowColor in transform-only layer, will have no effect
    Oct 14 00:33:41 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d6304bd0> - changing property shadowRadius in transform-only layer, will have no effect
    Oct 14 00:33:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1028]): Exited with code: 254
    Oct 14 00:33:45 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:33:49 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d635cfd0> - changing property shadowOffset in transform-only layer, will have no effect
    Oct 14 00:33:49 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d635cfd0> - changing property shadowColor in transform-only layer, will have no effect
    Oct 14 00:33:49 iMac27.local WebProcess[1025]: <CATransformLayer: 0x7fe8d635cfd0> - changing property shadowRadius in transform-only layer, will have no effect
    Oct 14 00:33:54 iMac27.local WebProcess[1025]: objc[1025]: Object 0x7fe8d2c2bf90 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    Oct 14 00:33:55 --- last message repeated 1 time ---
    Oct 14 00:33:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1035]): Exited with code: 254
    Oct 14 00:33:55 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1037]): Exited with code: 254
    Oct 14 00:34:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:16 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1042]): Exited with code: 254
    Oct 14 00:34:16 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:26 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1047]): Exited with code: 254
    Oct 14 00:34:26 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:36 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1050]): Exited with code: 254
    Oct 14 00:34:36 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:46 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1055]): Exited with code: 254
    Oct 14 00:34:46 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:34:51 iMac27.local System Preferences[964]: *** -[IADomainCache init]: IA domains cache couldn't be read.
    Oct 14 00:34:51 iMac27.local System Preferences[964]: The IAAccountDiscovery completed notification
    Oct 14 00:34:56 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1058]): Exited with code: 254
    Oct 14 00:34:56 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:01 iMac27.local AOSPushRelay[1060]: ApplePersistence=NO
    Oct 14 00:35:02 iMac27.local com.apple.iCloudHelper[1056]: AOSKit ERROR: Setup request failed, [email protected], url=https://setup.icloud.com/setup/login_or_create_account, requestHeaders=
                  "Accept-Language" = "da-dk";
                  Authorization = "Basic ...";
                  "X-APNS-Token" = 6af86644fc2fc1a86b1f8edf1dc5cc4fb02c3f23449f3bb1a0d9fd777731b4f1;
                  "X-Aos-Accept-Tos" = false;
                  "X-Mme-Client-Info" = "<iMac14,2> <Mac OS X;10.8.5;12F45> <com.apple.AOSKit/152.4 (com.apple.systempreferences/12.0)>";
                  "X-Mme-Country" = DK;
                  "X-Mme-Nas-Qualify" = "AjVQDAT09mrsqoY19EXKFu8uOxF3yNoi9tfxc2cfwHc0AAAB4AUAAAABAAABgHtWlXqcPbVEhrdyC9 tBBXSdi586Ltv/2MBtEOH/kB5W744puHsQk5lGfh/qYObHY/ilDZW8iuQRTWWh4Y4y9GLgwySnBsKjN+ 5D995m2g/PtuB9oRwuW8Mu0K0amGacjTMghGAOmbu8wp9RkUG8+UuM2O0eotM2WyE6liHmldqULW8xb/ uDEqqv5sURtoUGqMFUuOpeFQ5iIk03CFbgookPfNfd4ovD7n5+XViAt0QyNNvc9JJwWVr1Hh3JFVVisn yRvGl0aaqicMy3qm8FtjnE9Fll9bwJ94Akx1NnmXBuRiDIpqIHhsyA5zM0F+L/GzXH/tqUd3ZxI3Es1M 68T2A9tf7Jc9jndjbcj9Y+nVeDjN0aEDGI8GZWe+XneuaihoP6Tn1b2/2ae8axdB8iuKEUKuKvoHDdNx gpZVLT3jYzfaJ1JCilCgn5C90gvl8qzVwuh/ODayJHiz6Rin7yClI2SDZvmrJQS+lk+6LQg6JD++7uQ9 hgVHXn8TNV3ZNTmQAAAAAAAABPARlzqh4XFBfVDW3XvA0MYMhzSRqHAAAANgkJVZgft4CfMLQ9XaFPtD 5IiFJbIBWgJS2MrMvD0K92osWf+xGDS/8X4572s00PJRlE6ei4Ng==";
                  "X-Mme-Timezone" = CEST;
              error=Error Domain=AOSErrorDomain Code=5002 "Handlingen kunne ikke udføres. (AOSErrorDomain fejl 5002.)" UserInfo=0x7fcbb26330c0 {HttpStatusCode=401, DialogInfo={
                  AlternateButtonLabel = "";
                  AlternateButtonLink = "";
                  Body = UNAUTHORIZED;
                  DefaultButtonLabel = "mme.setupservice.SetupServiceJS.OK";
                  DefaultButtonLink = "";
                  DialogType = PasswordDialog;
                  ErrorID = UNAUTHORIZED;
                  Header = "";
                  HelpLink = "";
                  description = "These account credentials are unauthorized.";
                  localizedError = UNAUTHORIZED;
                  protocolVersion = 2;
              }}, httpStatusCode=401, responseBody=
              <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
              <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
              <plist version="1.0">
                        <dict>
                                  <key>protocolVersion</key>
                                  <string>2</string>
                                  <key>DefaultButtonLabel</key>
                                  <string>mme.setupservice.SetupServiceJS.OK</string>
                                  <key>Body</key>
                                  <string>UNAUTHORIZED</string>
                                  <key>ErrorID</key>
                                  <string>UNAUTHORIZED</string>
                                  <key>DialogType</key>
                                  <string>CustomDialog</string>
                                  <key>AlternateButtonLink</key>
                                  <string></string>
                                  <key>AlternateButtonLabel</key>
                                  <string></string>
                                  <key>localizedError</key>
                                  <string>UNAUTHORIZED</string>
                                  <key>DefaultButtonLink</key>
                                  <string></string>
                                  <key>Header</key>
                                  <string></string>
                                  <key>HelpLink</key>
                                  <string></string>
                                  <key>description</key>
                                  <string>These account credentials are unauthorized.</string>
                        </dict>
              </plist>
    Oct 14 00:35:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1062]): Exited with code: 254
    Oct 14 00:35:06 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:07 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/Resources/ SCHelper' [1063] for authorization created by '/Applications/System Preferences.app' [964] (100003,0)
    Oct 14 00:35:07 --- last message repeated 1 time ---
    Oct 14 00:35:07 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:07 --- last message repeated 3 times ---
    Oct 14 00:35:07 iMac27.local System Preferences[964]: WARNING: Could not get recovery version information for disk <DADisk 0x7ff1a6b2e8e0 [0x101a92110]>{id = /dev/disk0s2}: Kan ikke finde starthjælpspartitionen. (-69737)
    Oct 14 00:35:07 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:07 --- last message repeated 1 time ---
    Oct 14 00:35:07 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:07 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:07 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: Adding account "sj...en@???????.??" succeeded.[ NULL ]  (__AppleIDDoAddAppleID()/AppleIDAuthenticationImpl.cpp #157) com.apple.coreservices.appleid.authentication.peer.0x7fdb238023.xpcq
    Oct 14 00:35:07 iMac27.local aosnotifyd[1069]: aosnotifyd has been launched
    Oct 14 00:35:07 iMac27.local aosnotifyd[1069]: bootstrap_look_up failed (44e)
    Oct 14 00:35:07 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:35:07 iMac27.local locationd[1071]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Oct 14 00:35:07 iMac27.local locationd[1071]: NOTICE,Location icon should now be in state 0
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:08 --- last message repeated 1 time ---
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:08 --- last message repeated 1 time ---
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:08 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:08 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:35:08 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (4,0)
    Oct 14 00:35:12 --- last message repeated 1 time ---
    Oct 14 00:35:12 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:12 --- last message repeated 7 times ---
    Oct 14 00:35:12 iMac27.local AppleIDAuthAgent[158]: SERVER Removing certificate for Apple ID "sj...en@???????.??" dsID="6b5462566f416b39576330477971513139734a5333673d3d" because it has expired or been revoked. (renewCertificateForAccount()/AppleIDAuthd.cpp #143) accountCheckDispatch
    Oct 14 00:35:12 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: Creating CSR for "sj...en@???????.??". (__AppleIDDoCreateCertificateRequestForAppleID()/AppleIDAuthenticationImpl.cpp #480) accountCheckDispatch
    Oct 14 00:35:14 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: CSR sent to Apple ID server for account "sj...en@???????.??", certificateToken=, certToken="10111767352--313333343336393436", delay=60. (__AppleIDDoCreateCertificateRequestForAppleID()/AppleIDAuthenticationImpl.cpp #549) accountCheckDispatch
    Oct 14 00:35:15 iMac27.local System Preferences[964]: starting scanNetBootImages
    Oct 14 00:35:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1076]): Exited with code: 254
    Oct 14 00:35:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:27 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1079]): Exited with code: 254
    Oct 14 00:35:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1082]): Exited with code: 254
    Oct 14 00:35:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:39 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:39 --- last message repeated 1 time ---
    Oct 14 00:35:39 iMac27.local System Preferences[964]: INFO: FMM: containsRecoveryPartition: NO, version: (null)
    Oct 14 00:35:39 --- last message repeated 1 time ---
    Oct 14 00:35:39 iMac27.local System Preferences[964]: INFO: FMM: recoveryPartitionNeedsUpdate: YES
    Oct 14 00:35:39 iMac27.local System Preferences[964]: INFO: FMM: can enable: NO
    Oct 14 00:35:40 iMac27.local System Preferences[964]: Unknown serviceID: com.apple.Dataclass.SharedStreams
    Oct 14 00:35:40 --- last message repeated 1 time ---
    Oct 14 00:35:40 iMac27.local AppleIDAuthAgent[158]: SERVER AppleIDAuth: Forgetting account "sj...en@???????.??". (__AppleIDForgetAppleID()/AppleIDAuthenticationImpl.cpp #809) com.apple.coreservices.appleid.authentication.peer.0x7fdb23b0f4.xpcq
    Oct 14 00:35:40 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/Applications/System Preferences.app' [964] for authorization created by '/Applications/System Preferences.app' [964] (100013,0)
    Oct 14 00:35:40 --- last message repeated 1 time ---
    Oct 14 00:35:40 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.opendirectoryd.linkidentity' by client '/usr/libexec/opendirectoryd' [21] for authorization created by '/Applications/System Preferences.app' [964] (4,0)
    Oct 14 00:35:44 --- last message repeated 1 time ---
    Oct 14 00:35:44 iMac27.local System Preferences[964]: willDeauthenticate: (null)
    Oct 14 00:35:47 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1088]): Exited with code: 254
    Oct 14 00:35:47 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:35:57 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1089]): Exited with code: 254
    Oct 14 00:35:57 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:07 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1092]): Exited with code: 254
    Oct 14 00:36:07 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1095]): Exited with code: 254
    Oct 14 00:36:17 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1100]): Exited with code: 254
    Oct 14 00:36:27 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1104]): Exited with code: 254
    Oct 14 00:36:37 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:48 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1109]): Exited with code: 254
    Oct 14 00:36:48 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:36:58 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1110]): Exited with code: 254
    Oct 14 00:36:58 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:08 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1117]): Exited with code: 254
    Oct 14 00:37:08 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:18 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1120]): Exited with code: 254
    Oct 14 00:37:18 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:28 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1121]): Exited with code: 254
    Oct 14 00:37:28 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:29 iMac27.local Keychain Access[1122]: ApplePersistence=NO
    Oct 14 00:37:38 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1125]): Exited with code: 254
    Oct 14 00:37:38 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:43 iMac27.local EasyFind[1126]: ApplePersistence=NO
    Oct 14 00:37:47 iMac27.local WindowServer[77]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Oct 14 00:37:49 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1127]): Exited with code: 254
    Oct 14 00:37:49 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:37:54 iMac27.local Console[1128]: ApplePersistence=NO
    Oct 14 00:37:59 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1129]): Exited with code: 254
    Oct 14 00:37:59 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:09 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1134]): Exited with code: 254
    Oct 14 00:38:09 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:19 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1136]): Exited with code: 254
    Oct 14 00:38:19 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:29 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1142]): Exited with code: 254
    Oct 14 00:38:29 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:40 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1147]): Exited with code: 254
    Oct 14 00:38:40 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:50 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd[1155]): Exited with code: 254
    Oct 14 00:38:50 iMac27 com.apple.launchd.peruser.502[132] (com.apple.ubd): Throttling respawn: Will start in 10 seconds
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_principal_for_user(): failed: 7
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Context initialised
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:38:51 iMac27.local authorizationhost[1156]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:38:51 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:38:51 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1153] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:38:51 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x3f03f:) ), so denying.
    Oct 14 00:38:51 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:38:57 iMac27.local Locum[1153]: Connection with distnoted server was invalidated
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_principal_for_user(): failed: 7
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Context initialised
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:40:09 iMac27.local authorizationhost[1188]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:40:09 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:40:09 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1186] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:40:09 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x40040:) ), so denying.
    Oct 14 00:40:09 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:40:24 iMac27.local Locum[1186]: Connection with distnoted server was invalidated
    Oct 14 00:41:53 iMac27.local appleeventsd[64]: 10759711: Error #17 (os/kern) invalid right attempting to add send right to port ( port:22071 rcv:0,send:0,d:2). (addSendRight()/XPCHelpers.cp #428) ApplicationQ
    Oct 14 00:41:53 iMac27.local appleeventsd[64]: SetClientAppleEventPortQ(), unable to add send right to port ( port:22071 rcv:0,send:0,d:2) for app App:"osascript"/1213/0x0:0x0 0x00100 sess=100004 so other applications will be unable to send this application AppleEvents. (SetClientAppleEventPortQ()/appleEventsD.cp #576) ApplicationQ
    Oct 14 00:42:36 iMac27.local Locum[1231]: Connection with distnoted server was invalidated
    Oct 14 00:43:54 iMac27.local Locum[1282]: Connection with distnoted server was invalidated
    Oct 14 00:44:09 iMac27.local Console[1292]: ApplePersistence=NO
    Oct 14 00:45:12 iMac27.local Wired Client[1343]: ApplePersistence=NO
    Oct 14 00:45:12 iMac27.local Wired Client[1346]: ApplePersistence=NO
    Oct 14 00:45:12 iMac27.local Twitterrific[1347]: ApplePersistence=NO
    Oct 14 00:45:14 iMac27.local Skype[1349]: ApplePersistence=NO
    Oct 14 00:45:27 iMac27.local WebProcess[1366]: ApplePersistence=NO
    Oct 14 00:45:27 iMac27.local Safari[1365]: ApplePersistence=NO
    Oct 14 00:45:31 iMac27.local WebProcess[1366]: objc[1366]: Object 0x7fa5e942bf40 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    Oct 14 00:45:49 iMac27.local Twitterrific[1389]: ApplePersistence=NO
    Oct 14 00:45:56 iMac27.local WebProcess[1399]: ApplePersistence=NO
    Oct 14 00:45:56 iMac27.local Safari[1398]: ApplePersistence=NO
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_principal_for_user(): failed: 7
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Context initialised
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:46:22 iMac27.local authorizationhost[1418]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:46:22 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:46:22 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1416] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:46:22 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x4c04c:) ), so denying.
    Oct 14 00:46:22 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:46:24 iMac27.local Locum[1416]: Connection with distnoted server was invalidated
    Oct 14 00:46:45 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'system.privilege.taskport.safe' by client '/usr/libexec/taskgated' [13] for authorization created by '/usr/libexec/taskgated' [1435] (100003,1)
    Oct 14 00:46:50 iMac27.local sample[1434]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_principal_for_user(): failed: 7
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Context initialised
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:47:17 iMac27.local authorizationhost[1440]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:47:17 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:47:17 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1438] for authorization created by '/System/Library/CoreServices/Finder.app' [255] (100003,0)
    Oct 14 00:47:17 iMac27.local coreservicesd[30]: Application App:"Finder" [ 0x0/0x20020]  @ 0x0x7ff56a358760 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x4e04e:) ), so denying.
    Oct 14 00:47:17 iMac27.local WindowServer[77]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x20020, securitySessionID=0x186a4, err=-13066
    Oct 14 00:47:20 iMac27.local Locum[1438]: Connection with distnoted server was invalidated
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Got user: iMac1
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Got service: authorization
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_principal_for_user(): No authentication authority returned
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_principal_for_user(): failed: 7
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Done cleanup3
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_record_check_pwpolicy(): retval: 0
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in od_record_attribute_create_cfstring(): returned 3 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Establishing credentials
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Got user: iMac1
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Context initialised
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done getpwnam()
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac1 doesn't have a principal
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done cleanup3
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): Done cleanup4
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 14 00:48:36 iMac27.local authorizationhost[1491]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 14 00:48:36 iMac27.local com.apple.SecurityServer[17]: UID 502 authenticated as user iMac1 (UID 502) for right 'com.apple.desktopservices'
    Oct 14 00:48:36 iMac27.local com.apple.SecurityServer[17]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [1487] for authorization created by '/System/Library/CoreServices/Finder.app' [255]

    Now i started from scratch. A fresh Mountain lion install and now i have this again,
    Keeps going every 5-8 min
    Oct 15 01:44:15 iMac27.local Locum[4765]: Connection with distnoted server was invalidated
    Oct 15 01:44:17 iMac27.local Locum[4770]: Connection with distnoted server was invalidated
    Oct 15 01:44:29 iMac27.local Locum[4771]: Connection with distnoted server was invalidated
    Oct 15 01:44:29 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4772]): Exited with code: 1
    Oct 15 01:44:34 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4773]): Exited with code: 1
    Oct 15 01:44:39 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4774]): Exited with code: 1
    Oct 15 01:44:42 iMac27.local Locum[4775]: Connection with distnoted server was invalidated
    Oct 15 01:44:44 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4776]): Exited with code: 1
    Oct 15 01:44:49 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4777]): Exited with code: 1
    Oct 15 01:44:55 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4778]): Exited with code: 1
    Oct 15 01:45:00 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4779]): Exited with code: 1
    Oct 15 01:45:05 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4781]): Exited with code: 1
    Oct 15 01:45:05 iMac27.local Locum[4782]: Connection with distnoted server was invalidated
    Oct 15 01:45:10 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4783]): Exited with code: 1
    Oct 15 01:45:12 iMac27.local Locum[4784]: Connection with distnoted server was invalidated
    Oct 15 01:45:20 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4788]): Exited with code: 1
    Oct 15 01:45:20 iMac27.local Locum[4789]: Connection with distnoted server was invalidated
    Oct 15 01:45:25 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4790]): Exited with code: 1
    Oct 15 01:45:27 iMac27.local Locum[4791]: Connection with distnoted server was invalidated
    Oct 15 01:45:30 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4792]): Exited with code: 1
    Oct 15 01:45:35 iMac27 com.apple.launchd.peruser.89[199] (com.apple.mdworker.single.07000000-0000-0000-0000-000000000000[4793]): Exited with code: 1
    Oct 15 01:45:41 iMac27 kernel[0]: Sandbox: sandboxd(4797) deny mach-lookup com.apple.coresymbolicationd
    Oct 15 01:45:41 iMac27.local sandboxd[4797] ([4795]): mdworker(4795) deny file-write-create /private/var/folders/s0/1ztd_pdd0t1b_h8tp53bzrnr0000gn/T/TemporaryItems/.__&&ex pandTemp&&__ (import fstype:hfs fsflag:480D000 flags:240000005E diag:0 uti:org.gnu.gnu-zip-archive plugin:/StuffIt Archive Manager.app/Contents/Library/Spotlight/StuffIt.mdimporter - find suspect file using: sudo mdutil -t 602617)
    Oct 15 01:45:42 iMac27.local sandboxd[4797] ([4795]): mdworker(4795) deny file-write-create /private/var/folders/s0/1ztd_pdd0t1b_h8tp53bzrnr0000gn/T/TemporaryItems/.__&&ex pandTemp&&__ (import fstype:hfs fsflag:480D000 flags:240000005E diag:0 uti:public.lzma-archive plugin:/StuffIt Archive Manager.app/Contents/Library/Spotlight/StuffIt.mdimporter - find suspect file using: sudo mdutil -t 602618)
    Oct 15 01:45:48 iMac27.local Locum[4799]: Connection with distnoted server was invalidated
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Got user: iMac27
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Got service: authorization
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_principal_for_user(): No authentication authority returned
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_principal_for_user(): failed: 7
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Done cleanup3
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_record_check_pwpolicy(): retval: 0
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Establishing credentials
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Got user: iMac27
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Context initialised
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done getpwnam()
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac27 doesn't have a principal
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done cleanup3
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): Done cleanup4
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 15 01:45:53 iMac27.local authorizationhost[4802]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 15 01:45:53 iMac27.local com.apple.SecurityServer[15]: UID 501 authenticated as user iMac27 (UID 501) for right 'com.apple.desktopservices'
    Oct 15 01:45:53 iMac27.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [4799] for authorization created by '/System/Library/CoreServices/Finder.app' [140] (100003,0)
    Oct 15 01:45:53 iMac27.local coreservicesd[31]: Application App:"Finder" [ 0x0/0xd00d]  @ 0x0x7fd1c0c354a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x2c72c7:) ), so denying.
    Oct 15 01:45:53 iMac27.local WindowServer[82]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0xd00d, securitySessionID=0x186a5, err=-13066
    Oct 15 01:46:10 iMac27.local Locum[4805]: Connection with distnoted server was invalidated
    Oct 15 01:46:17 iMac27.local Locum[4807]: Connection with distnoted server was invalidated
    Oct 15 01:46:23 iMac27.local Locum[4809]: Connection with distnoted server was invalidated
    Oct 15 01:46:30 iMac27.local Locum[4810]: Connection with distnoted server was invalidated
    Oct 15 01:46:44 iMac27.local Locum[4816]: Connection with distnoted server was invalidated
    Oct 15 01:46:51 iMac27.local Locum[4818]: Connection with distnoted server was invalidated
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Got user: iMac27
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Got service: authorization
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_principal_for_user(): No authentication authority returned
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_principal_for_user(): failed: 7
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Done cleanup3
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_record_check_pwpolicy(): retval: 0
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Establishing credentials
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Got user: iMac27
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Context initialised
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done getpwnam()
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac27 doesn't have a principal
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done cleanup3
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): Done cleanup4
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 15 01:46:55 iMac27.local authorizationhost[4821]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 15 01:46:55 iMac27.local com.apple.SecurityServer[15]: UID 501 authenticated as user iMac27 (UID 501) for right 'com.apple.desktopservices'
    Oct 15 01:46:55 iMac27.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [4818] for authorization created by '/System/Library/CoreServices/Finder.app' [140] (100003,0)
    Oct 15 01:46:55 iMac27.local coreservicesd[31]: Application App:"Finder" [ 0x0/0xd00d]  @ 0x0x7fd1c0c354a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x2ca2ca:) ), so denying.
    Oct 15 01:46:55 iMac27.local WindowServer[82]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0xd00d, securitySessionID=0x186a5, err=-13066
    Oct 15 01:47:03 iMac27.local Locum[4823]: Connection with distnoted server was invalidated
    Oct 15 01:47:13 iMac27.local Locum[4825]: Connection with distnoted server was invalidated
    Oct 15 01:47:32 iMac27.local Locum[4827]: Connection with distnoted server was invalidated
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Got user: iMac27
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Got ruser: (null)
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Got service: authorization
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_principal_for_user(): No authentication authority returned
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_principal_for_user(): failed: 7
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Done cleanup3
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_record_check_pwpolicy(): retval: 0
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Establishing credentials
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Got user: iMac27
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Context initialised
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Got euid, egid: 0 0
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done getpwnam()
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done setegid() & seteuid()
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): pam_sm_setcred: krb5 user iMac27 doesn't have a principal
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done cleanup3
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done seteuid() & setegid()
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): Done cleanup4
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Oct 15 01:47:52 iMac27.local authorizationhost[4834]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Oct 15 01:47:52 iMac27.local com.apple.SecurityServer[15]: UID 501 authenticated as user iMac27 (UID 501) for right 'com.apple.desktopservices'
    Oct 15 01:47:52 iMac27.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.desktopservices' by client '/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Res ources/Locum' [4832] for authorization created by '/System/Library/CoreServices/Finder.app' [140] (100003,0)
    Oct 15 01:47:52 iMac27.local coreservicesd[31]: Application App:"Finder" [ 0x0/0xd00d]  @ 0x0x7fd1c0c354a0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x2cc2cc:) ), so denying.
    Oct 15 01:47:52 iMac27.local WindowServer[82]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0xd00d, securitySessionID=0x186a5, err=-13066

Maybe you are looking for