WHAT???  .launchd[1] (com.apple.dyld) Throttling respaw

After the security update these are showing up about every one minute or so in the console logs. What is this message mean?
12/17/07 6:15:12 PM com.apple.launchd[1] (com.apple.dyld) Throttling respawn: Will start in 31 seconds

It is a known issue on "dyld" handling and a notification message such as "(com.apple.dyld) Throttling respawn" is harmless. Leopard no longer uses prebinding for the Operating System itself, instead a cache file is built by dyld's libraries. Thus the cache will automatically be rebuilt in 31 seconds whenever one of the dyld's libraries in the cache is updated in your case. This is what I understand about part of "dyld" for Leopard system.
If you want, find which an application(s) encourages the message to be called from inside the system. Then you may want to ask the vendor to fall into step with Leopard implementations.
dyld = the dynamic loader that is responsible for loading frameworks, dyld's libraries and bundles.
Message was edited by: Fumiaki Kawashima

Similar Messages

  • Wiki/Blogs gone (503 error) com.apple.wikid throttling in logs

    Hello – I have an issue on my hands I can’t seem to get to the bottom of.
    My system is an intel xServe dual quad core xeon with a software raid mirror, setup in advanced mode 10.5.6
    We have been running this server for over a year, DNS works, OD works (everyone can authenticate and get at file shares etc.), VPN works, everything with the exception of the wiki services and blogs (teamserver)
    I had a bad HDD in the array, that’s been replaced and rebuilt and everything is working fine with the exception of the above.
    I am seeing the following in the system log non stop:
    4/16/09 12:33:00 PM com.apple.wikid[1544] Removing stale pidfile /var/run/wikid.pid
    4/16/09 12:33:00 PM com.apple.launchd[1] (com.apple.wikid[1544]) Exited with exit code: 1
    4/16/09 12:33:00 PM com.apple.launchd[1] (com.apple.wikid) Throttling respawn: Will start in 9 seconds
    The com.apple.wikid log:
    2009-04-16 12:36:23-0400 [-] Log opened.
    2009-04-16 12:36:23-0400 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-04-16 12:36:23-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-04-16 12:36:23-0400 [-] twisted.web.server.Site starting on 8086
    2009-04-16 12:36:23-0400 [-] Starting factory <twisted.web.server.Site instance at 0x2eb2a58>
    2009-04-16 12:36:23-0400 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2009-04-16 12:36:23-0400 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x2eb26c0>
    2009-04-16 12:36:23-0400 [-] set uid/gid 94/94
    2009-04-16 12:36:23-0400 [-] Traceback (most recent call last):
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    2009-04-16 12:36:23-0400 [-] run()
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    2009-04-16 12:36:23-0400 [-] app.run(runApp, ServerOptions)
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    2009-04-16 12:36:23-0400 [-] runApp(config)
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    2009-04-16 12:36:23-0400 [-] _SomeApplicationRunner(config).run()
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 158, in run
    2009-04-16 12:36:23-0400 [-] self.postApplication()
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 213, in postApplication
    2009-04-16 12:36:23-0400 [-] startApplication(self.config, self.application)
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 183, in startApplication
    2009-04-16 12:36:23-0400 [-] app.startApplication(application, not config['no_save'])
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 400, in startApplication
    2009-04-16 12:36:23-0400 [-] service.IService(application).startService()
    2009-04-16 12:36:23-0400 [-] File "/usr/share/caldavd/lib/python/twisted/application/service.py", line 233, in startService
    2009-04-16 12:36:23-0400 [-] service.startService()
    2009-04-16 12:36:23-0400 [-] File "/usr/share/wikid/lib/python/apple_utilities/service.py", line 62, in startService
    2009-04-16 12:36:23-0400 [-] SettingsManager.globalSettings.rebuildIndex())
    2009-04-16 12:36:23-0400 [-] File "/usr/share/wikid/lib/python/apple_utilities/SearchManager.py", line 430, in buildAllIndexes
    2009-04-16 12:36:23-0400 [-] doRebuild = shouldRebuildIndexForPath(aPath)
    2009-04-16 12:36:23-0400 [-] File "/usr/share/wikid/lib/python/apple_utilities/SearchManager.py", line 437, in shouldRebuildIndexForPath
    2009-04-16 12:36:23-0400 [-] data = plistlib.readPlist(prefsPath)
    2009-04-16 12:36:23-0400 [-] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-ma c/plistlib.py", line 77, in readPlist
    2009-04-16 12:36:23-0400 [-] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-ma c/plistlib.py", line 402, in parse
    2009-04-16 12:36:23-0400 [-] xml.parsers.expat.ExpatError: no element found: line 1, column 0
    I went on a hunt for plistlib.py but it does not exist in the /plat-mac/ folder as listed in the log. There are however two other files plistlib.pyc and plistlib.pyo
    I’m really not wanting to rebuild the entire server over this, I assume I’m just not reading something in these logs maybe some better trained eyes will see.
    Thanks
    Charlie
    PS: will the powers at be get angry if I send this through the server mailing list as well, perhaps the wiki mailing list if such a thing exist?
    Message was edited by: Charlienofun

    Hey Everyone - a quick update. A very helpful friend gave me a hand figuring this out turns out the wikid process was failing because of a blog plist file. Replacing the metadata.plist files for all the users (whom had blogs in the collab data store) along with all the metadata.plist files for the groups as well got the service back up and running. When I say replace, I mean we renamed them all metadataplist.old and the system rebuilt the files and then loaded up without crashing.
    I'll try and better document this whole issue (with more research into the cause) and update this for anyone facing this in the future.

  • Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • How to stop - com.apple.launcd: Throttling respawn Will start in 10 seconds ?

    I am running OS X Mavericks 10.9.5 on MacBook Pro Late 2013 with Retina display.
    I had installed then removed an application KUsrTSK.app (Kaseya). I noticed this week in Console following process repeatedly running:
    com.apple.launchd: (com.kaseya.AgentMon) Throttling respawn: Will start in 10 seconds
    I have tried to look for this command in /Library/LaunchAgents and did not find it.
    Someone suggested to run following command in Terminal:
    launchd remove com.kaseya.AgentMon
    but no such process was found.
    At a suggestion I have downloaded and run EtreCheck.app and have put the detailed results below hoping that it would be helpful for someone to suggest a course of action.
    EtreCheck version: 1.9.15 (52)
    Report generated September 26, 2014 at 5:26:13 PM EDT
    Hardware Information: ?
      MacBook Pro (Retina, 13-inch, Late 2013) (Verified)
      MacBook Pro - model: MacBookPro11,1
      1 2.6 GHz Intel Core i5 CPU: 2 cores
      16 GB RAM
    Video Information: ?
      Intel Iris - VRAM: (null)
      Cinema HD 2048 x 1280
    System Software: ?
      OS X 10.9.5 (13F34) - Uptime: 0 days 1:57:53
    Disk Information: ?
      ST2000DM001-9YN164 disk0 : (2 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      2big-2TB-One (disk0s2) /Volumes/2big-2TB-One: 2 TB (1.2 TB free)
      ST2000DM001-9YN164 disk2 : (2 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted>: 209.7 MB
      2big-2TB-Two (disk2s2) /Volumes/2big-2TB-Two: 2 TB (2 TB free)
      APPLE SSD SM1024F disk1 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted>: 209.7 MB
      Macintosh HD (disk1s2) / [Startup]: 999.7 GB (614.68 GB free)
      Recovery HD (disk1s3) <not mounted>: 650 MB
    USB Information: ?
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc.       Apple USB Ethernet Adapter
      Logitech USB Receiver
      No brand Combo Free KVM
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
      Apple Inc. Thunderbolt to Gigabit Ethernet Adapter
      LaCie 2big
    Gatekeeper: ?
      Mac App Store
    Kernel Extensions: ?
      [loaded] com.Logitech.Control Center.HID Driver (3.5.1 - SDK 10.0) Support
      [loaded] com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.0) Support
      [not loaded] com.equinux.VPNTracker (5.1.2) Support
      [not loaded] com.equinux.VPNTracker6 (6.9.2 - SDK 10.4) Support
      [not loaded] com.equinux.VPNTracker7 (7.0.0 - SDK 10.8) Support
      [loaded] com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) Support
      [not loaded] com.microsoft.VirtualPC.Networking.1040 (7.0.2) Support
      [not loaded] com.seagate.driver.PowSecDriverCore (5.0.1) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.0.1) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.0.1) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.0.1) Support
    Startup Items: ?
      AgentMon: Path: /Library/StartupItems/AgentMon
      HP IO: Path: /Library/StartupItems/HP IO
      Virex: Path: /Library/StartupItems/Virex
      VNCServer: Path: /Library/StartupItems/VNCServer
      VShieldEPOInterface: Path: /Library/StartupItems/VShieldEPOInterface
    Problem System Launch Agents: ?
      [loaded] com.paragon.NTFS.auth.plist Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.collobos.fingerprintd.plist Support
      [loaded] com.equinux.VPNTracker6.agent.plist Support
      [loaded] com.equinux.VPNTracker7.agent.plist Support
      [running] com.intego.BackupAssistant.daemon.plist Support
      [loaded] com.kaseya.agentmon.plist Support
      [not loaded] com.logmein.logmeinblanker.plist Support
      [running] com.logmein.logmeinserver.plist Support
      [loaded] com.logmein.raupdate.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.skype.skypeinstaller.plist Support
      [running] com.trusteer.rooks.rooksd.plist Support
    Launch Agents: ?
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.intego.backupassistant.agent.plist Support
      [loaded] com.kaseya.update.plist Support
      [running] com.Logitech.Control Center.Daemon.plist Support
      [failed] com.logmein.LMILaunchAgentFixer.plist Support
      [running] com.logmein.logmeingui.plist Support
      [running] com.logmein.logmeinguiagent.plist Support
      [not loaded] com.logmein.logmeinguiagentatlogin.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [not loaded] com.realvnc.VNCServerd.plist Support
      [loaded] com.realvnc.VNCServersd.plist Support
      [running] com.seagate.SeagateStorageGauge.plist Support
      [running] com.trusteer.rapport.rapportd.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [failed] com.apple.MobileMeSyncClientAgent.plist
      [running] com.c-command.SpamSieve.LaunchAgent.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.memeo.Memeod.plist Support
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
      [loaded] uk.co.markallan.clamxav.freshclam.plist Support
    User Login Items: ?
      System Events
      AirPort Base Station Agent
      Backup Engine 3
      iTunesHelper
      VMware Fusion Helper
      VMware Fusion Start Menu
      AdobeResourceSynchronizer
      Canon IJ Network Scanner Selector2
      AdobeResourceSynchronizer
      ClamXavSentry
      Dropbox
    Internet Plug-ins: ?
      Google Earth Web Plug-in: Version: 6.0 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 2.4.4.2 Support
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      RealPlayer Plugin: Version: (null) Support
      AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      GarminGpsControl: Version: 2.9.1.0 Release Support
      EPPEX Plugin: Version: 3.0.5.0 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
    Safari Extensions: ?
      AdBlock
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins ?
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
      Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes: ?
      RCDefaultApp
      Flash Player  Support
      Flip4Mac WMV  Support
      FUSE for OS X (OSXFUSE)  Support
      Growl  Support
      Java  Support
      Logitech Control Center  Support
      Paragon NTFS for Mac ® OS X  Support
      Trusteer Endpoint Protection  Support
    Time Machine: ?
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 931.04 GB Disk used: 358.58 GB
      Destinations:
      2big-2TB-One [Local] (Last used)
      Total size: 2 TB
      Total number of backups: 65
      Oldest backup: 2013-08-19 14:51:47 +0000
      Last backup: 2014-09-26 20:40:21 +0000
      Size of backup disk: Adequate
      Backup size 2 TB > (Disk used 358.58 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          9% ksfetch
          2% WindowServer
          2% GoogleSoftwareUpdateAgent
          2% Activity Monitor
          1% fontd
    Top Processes by Memory: ?
      475 MB mds_stores
      344 MB Mail
      279 MB clamd
      180 MB com.apple.IconServicesAgent
      147 MB Contacts
    Virtual Memory Information: ?
      9.02 GB Free RAM
      4.68 GB Active RAM
      974 MB Inactive RAM
      1.36 GB Wired RAM
      762 MB Page-ins
      0 B Page-outs

    As shown in the output of EtreCheck, that startup item is here:
    Startup Items: ?
      AgentMon: Path: /Library/StartupItems/AgentMon

  • What append to com.apple.InternetSharing.plist

    Hi everyone
    On Mavericks, I used to start and stop internet sharing using this command line :
    >> launchctl load -w /System/Library/LaunchDaemons/com.apple.InternetSharing.plist
    It seems that on Yosemite "/System/Library/LaunchDaemons/com.apple.InternetSharing.plist" does not exist anymore.
    Can someone help me to find what to use now for starting internet sharing ?
    Thanks
    waqueteu

    That file stores the preferences for the Mail application, as well as window sizes and other application-specific information.
    (43739)

  • HT4889 What does the "com.apple.smig" keychain mean?

    I am transferring information from my laptop to my new Mac 27, and I am using the migration assistant.  I'm connected by Ethernet cable.  After 3 hours to transfer 357 GB, I get a message on the Mac saying I should enter the "com.apple.smig" keychain.  I don't know what that is.  I tried my Apple account password as well as the password I had set up on my MacBook Pro.  Neither worked.  I'm back to waiting while the screen says "Transferring your Information"  Less than a minute.  It has been almost an hour.
    Any ideas?

    Not sure why the transfer is so slow and locking up on you, but the com.apple.smig prompts are related to this  http://support.apple.com/kb/HT1631?v...S&locale=en_US#
    summary from the above link: "If you change your account's password using your Mac OS X Install disc (or if your network-based account password is changed due to a network admin forcing a password change), your default keychain password (which uses the same initial password as your user account) does not change. Because of this, you will be prompted to enter a keychain password each time an application requires authentication that your keychain would normally provide."
    I think what's happening is that you're being prompted for keychain authentication several times. You've possibly typed in a correct password, the mac does more work, then it prompts you again.
    Steps on in the apple support link above can correct this.

  • Com.apple.wikid does not start. Generates 4000 error lines per 10 minutes

    As of recently, without an up to now identifiable reason, wikid is failing to start. In system.log I see thousands of loglines per every few minutes, but I can't find what the real cause of the issue is or how to solve it. Does anybody have any idea?
    The loglines I get every 8 seconds are:
    1/27/12 9:04:21 PM     com.apple.wikid[35954]     /System/Library/Frameworks/Python.framework/V ersions/2.6/Extras/lib/python/zope/__init__.py:1: UserWarning: Module twisted was already imported from /usr/share/caldavd/lib/python/twisted/__init__.py, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       __import__('pkg_resources').declare_namespace(__name__)
    1/27/12 9:04:21 PM     com.apple.wikid[35954]     Traceback (most recent call last):
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 669, in parseOptions
    1/27/12 9:04:21 PM     com.apple.wikid[35954]         usage.Options.parseOptions(self, options)
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/python/usage.py", line 226, in parseOptions
    1/27/12 9:04:21 PM     com.apple.wikid[35954]         for (cmd, short, parser, doc) in self.subCommands:
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 679, in subCommands
    1/27/12 9:04:21 PM     com.apple.wikid[35954]         for plug in plugins:
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/plugin.py", line 200, in getPlugins
    1/27/12 9:04:21 PM     com.apple.wikid[35954]         allDropins = getCache(package)
    1/27/12 9:04:21 PM     com.apple.wikid[35954]     --- <exception caught here> ---
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/plugin.py", line 179, in getCache
    1/27/12 9:04:21 PM     com.apple.wikid[35954]         dropinPath.setContent(pickle.dumps(dropinDotCache))
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/python/filepath.py", line 640, in setContent
    1/27/12 9:04:21 PM     com.apple.wikid[35954]         f = sib.open('w')
    1/27/12 9:04:21 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/python/filepath.py", line 450, in open
    1/27/12 9:04:21 PM     com.apple.wikid[35954]         return open(self.path, mode+'b')
    1/27/12 9:04:21 PM     com.apple.wikid[35954]     exceptions.IOError: [Errno 13] Permission denied: '/usr/share/caldavd/lib/python/twisted/plugins/dropin.cache.new'
    1/27/12 9:04:22 PM     com.apple.wikid[35954]     /usr/share/caldavd/lib/python/twisted/mail/sm tp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
    1/27/12 9:04:22 PM     com.apple.wikid[35954]       import MimeWriter, tempfile, rfc822
    1/27/12 9:04:22 PM     com.apple.wikid[35954]     /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.
    1/27/12 9:04:22 PM     com.apple.wikid[35954]       from twisted.scripts.mktap import getid
    1/27/12 9:04:22 PM     com.apple.wikid[35954]     /usr/share/wikid/lib/python/twisted_overrides /microdom.py:176: SyntaxWarning: assertion is always true, perhaps remove parentheses?
    1/27/12 9:04:22 PM     com.apple.wikid[35954]       assert (oldChild.parentNode is self,
    1/27/12 9:04:23 PM     com.apple.wikid[35954]     Traceback (most recent call last):
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/bin/twistd", line 19, in <module>
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         run()
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         app.run(runApp, ServerOptions)
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 694, in run
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         runApp(config)
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         _SomeApplicationRunner(config).run()
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 423, in run
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         self.logger.start(None)
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 251, in start
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         observer = self._getLogObserver()
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/scripts/_twistd_unix.py", line 140, in _getLogObserver
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         logFile = logfile.LogFile.fromFullPath(self._logfilename)
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 47, in fromFullPath
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         os.path.dirname(logPath), *args, **kwargs)
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 147, in __init__
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         BaseLogFile.__init__(self, name, directory, defaultMode)
    1/27/12 9:04:23 PM     com.apple.wikid[35954]       File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 32, in __init__
    1/27/12 9:04:23 PM     com.apple.wikid[35954]         assert os.path.isdir(self.directory)
    1/27/12 9:04:23 PM     com.apple.wikid[35954]     AssertionError
    1/27/12 9:04:23 PM     com.apple.launchd[1]     (com.apple.wikid[35954]) Exited with exit code: 1
    1/27/12 9:04:23 PM     com.apple.launchd[1]     (com.apple.wikid) Throttling respawn: Will start in 8 seconds
    Curious thing is that in /System/Library/LaunchDaemons/com.apple.wikid.plist I see:
    <plist version="1.0">
    <dict>
            <key>Disabled</key>
            <true/>
    </dict>
    </plist>
    Which I interpret as 'wikid is disabled', but then how come it's trying to start....

    Hey Everyone - a quick update. A very helpful friend gave me a hand figuring this out turns out the wikid process was failing because of a blog plist file. Replacing the metadata.plist files for all the users (whom had blogs in the collab data store) along with all the metadata.plist files for the groups as well got the service back up and running. When I say replace, I mean we renamed them all metadataplist.old and the system rebuilt the files and then loaded up without crashing.
    I'll try and better document this whole issue (with more research into the cause) and update this for anyone facing this in the future.

  • Error: (com.apple.launchd.peruser.305[7206]) getpwuid("305") failed  ??

    Anyone knows what this error message means in Console messages ?
    This is a copy/paste of the same messages that appears continuously:
    09-09-02 2:38:36 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7176]) Exited with exit code: 1
    09-09-02 2:38:36 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:38:46 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7177]) getpwuid("305") failed
    09-09-02 2:38:46 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7177]) Exited with exit code: 1
    09-09-02 2:38:46 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:38:56 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7184]) getpwuid("305") failed
    09-09-02 2:38:56 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7184]) Exited with exit code: 1
    09-09-02 2:38:56 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:39:06 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7191]) getpwuid("305") failed
    09-09-02 2:39:06 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7191]) Exited with exit code: 1
    09-09-02 2:39:06 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:39:16 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7192]) getpwuid("305") failed
    09-09-02 2:39:16 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7192]) Exited with exit code: 1
    09-09-02 2:39:16 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:39:26 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7193]) getpwuid("305") failed
    09-09-02 2:39:26 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7193]) Exited with exit code: 1
    09-09-02 2:39:26 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:39:36 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7194]) getpwuid("305") failed
    09-09-02 2:39:36 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7194]) Exited with exit code: 1
    09-09-02 2:39:36 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:39:46 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7195]) getpwuid("305") failed
    09-09-02 2:39:46 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7195]) Exited with exit code: 1
    09-09-02 2:39:46 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:39:56 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7202]) getpwuid("305") failed
    09-09-02 2:39:56 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7202]) Exited with exit code: 1
    09-09-02 2:39:56 PM com.apple.launchd[1] (com.apple.launchd.peruser.305) Throttling respawn: Will start in 10 seconds
    09-09-02 2:40:06 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7206]) getpwuid("305") failed
    09-09-02 2:40:06 PM com.apple.launchd[1] (com.apple.launchd.peruser.305[7206]) Exited with exit code: 1

    Hello
    I have managed to resolve the error, hopefully this will help somebody.
    The solution: Generating a new uidnumber (in this case 5920 to something else) Thankfully this uidnumber was only specific to this system and does not represent the entities user id number within the organization.
    However a record of the old user id remains on the system (corrupted profile)

  • Com.apple.launchd DumpPanic - System hangs for 5 mins on boot

    We've been having a problem with one of our Mac Pro's for a while now.
    It hangs for about 5 mins on boot - slowly gets past grey screen and hangs on blue screen.
    The Mac is a 2.66 Quad-Core Intel.
    The problems began a while back, when running photoshop - the scratch disk filled the hard disk entirely on a really large document and the whole system died. On reboot the system started to hang in the boot process and has done ever since.
    The system also appears to be sluggish and doesn't respond as well as an identical machine next to it.
    I checked the boot log and noticed a few issues, some of which i've now fixed - ie a faulty USB device causing some problems.
    This is what i've got now:
    28/04/2011 12:41:53 com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    28/04/2011 12:41:53 com.apple.launchd[1] (com.apple.usbmuxd) Unknown key for boolean: EnableTransactions
    28/04/2011 12:41:53 com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    28/04/2011 12:41:53 com.apple.launchd[1] (org.x.privileged_startx) Unknown key for boolean: EnableTransactions
    28/04/2011 12:41:58 com.apple.launchd[1] (com.apple.DumpPanic[29]) Exited with exit code: 1
    28/04/2011 12:47:10 com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[76]) Exited: Terminated
    28/04/2011 12:47:10 com.apple.launchd[81] (org.x.startx) Unknown key for boolean: EnableTransactions
    28/04/2011 12:47:12 com.apple.launchd[81] ([email protected][85]) Exited with exit code: 1
    What i've tried:
    Repair Disk Permissions - using disk utility and disk warrior.
    Cleaned cache and settings using Maintenance and Onyx.
    Turned off automatic time/date setting from server.
    I then backed up and reinstalled the OS.
    The OS is now on a separate 160GB SATA drive, with the previous 500GB SATA system drive as data storage.
    I have installed back to 10.5.8 and still get this problem.
    It seems to me that there is a delay of about 5 minutes after this line:
    com.apple.launchd[1] (com.apple.DumpPanic[29]) Exited with exit code: 1
    However after LOTS of googling and scouring forums i can't seem to find a definitive answer as to why this problem exists.
    Can anyone help me?
    My next step is to book an appointment with a Genius, but thought i'd ask on here first.
    Another strange conundrum is that if i try to upgrade to Snow Leopard, i insert the disc - open up the installer - click restart and the system restarts, but nothing gets installed.
    Thanks in advance for any support you can provide.
    Cheers,
    Rob

    I took this machine into the Genius bar yesterday and they managed to fix it after about 45 minutes of tinkering.
    The error i've detailed above is a kernel error, caused by something not loading properly as the system boots.
    First of all it took ages to boot to the installed Leopard, so they tried booting to an external drive with a clean install, but that was no quicker.
    They ran hardware analysis and everything seemed fine.
    The fix was to clone snow leopard across from a pre-installed clean version on an external drive, onto the internal HDD and that did the trick - its back up and running and is quick as ever before.
    Thanks Genii

  • Com.apple.iokit.IOStorageFamily - What is this file doing ?

    Hi am getting a lot of those lately:
    Kernel version:
    Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00095718 0x00095C30 0x0002683C 0x000A8384 0x000ABD00
    Proceeding back via exception chain:
    Exception state (sv=0x20F0E280)
    PC=0x003095B8; MSR=0x00009030; DAR=0x54BB8000; DSISR=0x40000000; LR=0x000DB0AC; R1=0x0CFE3320; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x004993A8 0x000DAFDC 0x0022012C 0x0021D560 0x0021CB0C 0x00227584
    0x00227A60 0x000FB5AC 0x000E2524 0x000E20B8 0x000F4F84 0x000ED468 0x000ED828 0x002AABD4
    0x000ABEB0 0xFFFFFFFF
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOStorageFamily(1.5)@0x495000
    Exception state (sv=0x2DD23A00)
    PC=0x90001CAC; MSR=0x0200F030; DAR=0xE0F0D000; DSISR=0x42000000; LR=0x9042E8E8; R1=0xBFFFED40; XCP=0x00000030 (0xC00 - System call)
    Now as you can see the only file mentioned is the com.apple.iokit.IOStorageFamily , is this file indicating that there is something wrong with the Harddisk or its driver/firmware ???
    What is the com.apple.iokit.IOStorageFamily doing ?
    I am not asking for a solution I just want to know what my computer is complaining about.
    I have a ibook g4 1.2 GHz 12", 512 Mb ram , No programs installed only Mac OSX 10.4.6 , no external devices, no peripherals, using airport.

    OS X doesnt seem to like your hard drive. I took this gem from the developer pages
    ...the I/O Kit, an object-oriented driver development framework emphasizing modularity and reusability.
    In Mac OS X, a driver for a mass storage device that mounts a file system or is bootable is a kernel
    extension, or KEXT. This KEXT inherits much of its functionality from an I/O Kit family that
    implements software abstractions common to all devices of a particular type.

  • Repeat com.apple.ppp.pptp errors in logs

    Got the following errors flooding my logs. VPN issue? but it's not on. Read in the forums that it could be MobileMe Back to my Mac problems, turned it off on Airport. Launched Lingon noticed that there are multiple entries of com.apple.ppp.pptp is that right ? Any ideas ??? :
    4/07/10 11:45:13 AM com.apple.launchd[1] (com.apple.ppp.pptp[70091]) Exited with exit code: 2
    4/07/10 11:45:13 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:13 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70092]) Exited with exit code: 2
    4/07/10 11:45:13 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:23 AM com.apple.ppp.pptp[70105] 2010-07-04 11:45:23 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:45:23 AM com.apple.ppp.l2tp[70106] 2010-07-04 11:45:23 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:45:23 AM com.apple.launchd[1] (com.apple.ppp.pptp[70105]) Exited with exit code: 2
    4/07/10 11:45:23 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:23 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70106]) Exited with exit code: 2
    4/07/10 11:45:23 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:33 AM com.apple.ppp.l2tp[70113] 2010-07-04 11:45:33 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:45:33 AM com.apple.ppp.pptp[70112] 2010-07-04 11:45:33 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:45:33 AM com.apple.launchd[1] (com.apple.ppp.pptp[70112]) Exited with exit code: 2
    4/07/10 11:45:33 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:33 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70113]) Exited with exit code: 2
    4/07/10 11:45:33 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:43 AM com.apple.ppp.l2tp[70127] 2010-07-04 11:45:43 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:45:43 AM com.apple.ppp.pptp[70126] 2010-07-04 11:45:43 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:45:43 AM com.apple.launchd[1] (com.apple.ppp.pptp[70126]) Exited with exit code: 2
    4/07/10 11:45:43 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:43 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70127]) Exited with exit code: 2
    4/07/10 11:45:43 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:53 AM com.apple.ppp.pptp[70162] 2010-07-04 11:45:53 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:45:53 AM com.apple.ppp.l2tp[70163] 2010-07-04 11:45:53 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:45:53 AM com.apple.launchd[1] (com.apple.ppp.pptp[70162]) Exited with exit code: 2
    4/07/10 11:45:53 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:45:53 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70163]) Exited with exit code: 2
    4/07/10 11:45:53 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:03 AM com.apple.ppp.pptp[70164] 2010-07-04 11:46:03 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:46:03 AM com.apple.ppp.l2tp[70165] 2010-07-04 11:46:03 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:46:03 AM com.apple.launchd[1] (com.apple.ppp.pptp[70164]) Exited with exit code: 2
    4/07/10 11:46:03 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:03 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70165]) Exited with exit code: 2
    4/07/10 11:46:03 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:13 AM com.apple.ppp.pptp[70185] 2010-07-04 11:46:13 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:46:13 AM com.apple.ppp.l2tp[70186] 2010-07-04 11:46:13 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:46:13 AM com.apple.launchd[1] (com.apple.ppp.pptp[70185]) Exited with exit code: 2
    4/07/10 11:46:13 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:13 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70186]) Exited with exit code: 2
    4/07/10 11:46:13 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:23 AM com.apple.ppp.pptp[70213] 2010-07-04 11:46:23 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:46:23 AM com.apple.ppp.l2tp[70214] 2010-07-04 11:46:23 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:46:23 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70214]) Exited with exit code: 2
    4/07/10 11:46:23 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:23 AM com.apple.launchd[1] (com.apple.ppp.pptp[70213]) Exited with exit code: 2
    4/07/10 11:46:23 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:33 AM com.apple.ppp.pptp[70226] 2010-07-04 11:46:33 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:46:33 AM com.apple.ppp.l2tp[70225] 2010-07-04 11:46:33 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:46:33 AM com.apple.launchd[1] (com.apple.ppp.pptp[70226]) Exited with exit code: 2
    4/07/10 11:46:33 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:33 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70225]) Exited with exit code: 2
    4/07/10 11:46:33 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:43 AM com.apple.ppp.pptp[70250] 2010-07-04 11:46:43 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:46:43 AM com.apple.ppp.l2tp[70251] 2010-07-04 11:46:43 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:46:43 AM com.apple.launchd[1] (com.apple.ppp.pptp[70250]) Exited with exit code: 2
    4/07/10 11:46:43 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:43 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70251]) Exited with exit code: 2
    4/07/10 11:46:43 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:53 AM com.apple.ppp.l2tp[70253] 2010-07-04 11:46:53 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:46:53 AM com.apple.ppp.pptp[70252] 2010-07-04 11:46:53 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:46:53 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70253]) Exited with exit code: 2
    4/07/10 11:46:53 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:46:53 AM com.apple.launchd[1] (com.apple.ppp.pptp[70252]) Exited with exit code: 2
    4/07/10 11:46:53 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:03 AM com.apple.ppp.pptp[70255] 2010-07-04 11:47:03 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:47:03 AM com.apple.ppp.l2tp[70254] 2010-07-04 11:47:03 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:47:03 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70254]) Exited with exit code: 2
    4/07/10 11:47:03 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:03 AM com.apple.launchd[1] (com.apple.ppp.pptp[70255]) Exited with exit code: 2
    4/07/10 11:47:03 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:13 AM com.apple.ppp.pptp[70286] 2010-07-04 11:47:13 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:47:13 AM com.apple.ppp.l2tp[70285] 2010-07-04 11:47:13 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:47:13 AM com.apple.launchd[1] (com.apple.ppp.pptp[70286]) Exited with exit code: 2
    4/07/10 11:47:13 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:13 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70285]) Exited with exit code: 2
    4/07/10 11:47:13 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:23 AM com.apple.ppp.l2tp[70291] 2010-07-04 11:47:23 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:47:23 AM com.apple.ppp.pptp[70290] 2010-07-04 11:47:23 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:47:23 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70291]) Exited with exit code: 2
    4/07/10 11:47:23 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:23 AM com.apple.launchd[1] (com.apple.ppp.pptp[70290]) Exited with exit code: 2
    4/07/10 11:47:23 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:33 AM com.apple.ppp.l2tp[70292] 2010-07-04 11:47:33 NZST Server 'com.apple.ppp.l2tp' starting...
    4/07/10 11:47:33 AM com.apple.ppp.pptp[70293] 2010-07-04 11:47:33 NZST Server 'com.apple.ppp.pptp' starting...
    4/07/10 11:47:33 AM com.apple.launchd[1] (com.apple.ppp.l2tp[70292]) Exited with exit code: 2
    4/07/10 11:47:33 AM com.apple.launchd[1] (com.apple.ppp.l2tp) Throttling respawn: Will start in 10 seconds
    4/07/10 11:47:33 AM com.apple.launchd[1] (com.apple.ppp.pptp[70293]) Exited with exit code: 2
    4/07/10 11:47:33 AM com.apple.launchd[1] (com.apple.ppp.pptp) Throttling respawn: Will start in 10 seconds

    I had the same message with snow leopard server, did not have vpn working.
    I fixed it by setting pptp enabled, with an IP address range, in the vpn tab of server admin. vpn is still not started, but this fixed the error - i dont know what process was calling pptp, but it seems be happy now.
    Jabber still has no start/stop button, needs launchctl to make it go. such is life. just the odd log message about throttling the disk, felt like doing that myself occasionally.

  • Com.apple.mtmd: low priority thinning needed for volume Macintosh HD ??

    Why do I have the following in my Console log ? I have 20 GB left on my HD and 250 GB HD Total drive:
    11-08-14 8:00:00.842 PM com.apple.mtmd: low priority thinning needed for volume Macintosh HD (/) with 12.4 <= 20.0 pct free space

    I see the same thing in the Console logs after my MacBook has crashed
    This is what the last entries in the log say:
    25.11.11 16:39:20,968 [0x0-0x55055].com.apple.ScreenSaver.Engine: Unrecognized XML in parse_init_data_file: userid
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: 0
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: /userid
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Unrecognized XML in parse_init_data_file: teamid
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: 0
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: /teamid
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Unrecognized XML in parse_init_data_file: hostid
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: 4188391
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: /hostid
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Unrecognized XML in parse_init_data_file: result_name
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: LATeah0040S_928.0_214600_0.0_2
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: /result_name
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Unrecognized XML in parse_init_data_file: starting_elapsed_time
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: 5011.614499
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: /starting_elapsed_time
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Unrecognized XML in parse_init_data_file: computation_deadline
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: 1323396047.000000
    25.11.11 16:39:20,969 [0x0-0x55055].com.apple.ScreenSaver.Engine: Skipping: /computation_deadline
    25.11.11 16:39:21,000 kernel: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    25.11.11 16:39:21,000 kernel: macx_swapon SUCCESS
    25.11.11 16:39:23,138 SIMBL Agent: received {
        NSApplicationName = "einstein_S5R6_5.01_graphics_i686-apple-darwin";
        NSApplicationPath = "/Library/Application Support/BOINC Data/slots/1/../../projects/einstein.phys.uwm.edu/einstein_S5R6_5.01_graphics_i 686-apple-darwin";
        NSApplicationProcessIdentifier = 1623;
        NSApplicationProcessSerialNumberHigh = 0;
        NSApplicationProcessSerialNumberLow = 364633;
        NSWorkspaceApplicationKey = <NSRunningApplication: 0x10067e260 ((null) - 1623)>;
    25.11.11 16:39:23,159 com.apple.launchd.peruser.501: (com.apple.pbs) Throttling respawn: Will start in 9 seconds
    25.11.11 16:39:24,000 kernel: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    25.11.11 16:39:25,000 kernel: macx_swapon SUCCESS
    25.11.11 16:47:44,000 kernel: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    25.11.11 16:47:44,000 kernel: macx_swapoff SUCCESS
    25.11.11 16:49:28,011 com.apple.mtmd: low priority thinning needed for volume DD (/) with 17.2 <= 20.0 pct free space
    25.11.11 17:00:00,999 com.apple.mtmd: low priority thinning needed for volume DD (/) with 17.2 <= 20.0 pct free space
    25.11.11 17:00:01,558 mdworker: Unable to talk to lsboxd
    27.11.11 11:21:27,276 LKDCHelper: Starting (uid=501)
    27.11.11 11:21:33,678 com.apple.backupd: Starting standard backup
    27.11.11 11:21:34,092 com.apple.backupd: Error -35 while resolving alias to backup target
    27.11.11 11:21:34,000 kernel: nspace-handler-set-snapshot-time: 1322389296
    27.11.11 11:21:44,108 com.apple.backupd: Backup failed with error: 19
    27.11.11 11:23:13,255 com.apple.mtmd: low priority thinning needed for volume DD (/) with 16.4 <= 20.0 pct free space
    27.11.11 11:23:13,256 com.apple.mtmd: attempting to thin because of low free space on DD (/) by removing 2011-11-27 09:21:36 +0000

  • Com.apple.launched?????

    anyone have any experience with these??:
    9/5/09 12:00:29 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 345 seconds ago...
    9/5/09 12:00:34 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 350 seconds ago...
    9/5/09 12:00:39 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 355 seconds ago...
    9/5/09 12:00:44 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 360 seconds ago...
    9/5/09 12:00:49 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 365 seconds ago...
    9/5/09 12:00:54 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 370 seconds ago...
    9/5/09 12:00:59 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 375 seconds ago...
    9/5/09 12:01:04 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 380 seconds ago...
    9/5/09 12:01:09 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 385 seconds ago...
    9/5/09 12:01:14 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 390 seconds ago...
    9/5/09 12:01:19 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 395 seconds ago...
    9/5/09 12:01:24 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 400 seconds ago...
    9/5/09 12:01:29 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 405 seconds ago...
    9/5/09 12:01:34 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 410 seconds ago...
    9/5/09 12:01:35 PM [0x0-0x89089].org.mozilla.firefox[1541] Debugger() was called!
    9/5/09 12:01:39 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 415 seconds ago...
    9/5/09 12:01:44 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 420 seconds ago...
    9/5/09 12:01:49 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 425 seconds ago...
    9/5/09 12:01:53 PM /usr/sbin/ocspd[2006] starting
    9/5/09 12:01:54 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 430 seconds ago...
    9/5/09 12:01:59 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 435 seconds ago...
    9/5/09 12:02:04 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 440 seconds ago...
    9/5/09 12:02:09 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 445 seconds ago...
    9/5/09 12:02:14 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 450 seconds ago...
    9/5/09 12:02:18 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 455 seconds ago...
    9/5/09 12:02:23 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 460 seconds ago...
    9/5/09 12:02:28 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 465 seconds ago...
    9/5/09 12:02:33 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 470 seconds ago...
    9/5/09 12:02:38 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 475 seconds ago...
    9/5/09 12:02:43 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 480 seconds ago...
    9/5/09 12:02:44 PM /System/Library/CoreServices/backupd[2012] Starting standard backup
    9/5/09 12:02:44 PM /System/Library/CoreServices/backupd[2012] Backup destination alias resolved to path: /Volumes/Time Capsule
    9/5/09 12:02:48 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 485 seconds ago...
    9/5/09 12:02:53 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 490 seconds ago...
    9/5/09 12:02:58 PM com.apple.launchd[71] (0x10b100.Locum[1842]) Did not die after sending SIGKILL 495 seconds ago...

    Andreas, thanks so much for this...im gonna research these links for sure! Ive never seen the "locum" before, but simliar messages, as well as some new strange ones that have been popping up here & there. I did a restart about 5 minutes ago, and my mac did a safe boot by itself..Just weird things altely...Recent messages below if you have any ideas..
    again, thanks!!
    9/5/09 4:47:09 PM com.apple.launchd[1] (com.apple.seatbelt.compilerd[18]) Bug: launchdcorelogic.c:6707 (23923):0: (target_j = jobmgrfind_bypid(j->mgr, target_pid, true)) != NULL
    9/5/09 4:47:09 PM com.apple.launchd[1] (com.apple.seatbelt.compilerd[18]) Bug: launchdcorelogic.c:6707 (23923):0: (target_j = jobmgrfind_bypid(j->mgr, target_pid, true)) != NULL
    9/5/09 4:47:09 PM com.apple.launchd[1] (com.apple.seatbelt.compilerd[18]) Bug: launchdcorelogic.c:6707 (23923):0: (target_j = jobmgrfind_bypid(j->mgr, target_pid, true)) != NULL
    9/5/09 4:47:09 PM com.apple.launchd[1] (com.apple.seatbelt.compilerd[18]) Bug: launchdcorelogic.c:6707 (23923):0: (target_j = jobmgrfind_bypid(j->mgr, target_pid, true)) != NULL
    9/5/09 4:47:09 PM com.apple.launchd[1] (com.apple.seatbelt.compilerd[18]) Bug: launchdcorelogic.c:6707 (23923):0: (target_j = jobmgrfind_bypid(j->mgr, target_pid, true)) != NULL
    9/5/09 4:47:09 PM com.apple.launchd[1] (com.apple.seatbelt.compilerd[18]) Bug: launchdcorelogic.c:6707 (23923):0: (target_j = jobmgrfind_bypid(j->mgr, target_pid, true)) != NULL
    9/5/09 4:47:10 PM com.apple.kdcmond[47] Couldn't open log file /var/log/krb5kdc/kdc.log: No such file or directory
    9/5/09 4:47:11 PM kernel [06def600][AppleBluetoothHIDMouse::probe] score is 1000
    9/5/09 4:47:11 PM kernel [06defe00][AppleBluetoothHIDMouse::probe] score is 50
    9/5/09 4:47:11 PM krb5kdc[79] setsockopt(IPV6_V6ONLY,1) worked
    9/5/09 4:47:14 PM com.apple.ATSServer[82] FODBCheck: New annex file created
    9/5/09 4:47:16 PM kernel IOHIDSystem: Seize of IOHIDPointing failed.
    9/5/09 4:47:16 PM kernel IOHIDSystem: Seize of IOHIDEventDriver failed.
    9/5/09 4:47:19 PM kernel [070af600][IOAppleBluetoothHIDDriver::probe] score is 1000
    9/5/09 4:47:19 PM kernel [070afa00][IOAppleBluetoothHIDDriver::probe] score is 50
    9/5/09 4:47:19 PM loginwindow[45] Login Window Started Security Agent
    9/5/09 4:47:27 PM SecurityAgent[96] Showing Login Window
    9/5/09 4:47:39 PM com.apple.dyld[11] updatedyld_sharedcache[11] regenerated cache for arch=i386
    9/5/09 4:51:48 PM SecurityAgent[96] User info context values set for jg
    9/5/09 4:51:49 PM SecurityAgent[96] Login Window done
    9/5/09 4:51:49 PM loginwindow[45] Login Window - Returned from Security Agent
    9/5/09 4:51:49 PM loginwindow[45] USER_PROCESS: 45 console
    9/5/09 4:51:49 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[90]) Exited: Terminated
    9/5/09 4:51:49 PM com.apple.launchd[1] (com.apple.ScreenSharing.server[89]) Exited: Terminated
    9/5/09 4:51:49 PM com.apple.launchd[109] (com.apple.AirPortBaseStationAgent) Unknown key for boolean: EnableTransactions
    9/5/09 4:51:49 PM com.apple.launchd[109] (org.x.startx) Unknown key for boolean: EnableTransactions
    9/5/09 4:51:50 PM /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer[122] (-3230) Cannot use ATS Persistent Store - switching to old FODB cache code
    9/5/09 4:51:52 PM /System/Library/CoreServices/coreservicesd[68] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Maxtor Backups) returned -14135
    9/5/09 4:51:52 PM /System/Library/CoreServices/coreservicesd[68] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(iPhoto Library - 3/24/07) returned -14135
    9/5/09 4:51:55 PM SystemUIServer[125] There is no output device, unloading
    9/5/09 4:52:01 PM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 25] CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    9/5/09 4:52:01 PM /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 25] CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    9/5/09 4:54:21 PM [0x0-0x12012].org.mozilla.firefox[138] Debugger() was called!

  • Com.apple.InternetSharing.plist launched every ten seconds. How to stop it ?

    Hi
    As i open the Console i have the follwing lines in the logs file.
    Those commands lines are send every 10 seconds.
    DATE HOUR,* sudo[*]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.InternetSharing.plist
    DATE HEURE,* com.apple.launchd[1]: (com.ReSources.inshare) Throttling respawn: Will start in 10 seconds
    The man page for internetSharing give the following answer for interneSharing : "InternetSharing is the back-end for the Internet Sharing feature."
    There is no internet sharing configured in my preference panel (share) // the only options set up are for admin purpose (remote connection - handling and session)
    If you have any idea of where does this process comes from, i would really like to stop this process.
    I although have this line in the logs file which i found every 20 seconds related to remoteDesktop.Agent 
    DATE HEURE,* com.apple.launchd.peruser.*[*]: (com.apple.RemoteDesktop.agent[*]) Exited: Killed: 9
    Do you have any kind of idea about which process is responsible for this line ?  Does it have something to do with the previous lines on internet sharing ?
    Regards
    Here is the configuation in the plist file for internetSharing if it's helps
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
            <key>Disabled</key>
            <true/>
            <key>EnableTransactions</key>
            <true/>
            <key>Label</key>
            <string>com.apple.InternetSharing</string>
            <key>WorkingDirectory</key>
            <string>/var/run</string>
            <key>UserName</key>
            <string>root</string>
            <key>GroupName</key>
            <string>wheel</string>
            <key>ProgramArguments</key>
            <array>
                    <string>/usr/libexec/InternetSharing</string>
            </array>
            <key>MachServices</key>
            <dict>
                    <key>com.apple.InternetSharing</key>
                    <true/>
            </dict>
            <key>KeepAlive</key>
            <dict>
                    <key>SuccessfulExit</key>
                    <false/>
            </dict>
    </dict>
    </plist>

    Did it. No help. Once I re-entered all the passwords, it started asking for that one again. Tried test sending and recieving mails. No dice. Someone told me to check the outgoing server only button. I keep selecting icloud (icloud offline) but it is never online. Icloud works for my other things so I rule out the fact that I am not in the US.
    Anyway, thanks Barney. Watch out for the T-Rex's.

  • Constant loop with com.apple.universalaccessAuthWarn

    Hi folks,
    since upgrade to Mavericks my Imac & Mac Book runs hot. I checked via console and found a constant loop with this error message:
    13.06.14 14:53:16,424 com.apple.launchd.peruser.501[180]: (com.apple.universalaccessAuthWarn) Throttling respawn: Will start in 1 seconds
    13.06.14 14:53:17,517 com.apple.launchd.peruser.501[180]: (com.apple.universalaccessAuthWarn[25916]) Exited with code: 1
    wich i can stop with the following command:
    launchctl remove com.apple.universalaccessAuthWarn
    Any hint how to stop permanently this loop (after a restart of the mac)  ?
    Thanks in advance,
    Sascha

    Hi i have same problem, tried to run the command sudo /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/wipeDB .sh but freeze and i get this error
    ***    Failed to create/update new Profile Manager database!           ***
    *** Please check /Library/Logs/ProfileManager/migration_tool.log       ***
    *** for more information. Profile Manager will be non-functional until ***
    *** the database can be successfully updated or a new one is created.  ***

Maybe you are looking for

  • Unable to open "Help and support"

    When i click on help and support i get the error message: "Internet explorer cannot download / from help" How do i fix this?

  • Upgrade cucm,cuc,im&presence from 8.6 to 10.5

    hi guys i need assistance to understand the precise steps with the upgrade here. i read a lot about the ova changes,nic changes and more,but i m not sure about many steps here . is there anyone who upgrade successfully that can things sorted? tk shoh

  • Firefox won't open unless i close the one already open

    firefox won't open i need to close the one that is already open. i have nothing running or left open in firefox.

  • How do i email multiple photos from iphoto

    how do i email multiple photos from iphoto?

  • Virtual system Name

    Hello Friends, We are doing EHP4 upgrade in our production system. Our production system is configured as follows Example Physical System: ABC Virtual System:XYZ Now the scenior is as 1.)When we log in to XYZ it goes to ABC . and when we log in to AB