Httpd constantly respawning

I have 10.5.1 installed on a Xserve G5 and have two web sites up and running on it. In the syslog I see the httpd server process respawning constantly:
Jan 3 10:40:05 healthcenter org.apache.httpd[47518]: (48)Address already in use: make_sock: could not bind to address 127.0.0.1:9010
Jan 3 10:40:05 healthcenter org.apache.httpd[47518]: no listening sockets available, shutting down
Jan 3 10:40:05 healthcenter org.apache.httpd[47518]: Unable to open logs
Jan 3 10:40:05 healthcenter com.apple.launchd[208] (org.apache.httpd[47518]): Exited with exit code: 1
Jan 3 10:40:05 healthcenter com.apple.launchd[208] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
It's been doing this non-stop for days now. Any ideas about what's going on? Anywhere else I can look for possible configuration errors?

The error message tells you what the problem is:
(48)Address already in use: make_sock: could not bind to address 127.0.0.1:9010
Some other process is already running on the port that Apache is trying to connect to (in this case, 9010).
That could be a rogue Apache process that was started inadvertently, or could be some other process altogether. Since it's not complaining about any other port, I'm going to guess that you have some other process running on port 9010.
You can find out which process is causing the problem via:
<pre class=command>sudo lsof -i :9010</pre>
Once you know the process, you can decide whether you need that process, whether you can move that process to another port number, or whether you need to change Apache to use a different port.

Similar Messages

  • 10.6.2 httpd respawning endlessly.

    My server's log is full of this:
    Feb 28 00:40:31 atlas com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Feb 28 00:40:41 atlas org.apache.httpd[2466]: (48)Address already in use: make_sock: could not bind to address 127.0.0.1:9010
    Feb 28 00:40:41 atlas org.apache.httpd[2466]: no listening sockets available, shutting down
    Feb 28 00:40:41 atlas org.apache.httpd[2466]: Unable to open logs
    Feb 28 00:40:41 atlas com.apple.launchd[1] (org.apache.httpd[2466]): Exited with exit code: 1
    Which would of course suggest that something else has that port. It doesn't. The only thing with that port is httpd. So I kill all running instances of httpd, nothing has the port. Start up Web ... and the errors begin churning out again.
    When I reboot the server, there's nothing on port 9010 (confirmed by lsof). Start Web, and the errors begin churning out again.
    So I edit httpd.conf, and change the listen line to 9011. Start web, now it's complaining it can't bind to :9011! It can't bind, because it itself has just bound!
    I comment out the Listen line entirely, and now the error is:
    Feb 28 00:43:14 atlas org.apache.httpd[2621]: (48)Address already in use: make_sock: could not bind to address [::]:80
    Feb 28 00:43:14 atlas org.apache.httpd[2621]: (48)Address already in use: make_sock: could not bind to address 0.0.0.0:80
    This is an absolutely stock install. I haven't touched Web -- all I did was upgrade to 10.6.2. To be sure, I deleted httpd.conf and the sites and restored from their defaults but still this error is haunting me.
    It's incredibly frustrating, and I'd very much appreciate any help you can give.

    Ah, here we go, that's exactly what it is.
    On this system, /System/Library/LaunchDaemons/org.apache.httpd.plist contains
    [lines snipped]
    <key>ProgramArguments</key>
    <array>
    <string>/usr/sbin/httpd</string>
    <string>-D</string>
    <string></string>
    </array>
    What it should have (or at least, what 10.6 non-server and what works) is to have:
    <key>ProgramArguments</key>
    <array>
    <string>/usr/sbin/httpd</string>
    <string>-D</string>
    <string>FOREGROUND</string>
    </array>
    This stops Apache daemonizing, which is neccessary for launchd to be able to keep track of it.
    (It'd be of interest if people could report what their plists look like, to see if this has somehow been corrupted, or if it's a 10.6.2 bug that needs reporting)

  • Start Time constantly updates with current time

    Hi,
    Start Time of the web service constantly updates with current time.
    Is there anyone who had the same problem?
    Thanks for your help,
    Julien

    Hi MrHoffman,
    Thanks for your reply.
    I've been messing a bit in the apache config files indeed, though it's supposed to be pretty clean: filemaker.
    Configtest reports SYNTAX OK and I can't see anything exceptionnal in the console.app log files :-/
    The only thing I see in my logs is:
    7/28/09 7:30:09 PM org.apache.httpd[22921] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:09 PM com.apple.launchd[1] (org.apache.httpd[22921]) Exited with exit code: 1
    7/28/09 7:30:09 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 7:30:19 PM org.apache.httpd[22929] Syntax error on line 45 of /etc/apache2/sites/0000any_80www.cap.be.conf:
    7/28/09 7:30:19 PM org.apache.httpd[22929] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:19 PM com.apple.launchd[1] (org.apache.httpd[22929]) Exited with exit code: 1
    7/28/09 7:30:19 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 7:30:29 PM org.apache.httpd[22933] Syntax error on line 45 of /etc/apache2/sites/0000any_80www.cap.be.conf:
    7/28/09 7:30:29 PM org.apache.httpd[22933] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:29 PM com.apple.launchd[1] (org.apache.httpd[22933]) Exited with exit code: 1
    7/28/09 7:30:29 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 7:30:39 PM org.apache.httpd[22934] Syntax error on line 45 of /etc/apache2/sites/0000any_80www.cap.be.conf:
    7/28/09 7:30:39 PM org.apache.httpd[22934] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:39 PM com.apple.launchd[1] (org.apache.httpd[22934]) Exited with exit code: 1
    7/28/09 7:30:39 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 8:00:41 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/28/09 8:21:49 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/28/09 8:38:39 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/28/09 9:11:51 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/29/09 1:02:47 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    Thanks again,
    Julien

  • Can someone translate this HTTPD error?

    This log is from when I start the webserver from server app, I have two virtual host created that should work on port 80 and the default that runs on port 443.
    Aug 25 14:11:52 myserver servermgrd[36879]: servermgr_web: enabling
    Aug 25 14:11:55 myserver com.apple.launchd.peruser.70[37300]: Background: Bug: launchd_core_logic.c:3063 (24984):3
    Aug 25 14:11:55 myserver com.apple.launchd.peruser.70[37300]: Background: job_mig_intran() was confused by PID 37105 UID 70 EUID 70 Mach Port 0x1a07:
    Aug 25 14:11:55 myserver com.apple.launchd.peruser.70[37300]: Bug: launchd_core_logic.c:8528 (24984):3: j != NULL
    Aug 25 14:11:55 myserver org.apache.httpd[37303]: [Thu Aug 25 14:11:55 2011] [warn] NameVirtualHost 83.246.3.34:80 has no VirtualHosts
    Aug 25 14:11:56 myserver servermgrd[36879]: servermgr_web: Disabling port forwarding for port 80
    Aug 25 14:11:57: --- last message repeated 1 time ---
    Aug 25 14:11:57 myserver servermgrd[36879]: servermgr_web: waiting for pid, file /private/var/run/httpd.pid.
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd[37310]): Exited with code: 1
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug 25 14:11:58 myserver servermgrd[36879]: servermgr_web: waiting for pid, file /private/var/run/httpd.pid.
    Aug 25 14:12:02: --- last message repeated 3 times ---
    Aug 25 14:12:02 myserver servermgrd[36879]: servermgr_web: Enabling port forwarding for port 80
    Aug 25 14:12:02: --- last message repeated 1 time ---
    Aug 25 14:12:02 myserver servermgrd[36879]: servermgr_web: Cannot confirm Apache was started; missing or invalid pid file
    Aug 25 14:12:07 myserver org.apache.httpd[37321]: [Thu Aug 25 14:12:07 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:12:07 myserver org.apache.httpd[37321]: [Thu Aug 25 14:12:07 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    Aug 25 14:12:07 myserver com.apple.launchd[1] (org.apache.httpd[37321]): Exited with code: 1
    Aug 25 14:12:07 myserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug 25 14:12:17 myserver org.apache.httpd[37325]: [Thu Aug 25 14:12:17 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:12:17 myserver org.apache.httpd[37325]: [Thu Aug 25 14:12:17 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence

    Let's go to end of the universe!! step by step =)
    Aug 25 14:11:55 myserver org.apache.httpd[37303]: [Thu Aug 25 14:11:55 2011] [warn] NameVirtualHost 83.246.3.34:80 has no VirtualHosts
    That means that "below your NamedVirtualHost specification there is no Virtual Host defined"
    VirtualHost are here to allow you to have multiple web pages below the same IP.
    A common Virtual Host definition is:
    NameVirtualHost *
        <VirtualHost *>
        ServerName www.domain.tld
        DocumentRoot /www/domain
        </VirtualHost>
        <VirtualHost *>
        ServerName www.otherdomain.tld
        DocumentRoot /www/otherdomain
        </VirtualHost>
    Following your Log, you have a "NameVirtualHost 83.246.3.34:80" definition without any following "<VirtualHost 83.246.3.34:80>" directive.
    All site's configuration files are in /etc/apache2/sites/
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug 25 14:11:57 myserver org.apache.httpd[37310]: [Thu Aug 25 14:11:57 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    That two messages means the same, that "there are two identical VirtualHost definitions, so i'll use the first one"
    That means that you have two "<VirtualHost XXX>" directives with the same or missing "ServerName" definition.
    The Web Server a.k.a. Apache uses the "ServerName" to forward request to one or other definition.
    Let's see an example with this missconfiguration:
    NameVirtualHost 83.246.3.34:80
      <VirtualHost 83.246.3.34:80>
      ServerName www.domain.com
      DocumentRoot /www/domain
      </VirtualHost>
      <VirtualHost 83.246.3.34:80>
      ServerName www.domain.com
      DocumentRoot /www/otherdomain
      </VirtualHost>
    ... when a connection is made to www.domain.com resoults in going to 83.246.3.34 port 80
    Then Apache doesn't know where to go (/www/domain or /www/otherdomain) so it will go to the first definition
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd[37310]): Exited with code: 1
    Aug 25 14:11:57 myserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    This means "Apache process exit with errors, will try to restart it in 10 sec".
    Note that previous errors should not make Apache process die.
    Aug 25 14:11:58 myserver servermgrd[36879]: servermgr_web: waiting for pid, file /private/var/run/httpd.pid.
    Aug 25 14:12:02 myserver servermgrd[36879]: servermgr_web: Cannot confirm Apache was started; missing or invalid pid file
    The ".pid" file is just a text file with the process number in it (in this case, 36879).
    This file helps other process to kill or restart the Apache's process if needed.
    That say that "no .pid file was created, or invalid file was created, for example an empty one".
    Stop the Web Server and check that the .pid file is not there (/private/var/run/httpd.pid).
    Start the Web Server and check that the .pid file is there and has the propper content.
    You can get the PID (Process ID) for a process performing a "ps" command from the command line:
    #ps aux | grep http
    make the force b with u!

  • Httpd Shutting Down

    None of my server websites would load.  It just can't connect to the server (cclloyd.com to test)
    I checked the system error log and saw this kept repeating.
    Nov  7 00:42:58 whitefamilyserver com.apple.launchd[1] (org.apache.httpd[1489]): Exited with code: 1
    Nov  7 00:42:58 whitefamilyserver com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    I'm assuming that is the culprit.  How can I get it to work again?  I'll provide more details if you need them.

    Your log snippet merely shows that your webserver Apache aka. httpd is crashing repeatedly, it does not show why.
    As an example possible cause, I recently installed an open-source webapp which used the mod_xsendfile module for Apache. This webapp used a command provided by this module however the command was only supported in newer versions and I initially had an older version installed. Therefore when it tried using the command it caused the web server to crash.
    You are going to have to disable some of your websites so you can first track down which is the cuplrite. Then you can look at what that site is doing to track the cause.
    Server.app does not itself let you disable an individual web site. The easiest way to achive this is to temporarily turn off the web service and move some of the individual website config files out of their normal place. Then relaunch Server.app and restart the web server. The website config files are located as follows.
    /Library/Server/Web/Config/apache2/sites

  • Httpd spewing errors into system.log...

    Hi,
    I just noticed that httpd is having problems in Mountain Lion...
    Jul 26 15:09:40 eagle com.apple.launchd[1] (org.apache.httpd[4576]): Exited with code: 1
    Jul 26 15:09:40 eagle com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Jul 26 15:09:50 eagle com.apple.launchd[1] (org.apache.httpd[4577]): Exited with code: 1
    Jul 26 15:09:50 eagle com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    The system.log file is growing ;(
    I am having the same problem on another machine but in addition it is continuously removing a certificate.
    Nothing is appearing in the Apache logs....
    Any suggestions?
    Jerry

    Hey. Thanks for the advice thus far but I have the same problem on 10.9 with no resolution... the above solutions don't apply. (No funny apple stuff in apache conf, no permissions problems, logfiles exist, writable, working... and most odd of all... apache is in fact running and working.)
    I just don't like the errors in the console... it disturbs me. Any other ideas? TIA.
    2014/09/15 7:31:10,462 PM com.apple.launchd[1]: (org.apache.httpd[74008]) Exited with code: 1
    2014/09/15 7:31:10,462 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 9 seconds
    2014/09/15 7:31:15,828 PM 1PasswordAgent[430]: Failed to return databaseID, encryption key is not loaded
    2014/09/15 7:31:23,562 PM com.apple.launchd[1]: (org.apache.httpd[74009]) Exited with code: 1
    2014/09/15 7:31:23,562 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    2014/09/15 7:31:31,613 PM com.apple.launchd[1]: (org.apache.httpd[74010]) Exited with code: 1
    2014/09/15 7:31:31,613 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 8 seconds
    2014/09/15 7:31:42,430 PM com.apple.launchd[1]: (org.apache.httpd[74011]) Exited with code: 1
    2014/09/15 7:31:42,430 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 8 seconds
    2014/09/15 7:31:51,435 PM com.apple.launchd[1]: (org.apache.httpd[74012]) Exited with code: 1
    2014/09/15 7:31:51,435 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 9 seconds
    2014/09/15 7:32:04,516 PM com.apple.launchd[1]: (org.apache.httpd[74014]) Exited with code: 1
    2014/09/15 7:32:04,516 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    2014/09/15 7:32:10,611 PM com.apple.launchd[1]: (org.apache.httpd[74015]) Exited with code: 1
    2014/09/15 7:32:10,611 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    2014/09/15 7:32:21,306 PM com.apple.launchd[1]: (org.apache.httpd[74017]) Exited with code: 1
    2014/09/15 7:32:21,307 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    2014/09/15 7:32:31,397 PM com.apple.launchd[1]: (org.apache.httpd[74018]) Exited with code: 1
    2014/09/15 7:32:31,397 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds

  • OSX 10.7 httpd Broken? VirtualHost Overlap

    HI All
    Hoping someone has some suggestions for me with an issue I am having getting the OSX 10.7 getting a number of services up and running.
    However I will start my questions with a particular issues I am seeing here in my system.log:
    Aug  8 23:31:58 srvmacmini org.apache.httpd[1679]: [Mon Aug 08 23:31:58 2011] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
    Aug  8 23:31:58 srvmacmini org.apache.httpd[1679]: [Mon Aug 08 23:31:58 2011] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
    I am also getting a constant loop from the httpd service:
    Aug  8 23:47:15 srvmacmini com.apple.launchd[1] (org.apache.httpd[1948]): Exited with code: 1
    Aug  8 23:47:15 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug  8 23:47:25 srvmacmini com.apple.launchd[1] (org.apache.httpd[1952]): Exited with code: 1
    Aug  8 23:47:25 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug  8 23:47:36 srvmacmini com.apple.launchd[1] (org.apache.httpd[1957]): Exited with code: 1
    Aug  8 23:47:36 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Aug  8 23:47:46 srvmacmini com.apple.launchd[1] (org.apache.httpd[1962]): Exited with code: 1
    Aug  8 23:47:46 srvmacmini com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    At present - none of my web interfaces for Wiki, iCal or even new server tools such as "Profile Manager" will operate correctly - iCal for example tells me the service is not running, as does Profile Manager , even though they are clearly on in the Server.app (Note to Apple: 10.6 server admin app was much cleaner!)
    Checking in the httpd error log also came across this:
    File does not exist: /Library/Server/Web/Data/Sites/Default/RPC2
    (Log entries every 10 mins looking for this RPC2 file!)
    The last RPC2 issue seems to have been there since the initial Lion migration so don't think that is the issue.

    I'm having the same problem, specifically when it comes to "Allow users to change their password". I have the correct ssl certificate installed, I have allow password changes checked, have restarted apache multiple times, but everytime I go to the site root and click "Change Password" I get the error "Changing passwords is turned off. You can turn it on by using the Server app on the server." When I go back to server app, I'll yet again find that the ability to allow users to change their passwords is off again. This is operating on a clean install of Lion and server.

  • OSX Server 2.2.2 update broke my websites

    I updated to server 2.2.2 yesterday and my owncloud website on my server stopped working. It was so frustrating I restored via time machine. Is there something I should check so I can update again?
    Information of my setup.
    owncloud 5.0
    using osx server website feature pointing to folder.
    using ssl 443 port for my website.
    I have port 80 open as well but I have own cloud redirect to ssl.
    if you browse diectly to my server ip it brings up the osx server webpage.
    i have my computers point to my server ip for dns
    my dns server routes my local website dns to my local ip of server (had to do this because I was getting NAT loopback issues)
    all other dns should forward to opendns
    Please help, thanks!

    I have the same problem. Even trying http://127.0.0.1 from the server itself still the server cannot be found. My system log however is now generating what looks like an error from the server:
    Sep 20 20:09:34 home com.apple.launchd[1] (org.apache.httpd[69048]): Exited with code: 1
    Sep 20 20:09:34 home com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    This repeats constantly until the server is stopped.
    I'm guessing there is a permissions issue somewhere that 2.2.2 has now broken. No idea where to start to resolve.

  • SSL Error in Apache

    I am getting what appear to be SSL errors in the apache logs when I try and use an SSL certificate on a website listening on a non-standard port.
    I have a site, lets call it test.example.com, that is setup on port 8843. When I use no SSL cert, I have no problems. When I select a cert and restart apache, I get the following errors in the apache error log and the whole web server become non-responsive and will not load any webpages.
    [Tue Dec 02 20:19:22 2014] [notice] Apache/2.2.26 (Unix) DAV/2 PHP/5.4.30 mod_ssl/2.2.26 OpenSSL/0.9.8za configured -- resuming normal operations
    [Tue Dec 02 20:30:19 2014] [notice] caught SIGTERM, shutting down
    [Tue Dec 02 20:30:22 2014] [error] Init: Pass phrase incorrect
    [Tue Dec 02 20:30:22 2014] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Tue Dec 02 20:30:22 2014] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Tue Dec 02 20:30:22 2014] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Tue Dec 02 20:30:22 2014] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Tue Dec 02 20:30:32 2014] [crit] (17)File exists: mod_rewrite: Parent could not create RewriteLock file /var/log/apache2/rewrite.lock
    Configuration Failed
    [Tue Dec 02 20:30:42 2014] [error] Init: Pass phrase incorrect
    [Tue Dec 02 20:30:42 2014] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Tue Dec 02 20:30:42 2014] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Tue Dec 02 20:30:42 2014] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Tue Dec 02 20:30:42 2014] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Tue Dec 02 20:30:52 2014] [crit] (17)File exists: mod_rewrite: Parent could not create RewriteLock file /var/log/apache2/rewrite.lock
    Configuration Failed
    I also get these errors in the system log:
    12/2/14 8:30:22.716 PM com.apple.launchd[1]: (org.apache.httpd[4009]) Exited with code: 1
    12/2/14 8:30:22.716 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    12/2/14 8:30:32.757 PM com.apple.launchd[1]: (org.apache.httpd[4023]) Exited with code: 1
    12/2/14 8:30:32.757 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    12/2/14 8:30:42.884 PM com.apple.launchd[1]: (org.apache.httpd[4031]) Exited with code: 1
    12/2/14 8:30:42.884 PM com.apple.launchd[1]: (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    Can anybody here tell me why this is happening? I get these errors no matter what certificate I use.
    Thanks!

    Yep. That's an encrypted key. The server software is doing the decryption automagically for you when you do things The Apple Way™. But when you try to do your own thing on your own port, that functionality gets bypassed..
    If you know the passphrase you used to set up the key in the first place, you can use openssl commands to create a decrypted version of the key file for your use. If not, Use the openssl commands to make your own new key/cert pair.
    There is a good how to one this and other basic ssl commands at:
    https://www.sslshopper.com/article-most-common-openssl-commands.html

  • Web sharing not working in 10.5.7?

    Hi,
    I am attempting to use Web sharing to test websites in local, but it doesn't seem to work; whenever I connect to the MacBook using http://localhost, it fails, saying server cannot be found. Same goes when I connect using the iPod Touch, typing the MacBook's IP adress, 192.168.4.119. No result either when using Windows or Ubuntu; server cannot be reached.
    I already tried creating another admin user, to no avail. Also used Disk Utility to repair permissions errors. Also rebooted the router, no effect.
    Using an externally-installed OS 10.5.7 works, though, as well as Distant session, Screen sharing and Fiel sharing.
    Console is full of error messages such as:
    06/06/09 21:59:04 org.apache.httpd[742] (13)Permission denied: make_sock: could not bind to address [::]:80
    06/06/09 21:59:04 org.apache.httpd[742] (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    06/06/09 21:59:04 org.apache.httpd[742] no listening sockets available, shutting down
    06/06/09 21:59:04 org.apache.httpd[742] Unable to open logs
    06/06/09 21:59:04 com.apple.launchd[387] (org.apache.httpd[742]) Exited with exit code: 1
    06/06/09 21:59:04 com.apple.launchd[387] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    06/06/09 21:59:08 com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    06/06/09 21:59:08 org.apache.httpd[746] (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    06/06/09 21:59:08 org.apache.httpd[746] Unable to open logs
    06/06/09 21:59:08 com.apple.launchd[1] (org.apache.httpd[746]) Exited with exit code: 1
    06/06/09 21:59:08 com.apple.launchd[1] (org.apache.httpd[746]) Exited with exit code: 1
    06/06/09 21:59:08 com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    06/06/09 21:59:14 org.apache.httpd[750] (13)Permission denied: make_sock: could not bind to address [::]:80
    06/06/09 21:59:14 org.apache.httpd[750] (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    06/06/09 21:59:14 org.apache.httpd[750] no listening sockets available, shutting down
    06/06/09 21:59:14 org.apache.httpd[750] Unable to open logs
    06/06/09 21:59:14 com.apple.launchd[387] (org.apache.httpd[750]) Exited with exit code: 1
    06/06/09 21:59:14 com.apple.launchd[387] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    06/06/09 21:59:18 org.apache.httpd[751] (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    This MacBook was formatted yesterday, restored from TM backup, updates were applied, before starting to use it.
    I have a Time Machine dating from before this restore, but only started using Web sharing today.
    What operation should I do to solve this?
    BTW, I verified the config file using this command:
    apachectl configtest
    httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.4.119 for ServerName
    Syntax OK

    Just did it now. Both http://127.0.0.1:631/ and http://localhost:631/ gives out the CUPS server web interface. However, putting either http://127.0.0.1/ or http://localhost/ gives out the same error that server can't be found. Seems linked to Apache only.

  • Startup and Sleep Issues 2.2 GHz, 10.6.6

    First, the specs: 2.2 GHz Macbook Pro, 4Gb installed memory. Currently running OSX 10.6.6.
    Symptoms:
    1: On startup, wait time from grey "Apple" loading screen to blue pre-login window screen is approx 2 minutes, then approx. 8 additional minutes for the login window to appear.
    2: If computer goes to sleep, it is unable to wake (put into sleep mode via closing, shortcut form apple menu, and optcmdejct). Instead screen remains black and front status light goes to a solidly lit but dimmed more than usual.
    What I've tried:
    Full archive and install of 10.6, repair permissions, repair disk (from 10.6 install book disk utility), hardware test (short and extended from original OS disk), Single user fsck, PRAM and SMC resets. Still nothing. I've looked at logs and removed any application that seemed to be hanging up at startup. I'm totally lost on this, and am now unfortunatly past apple care by about 4 months. Any advice at all would be VERY VERY APPRECIATED! I'll post my most recent startup log below.
    -Colin
    LOG:
    3/13/11 8:58:39 PM com.apple.launchd[1] * launchd[1] has started up. *
    3/13/11 8:59:08 PM com.parallels.desktop.launchdaemon[60] 2011-03-13 20:59:08.707 sw_vers[65:903] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
    3/13/11 8:59:09 PM org.apache.httpd[31] httpd: Could not reliably determine the server's fully qualified domain name, using colin-mac.local for ServerName
    3/13/11 8:59:10 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 9 seconds
    3/13/11 8:59:14 PM com.parallels.desktop.launchdaemon[60] objc[67]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 8:59:14 PM com.parallels.desktop.launchdaemon[60] objc[67]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 8:59:14 PM com.parallels.desktop.launchdaemon[60] objc[67]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 8:59:14 PM com.parallels.desktop.launchdaemon[60] objc[67]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 8:59:14 PM com.parallels.desktop.launchdaemon[60] 2011-03-13 20:59:14.889 prlclientapp[67:1a03] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
    3/13/11 8:59:20 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 9 seconds
    3/13/11 8:59:21 PM com.parallels.desktop.launchdaemon[60] 2011-03-13 20:59:21.702 prlnetstart[131:903] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
    3/13/11 8:59:23 PM com.apple.launchd[1] (com.parallels.vm.prl_naptd) Unknown key for boolean: SuccessfulExit
    3/13/11 8:59:24 PM com.parallels.desktop.launchdaemon[60] Configuring en4...
    3/13/11 8:59:24 PM com.parallels.desktop.launchdaemon[60] No System Preferences changes required.
    3/13/11 8:59:24 PM com.parallels.desktop.launchdaemon[60] Configuring en5...
    3/13/11 8:59:24 PM com.parallels.desktop.launchdaemon[60] No System Preferences changes required.
    3/13/11 9:00:14 PM com.apple.WindowServer[93] Sun Mar 13 21:00:14 colin-mac.local WindowServer[93] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    3/13/11 9:00:26 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 8 seconds
    3/13/11 9:08:35 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 10 seconds
    3/13/11 9:08:40 PM com.apple.UserEventAgent-LoginWindow[180] ALF error: cannot find useragent 1102
    3/13/11 9:08:40 PM com.apple.UserEventAgent-LoginWindow[180] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    3/13/11 9:08:40 PM com.apple.launchd[1] (com.wacom.wacomtablet[184]) Exited with exit code: 255
    3/13/11 9:08:40 PM com.apple.launchd.peruser.502[199] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    3/13/11 9:08:49 PM com.parallels.desktop.client.launch[226] objc[226]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 9:08:49 PM com.parallels.desktop.client.launch[226] objc[226]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 9:08:49 PM com.parallels.desktop.client.launch[226] objc[226]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 9:08:49 PM com.parallels.desktop.client.launch[226] objc[226]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 9:08:50 PM com.apple.launchd.peruser.502[199] (com.apple.Kerberos.renew.plist[222]) Exited with exit code: 1
    3/13/11 9:08:57 PM apsd-ft[240] APS daemon launched
    3/13/11 9:08:58 PM apsd-ft[240] Successfully got client identity
    3/13/11 9:09:08 PM com.apple.SystemStarter[36] PACESupport - launchd already started us
    3/13/11 9:09:09 PM com.apple.SystemStarter[36] Starting Qmaster services
    3/13/11 9:09:09 PM com.apple.SystemStarter[36] Starting HP IO Monitor
    3/13/11 9:09:10 PM com.apple.SystemStarter[36] Starting HP Trap Monitor
    3/13/11 9:09:10 PM com.apple.SystemStarter[36] /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    3/13/11 9:09:14 PM apsd-ft[240] <APSCourier: 0x106731a70>: Received connected response OK
    3/13/11 9:09:43 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 5 seconds
    3/13/11 9:09:44 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 4 seconds
    3/13/11 9:09:44 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 4 seconds
    3/13/11 9:09:52 PM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 6 seconds
    3/13/11 9:09:52 PM com.apple.launchd[1] (0x101804850.mach_init.VersionCueCS2Daemon[320]) Exited with exit code: 1
    3/13/11 9:10:12 PM osascript[333] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
    /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    3/13/11 9:10:20 PM com.apple.fontd[209] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)

    Gave it a shot, no luck. Thanks for the info. Here's the log directly after I restarted after trying the above fix. I added a line to show the startup obviously:
    3/13/11 11:02:27 PM kernel npvhash=4095
    3/13/11 11:02:27 PM kernel PAE enabled
    3/13/11 11:02:27 PM kernel 64 bit mode enabled
    3/13/11 11:02:27 PM kernel Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
    3/13/11 11:02:27 PM kernel vmpagebootstrap: 1021192 free pages and 19192 wired pages
    3/13/11 11:02:27 PM kernel standard timeslicing quantum is 10000 us
    3/13/11 11:02:27 PM kernel migtable_maxdispl = 73
    3/13/11 11:02:27 PM kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    3/13/11 11:02:27 PM kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    3/13/11 11:02:27 PM kernel calling mpopolicyinit for Quarantine
    3/13/11 11:02:27 PM kernel Security policy loaded: Quarantine policy (Quarantine)
    3/13/11 11:02:27 PM kernel calling mpopolicyinit for Sandbox
    3/13/11 11:02:27 PM kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    3/13/11 11:02:27 PM kernel calling mpopolicyinit for TMSafetyNet
    3/13/11 11:02:27 PM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    3/13/11 11:02:27 PM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    3/13/11 11:02:27 PM kernel The Regents of the University of California. All rights reserved.
    3/13/11 11:02:27 PM kernel MAC Framework successfully initialized
    3/13/11 11:02:27 PM kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    3/13/11 11:02:27 PM kernel IOAPIC: Version 0x20 Vectors 64:87
    3/13/11 11:02:27 PM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    3/13/11 11:02:27 PM kernel Sleep failure codAppleIntelCPe UPowerManagement: initialization complete
    3/13/11 11:02:27 PM kernel 0x00002000 0x14000000
    3/13/11 11:02:27 PM kernel mbinit: done (64 MB memory set for mbuf pool)
    3/13/11 11:02:27 PM kernel rooting via boot-uuid from /chosen: B2D6BDBB-4CD1-3327-BEF8-6BADB8B110E0
    3/13/11 11:02:27 PM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    3/13/11 11:02:27 PM kernel com.apple.AppleFSCompressionTypeZlib kmod start
    3/13/11 11:02:27 PM kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    3/13/11 11:02:27 PM kernel AppleIntelCPUPowerManagementClient: ready
    3/13/11 11:02:27 PM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/FUJITSU MHW2120BH Media/IOGUIDPartitionScheme/Customer@2
    3/13/11 11:02:27 PM kernel BSD root: disk0s2, major 14, minor 2
    3/13/11 11:02:27 PM kernel jnl: unknown-dev: replay_journal: from: 15467520 to: 1031680 (joffset 0x7d01000)
    3/13/11 11:02:27 PM kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    3/13/11 11:02:27 PM kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 001cb3fffe815b4e; max speed s100.
    3/13/11 11:02:27 PM kernel [Bluetooth::CSRHIDTransition] transition complete.
    3/13/11 11:02:27 PM kernel jnl: unknown-dev: journal replay done.
    3/13/11 11:02:27 PM kernel CSRUSBBluetoothHCIController::setupHardware super returned 0
    3/13/11 11:02:27 PM kernel hfs: Removed 28 orphaned / unlinked files and 0 directories
    ~~~~~~~~~~~~~~~~~~STARTUP~~~~~~~~~~~~~~~~~~
    3/13/11 11:02:15 PM com.apple.launchd[1] * launchd[1] has started up. *
    3/13/11 11:02:27 PM DirectoryService[11] Improper shutdown detected
    3/13/11 11:02:29 PM kernel systemShutdown false
    3/13/11 11:02:30 PM blued[17] Apple Bluetooth daemon started
    3/13/11 11:02:43 PM mDNSResponder[18] mDNSResponder mDNSResponder-258.14 (Nov 18 2010 14:18:32) starting
    3/13/11 11:02:43 PM com.apple.SecurityServer[23] Session 0x5fbff962 created
    3/13/11 11:02:43 PM com.apple.SecurityServer[23] Entering service
    3/13/11 11:02:44 PM configd[14] network configuration changed.
    3/13/11 11:02:44 PM configd[14] setting hostname to "colin-mac.local"
    3/13/11 11:02:44 PM mDNSResponder[18] Adding registration domain colinsheridan.members.mac.com.
    3/13/11 11:02:45 PM blued[17] writeExtendedInquiryResponse returned 26
    3/13/11 11:02:45 PM blued[17] writeExtendedInquiryResponse returned 44
    3/13/11 11:02:46 PM kernel Previous Shutdown Cause: 3
    3/13/11 11:02:46 PM configd[14] network configuration changed.
    3/13/11 11:02:46 PM awacsd[26] Starting awacsd connectivity-32 $Rev: 907 $ (Nov 6 2010 15:06:27)
    3/13/11 11:02:46 PM awacsd[26] Connecting AWACS client: colinsheridan hello.connectivity.me.com
    3/13/11 11:02:47 PM kernel Atheros: mac 12.2 phy 8.1 radio 12.0
    3/13/11 11:02:47 PM kernel NVDANV50HAL loaded and registered.
    3/13/11 11:02:47 PM com.apple.kextd[10] Can't load /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns/Kensingt onMouseDriverX1.kext - no code for running kernel's architecture.
    3/13/11 11:02:47 PM com.apple.kextd[10] Failed to load /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns/Kensingt onMouseDriverX1.kext - (libkern/kext) requested architecture/executable not found.
    3/13/11 11:02:47 PM com.apple.kextd[10] Load com.kensington.mouseworks.iokit.KensingtonMouseDriverX1 failed; removing personalities.
    3/13/11 11:02:48 PM kernel Alesis Firewire CJ - 3.0.81.1080 - Jan 21 2008 16:04:46 - (c) Singing Electrons Inc. 2004-2007
    3/13/11 11:02:48 PM kernel DSMOS has arrived
    3/13/11 11:02:48 PM kernel AirPort_AthrFusion21: Ethernet address 00:1c:b3:b3:1b:8e
    3/13/11 11:02:48 PM kernel IO80211Controller::dataLinkLayerAttachComplete(): adding AppleEFINVRAM notification
    3/13/11 11:02:48 PM kernel RBIOKitController: started.
    3/13/11 11:02:48 PM kernel AirPort: Link Down on en1. Reason 1 (Unspecified).
    3/13/11 11:02:48 PM com.apple.kextd[10] Can't load /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns/VirtualM ouseX1.kext - no code for running kernel's architecture.
    3/13/11 11:02:48 PM com.apple.kextd[10] Failed to load /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns/VirtualM ouseX1.kext - (libkern/kext) requested architecture/executable not found.
    3/13/11 11:02:48 PM com.apple.kextd[10] Load com.kensington.mouseworks.driver.VirtualMouseX1 failed; removing personalities.
    3/13/11 11:02:48 PM kernel en1: 802.11d country code set to 'US'.
    3/13/11 11:02:48 PM kernel en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 149 153 157 161 165
    3/13/11 11:02:48 PM configd[14] network configuration changed.
    3/13/11 11:00:56 PM login[552] DEAD_PROCESS: 552 ttys000
    3/13/11 11:02:50 PM bootlog[55] BOOT_TIME: 1300082532 0
    3/13/11 11:02:50 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[44] Login Window Application Started
    3/13/11 11:02:50 PM fseventsd[48] event logs in /.fseventsd out of sync with volume. destroying old logs. (3095 38 3198)
    3/13/11 11:02:50 PM kernel AirPort: Link Up on en1
    3/13/11 11:02:50 PM fseventsd[48] log dir: /.fseventsd getting new uuid: EE8CCE38-A733-4A68-9F6C-99D1501E3EBE
    3/13/11 11:02:50 PM com.apple.usbmuxd[35] usbmuxd-211 built on Jan 13 2011 at 04:20:21 on Jan 13 2011 at 04:20:21, running 64 bit
    3/13/11 11:02:52 PM org.apache.httpd[31] httpd: Could not reliably determine the server's fully qualified domain name, using colin-mac.local for ServerName
    3/13/11 11:02:52 PM Parallels[89] Loading kernel extension prl_hypervisor.kext
    3/13/11 11:02:53 PM kernel AppleYukon2: Marvell Yukon Gigabit Adapter 88E8055 Singleport Copper SA
    3/13/11 11:02:53 PM kernel AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RXMAXLE 1024, TXMAXLE 768, STMAXLE 3328
    3/13/11 11:02:54 PM configd[14] network configuration changed.
    3/13/11 11:02:54 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 6 seconds
    3/13/11 11:02:55 PM kernel yukon: Ethernet address 00:1b:63:98:39:54
    3/13/11 11:02:56 PM com.parallels.desktop.launchdaemon[59] objc[72]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:02:56 PM com.parallels.desktop.launchdaemon[59] objc[72]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:02:56 PM com.parallels.desktop.launchdaemon[59] objc[72]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:02:56 PM com.parallels.desktop.launchdaemon[59] objc[72]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:02:58 PM kernel utunctlconnect: creating interface utun0
    3/13/11 11:03:00 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    3/13/11 11:03:02 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 8 seconds
    3/13/11 11:03:02 PM Parallels[103] Loading kernel extension prlhidhook.kext
    3/13/11 11:03:02 PM Parallels[109] Loading kernel extension prlusbconnect.kext
    3/13/11 11:03:02 PM Parallels[114] Trying to load kernel extensions, exit status: 0
    3/13/11 11:03:02 PM Parallels[117] Starting Parallels networking...
    3/13/11 11:03:02 PM Parallels[120] Loading kernel extension prl_netbridge.kext
    3/13/11 11:03:03 PM kernel /drv/ HypApic.c:234 Host APIC phy 0xFEE00000 lin 0x559a2000 ver 0x14
    3/13/11 11:03:03 PM kernel /drv/ HypRealCpu.c:189 hypRealCpusInfoInit: STATUS_SUCCESS
    3/13/11 11:03:03 PM kernel /drv/ HypLowCache.c:158 Low cache initialized (3904 kB for 8 VMs on 4096 MB)
    3/13/11 11:03:03 PM kernel /drv/ HypModule.c:178 Parallels IPI irq = 0 ipi = 0(0x0)
    3/13/11 11:03:03 PM kernel /drv/ HypModule.c:181 Parallels Hypervisor 4.0.3848.450204 loaded.
    3/13/11 11:03:03 PM kernel /prl_hid/ Parallels HID Helper started.
    3/13/11 11:03:04 PM Parallels[125] Loading kernel extension prl_vnic.kext
    3/13/11 11:03:04 PM kernel com.parallels.kext.prlnet 4.0.3848.450204 has started.
    3/13/11 11:03:05 PM kernel com.parallels.kext.vnic 4.0.3848.450204 has started.
    3/13/11 11:03:05 PM kernel comparallels_kext_prl_vnic_device0: Ethernet address 00:1c:42:00:00:08
    3/13/11 11:03:05 PM kernel comparallels_kext_prl_vnic_device1: Ethernet address 00:1c:42:00:00:09
    3/13/11 11:03:06 PM com.apple.launchd[1] (com.parallels.vm.prl_naptd) Unknown key for boolean: SuccessfulExit
    3/13/11 11:03:06 PM prl_naptd[138] Starting Parallels Network Daemon
    3/13/11 11:03:06 PM prl_naptd[138] en4: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    3/13/11 11:03:06 PM prl_naptd[138] en5: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    3/13/11 11:03:06 PM configd[14] network configuration changed.
    3/13/11 11:03:06 PM configd[14] network configuration changed.
    3/13/11 11:03:07 PM com.parallels.desktop.launchdaemon[59] Configuring en4...
    3/13/11 11:03:07 PM com.parallels.desktop.launchdaemon[59] No System Preferences changes required.
    3/13/11 11:03:07 PM com.parallels.desktop.launchdaemon[59] Configuring en5...
    3/13/11 11:03:07 PM com.parallels.desktop.launchdaemon[59] No System Preferences changes required.
    3/13/11 11:03:07 PM Parallels[139] Parallels networking sucessfully started
    3/13/11 11:03:08 PM Parallels[142] Restarting CiscoVPN
    3/13/11 11:03:08 PM SystemStarter[144] Unknown service: CiscoVPN
    3/13/11 11:03:08 PM Parallels[147] Starting Parallels Dispatcher Service
    3/13/11 11:03:08 PM Parallels[151] Parallels Dispatcher Server sucessfully started
    3/13/11 11:03:09 PM kernel utunctlconnect: creating interface utun0
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: timed out waiting for IOKit to quiesce
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: Busy services :
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1 [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0 [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0/AppleACPIPCI [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/PCIB@1E [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge /FRWR@3 [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge /FRWR@3/AppleFWOHCI [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge /FRWR@3/AppleFWOHCI/IOFireWireController [1]
    3/13/11 11:03:28 PM configd[14] InterfaceNamer: MacBookPro3,1/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge /FRWR@3/AppleFWOHCI/IOFireWireController/IOFireWireLocalNode [2]
    3/13/11 11:03:55 PM WindowServer[88] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    3/13/11 11:03:55 PM com.apple.WindowServer[88] Sun Mar 13 23:03:55 colin-mac.local WindowServer[88] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    3/13/11 11:03:59 PM com.apple.SecurityServer[23] Session 0x22e923 created
    3/13/11 11:03:59 PM com.apple.SecurityServer[23] Session 0x22e923 attributes 0x30
    3/13/11 11:04:03 PM loginwindow[44] Login Window Started Security Agent
    3/13/11 11:04:06 PM SecurityAgent[177] Showing Login Window
    3/13/11 11:07:56 PM /usr/libexec/hidd[47] Timeout waiting for IOKit to be quiet
    3/13/11 11:11:56 PM WindowServer[88] Timeout waiting for IOKit to be quiet
    3/13/11 11:12:01 PM SecurityAgent[177] User info context values set for colinsheridan
    3/13/11 11:12:02 PM authorizationhost[175] Failed to authenticate user <colinsheridan> (tDirStatus: -14090).
    3/13/11 11:12:04 PM SecurityAgent[177] User info context values set for colinsheridan
    3/13/11 11:12:05 PM SecurityAgent[177] Login Window Showing Progress
    3/13/11 11:12:05 PM SecurityAgent[177] Login Window done
    3/13/11 11:12:05 PM loginwindow[44] Login Window - Returned from Security Agent
    3/13/11 11:12:05 PM loginwindow[44] USER_PROCESS: 44 console
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] ALF error: cannot find useragent 1102
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    3/13/11 11:12:05 PM com.apple.launchd[1] (com.wacom.wacomtablet[169]) Exited with exit code: 255
    3/13/11 11:12:05 PM com.apple.launchd.peruser.502[186] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:17 PM com.apple.launchd.peruser.502[186] (com.apple.Kerberos.renew.plist[209]) Exited with exit code: 1
    3/13/11 11:12:32 PM com.apple.usbmuxd[35] HandleUSBMuxDictionary client 0x10180f4b0-iTunesHelper/com.apple.iTunesHelper using library usbmuxd-211 built on Jan 13 2011 at 04:19:31, running usbmuxd-211 built on Jan 13 2011 at 04:20:21
    3/13/11 11:12:33 PM apsd-ft[239] APS daemon launched
    3/13/11 11:12:36 PM apsd-ft[239] Successfully got client identity
    3/13/11 11:12:48 PM hdiejectd[259] running
    3/13/11 11:12:49 PM kernel jnl: disk1s2: replay_journal: from: 2746880 to: 3505664 (joffset 0x23000)
    3/13/11 11:12:49 PM SystemStarter[36] IOKitWaitQuiet: -536870186
    3/13/11 11:12:50 PM apsd-ft[239] <APSCourier: 0x10011de50>: Received connected response OK
    3/13/11 11:12:54 PM fseventsd[48] event logs in /Volumes/colinsheridan/.fseventsd out of sync with volume. destroying old logs. (3164 6 3873)
    3/13/11 11:12:54 PM fseventsd[48] log dir: /Volumes/colinsheridan/.fseventsd getting new uuid: 2C198081-1D10-4AAA-A186-3AF62CBF27E0
    3/13/11 11:12:55 PM kernel jnl: disk1s2: journal replay done.
    3/13/11 11:12:56 PM com.apple.SystemStarter[36] PACESupport - launchd already started us
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting Qmaster services
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting HP IO Monitor
    3/13/11 11:12:58 PM iScrobbler[235] Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    3/13/11 11:12:58 PM com.apple.SystemStarter[36] Starting HP Trap Monitor
    3/13/11 11:12:59 PM com.apple.SystemStarter[36] /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    3/13/11 11:00:56 PM login[552] DEAD_PROCESS: 552 ttys000
    3/13/11 11:02:50 PM bootlog[55] BOOT_TIME: 1300082532 0
    3/13/11 11:12:05 PM loginwindow[44] USER_PROCESS: 44 console
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] ALF error: cannot find useragent 1102
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    3/13/11 11:12:05 PM com.apple.launchd[1] (com.wacom.wacomtablet[169]) Exited with exit code: 255
    3/13/11 11:12:05 PM com.apple.launchd.peruser.502[186] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:17 PM com.apple.launchd.peruser.502[186] (com.apple.Kerberos.renew.plist[209]) Exited with exit code: 1
    3/13/11 11:12:32 PM com.apple.usbmuxd[35] HandleUSBMuxDictionary client 0x10180f4b0-iTunesHelper/com.apple.iTunesHelper using library usbmuxd-211 built on Jan 13 2011 at 04:19:31, running usbmuxd-211 built on Jan 13 2011 at 04:20:21
    3/13/11 11:12:33 PM apsd-ft[239] APS daemon launched
    3/13/11 11:12:36 PM apsd-ft[239] Successfully got client identity
    3/13/11 11:12:48 PM hdiejectd[259] running
    3/13/11 11:12:49 PM kernel jnl: disk1s2: replay_journal: from: 2746880 to: 3505664 (joffset 0x23000)
    3/13/11 11:12:49 PM SystemStarter[36] IOKitWaitQuiet: -536870186
    3/13/11 11:12:50 PM apsd-ft[239] <APSCourier: 0x10011de50>: Received connected response OK
    3/13/11 11:12:54 PM fseventsd[48] event logs in /Volumes/colinsheridan/.fseventsd out of sync with volume. destroying old logs. (3164 6 3873)
    3/13/11 11:12:54 PM fseventsd[48] log dir: /Volumes/colinsheridan/.fseventsd getting new uuid: 2C198081-1D10-4AAA-A186-3AF62CBF27E0
    3/13/11 11:12:55 PM kernel jnl: disk1s2: journal replay done.
    3/13/11 11:12:56 PM com.apple.SystemStarter[36] PACESupport - launchd already started us
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting Qmaster services
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting HP IO Monitor
    3/13/11 11:12:58 PM iScrobbler[235] Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    3/13/11 11:12:58 PM com.apple.SystemStarter[36] Starting HP Trap Monitor
    3/13/11 11:12:59 PM com.apple.SystemStarter[36] /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    3/13/11 11:00:56 PM login[552] DEAD_PROCESS: 552 ttys000
    3/13/11 11:02:50 PM bootlog[55] BOOT_TIME: 1300082532 0
    3/13/11 11:12:05 PM loginwindow[44] USER_PROCESS: 44 console
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] ALF error: cannot find useragent 1102
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    3/13/11 11:12:05 PM com.apple.launchd[1] (com.wacom.wacomtablet[169]) Exited with exit code: 255
    3/13/11 11:12:05 PM com.apple.launchd.peruser.502[186] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:17 PM com.apple.launchd.peruser.502[186] (com.apple.Kerberos.renew.plist[209]) Exited with exit code: 1
    3/13/11 11:12:32 PM com.apple.usbmuxd[35] HandleUSBMuxDictionary client 0x10180f4b0-iTunesHelper/com.apple.iTunesHelper using library usbmuxd-211 built on Jan 13 2011 at 04:19:31, running usbmuxd-211 built on Jan 13 2011 at 04:20:21
    3/13/11 11:12:33 PM apsd-ft[239] APS daemon launched
    3/13/11 11:12:36 PM apsd-ft[239] Successfully got client identity
    3/13/11 11:12:48 PM hdiejectd[259] running
    3/13/11 11:12:49 PM kernel jnl: disk1s2: replay_journal: from: 2746880 to: 3505664 (joffset 0x23000)
    3/13/11 11:12:49 PM SystemStarter[36] IOKitWaitQuiet: -536870186
    3/13/11 11:12:50 PM apsd-ft[239] <APSCourier: 0x10011de50>: Received connected response OK
    3/13/11 11:12:54 PM fseventsd[48] event logs in /Volumes/colinsheridan/.fseventsd out of sync with volume. destroying old logs. (3164 6 3873)
    3/13/11 11:12:54 PM fseventsd[48] log dir: /Volumes/colinsheridan/.fseventsd getting new uuid: 2C198081-1D10-4AAA-A186-3AF62CBF27E0
    3/13/11 11:12:55 PM kernel jnl: disk1s2: journal replay done.
    3/13/11 11:12:56 PM com.apple.SystemStarter[36] PACESupport - launchd already started us
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting Qmaster services
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting HP IO Monitor
    3/13/11 11:12:58 PM iScrobbler[235] Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    3/13/11 11:12:58 PM com.apple.SystemStarter[36] Starting HP Trap Monitor
    3/13/11 11:12:59 PM com.apple.SystemStarter[36] /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    3/13/11 11:00:56 PM login[552] DEAD_PROCESS: 552 ttys000
    3/13/11 11:02:50 PM bootlog[55] BOOT_TIME: 1300082532 0
    3/13/11 11:12:05 PM loginwindow[44] USER_PROCESS: 44 console
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] ALF error: cannot find useragent 1102
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    3/13/11 11:12:05 PM com.apple.launchd[1] (com.wacom.wacomtablet[169]) Exited with exit code: 255
    3/13/11 11:12:05 PM com.apple.launchd.peruser.502[186] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:17 PM com.apple.launchd.peruser.502[186] (com.apple.Kerberos.renew.plist[209]) Exited with exit code: 1
    3/13/11 11:12:32 PM com.apple.usbmuxd[35] HandleUSBMuxDictionary client 0x10180f4b0-iTunesHelper/com.apple.iTunesHelper using library usbmuxd-211 built on Jan 13 2011 at 04:19:31, running usbmuxd-211 built on Jan 13 2011 at 04:20:21
    3/13/11 11:12:33 PM apsd-ft[239] APS daemon launched
    3/13/11 11:12:36 PM apsd-ft[239] Successfully got client identity
    3/13/11 11:12:48 PM hdiejectd[259] running
    3/13/11 11:12:49 PM kernel jnl: disk1s2: replay_journal: from: 2746880 to: 3505664 (joffset 0x23000)
    3/13/11 11:12:49 PM SystemStarter[36] IOKitWaitQuiet: -536870186
    3/13/11 11:12:50 PM apsd-ft[239] <APSCourier: 0x10011de50>: Received connected response OK
    3/13/11 11:12:54 PM fseventsd[48] event logs in /Volumes/colinsheridan/.fseventsd out of sync with volume. destroying old logs. (3164 6 3873)
    3/13/11 11:12:54 PM fseventsd[48] log dir: /Volumes/colinsheridan/.fseventsd getting new uuid: 2C198081-1D10-4AAA-A186-3AF62CBF27E0
    3/13/11 11:12:55 PM kernel jnl: disk1s2: journal replay done.
    3/13/11 11:12:56 PM com.apple.SystemStarter[36] PACESupport - launchd already started us
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting Qmaster services
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting HP IO Monitor
    3/13/11 11:12:58 PM iScrobbler[235] Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    3/13/11 11:12:58 PM com.apple.SystemStarter[36] Starting HP Trap Monitor
    3/13/11 11:12:59 PM com.apple.SystemStarter[36] /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    3/13/11 11:00:56 PM login[552] DEAD_PROCESS: 552 ttys000
    3/13/11 11:02:50 PM bootlog[55] BOOT_TIME: 1300082532 0
    3/13/11 11:12:05 PM loginwindow[44] USER_PROCESS: 44 console
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] ALF error: cannot find useragent 1102
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    3/13/11 11:12:05 PM com.apple.launchd[1] (com.wacom.wacomtablet[169]) Exited with exit code: 255
    3/13/11 11:12:05 PM com.apple.launchd.peruser.502[186] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:17 PM com.apple.launchd.peruser.502[186] (com.apple.Kerberos.renew.plist[209]) Exited with exit code: 1
    3/13/11 11:12:32 PM com.apple.usbmuxd[35] HandleUSBMuxDictionary client 0x10180f4b0-iTunesHelper/com.apple.iTunesHelper using library usbmuxd-211 built on Jan 13 2011 at 04:19:31, running usbmuxd-211 built on Jan 13 2011 at 04:20:21
    3/13/11 11:12:33 PM apsd-ft[239] APS daemon launched
    3/13/11 11:12:36 PM apsd-ft[239] Successfully got client identity
    3/13/11 11:12:48 PM hdiejectd[259] running
    3/13/11 11:12:49 PM kernel jnl: disk1s2: replay_journal: from: 2746880 to: 3505664 (joffset 0x23000)
    3/13/11 11:12:49 PM SystemStarter[36] IOKitWaitQuiet: -536870186
    3/13/11 11:12:50 PM apsd-ft[239] <APSCourier: 0x10011de50>: Received connected response OK
    3/13/11 11:12:54 PM fseventsd[48] event logs in /Volumes/colinsheridan/.fseventsd out of sync with volume. destroying old logs. (3164 6 3873)
    3/13/11 11:12:54 PM fseventsd[48] log dir: /Volumes/colinsheridan/.fseventsd getting new uuid: 2C198081-1D10-4AAA-A186-3AF62CBF27E0
    3/13/11 11:12:55 PM kernel jnl: disk1s2: journal replay done.
    3/13/11 11:12:56 PM com.apple.SystemStarter[36] PACESupport - launchd already started us
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting Qmaster services
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting HP IO Monitor
    3/13/11 11:12:58 PM iScrobbler[235] Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    3/13/11 11:12:58 PM com.apple.SystemStarter[36] Starting HP Trap Monitor
    3/13/11 11:12:59 PM com.apple.SystemStarter[36] /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    3/13/11 11:13:22 PM VersionCueCS2Daemon[313] warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    3/13/11 11:13:22 PM VersionCueCS2Daemon[313] VCEnvironmentSetCWD() failed to set CWD to '/Applications/Adobe Version Cue CS2' <2>
    3/13/11 11:13:22 PM com.apple.launchd[1] (0x10041e2a0.mach_init.VersionCueCS2Daemon[313]) Exited with exit code: 1
    3/13/11 11:00:56 PM login[552] DEAD_PROCESS: 552 ttys000
    3/13/11 11:02:50 PM bootlog[55] BOOT_TIME: 1300082532 0
    3/13/11 11:12:05 PM loginwindow[44] USER_PROCESS: 44 console
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] ALF error: cannot find useragent 1102
    3/13/11 11:12:05 PM com.apple.UserEventAgent-LoginWindow[165] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    3/13/11 11:12:05 PM com.apple.launchd[1] (com.wacom.wacomtablet[169]) Exited with exit code: 255
    3/13/11 11:12:05 PM com.apple.launchd.peruser.502[186] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QMacSoundDelegate is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSMenu is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSStatusItem is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:16 PM com.parallels.desktop.client.launch[213] objc[213]: Class QNSImageView is implemented in both /Library/Parallels/Parallels Service.app/Contents/MacOS/libQtGui.4.dylib and /usr/local/lib/libprl_sdk.dylib. One of the two will be used. Which one is undefined.
    3/13/11 11:12:17 PM com.apple.launchd.peruser.502[186] (com.apple.Kerberos.renew.plist[209]) Exited with exit code: 1
    3/13/11 11:12:32 PM com.apple.usbmuxd[35] HandleUSBMuxDictionary client 0x10180f4b0-iTunesHelper/com.apple.iTunesHelper using library usbmuxd-211 built on Jan 13 2011 at 04:19:31, running usbmuxd-211 built on Jan 13 2011 at 04:20:21
    3/13/11 11:12:33 PM apsd-ft[239] APS daemon launched
    3/13/11 11:12:36 PM apsd-ft[239] Successfully got client identity
    3/13/11 11:12:48 PM hdiejectd[259] running
    3/13/11 11:12:49 PM kernel jnl: disk1s2: replay_journal: from: 2746880 to: 3505664 (joffset 0x23000)
    3/13/11 11:12:49 PM SystemStarter[36] IOKitWaitQuiet: -536870186
    3/13/11 11:12:50 PM apsd-ft[239] <APSCourier: 0x10011de50>: Received connected response OK
    3/13/11 11:12:54 PM fseventsd[48] event logs in /Volumes/colinsheridan/.fseventsd out of sync with volume. destroying old logs. (3164 6 3873)
    3/13/11 11:12:54 PM fseventsd[48] log dir: /Volumes/colinsheridan/.fseventsd getting new uuid: 2C198081-1D10-4AAA-A186-3AF62CBF27E0
    3/13/11 11:12:55 PM kernel jnl: disk1s2: journal replay done.
    3/13/11 11:12:56 PM com.apple.SystemStarter[36] PACESupport - launchd already started us
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting Qmaster services
    3/13/11 11:12:57 PM com.apple.SystemStarter[36] Starting HP IO Monitor
    3/13/11 11:12:58 PM iScrobbler[235] Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"
    3/13/11 11:12:58 PM com.apple.SystemStarter[36] Starting HP Trap Monitor
    3/13/11 11:12:59 PM com.apple.SystemStarter[36] /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    3/13/11 11:13:22 PM VersionCueCS2Daemon[313] warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    3/13/11 11:13:22 PM VersionCueCS2Daemon[313] VCEnvironmentSetCWD() failed to set CWD to '/Applications/Adobe Version Cue CS2' <2>
    3/13/11 11:13:22 PM com.apple.launchd[1] (0x10041e2a0.mach_init.VersionCueCS2Daemon[313]) Exited with exit code: 1
    3/13/11 11:13:29 PM osascript[320] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
    /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    3/13/11 11:00:56 PM login[552] DEAD_PROCESS: 552 ttys000
    3/13/11 11:02:50 PM bootlog[55] BOOT_TIME: 1300082532 0
    3/13/11 11:12:05 PM loginwindow[44] USER_PROCESS: 44 console

  • 10.8.5 crashes hard, fast, and often

    Last week when all the updates dropped, I was thrilled. XCode 5? That's nice. iTunes? Sounds good. iOS 7? Yes, please. 10.8.5? Absolutely.
    Absolutely not, it turns out.
    A day or two after that update got settled in, the crashing started. It would crash within minutes of logging in—the laptop I could leave running for a week at a time under 10.8.4 was suddenly doing very well if it could manage ten minutes at a time without a complete hard freeze or spontaneous shutdown. It could crash as me. It could crash as root. It could crash before login. It could crash a safe boot. I will not run this, Steve I Am. I do not like th......wait, where was I? Oh, yeah...
    At the same time, Time Machine decided that the backup set I had needed to be redone, so I didn't have a backup to retreat to. And the Time Capsule itself which I was using as a wireless hub (but not a backup drive, since the disk was going bad) finally decided to report that its disk was going bad. It was also showing intermittent connection to the internet too (according to my phone), so it was pretty much begging to be replaced. I seriously thought that might help.
    I tried reinstalling the whole OS from the Recovery partition. A few times. No go.
    (And by the way, if ever I find the gentleman who had the idea for the self-deleting installer, I will step up to him, reach out, and shake his throat. I'm downloading this crap over DSL.)
    I made an emergency thumbdrive which I could use to start the computer, and while it was pig-slow, it was at least stable. And I could use Disk Utility to create a DMG of the hard drive before I erased it completely and reinstalled the OS from scratch. And I did. That time, the computer booted just fine. The Migration Assistant took some time lining up everything that had to be moved over, but it finally started doing its thing.
    This morning, it had finished. I rebooted. It hung a few times, including at reboot. The exact same problem came back, right along with my old profile.
    I'm at my wit's end here. I can't afford to replace the computer. I have too much to lose not only in the old profile but all the software I had installed. What else can I try, or how can I debug this myself? I'm not afraid of a little terminal action, and in fact, on those occasions when I can get up as far as the login screen, the >console seems relatively stable.

    All right. Having done some digging on the affected machine (booted from the "emergency key"), I can't find anything like a kernel crash log. I'm looking in /var/log; should I be digging elsewhere?
    It's not specifically what you asked for, but below are four snippets from /var/log/system.log; Each one ends with a BOOT_TIME notice, indicating where I finally turned it back on. And yes, sometimes the up-time is less than two minutes.
    I did notice something between a few of them: It looks like something's trying to order a kernel rebuild. And it's doing a very bad job of it.
    ******** CHUNK #1
    Sep 25 08:18:20 territanx.local com.apple.SecurityServer[22]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [50] for authorization created by '/System/Library/CoreServices/loginwindow.app' [50] (100002,0)
    Sep 25 08:18:20 territanx.local WindowServer[111]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Sep 25 08:18:20 territanx.local warmd[34]: [__bootcachectl_set_preheated_user_block_invoke_0:690] Unable to unlink preated user symlink /var/db/BootCaches/PreheatedUser: 1 Operation not permitted
    Sep 25 08:18:20 territanx.local warmd[34]: [__bootcachectl_set_preheated_user_block_invoke_0:701] Unable to create preated user symlink /var/db/BootCaches/PreheatedUser to D3615D22-58FB-11D8-9876-000393070F3E: 17 File exists
    Sep 25 08:18:21 territanx.local coreservicesd[75]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=113
    Sep 25 08:18:21 territanx.local coreservicesd[75]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=114
    Sep 25 08:18:22 territanx.local WindowServer[111]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 4, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:18:22 territanx.local coreaudiod[289]: Enabled automatic stack shots because audio IO is inactive
    Sep 25 08:18:23 territanx com.apple.launchd[1] (org.apache.httpd[293]): Exited with code: 1
    Sep 25 08:18:23 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:18:23 territanx.local talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    Sep 25 08:18:23 territanx.local talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    Sep 25 08:18:24 territanx com.apple.launchd.peruser.501[270] (com.apple.afpstat-qfa[311]): Exited with code: 2
    Sep 25 08:18:24 territanx kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=313[GoogleSoftwareUp] clearing CS_VALID
    Sep 25 08:18:28 territanx com.apple.launchd.peruser.501[270] (com.apple.mrt.uiagent[301]): Exited with code: 255
    Sep 25 08:18:28 territanx.local com.apple.SecurityServer[22]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [273] for authorization created by '/usr/libexec/UserEventAgent' [273] (100000,0)
    Sep 25 08:18:28 territanx.local WindowServer[111]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    Sep 25 08:18:28 territanx.local WindowServer[111]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.05 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep 25 08:18:29 territanx.local com.apple.SecurityServer[22]: Session 100009 created
    Sep 25 08:18:29 territanx.local com.apple.SecurityServer[22]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [273] for authorization created by '/usr/libexec/UserEventAgent' [273] (100000,0)
    Sep 25 08:18:29 territanx.local UserEventAgent[273]: cannot find fw daemon port 1102
    Sep 25 08:18:30 territanx.local NetworkBrowserAgent[332]: Starting NetworkBrowserAgent
    Sep 25 08:18:31 territanx.local UserEventAgent[273]: com.apple.TMLaunchAgent enabled
    Sep 25 08:18:32 territanx com.apple.launchd.peruser.501[270] (com.adobe.CS4ServiceManager[314]): Exited with code: 97
    Sep 25 08:18:33 territanx.local tccd[294]: Refusing TCCAccessRequest from client without path (pid 277)
    Sep 25 08:18:33 territanx com.apple.launchd[1] (org.apache.httpd[336]): Exited with code: 1
    Sep 25 08:18:33 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:18:37 territanx.local FontExplorerXAutoload[342]: FontExplorerXAutoload.app is loading...
    Sep 25 08:18:37 territanx.local mds[46]: (/)(Warning) IndexQuery in bool preIterate_FSI(SISearchCtx_FSI *):Throttling inefficient file system query
    Sep 25 08:18:37 territanx kernel[0]: Sandbox: sandboxd(337) deny mach-lookup com.apple.coresymbolicationd
    Sep 25 08:18:40 territanx com.apple.launchd.peruser.501[270] ([0x0-0x19019].com.apple.AirPortBaseStationAgent[347]): Exited with code: 1
    Sep 25 08:18:41 territanx.local coreservicesd[75]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=126
    Sep 25 08:18:43 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Sep 25 08:18:43 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    Sep 25 08:18:44 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    Sep 25 08:18:44 territanx com.apple.launchd[1] (org.apache.httpd[357]): Exited with code: 1
    Sep 25 08:18:44 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:18:45 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
                        <KSTicket:0x5d4cbb0
                                  productID=com.google.Keystone
                                  version=1.1.0.3659
                                  xc=<KSPathExistenceChecker:0x5d4a580 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2011-03-18 02:19:56
                        >
              Using server: <KSOmahaServer:0x692a830
                        engine=<KSDaemonUpdateEngine:0x6928c40>
                        params={
                                  EngineVersion = "1.1.0.3659";
                                  ActivesInfo = {
                                            "com.google.picasa" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                                      LastActiveDate = 2012-03-25 12:36:56 +0000;
                                                      LastActivePingDate = 2012-03-26 07:00:00 +0000;
                                            "com.google.Chrome" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                                      LastActiveDate = 2013-09-09 20:20:55 +0000;
                                                      LastActivePingDate = 2013-09-10 07:00:00 +0000;
                                            "com.google.GoogleDrive" = {
                                                      LastActivePingDate = 2013-08-15 07:00:01 +0000;
                                                      LastActiveDate = 2013-08-14 18:09:14 +0000;
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                            "com.google.Keystone" = {
                                                      LastActiveDate = 2013-09-25 12:18:40 +0000;
                                                      LastActivePingDate = 2013-09-22 07:00:02 +0000;
                                                      LastRollCallPingDate = 2013-09-22 07:00:02 +0000;
                                            "com.Google.GoogleEarthPlugin.intel" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                            "com.Google.GoogleEarthPlus" = {
                                                      LastRollCallPingDate = 2011-07-23 07:00:00 +0000;
                                            "com.google.talkplugin" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                                      LastActiveDate = 2013-09-15 19:05:47 +0000;
                                                      LastActivePingDate = 2013-09-16 07:00:00 +0000;
                                            "com.Google.GoogleEarthPlus.intel" = {
                                                      LastRollCallPingDate = 2013-09-22 07:00:01 +0000;
                                  UserInitiated = 0;
                                  IsSystem = 1;
                                  OmahaOSVersion = "10.8.5_i486";
                                  Identity = KeystoneDaemon;
                                  AllowedSubdomains = (
                                            ".omaha.sandbox.google.com",
                                            ".tools.google.com",
                                            ".www.google.com",
                                            ".corp.google.com"
              >
    Sep 25 08:18:45 territanx.local GoogleSoftwareUpdateDaemon[350]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x5d55400
                        server=<KSOmahaServer:0x692a830>
                        url="https://tools.google.com/service/update2"
                        runningFetchers=0
                        tickets=1
                        activeTickets=1
                        rollCallTickets=1
                        body=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                                      <o:os platform="mac" version="MacOSX" sp="10.8.5_i486"></o:os>
                                      <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="922" brand="GGLG">
                                          <o:ping r="3" a="3"></o:ping>
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                  </o:gupdate>
              >
    Sep 25 08:18:46 territanx.local apsd[322]: <APSCourier: 0x7fae89486510>: Received connected response: invalid for user 501
    Sep 25 08:18:47 territanx.local launchctl[369]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:21:46 localhost bootlog[0]: BOOT_TIME 1380111706 0
    ******** CHUNK #2
    Sep 25 08:22:24 territanx.local configd[21]: network changed: v4(en0+:192.168.1.76) DNS+ Proxy+ SMB+
    Sep 25 08:22:24 territanx.local ntpd[116]: proto: precision = 1.000 usec
    Sep 25 08:22:24 territanx.local launchctl[233]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:22:24 territanx.local WindowServer[109]: Created shield window 0x7 for display 0x04271a40
    Sep 25 08:22:24 territanx.local WindowServer[109]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:22:24 territanx.local launchctl[234]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:22:24 territanx.local launchctl[234]: com.apple.findmymacmessenger: Already loaded
    Sep 25 08:22:24 territanx.local WindowServer[109]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Sep 25 08:22:24 territanx.local com.apple.SecurityServer[20]: Session 100005 created
    Sep 25 08:22:25 territanx.local hidd[53]: CGSShutdownServerConnections: Detaching application from window server
    Sep 25 08:22:25 territanx.local hidd[53]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Sep 25 08:22:25 territanx.local loginwindow[49]: Login Window Started Security Agent
    Sep 25 08:22:25 territanx com.apple.launchd[1] (org.apache.httpd[242]): Exited with code: 1
    Sep 25 08:22:25 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:22:25 territanx.local WindowServer[109]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:22:25 territanx.local locationd[245]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:22:26 territanx.local locationd[245]: NOTICE,Location icon should now be in state 0
    Sep 25 08:22:26 territanx.local UserEventAgent[235]: cannot find useragent 1102
    Sep 25 08:22:26 territanx.local WindowServer[109]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:22:26 territanx.local blued[62]: link key found for device: 60-fb-42-ff-36-9f
    Sep 25 08:22:26 territanx.local blued[62]: Save link key for device: 60-fb-42-ff-36-9f
    Sep 25 08:22:26 territanx.local blued[62]: link key found for device: 70-cd-60-f8-8c-15
    Sep 25 08:22:26 territanx.local SecurityAgent[244]: This is the first run
    Sep 25 08:22:26 territanx.local SecurityAgent[244]: MacBuddy was run = 0
    Sep 25 08:22:27 territanx.local blued[62]: Save link key for device: 70-cd-60-f8-8c-15
    Sep 25 08:22:27 territanx.local launchctl[250]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:22:28 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:22:28 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:22:29 territanx.local timezoned[253]: bootstrap_look_up failed (44e)
    Sep 25 08:22:29 territanx.local locationd[254]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:22:29 territanx.local locationd[254]: NOTICE,Location icon should now be in state 0
    Sep 25 08:22:29 territanx com.apple.launchd.peruser.92[249]: Background: Bug: 12F37: launchd + 80370 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x0
    Sep 25 08:22:29 territanx com.apple.launchd.peruser.92[249]: Background: This API can only be used by a process running within an Aqua session.
    Sep 25 08:22:29 territanx.local SecurityAgent[244]: spawn_via_launchd() failed, errno=5 label=[0x0-0x6006].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    Sep 25 08:22:29 --- last message repeated 1 time ---
    Sep 25 08:22:29 territanx.local SecurityAgent[244]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)." UserInfo=0x7fd0abb69240 {NSURL=file://localhost/System/Library/Services/AppleSpell.service/, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)., NSUnderlyingError=0x7fd0abb62ab0 "The operation couldn’t be completed. (OSStatus error -10810.)"}
    Sep 25 08:22:29 territanx.local timezoned[253]: bootstrap_look_up failed (44e)
    Sep 25 08:22:35 territanx com.apple.launchd[1] (org.apache.httpd[255]): Exited with code: 1
    Sep 25 08:22:35 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:22:35 territanx.local awacsd[63]: Exiting
    Sep 25 08:22:38 territanx.local warmd[33]: [___bootcachectl_filter_out_sharedio_from_history_block_invoke_0:2321] Unable to open i386 shared cache: 2 No such file or directory
    Sep 25 08:22:45 territanx com.apple.launchd[1] (org.apache.httpd[258]): Exited with code: 1
    Sep 25 08:22:45 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:22:56 territanx com.apple.launchd[1] (org.apache.httpd[259]): Exited with code: 1
    Sep 25 08:22:56 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:23:08 territanx com.apple.launchd[1] (org.apache.httpd[260]): Exited with code: 1
    Sep 25 08:23:08 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:23:17 territanx com.apple.launchd[1] (org.apache.httpd[264]): Exited with code: 1
    Sep 25 08:23:17 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:23:26 territanx kernel[0]: considerRebuildOfPrelinkedKernel com.Cycling74.driver.Soundflower triggered rebuild
    Sep 25 08:23:28 territanx com.apple.launchd[1] (org.apache.httpd[266]): Exited with code: 1
    Sep 25 08:23:28 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:23:36 territanx.local com.apple.kextcache[265]: Can't read info dictionary for HotSync Classic Seize.kext: IOCFUnserialize: syntax error near line 1.
    Sep 25 08:23:38 territanx com.apple.launchd[1] (org.apache.httpd[269]): Exited with code: 1
    Sep 25 08:23:38 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:23:41 territanx.local com.apple.kextcache[265]: Can't read info dictionary for HotSync Classic Seize.kext: IOCFUnserialize: syntax error near line 1.
    Sep 25 08:23:41 territanx.local com.apple.kextcache[265]: Kernel file /mach_kernel does not contain requested arch: i386
    Sep 25 08:27:14 localhost bootlog[0]: BOOT_TIME 1380112034 0
    ******** CHUNK #3
    Sep 25 08:27:52 territanx.local launchctl[234]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:27:52 territanx.local WindowServer[108]: Created shield window 0x7 for display 0x04271a40
    Sep 25 08:27:52 territanx.local WindowServer[108]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:27:52 territanx.local launchctl[235]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:27:52 territanx.local launchctl[235]: com.apple.findmymacmessenger: Already loaded
    Sep 25 08:27:53 territanx.local com.apple.SecurityServer[20]: Session 100005 created
    Sep 25 08:27:53 territanx.local WindowServer[108]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Sep 25 08:27:53 territanx.local hidd[53]: CGSShutdownServerConnections: Detaching application from window server
    Sep 25 08:27:53 territanx.local hidd[53]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Sep 25 08:27:53 territanx.local loginwindow[49]: Login Window Started Security Agent
    Sep 25 08:27:54 territanx.local locationd[245]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:27:54 territanx.local locationd[245]: NOTICE,Location icon should now be in state 0
    Sep 25 08:27:54 territanx.local UserEventAgent[236]: cannot find useragent 1102
    Sep 25 08:27:54 territanx.local SecurityAgent[244]: This is the first run
    Sep 25 08:27:54 territanx.local SecurityAgent[244]: MacBuddy was run = 0
    Sep 25 08:27:54 territanx.local WindowServer[108]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:27:55 territanx.local launchctl[250]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 08:27:55 territanx.local blued[62]: link key found for device: 60-fb-42-ff-36-9f
    Sep 25 08:27:55 territanx.local blued[62]: Save link key for device: 60-fb-42-ff-36-9f
    Sep 25 08:27:55 territanx.local blued[62]: link key found for device: 70-cd-60-f8-8c-15
    Sep 25 08:27:55 territanx.local WindowServer[108]: Display 0x04271a40: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    Sep 25 08:27:55 territanx.local blued[62]: Save link key for device: 70-cd-60-f8-8c-15
    Sep 25 08:27:56 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:27:56 territanx.local SecurityAgent[244]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 08:27:57 territanx.local SecurityAgent[244]: spawn_via_launchd() failed, errno=5 label=[0x0-0x6006].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    Sep 25 08:27:57 --- last message repeated 1 time ---
    Sep 25 08:27:57 territanx com.apple.launchd.peruser.92[249]: Background: Bug: 12F37: launchd + 80370 [7DCC9489-2DF5-3807-83FA-EF5666EE8078]: 0x0
    Sep 25 08:27:57 territanx com.apple.launchd.peruser.92[249]: Background: This API can only be used by a process running within an Aqua session.
    Sep 25 08:27:57 territanx com.apple.launchd[1] (org.apache.httpd[253]): Exited with code: 1
    Sep 25 08:27:57 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:27:57 territanx.local SecurityAgent[244]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)." UserInfo=0x7fbc2bd15f00 {NSURL=file://localhost/System/Library/Services/AppleSpell.service/, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -10810)., NSUnderlyingError=0x7fbc2b84ed30 "The operation couldn’t be completed. (OSStatus error -10810.)"}
    Sep 25 08:27:58 territanx.local timezoned[254]: bootstrap_look_up failed (44e)
    Sep 25 08:27:58 territanx.local locationd[255]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Sep 25 08:27:58 territanx.local locationd[255]: NOTICE,Location icon should now be in state 0
    Sep 25 08:28:00 territanx.local timezoned[254]: bootstrap_look_up failed (44e)
    Sep 25 08:28:03 territanx.local awacsd[63]: Exiting
    Sep 25 08:28:06 territanx.local warmd[33]: [___bootcachectl_filter_out_sharedio_from_history_block_invoke_0:2321] Unable to open i386 shared cache: 2 No such file or directory
    Sep 25 08:28:07 territanx com.apple.launchd[1] (org.apache.httpd[256]): Exited with code: 1
    Sep 25 08:28:07 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:28:17 territanx com.apple.launchd[1] (org.apache.httpd[257]): Exited with code: 1
    Sep 25 08:28:17 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:28:29 territanx com.apple.launchd[1] (org.apache.httpd[258]): Exited with code: 1
    Sep 25 08:28:29 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:28:39 territanx com.apple.launchd[1] (org.apache.httpd[259]): Exited with code: 1
    Sep 25 08:28:39 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 08:28:50 territanx com.apple.launchd[1] (org.apache.httpd[263]): Exited with code: 1
    Sep 25 08:28:50 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 08:28:54 territanx kernel[0]: considerRebuildOfPrelinkedKernel com.Cycling74.driver.Soundflower triggered rebuild
    Sep 25 08:28:59 territanx.local com.apple.kextcache[264]: Can't read info dictionary for HotSync Classic Seize.kext: IOCFUnserialize: syntax error near line 1.
    Sep 25 08:28:59 territanx com.apple.launchd[1] (org.apache.httpd[265]): Exited with code: 1
    Sep 25 08:28:59 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:05:44 localhost bootlog[0]: BOOT_TIME 1380114344 0
    ******** CHUNK #4
    Sep 25 09:06:44 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:06:56 territanx com.apple.launchd[1] (org.apache.httpd[301]): Exited with code: 1
    Sep 25 09:06:56 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 9 seconds
    Sep 25 09:06:59 territanx.local loginwindow[49]: keychain password was not changed, status = -128
    Sep 25 09:06:59 territanx.local launchctl[303]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 09:06:59 territanx.local launchctl[304]: launchctl: Couldn't stat("/Library/LaunchAgents/com.oracle.java.Java-Updater.plist"): No such file or directory
    Sep 25 09:06:59 territanx com.apple.launchd.peruser.0[302] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Sep 25 09:06:59 territanx.local loginwindow[49]: Connection with distnoted server was invalidated
    Sep 25 09:06:59 territanx.local distnoted[306]: # distnote server agent  absolute time: 76.386848145   civil time: Wed Sep 25 09:06:59 2013   pid: 306 uid: 0  root: no
    Sep 25 09:06:59 territanx.local com.apple.SecurityServer[20]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [49] for authorization created by '/System/Library/CoreServices/loginwindow.app' [49] (100002,0)
    Sep 25 09:07:01 territanx.local com.apple.SecurityServer[20]: Succeeded authorizing right 'system.services.systemconfiguration.network' by client '/usr/libexec/UserEventAgent' [305] for authorization created by '/usr/libexec/UserEventAgent' [305] (100000,0)
    Sep 25 09:07:01 --- last message repeated 1 time ---
    Sep 25 09:07:01 territanx.local UserEventAgent[305]: cannot find fw daemon port 1102
    Sep 25 09:07:01 territanx.local UserEventAgent[305]: Bug: 12F37: com.apple.fsevents.matching + 6205 [38FEE02D-7FED-3C9C-85F3-A3572CC5F19D]: 0x0
    Sep 25 09:07:01 territanx.local UserEventAgent[305]: Ignoring path: ~/Library/Services/
    Sep 25 09:07:03 territanx.local talagent[314]: SecKeychainItemCreateFromContent(kSecGenericPasswordItemClass, &attributeList, sizeof encodedKey, encodedKey, defaultKeychain, accessRef, &sKeychainBitmapPasswordItemRef) produced OSStatus -25293 on line 763 in server.m
    Sep 25 09:07:03 territanx com.apple.launchd.peruser.0[302] (com.apple.afpstat-qfa[335]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    Sep 25 09:07:03 territanx com.apple.launchd.peruser.0[302] (com.apple.afpstat-qfa[335]): Job failed to exec(3) for weird reason: 2
    Sep 25 09:07:03 territanx.local coreaudiod[318]: Enabled automatic stack shots because audio IO is inactive
    Sep 25 09:07:04 territanx kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=337[GoogleSoftwareUp] clearing CS_VALID
    Sep 25 09:07:04 territanx com.apple.launchd.peruser.0[302] (com.apple.mrt.uiagent[325]): Exited with code: 255
    Sep 25 09:07:05 territanx com.apple.launchd[1] (org.apache.httpd[343]): Exited with code: 1
    Sep 25 09:07:05 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:08 territanx.local genatsdb[352]: ########## genatsdb Sandboxed. ##########
    Sep 25 09:07:09 territanx com.apple.launchd.peruser.0[302] (com.google.keystone.system.agent[337]): Exited with code: 1
    Sep 25 09:07:09 territanx com.apple.launchd.peruser.0[302] (com.adobe.CS4ServiceManager[338]): Exited with code: 97
    Sep 25 09:07:15 territanx.local NetworkBrowserAgent[357]: Starting NetworkBrowserAgent
    Sep 25 09:07:16 territanx com.apple.launchd[1] (org.apache.httpd[359]): Exited with code: 1
    Sep 25 09:07:16 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:16 territanx.local talagent[314]: CGSGetOnScreenWindowList: Invalid connection
    Sep 25 09:07:16 territanx.local coreservicesd[74]: Can't change an application into stopped state for app App:"Finder" [ 0x0/0x16016]  @ 0x0x7fedf2e2a040 because it's already been started.
    Sep 25 09:07:16 territanx.local Download Java Components[353]: Java Install cancelled
    Sep 25 09:07:23 territanx.local SystemUIServer[316]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 09:07:23 territanx.local SystemUIServer[316]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep 25 09:07:26 territanx com.apple.launchd[1] (org.apache.httpd[364]): Exited with code: 1
    Sep 25 09:07:26 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:30 territanx.local apsd[340]: Couldn't find named port com.apple.CalendarAgent.push, disabling background notifications
    Sep 25 09:07:30 territanx.local apsd[340]: Couldn't find named port com.apple.CalendarAgent.push.dev, disabling background notifications
    Sep 25 09:07:30 territanx.local com.apple.time[305]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Sep 25 09:07:31 territanx.local SystemUIServer[316]: Invalid kMDItemPath for iTunes
    Sep 25 09:07:31 territanx.local SystemUIServer[316]: problem with path iTunes
    Sep 25 09:07:36 territanx com.apple.launchd[1] (org.apache.httpd[367]): Exited with code: 1
    Sep 25 09:07:36 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:40 territanx.local Locum[368]: Connection with distnoted server was invalidated
    Sep 25 09:07:42 territanx.local genatsdb[352]: *GENATSDB* FontObjects generated = 505
    Sep 25 09:07:43 territanx.local System Preferences[369]: Preference bundle "/Library/PreferencePanes/JavaControlPanel.prefPane" is missing identifier
    Sep 25 09:07:44 territanx.local tccd[374]: Running without home directory (-1)
    Sep 25 09:07:46 territanx com.apple.launchd[1] (org.apache.httpd[375]): Exited with code: 1
    Sep 25 09:07:46 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:07:56 territanx com.apple.launchd[1] (org.apache.httpd[379]): Exited with code: 1
    Sep 25 09:07:56 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:08:01 territanx.local SubmitDiagInfo[380]: Launched to submit Diagnostics and Usage
    Sep 25 09:08:04 territanx.local com.apple.CrashReporter.ACRRDaemonPlugin[305]: Error running submission: <OS_xpc_error: <error: 0x109005b30> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x109005ab8> { length = 22, contents = "Connection interrupted" }
      }>
    Sep 25 09:08:06 territanx com.apple.launchd[1] (org.apache.httpd[381]): Exited with code: 1
    Sep 25 09:08:06 territanx com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Sep 25 09:08:11 territanx kernel[0]: considerRebuildOfPrelinkedKernel com.paceap.kext.pacesupport.snowleopard triggered rebuild
    Sep 25 09:09:19 localhost bootlog[0]: BOOT_TIME 1380114559 0

  • Apache continually attempting to launch on its own

    I had been trying to get Web Services to launch, and it continually fails to do so. I went and checked the logs, and have the following repeating itself over and over.
    7/22/09 2:05:43 PM org.apache.httpd[29752] (2)No such file or directory: httpd: could not open error log file /var/log/apache2/error_log.
    7/22/09 2:05:43 PM org.apache.httpd[29752] Unable to open logs
    7/22/09 2:05:43 PM com.apple.launchd[1] (org.apache.httpd[29752]) Exited with exit code: 1
    7/22/09 2:05:43 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/22/09 2:05:50 PM com.apple.wikid[29753] Traceback (most recent call last):
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    7/22/09 2:05:50 PM com.apple.wikid[29753] run()
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    7/22/09 2:05:50 PM com.apple.wikid[29753] app.run(runApp, ServerOptions)
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    7/22/09 2:05:50 PM com.apple.wikid[29753] runApp(config)
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    7/22/09 2:05:50 PM com.apple.wikid[29753] _SomeApplicationRunner(config).run()
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 156, in run
    7/22/09 2:05:50 PM com.apple.wikid[29753] self.preApplication()
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 203, in preApplication
    7/22/09 2:05:50 PM com.apple.wikid[29753] self.config['prefix'], self.config['nodaemon'])
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 113, in startLogging
    7/22/09 2:05:50 PM com.apple.wikid[29753] logFile = app.getLogFile(logfilename or 'twistd.log')
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 410, in getLogFile
    7/22/09 2:05:50 PM com.apple.wikid[29753] os.path.dirname(logPath))
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 113, in _init_
    7/22/09 2:05:50 PM com.apple.wikid[29753] BaseLogFile._init_(self, name, directory, defaultMode)
    7/22/09 2:05:50 PM com.apple.wikid[29753] File "/usr/share/caldavd/lib/python/twisted/python/logfile.py", line 26, in _init_
    7/22/09 2:05:50 PM com.apple.wikid[29753] assert os.path.isdir(self.directory)
    7/22/09 2:05:50 PM com.apple.wikid[29753] AssertionError
    7/22/09 2:05:50 PM com.apple.launchd[1] (com.apple.wikid[29753]) Exited with exit code: 1
    7/22/09 2:05:50 PM com.apple.launchd[1] (com.apple.wikid) Throttling respawn: Will start in 10 seconds
    7/22/09 2:05:53 PM org.apache.httpd[29754] (2)No such file or directory: httpd: could not open error log file /var/log/apache2/error_log.
    7/22/09 2:05:53 PM org.apache.httpd[29754] Unable to open logs
    Why is this running? I have removed Web Services from the Administration services and have rebooted. I just don't know how to stop this process.

    I am only somewhat familiar with using the terminal, so I am not sure what the "la -la" command is, but it would not be accepted, as you can see by the transcript below. I think I got the gist of what to do, so I used the ls -l command, and got the following:
    fileserver:~ matt$ la -la /private/var/log/apache2
    -bash: la: command not found
    fileserver:~ matt$ ls -l /private/var/log/apache2
    ls: /private/var/log/apache2: No such file or directory
    fileserver:~ matt$ ls -l /private/var/log
    total 46328
    -rw-r--r-- 1 root wheel 1474 Jul 21 17:52 SerialNumberSupport.log
    -rw-r--r-- 1 root wheel 0 Jun 3 20:59 alf.log
    drwxr-xr-x 11 root wheel 374 Jul 22 17:10 asl
    drwxr-xr-x 5 root wheel 170 Jul 18 03:57 cups
    -rw-r--r-- 1 root wheel 83035 Jul 22 03:15 daily.out
    -rw-r--r-- 1 root wheel 7920 Jul 22 03:15 diskspacemonitor.log
    -rw-r--r-- 1 root wheel 50222 Jul 22 12:37 fsck_hfs.log
    -rw-r--r-- 1 root wheel 11596 Jul 21 17:45 hwmond.log
    -rw-r----- 1 root admin 61558 Jul 22 05:46 install.log
    -rw-r----- 1 root admin 10092 Jul 11 20:00 install.log.0.bz2
    -rw-r----- 1 root admin 16010 Jul 3 12:00 install.log.1.bz2
    -rw-r----- 1 root admin 1800 Jul 21 17:45 ipfw.log
    -rw-r--r-- 1 root wheel 172 Jul 1 05:30 monthly.out
    -rw------- 1 root admin 78321 Jul 21 17:58 secure.log
    -rw-r--r-- 1 root wheel 1461 Jul 21 17:45 servermgrd.log
    -rw-r----- 1 root admin 18021220 Jul 22 17:11 system.log
    -rw-r----- 1 root admin 667461 Jul 22 00:00 system.log.0.bz2
    -rw-r----- 1 root admin 711604 Jul 21 00:00 system.log.1.bz2
    -rw-r----- 1 root admin 644072 Jul 20 00:00 system.log.2.bz2
    -rw-r----- 1 root admin 645493 Jul 19 00:00 system.log.3.bz2
    -rw-r----- 1 root admin 645261 Jul 18 00:00 system.log.4.bz2
    -rw-r----- 1 root admin 645369 Jul 17 00:00 system.log.5.bz2
    -rw-r----- 1 root admin 648227 Jul 16 00:00 system.log.6.bz2
    -rw-r----- 1 root admin 652358 Jul 15 00:00 system.log.7.bz2
    -rw-r--r-- 1 root wheel 1946 Jul 18 03:16 weekly.out
    -rw-r----- 1 root admin 65462 Jul 22 14:30 windowserver.log
    fileserver:~ matt$
    So there is no apache2 directory, not any corresponding log files. Now I had done a clean install of the OS about a month ago, and I am pretty sure I have not deleted any files.
    The only apache2 directories I have are located under /etc and /libexec.

  • Cannot connect to sever web sites.

    I am running multiple services with the latest version of OS X 10.6 Server on my MacMini (web, mail, ichat, address book, etc.) . When I try to open my websites I get an "unable to find sever message". Everything has been working fine for the last 2 years and no changes have been made to the server settings, ISP, or DNS. All other services are working as they should. The server is hooked up to an Airport Extreme via a cable modem with a static IP. I have tried the following thus far:
    1) restarted the server, airport extreme, and cable modem
    2) checked the DNS via the web and my site addresses are pointing to my static IP address
    3) turned Web services off and on again in Server Admin
    4) checked the Airport port mapping to make sure Web Service (Port 80) was still open
    Any idea what's causing the problem???
    Thank you.

    Gracoat,
    I checked all cables and they are plugged in and seated properly.
    I typed "changeip -checkhostname" in the terminal and got "serveradmin must be run as root" ...(sorry, I'm not a command line kinda guy)
    Here is a cut/paste of some recent log activity (I X'd out some info for privacy):
    Apr 29 11:38:32 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51868] connect
    Apr 29 11:38:32 xxxxxx-corp jabberd/c2s[231]: SASL callback for non-existing host: xxxxxx-corp.com
    Apr 29 11:38:32 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51868] disconnect jid=unbound, packets: 0
    Apr 29 11:38:35 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51869] connect
    Apr 29 11:38:35 xxxxxx-corp jabberd/c2s[231]: SASL callback for non-existing host: xxxxxx-corp.com
    Apr 29 11:38:35 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51869] disconnect jid=unbound, packets: 0
    Apr 29 11:38:38 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51870] connect
    Apr 29 11:38:38 xxxxxx-corp jabberd/c2s[231]: SASL callback for non-existing host: xxxxxx-corp.com
    Apr 29 11:38:38 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51870] disconnect jid=unbound, packets: 0
    Apr 29 11:38:39 xxxxxx-corp org.apache.httpd[47665]: Syntax error on line 13 of /etc/apache2/proxy_sites/0000_any_8443_localhost.conf:
    Apr 29 11:38:39 xxxxxx-corp org.apache.httpd[47665]: SSLCertificateKeyFile: file '/etc/certificates/xxxxxx-corp.com.XXXXXXXXXXXXX9747C96C30F1986D48D59D227F1.key .pem' does not exist or is empty
    Apr 29 11:38:39 xxxxxx-corp com.apple.launchd[1] (org.apache.httpd[47665]): Exited with exit code: 1
    Apr 29 11:38:39 xxxxxx-corp com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Apr 29 11:38:41 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51872] connect
    Apr 29 11:38:41 xxxxxx-corp jabberd/c2s[231]: SASL callback for non-existing host: xxxxxx-corp.com
    Apr 29 11:38:41 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51872] disconnect jid=unbound, packets: 0
    Apr 29 11:38:44 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51873] connect
    Apr 29 11:38:44 xxxxxx-corp jabberd/c2s[231]: SASL callback for non-existing host: xxxxxx-corp.com
    Apr 29 11:38:44 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51873] disconnect jid=unbound, packets: 0
    Apr 29 11:38:47 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51874] connect
    Apr 29 11:38:47 xxxxxx-corp jabberd/c2s[231]: SASL callback for non-existing host: xxxxxx-corp.com
    Apr 29 11:38:47 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51874] disconnect jid=unbound, packets: 0
    Apr 29 11:38:49 xxxxxx-corp org.apache.httpd[47667]: Syntax error on line 13 of /etc/apache2/proxy_sites/0000_any_8443_localhost.conf:
    Apr 29 11:38:49 xxxxxx-corp org.apache.httpd[47667]: SSLCertificateKeyFile: file '/etc/certificates/xxxxxx-corp.com xxxxxxxxxxxxxxxxC96C30F1986D48D59D227F1.key.pem' does not exist or is empty
    Apr 29 11:38:49 xxxxxx-corp com.apple.launchd[1] (org.apache.httpd[47667]): Exited with exit code: 1
    Apr 29 11:38:49 xxxxxx-corp com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Apr 29 11:38:50 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51877] connect
    Apr 29 11:38:50 xxxxxx-corp jabberd/c2s[231]: SASL callback for non-existing host: xxxxxx-corp.com
    Apr 29 11:38:50 xxxxxx-corp jabberd/c2s[231]: [8] [::ffff:10.0.1.3, port=51877] disconnect jid=unbound, packets: 0
    I attempted to open my websites, and connect remotely via VPN, from multiple sources without any luck ...it appears the server cannot be reached. All worked fine a few days ago and had been for quite some time.
    My SSL certificate expired several months ago and I created a new one back then. It worked after the new certificate was installed and is still current. I have tried disabling SSL in the sites security settings but still they cannot be reached.
    The only changes I can think of that may have been made in recent months to the sever is a system software update. Other than that, I'm at a loss. Any help is greatly appreciated!!

  • Apache not working after time machine restore

    i had major problems upgrading to 10.5.3. after trying everything and hoping to avoid reverting to a backup, it was apparent i would have to revert. turns out, it was quite easy since i had a recent TM backup. now, i'm back to 10.5.2 fine, but for what ever reason i cannot getweb sharing ... my apache site ... running.
    i've checked to see that all the necessary config files are there and my content is all there and in the system preferences, web sharing is on. but when i go to 192.168.1.11 (which happens to be the internal IP address for this machine), i get nothing.
    not being super apache experienced, i'm lacking the troubleshooting knowledge to figure out why it's not working.
    please advise.
    thanks!!!!

    thanks. yes, currently, i'm back to running 10.5.2.
    here's the contents of org.apache.httpd.plist:
    Davids-Computer:launchdaemons dac$ cat org.apache.httpd.plist
    <?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>Label</key>
    <string>org.apache.httpd</string>
    <key>OnDemand</key>
    <false/>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/sbin/httpd</string>
    <string>-D</string>
    <string>FOREGROUND</string>
    </array>
    <key>SHAuthorizationRight</key>
    <string>system.preferences</string>
    </dict>
    </plist>
    Davids-Computer:launchdaemons dac$
    and as far as system.log, there's definitely a problem... it's quite long with the following repeated over and over seemingly non-stop:
    Jun 5 06:15:54 Davids-Computer org.apache.httpd[17922]: (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    Jun 5 06:15:54 Davids-Computer org.apache.httpd[17922]: Unable to open logs
    Jun 5 06:15:54 Davids-Computer com.apple.launchd[1] (org.apache.httpd[17922]): Exited with exit code: 1
    Jun 5 06:15:54 Davids-Computer com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:02 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17923]): posix_spawnp("/Library/Application Support/Memeo/WD Anywhere Backup/Daemons/WDMemeod", ...): No such file or directory
    Jun 5 06:16:02 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17923]): Exited with exit code: 1
    Jun 5 06:16:02 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:04 Davids-Computer org.apache.httpd[17924]: (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    Jun 5 06:16:04 Davids-Computer org.apache.httpd[17924]: Unable to open logs
    Jun 5 06:16:04 Davids-Computer com.apple.launchd[1] (org.apache.httpd[17924]): Exited with exit code: 1
    Jun 5 06:16:04 Davids-Computer com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:12 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17926]): posix_spawnp("/Library/Application Support/Memeo/WD Anywhere Backup/Daemons/WDMemeod", ...): No such file or directory
    Jun 5 06:16:12 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod[17926]): Exited with exit code: 1
    Jun 5 06:16:12 Davids-Computer com.apple.launchd[1] (com.memeo.WDMemeod): Throttling respawn: Will start in 10 seconds
    Jun 5 06:16:14 Davids-Computer org.apache.httpd[17927]: (2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.
    Jun 5 06:16:14 Davids-Computer org.apache.httpd[17927]: Unable to open logs
    Jun 5 06:16:14 Davids-Computer com.apple.launchd[1] (org.apache.httpd[17927]): Exited with exit code: 1
    Jun 5 06:16:14 Davids-Computer com.apple.launchd[1] (org.apache.httpd): Throttling respawn: Will start in 10 seconds
    Davids-Computer:log dac$

Maybe you are looking for

  • Tcode/report for sales invoices list

    Hi, anybody tell me what is the tcode/report for list of invoices in a specific period. ( i tried vf05 but in that payer/material is mandatory i need total list for a particular period. regards, Lakshmi

  • GR/Ir account clearance . MR11

    Hi Friends, Need you help to clarifiy the following 1.  I made a PO & Goods receipt is done . 2.  I have done Invoice for this PO and also reversed the invoice i.e. Credit Memo done 3.  Since I have done the invoice reversal now the GR/IR balance wil

  • HT4436 Every time I try to access my icloud account it tells me Verifying, then it says, Unable to Verify account.  What did I do wrong?

    I bought my iPad several months ago and I thought I set up my iCloud account correctly but I may not have, as I was fairly new to this venture. Every time I try to access it, it tells me, Verifying and after a little while it tells me Unable to Verif

  • Portal interview Questions

    Hi Could some one please send me some portal interview question.... I dont want some links which refers to concepts.It would be better if it was some kind of a question &  answer series If u have any material please mail it to [email protected] Thank

  • Problem in accessing an ejb deployed in WLS

    Hi, I deployed my EJB in WL 8.1, when I use weblogic.jar I can able to access. But when I use the wlclient.jar and wl-j2ee-client.jar I am getting following exception: - javax.naming.InvalidNameException: Couldn't resolve initial reference: NameServi