Live Clock

I found a live clock script that I like. The problem I am
having is pasting the script to where it needs to go. I have tried
paste is various locations with no luck. Check it out and let me
know what you think.
Below is the link for my web page and the page where I took
the script off of.
My web page
Live
Click Script Page

Hello,
Try changing this:
<td width="300" height="50" align="center"
valign="middle"><script
type="text/javascript">
<script>
<body onLoad="goforit()">
Live Date Script-
To this:
<td width="300" height="50" align="center"
valign="middle>
<script>
Live Date Script-
You can't have a second body tag on your page.
Having two <script> tags in a row is the other problem.
Then, change this:
</head>
<body>
<table width="840" border="0" align="center"
cellpadding="0"
cellspacing="0">
To this:
</head>
<body onLoad="goforit()">
<table width="840" border="0" align="center"
cellpadding="0"
cellspacing="0">
which is where the body onLoad is supposed to go.
Hope that helps.
Take care,
Tim
"gdevol" <[email protected]> wrote in
message
news:fl3rl5$2tf$[email protected]..
>I found a live clock script that I like. The problem I am
having is pasting
>the
> script to where it needs to go. I have tried paste is
various locations
> with no
> luck. Check it out and let me know what you think.
>
> Below is the link for my web page and the page where I
took the script off
> of.
>
>
http://www.pacificracingmx.com/contact.html
>
>
http://www.dynamicdrive.com/dynamicindex6/clock3.htm
>

Similar Messages

  • Inserting Live Clock in Final Cut Pro Video Project

    Does anyone know how to insert a live clock in FCP? I am looking for something like inserting a game clock for a sporting event.
    I don't know if this is possible at all, but if so....any tips?
    Thanks

    In FCP, how/where are you looking for it? It should show up two places:
    Browser window - Effects tab->Video Generators->Too Much Too Soon->Clock
    Viewer window, near the lower right corner you should see a button that looks like a frame of film with an 'A' in it. Click that to reveal the generators such as text, mattes color bars etc. The Too Much Too Soon group should show up there.
    -DH

  • Live clock on webpage

    hi folks,
    just in the process of redesigning my site and need a bit of help.
    http://www.morganroyle.co.uk/morganroylemusic/Home.html
    if you see my page here i'm trying to put a working date and time with seconds into the page. i've tried numerous html codes from websites but cannot get the font and size right. the time and date in the site now is inserted with the iweb date and time snippet but does not automatically update on the site.
    any ideas or code with helvetica neue ultralight at 144 size would be greatly appreciated.
    thanks

    hi again,
    if you check my site again i have put a clock on there but want the background to be the same as my page obviously and make some other tweaks. can anyone see in this code in my snippet where i might make changes to the background colour and maybe get rid of that outline around the clock?
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0, 0" width="550" height="400" align="middle"> <param name="movie" value="http://www.web.me.com/morganroyle/flash/clock3.swf"> <param name="allowScriptAccess" value="always"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="550" height="400" align="middle" src="http://web.me.com/morganroyle/flash/clock3.swf" allowScriptAccess="always"></embed></object>

  • Help with floating divs

    Hi All,
    I have given up on the liquid template and now started from scratch with fixed divs.
    My problem now is the floating elements.
    I adapted this layout to a adobe tutorial with less divs so the floats and clears that the tutorial said some dont work.
    Could someone look at my template and check the floating so as it sits like it does and wont move with content added.
    I want to add a horizontal spry navigation bar at the bottom like the top but when i add another div it moves eveything and i get an error about 3px line gaps.
    If I am not making sense please let me know
    Any help would be appreciated.
    Thanks in advance
    This is my code and css.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    </style>
    <script src="file:///C|/Users/Nikki/Desktop/tmp/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="file:///C|/Users/Nikki/Desktop/tmp/Scripts/swfobject_modified.js" type="text/javascript"></script>
    <link href="file:///C|/Users/Nikki/Desktop/tmp/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="file:///C|/Users/Nikki/Desktop/tmp/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="../faarcss.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body,td,th {
        font-family: "Myriad Pro";
    h1,h2,h3,h4,h5,h6 {
        font-family: "Myriad Pro";
        font-weight: bold;
    h1 {
        font-size: 110%;
    h2 {
        font-size: 105%;
    h3 {
        font-size: 100%;
    h4 {
        font-size: 90%;
    h5 {
        font-size: 90%;
    h6 {
        font-size: 90%;
    p  {font-size: 90%;
    </style>
    </head>
    <body onload="KW_doClock()">
    <div id="wrapper">
      <div id="topNav">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Home</a></li>
          <li><a class="MenuBarItemSubmenu" href="#">Finance</a>
            <ul>
              <li><a href="#">Finance Overview</a></li>
              <li><a href="#">More than Just a Mortgage</a></li>
              <li><a href="#">Line Of Credit</a></li>
              <li><a href="#">The Latte Factor</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Insurance</a>
            <ul>
              <li><a href="#">The Importance of Insurance</a></li>
              <li><a href="#">Why do we need Insurance</a></li>
              <li><a href="#">Personal Insurance</a></li>
              <li><a href="#">Health Insurance</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Financial Planning</a>
            <ul>
              <li><a href="#">Creating your financial security</a></li>
              <li><a href="#">Superannuation</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Budgeting</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Taxation</a>
            <ul>
              <li><a href="#">Accounting</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Taxation</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Property</a>
            <ul>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Property Archives</a></li>
              <li><a href="#">Property F.A.Q.</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Legal</a>
            <ul>
              <li><a href="#">Estate Planning</a></li>
              <li><a href="#">Solicitors</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Information</a>
            <ul>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Seminars</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Media</a>
            <ul>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Media</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">About FAAR</a>
            <ul>
              <li><a href="#">Our Point of Difference</a></li>
              <li><a href="#">Our Undertaking</a></li>
              <li><a href="#">Feedback</a></li>
              <li><a href="#">Site map</a></li>
              <li><a href="#">Contact FAAR</a></li>
    </ul>
          </li>
        </ul>
      </div>
      <div id="logo"><img src="file:///C|/Users/Nikki/Desktop/faar/images/FAAR.logo.jpg" alt="Logo" width="230" height="230" align="left" /></div>
      <div id="name">
      <img src="file:///C|/Users/Nikki/Desktop/faar.com.au/images/name2.jpg" width="300" height="230" alt="FAAR" /></div>
    <div id="header">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="230" id="FlashID" title="Header">
      <param name="movie" value="file:///C|/Users/Nikki/Desktop/faar/newFlash.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="6.0.65.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="file:///C|/Users/Nikki/Desktop/tmp/Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="file:///C|/Users/Nikki/Desktop/faar/newFlash.swf" width="450" height="230">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="file:///C|/Users/Nikki/Desktop/tmp/Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object></div>
    <div id="motto">It makes sense to hire an expert - and even more sense to learn from them!</div>
      <div id="clock">
        <script language='JavaScript'>
    // Kaosweaver Live Clock Start
    function class_clock(f,s,c,b,w,h,d,m,g,z) { // Copyright 2002 by Kaosweaver, All rights reserved
        this.b=b;this.w=w;this.h=h;this.d=d;this.g=g;this.z=z
        this.o='<font style="color:'+c+'; font-family:'+f+'; font-size:'+s+'pt;">';
    if (m==1) this.o+=doDate("W0",",%20","D1","%20","M0",",%20","Y0",",%20");
    var clock=new class_clock("Arial, Helvetica, sans-serif","10","#000000","#FFFFFF","287",1,1,1,0,0)
    // If the clock's size needs adjusting, change the 287 above.
    d=document
    if (d.all || d.getElementById) {d.write('<span id="activeClock" style="width:'+clock.w+'px; background-color:'+clock.b+'"></span>'); }
    else if (d.layers) {d.write('<ilayer bgcolor="'+clock.b+'" id="wrapClock"><layer width="'+clock.w+'" id="activeClock"></layer></ilayer>'); }
    else {KW_doClock(1);}
    function KW_doClock(a) { // Copyright 2003 by Kaosweaver, All rights reserved
        d=document;t=new Date();p="";dClock="";    if (d.layers) d.wrapClock.visibility="show";
        tD=(t.getTimezoneOffset()-(clock.z*60))*clock.g;t.setMinutes(tD+t.getMinutes())
        h=t.getHours();m=t.getMinutes();s=t.getSeconds();if (clock.h)
         {p=(h>11)?"PM":"AM";h=(h>12)?h-12:h;h=(h==0)?12:h;}if (clock.d)
         {m=(m<=9)?"0"+m:m; s=(s<=9)?"0"+s:s;} dClock = clock.o+h+':'+m+':'+s+' '+p+'</font>';
        if (a) {d.write(dClock);}if (d.layers) {wc = document.wrapClock;lc = wc.document.activeClock;
            lc.document.write(dClock);lc.document.close();
        } else if (d.all) {    activeClock.innerHTML = dClock;
        } else if (d.getElementById) {d.getElementById("activeClock").innerHTML = dClock;}
        if (!a) setTimeout("KW_doClock()",1000);
    function doDate(){ // Copyright 2002 by Kaosweaver, All rights reserved.
      var t=new Date(),a=doDate.arguments,str="",i,a1,lang="1";
      var month=new Array('January','Jan', 'February','Feb', 'March','Mar', 'April','Apr', 'May','May', 'June','Jun', 'July','Jul', 'August','Aug', 'September','Sep', 'October','Oct', 'November','Nov', 'December','Dec');
      var tday= new Array('Sunday','Sun','Monday','Mon', 'Tuesday','Tue', 'Wednesday','Wed','Thursday','Thr','Friday','Fri','Saturday','Sat');
      for(i=0;i<a.length;i++) {a1=a[i].charAt(1);switch (a[i].charAt(0)) {
      case "M":if  ((Number(a1)==3) && ((t.getMonth()+1)<10)) str+="0";
      str+=(Number(a1)>1)?t.getMonth()+1:month[t.getMonth()*2+Number(a1)];break;
      case "D": if ((Number(a1)==1) && (t.getDate()<10)) str+="0";str+=t.getDate();break;
      case "Y": str+=(a1=='0')?t.getFullYear():t.getFullYear().toString().substring(2);break;
      case "W":str+=tday[t.getDay()*2+Number(a1)];break; default: str+=unescape(a[i]);}}return str;
    // Kaosweaver Live Clock End
        </script>
        <!-- KW Live Clock -->
      </div>
      <!-- TemplateBeginEditable name="mainContent" -->
      <div id="mainContent">
        <p><strong>Template for Financial &amp; Accounting</strong></p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
      <!-- TemplateEndEditable -->
      <div id="sidebar">
        <ul id="MenuBar2" class="MenuBarVertical">
          <li class="navMenu"><a href="#">Home</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Finance</a>
            <ul>
              <li><a href="#">Finance Overview</a></li>
              <li><a href="#">More Thank Just a Mortgage</a></li>
              <li><a href="#">Line of Credit</a></li>
              <li><a href="#">The Latte Factor</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
          <li class="navMenu"><a href="#" class="MenuBarItemSubmenu">Insurance</a>
            <ul>
              <li><a href="#">Importance of Insurance</a></li>
              <li><a href="#">Why do we need Insurance</a></li>
              <li><a href="#">Personal Insurance</a></li>
              <li><a href="#">Health Insurance</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
    <li><a href="#" class="MenuBarItemSubmenu">Financial Planning</a>
      <ul>
        <li><a href="#">Creating your financial security</a></li>
        <li><a href="#">Superannuation</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Budgeting</a></li>
      </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Taxation</a>
      <ul>
        <li><a href="#">Accounting</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
      </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Property</a>
      <ul>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Property Archives</a></li>
        <li><a href="#">Property F.A.Q.</a></li>
      </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Legal</a>
      <ul>
        <li><a href="#">Solicitors</a></li>
        <li><a href="#">Estate Planning</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
      </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Information</a>
      <ul>
        <li><a href="#">Seminars</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
      </ul>
    </li>
    <li><a href="#" class="MenuBarItemSubmenu">Media</a>
      <ul>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
        <li><a href="#">Untitled Item</a></li>
      </ul>
    </li>
    <li><a href="#">Site Map</a></li>
    <li><a href="#" class="MenuBarItemSubmenu">About Faar</a>
      <ul>
        <li><a href="#">Our Point of Difference</a></li>
        <li><a href="#">Our Undertaking</a></li>
        <li><a href="#">Site map</a></li>
        <li><a href="#">Feedback</a></li>
        <li><a href="#">CONTACT FAAR</a></li>
      </ul>
    </li>
    <li><a href="#">Feedback</a></li>
    <li><a href="#">CONTACT FAAR</a></li>
        </ul>
    </div>
      <div id="footer">
      <p class="copyright">Copyright &copy; Financial And Accounting Resources  2011   
    <p class="disclaimer">Disclaimer: Due to the financial industry continually evolving and   changing every effort has been made to ensure the accuracy of the   information contained within ths website. Financial and Accounting   Resources accepts no responsibility or liability for any loss or damage   whatsoever (either directly or indirectly) to any person arising from   the use or reliance on the information contained in this website.  
    </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgRight:"/www/tmp/SpryAssets/SpryMenuBarRightHover.gif"});
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>
    CSS.
    @charset "utf-8";
    /* CSS Document */
    body {
        background-color: #FFF;
        padding: 0px;
        margin-top: 25px;
        text-align: center;
        background-image: url(images/watermark.jpg);
        background-repeat: repeat-y;
        background-position: center;
    html, body {
        margin: 0px;
        padding: 0px;
    #wrapper {
        background-color: #FFF;
        width: 1000px;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        position: relative;
    #topNav {
        background-color: #00A0C4;
        width: 1000px;
        padding-top: -25px;
        clear: left;
        float: left;
        padding-bottom: 5px;
    #logo {
        background-color: #FFF;
        height: 230px;
        width: 230px;
        float: left;
        padding-top: 10px;
    #name {
        background-color: #FFF;
        height: 230px;
        width: 300px;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
    #header {
        background-color: #FFF;
        height: 230px;
        width: 450px;
        float: right;
        clear: right;
        padding-top: 10px;
    #motto {
        background-color: #FFF;
        height: 25px;
        width: 1000px;
        float: left;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 110%;
        font-style: italic;
        padding-top: 15px;
    #clock {
        background-color: #FFF;
        height: 30px;
        width: 1000px;
        clear: both;
        float: left;
        font-size: 100%;
        text-align: right;
        font-weight: normal;
        color: #000;
        vertical-align: middle;
        padding-top: 10px;
    #mainContent {
        background-color: #FFF;
        height: auto;
        width: 720px;
        float: right;
        margin-bottom: 10px;
        padding-right: 25px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-image: url(images/watermark.jpg);
        background-repeat: repeat-y;
        background-position: center;
        background-attachment: fixed;
        text-align: justify;
    #sidebar {
        background-color: #00A0C4;
        width: 225px;
        clear: left;
        float: left;
        height: auto;
        padding: 10px;
    ul nav {
        background-color: #00A0C4;
        width: 250px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        list-style-position: inside;
        list-style-type: none;
    #footer {
        background-color: #00A0C4;
        height: 100px;
        width: 940px;
        float: left;
        clear: left;
        padding: 10px;
    body,td,th {
        font-family: Arial, Helvetica, sans-serif;
    sidebar.menu {
        font-size: 100%;
        font-weight: bold;
        color: #FFF;
    ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
    ul.nav li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
        text-decoration: none;
        background: #C6D580;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        background: #ADB96E;
        color: #FFF;
        float: left;
    .navMenu {
        font-size: 100%;
        text-align: left;
        padding-right: -10px;
        color: #FFF;
        font-weight: bold;
    .sideNav {
        font-size: 80%;
        text-align: left;
        padding: 10px;
    .copyright {
        font-family: "Myriad Pro";
        font-size: 110%;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    .disclaimer {
        font-size: 75%;
        color: #FFF;
        text-align: left;
    Thank you
    muznik

    The table is still above the text, not on the side like in the image you sent.
    I have the test document in a folder called "Test" in that folder i have a folder named "CSS" where the text document is saved as style.css
    The code i have now is below... Not sure what I'm doing wrong :/
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <head>
    <title>style.css</title>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <link href="../css/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="masthead">
        <div id="logo">
        </div>
        <div id="header">
        </div>
    </div>
    <div id="container">
        <div id="left_col">
          <table width="188" border="1">
          <tr>
            <td>Test 1 </td>
          </tr>
          <tr>
            <td>Test 2 </td>
          </tr>
          <tr>
            <td>Test 3 </td>
          </tr>
          <tr>
            <td>Test 4 </td>
          </tr>
        </table>
        </div>
      <div id="page_content" style="overflow: auto;">
          <p>The Department of the Navy desires a tool for analyzing  the affects of budgetary changes upon Fire and Emergency Services provided upon  Naval Installations throughout the world.   The diversity of these installations suggests that across the board  funding changes may affect each location differently.  This project presents a Fire Loss Model to  support the continued development of the analysis tool.</p>
        </div>
    </div>
    <div id="footer"></div>
    </body>
    </html>

  • Mail outgoing email issues

    Yosemite outgoing Mail issues have been all over Internet since last Fall.  I still have not seen Apple address the issue!  Some suggestions from OS X Daily, etc. involve pref changes.  However, I find that the pref changes disappear after they are made.  I realize they must be selected to "save" but that option does not always present itself.  Outgoing mail going as "reply" or forward" hangs up and creates an "outbox" which continues to try to send but has no success.  This emails appear to be corrupted once they go there and must be trashed. 
    The only way I can get a "reply" or "forward" message out is to add a pdf doc at the end of the text in which I simply type "Intentionally Left Blank" so the receiver will not wonder why it is there.  From now on, I think I will add "Page will remain blank until Apple wakes up and fixes this essential Mail app"!  Perhaps we could add a live "clock" (like the national debt clock) that could continue to show the hours, days, weeks and months in which Apple failed to respond.
    Can any Mac users help?
    Ed Jones
    Commander, USN (Ret.)

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore is not, in itself, a solution.
    First, empty the Trash, if possible.
    Triple-click anywhere in the line below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) 2>&- | wc -l | pbcopy
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing command-V. The command may take a noticeable amount of time to run.
    Wait for a new line ending in a dollar sign ($) to appear.
    The output of the command will be a number. It's automatically copied to the Clipboard. Please paste it into a reply.
    The Terminal window doesn't show the output. Please don't copy anything from there.

  • Live Update Clock using server time?

    Can anyone point me to a set of coding or extension that will
    allow me to put a live (continuosly updating) clock on my webpage,
    that gets it information from the servers time. For Instance,
    Kaosweaver has a great example:
    click
    here .... BUT, it gets the time from the local computer's info.
    In this situation, someone can just change the time on their local
    computer, and it will change the time on the clock.
    Any ideas?
    Thanks,
    Stephen
    Tallahassee, FL

    Hi there Stephen,
    I could well be wrong here but I suspect you'll need to use
    something like
    server side scripting to achieve this. After all JavaScript
    is a client side
    code so I suspect it will not have the necessary to access
    server resources.
    Something like .asp or .aspx.
    I found this:
    http://www.scripts.com/asp-scripts/calendar-scripts/server-side-clock/
    Hope that's of some help,
    Cheers,
    @ndyB
    "sbsmithfl" <[email protected]> wrote in
    message
    news:evhahp$rh2$[email protected]..
    >
    > Boy, there are a lot of clocks on there. But, none of
    them are doing what
    > I need to. Many thanks. Any other ideas???
    >
    > Thanks,
    > Stephen
    > CaduceusWebs Co.

  • Can I change the time format of incoming mails, in Mail? Now I have AM/PM, but I live in Denmark where we don't use that format. We have a 24-hour clock format i.e. 14:52 instead of 2:52 PM.

    Can I change the time format of incoming mails, in Mail? Now I have AM/PM, but I live in Denmark where we don't use that format. We have a 24-hour clock format i.e. 14:52 instead of 2:52 PM.

    Is the time format of your Mac in 24 hour?

  • 12-hour clock on Media Live VFD

    Any way to configure the VFD display on thhe Media Live? Specifically I'd like the clock to be 12 hr, not 24.

    I have found it :-)
    It's actual quite simple....if you know where to look.
    Config screen -> Country settings -> Adjust your country setting -> Time (see screenshot, now simply set U to u)
    Thank you Bas

  • Clock in live chat room needs checking

    The following message has been appearing when I try to use live chat since getting back home at 5pm today.
    quote
    Welcome to BT Total Broadband Chat Advisor! 
    Our live chat service is available between 7am – 11pm, Monday to Friday and 9am - 11pm Weekends. 
    Please visit us again during these hours, and our product specialists will be delighted to answer your questions.
    Has everybody gone on strike or what? David 

    Hi Both
    Thanks for flagging this.  I have passed it on to the relevant teams to investigate.
    Can you provide me with the page URL where you got these messages?
    Thx
    Kerry
    Retired BTCare Community Manager - StephanieG and SeanD are your new Community Managers
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Hi there my 10month old ipad 5th will not play bt sports live anymore or bbc live can get demand on both but would like to watch some things as they are happening. Have clock on 24hour so it is not that.

    I am sure it worked before I upgraded to iOS 7 when trying to log into apple support they didn't recognize my email and also the serial number said my ipad was 4th generation. What is going on.

    I am sure it worked before I upgraded to iOS 7 when trying to log into apple support they didn't recognize my email and also the serial number said my ipad was 4th generation. What is going on.

  • Computer clock resets to 1969. PRAM battery probably not the issue.

    I have a PowerMac G4 mirrored doors computer running Tiger 10.4.11 that occasionally starts up with that error message saying: "Your computer's clock is set to a date before March 24th, 2001. This may cause some applications to behave erratically."
    I know all about resetting the PRAM, resetting the NVRAM, and replacing a weak, or expired battery. I've read the relevant posts on the subject, in which well-intentioned guides say that the problem is "usually" or "generally" related to the PRAM battery. Well, I wish it could be that simple, because I have already had a new battery installed, and the problem continues. It is intermittent; it's been occurring for about six months now; and it persists.
    I seek technical assistance and successful, problem-solving suggestions that go beyond merely suggesting that I zap the PRAM or replace the battery.
    If there are potential SOFTWARE problems, please direct me to those potentially damaged files. None of the disk utilities that I have used—including Disk Warrior, TechTool Pro, OnyX, Cocktail, or Drive Genius— find anything wrong with my hard drive or the files on it. No corrupted resources are reported. Additionally, Intego's Virus Barrier finds no infected files either.
    However, a FileBuddy search of files modified before 3/25/2001 finds several dozen files with improbable dates of 12/31/1969 or 1/1/1970. Fewer files dated 12/31/1969 occur after I go to the Date/Time preferences pane and reset the clock to the current date/time and then restart my computer, especially in regards to system-related files. Nonetheless, several dozen files with a 12/31/1969 still remain, even after the date/time reset and the system restart.
    I do not know if any of those pre-historic files are playing a role in this chronic problem, so I offer that information for the technically more astute to ponder upon and factor in to any solutions which might be offered. I have read posts where someone might suggest a re-install of Tiger, but the original poster almost always reports that re-installing Tiger did not eliminate problem, so I would prefer suggestions that rely on a scalpel rather than a sledge hammer.
    If someone suspects that there may be hardware problem, I would like to hear theories along that line, too, although I am unlikely to consider gutting the hardware items just to retain the attractive computer case. Even though I do have other computers (an iMac G5 and a MacBook Pro), the PowerMac G4 is my preferred workhorse, and it is the only one configured to run Final Cut Pro (version 4.5; I can't afford to upgrade now), so I want to keep it functional without a major investment into an older machine.
    When the computer clock problem first reared its irritating head several months ago, it was accompanied with kernel crashes that turned out to be related to the nVidia video card. I brought the machine in to a local shop, because it was refusing to power on. They installed a new battery to replace the original, probably weak original battery, and they replaced the probably defective nVidia video card with a used nVidia card I found on eBay. The shop also claimed that I needed to replace the motherboard and the power supply to ensure that the G4 would power on and that it would present a desktop without the warning message about the computer clock being set to 12/31/1969.
    I decided to reject their assessment, since the whole repair job would have amounted to about $1,100. It seemed like an excessive solution. Since taking the G4 back about three months ago with only the new battery and the replacement video card installed, the computer has powered on every single time without fail, which, to my non-technician mind, would appear to indicate that the power supply is OK. However, I do still get an occasional warning about the computer clock being set to a date before March 24th, 2001.
    I do not have the technical expertise or repair knowledge to know if the problem is hardware-related, software-related, power supply-related, or a complex interaction between all of them. If someone can suggest a permanent fix to eliminate the computer clock error problem WITHOUT requiring me to make a major investment in repairing or replacing hardware components, that would be ideal. On the other hand, if this clock problem is merely is an irritant, but not a sign of something more serious or expensive, then I am willing to live with it and get around the problem by going through the steps of resetting the clock when required and then restarting the computer with a correctly set clock.
    My main goal, of course, is to have a reliable, stable computer. If it costs too much to eliminate the computer clock irritation on a permanent basis, then I am willing to live with the problem, as long as its presence does not disrupt my work flow. In that case, I would appreciate it if someone could explain what might be going on, so that I know what to expect and what to do about it.
    I hope this is sufficient information with which to make a diagnosis and recommendation. If not, ask for more. Thanks.
    bowlerboy

    Short answer =
    5) Upon reboot after re-connection and re-start, the Date & Time shows...
    a) in the Date & Time pane: 12/31/1969 at 7:00 PM, and counting
    b) in the Finder's menu bar: 7:00 PM, and counting
    What do the results of this test tell you? Is this a software or a hardware problem?
    ======================================================================
    Long answer =
    Thanks, BDAqua, for offering your help. I'm not exactly new to these forums, but somehow my previous contributions have all been wiped out, so I've restarted under a new account name.
    I've had my G4 MDD for five years, and it's always been quite stable for me, so I'm not quite sure that this model is "cantankerous." I do find the computer clock error message irritating, though, so it would be nice to know the source of the problem and its permanent solution.
    Since my original posting, I elected not to Shut Down the G4 to see what would happen. It functioned just fine since then, allowing me to create some short Final Cut Pro movies as Christmas presents to family members. With one exception, all other applications also functioned without problems. The only problem I'm encountering has to do with H-P Photosmart Studio, an application bundled with the HP All-in-one model C7280. It will not settle down to work, forcing me to Force Quit it every time. Since that app works fine on my iMac G5, I decided to trouble-shoot it by reinstalling the HP software, a process that requires me to Shut Down. (If possible, I want to see if the problem is with the HP software, or with Tiger on my G4.)
    However, before I can get even get to trouble-shooting the HP Photosmart, the G4 gives me that computer clock error upon re-boot. In the past, the Date & Time error message has appeared upon a cold reboot, no matter whether I had reset the Date & Time in the preference pane via the Network clock or manually. However, I never conducted my tests in conjunction with disconnecting the A/C power cable. So, I decided to try the the test you suggested. Here are my observations and the results of the test.
    1) Upon Shut Down, cool down, and restart, I get the computer clock error message mentioned at the beginning of my original post, telling me that my clock is set to a earlier date.
    2) When I open the Date & Time preferences pane, however, the date and time shown there (as well as on the Finder's menu bar) is current.
    3) The Network setting was ON, so, to comply with this test, I unchecked the "Set date & time automatically" box. I do not need to reset date and time manually, because, as I mentioned they ARE set correctly, even though the message I got upon restart said that they are not. (If memory serves me correctly, though, the Date & Time panel would actually show 12/31/69 as the computer clock's read-out, so this discrepancy is somehow connected to this problem. )
    4) I shut down the G4 for 2 hours, and I disconnected all cables and plugs to it, including A/C power.
    5) Upon reboot after re-connection and re-start, the Date & Time shows...
    a) in the Date & Time pane: 12/31/1969 at 7:00 PM, and counting
    b) in the Finder's menu bar: 7:00 PM, and counting.
    6) I take screen captures of the error message and the menu bar: both .PNG files are time-stamped as of 12/31/1969 at around 7:01 PM.
    7) I will now reset the clock to the current Date and Time by turning the Network time feature back on, so I can get on with my work while the trouble-shooting process continues.
    What do the results of this test tell you? Is this a software or a hardware problem?
    If it's a software problem, then should I do I clean install of Tiger? If I do that, is there any evidence that a clean install will do any good to eradicate the problem?
    On the other hand, if this is a hardware issue, is it contained to merely being an irritant that I can fix merely by adjusting the Date & Time whenever the problem occurs (which I can live with, as long as the system is stable after that fix), or is this error message regarding a sign of something more ominous failing on the motherboard?
    bowlerboy

  • Xperia Live with Walkman on Android 4.0.4 (with screenies)

    My Thoughts on Android 4.0.4 on Xperia Live with Walkman
    -Sleeker Font Style.
    -Camera Shortcut right from the Lock Screen.
    -Able to access the drop down notification bar even when locked.
    -Music Player access right from the lock screen
    -New Owner Info Option display
    -Face Unlock works great on Live with walkman.
    -Awesome new themes. Xperia NXT Style! Although they are only wallpapers, not the live ones seen on 2012 devices. My favorite is Tourquoise (Did I spell that right?)
    -The Performance Assistant will help you disable some of the apps that you dont need.
    -There it is! Official Android 4.0.4. Ice Cream Sandwich. OH YEAHHHH!!!
    -If you repeatedly tap on the Android Version Menu. This little Primitive Droid will surprise you. HEHE!!
    -Oh, and there's also a new logo when you start up your phone : SONY ONLY not Sony Ericsson, and in its ever-so-recognizable font style. =P
    -The Sony Ericsson Liquid Logo has also been changed to Walkman, with a bubbly and quirky animation.
    -Ill try to post screenies if I can.
    -Greatly Improved Android Browser. Seriously, It's WAAAAYYY smoother than the one in GB.
    -The Browser runs smoother than GB.
    -Websites with heavy flash content load smoothly. =D
    -Saved Pages Option to view pages offline.
    - Only Android provides true multitasking capabilities.
    - Hold the Home Button and you will be taken to this new recent/running apps tab. Swipe to the right and that app is closed. =D!!!
    -Widget Preview.
    - A NEW Gallery aside from the Xperia Gallery. The new gallery provides edit options. Like Picsart or Instagram or Adobe Photoshop Express. So, if you want to save some precious memory, stick with the gallery editing options =D
    -HD playback still smooth as ever. I don't know what the fuss is all about. =P
    -Images look fine as they did in gingebread. It really depends on shooting situations.
    -Captured 720p HD Videos doesn't lag for me. Play back is smooth. Same as in gingerbread.
    -Maybe, People are just not used to the new interface, but with a little bit of tinkering, you should get used to it in no time. =P
    -The New Camera Interface. It now includes a dedicated on screen camera button.
    -Captured Photos Quality are the same as in Gingerbread.
    -Captured 720p HD Videos run as smooth as in Gingerbread.
    - The New YouTube App interface.
    - The Lockscreen Music Player
    - There was a review about not seeing the clock due to the music player. Duhhh, you can see it at the upper right corner. =P
    - I love how the album art and the album name also appears. If you are like me who converts songs from youtube to mp3. A little app called Tune Wiki can help you edit its tags so you can enable infinity view. =D
    -The New Dial Pad, which provides Smart Dialing.
    -About the lagginess issue. It takes about 2-3 seconds to start. It depends on how many entries you have in your call log.
    -There's a workaround on it though, access it through Contacts.
    - RAM usage feels the same for me. Good Job on this one Sony. =D
    - I was really worried about RAM ever since I read Sony's article about GB and ICS. They did well on optimizing this one.
    - My screenshot is not the best there is since I was syncing Facebook inside Xperia. But, normally it has about 180mb used and 160mb free.
    - New APPS installed. Some apps like Wisepilot for Xperia can now be moved to SD card, thereby freeing more phone memory.
    - My New Homescreen. It retains the very convenient four corner bubbles.
    - 5 Widget Panes
    - A New Google Search Widget
    - Walkman Player. I was expecting the music player from the NXT series. Hehe, but I guess this will have to do. =D
    - I've never seen the refresh music library option even in the GB walkman player. Through experience, everytime I add a music file it gets added in real time. No refresh required...
    - Oh, and also... I think the speaker is a tad bit louder than before. Like 20% louder. I noted no distortions
    - The orange lights work as usual.
    - Still no customizable equalizer. This is a walkman phone. It has to have superb music customization capabilities. =P
    - Battery usage for me remains the same like in GB.
    -Monster Use/Heavy Gaming : 4 hours (HD games cracked for HVGA screens i.e. Asphalt 6 Adrenaline, Need for Speed, Shadowgun, Dead Space)  Although I doubt you could play that long due to the screen size and the cramps you may get from playing. Carpal Tunnel Syndrome anyone? Haha.
    -Internet Browsing : 6-8 hours
    -Video Playback using Stock Player and YouTube App : 6-8 hours
    -Video Playback using MX player : 4-6 hours (I use it for my .avi files)
    - I use Easy Battery Saver to Optimize battery performance.
    In Super Mode it can last up to 24-36 hours with only texts and calls which I think is pretty impressive. I can go on 16 hour hospital shifts without worying about charging my phone.
    In Normal Mode it can last 8-10 hours.
    -It really depends on how you use your phone. I strongly believe it greatly varies with every user.
    - Don't believe posts that say it doesn't run as smooth as GB. IT RUNS AS SMOOTH AS GINGERBREAD. EVEN BETTER. =P
    - Sleeker new user interface.
    - All of my apps and games still run smoothly on ICS. I'll keep searching for bugs.
    - The ROBOTO font is awesome.
    - I find the interface more intuitive and streamlined than GB.
    - Lots of new features implemented. i.e. Smart Dialing, Face Unlock, Performance Assistant
    - Icons have been remodeled.
    - I also love how fluid it is now when it switches screen orientation. =D!!
    - No bugs for me whatsoever.
    - I miss the quirkiness of the GB user interface. Like the transparency of the messaging app. But I guess, I have to move on, change is for the better.
    - A SOLID AND STABLE UPGRADE. NOW MY XPERIA LIVE IS COMPLETE.
    Problems:
    -Yes, the LED SMS notification doesn't work. But all other LEDs work. i.e. Yahoo Messenger, Incoming Calls, Twitter. I guess they may have overlooked this one. It's the only problem that I see. I find it livable still. Greater good for the greater number of people =P
    -THANKS TO SONY!!! A huge step on the right direction.
    -KIMOZAVE - NOOBIE SMARTPHONE USER

    hi kimozave, ur review seems to be full of praises for ICS, but I have gone through many threads on disadvantages of ICS, so very much confused if I should go with ICS update or not....
    can you plz tell how was is experience on:
    1. Dial pad - I have read its laggy.
    2. The phone is having a hard time authenticating wifi connection when using WPA encryption.
    3. Thumbnails in the gallery does not match the original picture.
    4. Phone dies at 10% battery remaining.
    5. SIM card keeps ejecting
    6. Camera is more laggy and image quality is poorer
    Thanks,

  • Ableton Live 9.1.7 instruments cause kernel panics

    Hello,
    only whenever I use an internal instrument in Ableton, my computer goes kernel panic.
    My libraries are outside the internal SSD (I have them on a 2 TB WD MyPassport Ultra), and the DAW is into the SSD. I always keep connected them while using the software.
    I usually use a Saffire Pro 24 DSP as audio device, but whether it is connected or not, kernel panic comes up.
    Here I have three examples of kernel panics. I have noticed that there are similarities, that I have marked in bold red, in particular in the kernel traps, part of whose locations are the same. I also marked in bold black the important things I think they may refer to my issues.
    This one happened on 26th January (I was NOT using my Saffire interface):
    Anonymous UUID:       78A4FC09-16F0-BC38-5EF6-E614CA9766E1
    Mon Jan 26 08:50:06 2015
    panic(cpu 2 caller 0xffffff801b6dc24e): Kernel trap at 0xffffff801b6a3699, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000101401000, CR3: 0x000000019563304b, CR4: 0x00000000001606e0
    RAX: 0x0000000000000001, RBX: 0x0000ff000000ff00, RCX: 0xffffff804025c280, RDX: 0x0000000000000821
    RSP: 0xffffff8208c3b700, RBP: 0xffffff8208c3b730, RSI: 0x0000000020b4f3bf, RDI: 0xffffff80214c7c28
    R8:  0x0000000000000001, R9:  0x00000000cccccccd, R10: 0xffffff801bc010b8, R11: 0x00000000ffe00001
    R12: 0xffffff80214c7c28, R13: 0xffffff801f2e7000, R14: 0x0000000000057000, R15: 0xffffff803e4a93e0
    RFL: 0x0000000000010206, RIP: 0xffffff801b6a3699, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000101401000, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff81fcde5df0 : 0xffffff801b622f79
    0xffffff81fcde5e70 : 0xffffff801b6dc24e
    0xffffff81fcde6040 : 0xffffff801b6f3746
    0xffffff81fcde6060 : 0xffffff801b6a3699
    0xffffff8208c3b730 : 0xffffff801b69be8b
    0xffffff8208c3baa0 : 0xffffff801b69b95f
    0xffffff8208c3bb80 : 0xffffff801babc2e9
    0xffffff8208c3bc80 : 0xffffff801babc58e
    0xffffff8208c3bcb0 : 0xffffff801baba35b
    0xffffff8208c3bd50 : 0xffffff801bab9935
    0xffffff8208c3bda0 : 0xffffff7f9c13da32
    0xffffff8208c3bdc0 : 0xffffff801bacd9ad
    0xffffff8208c3be10 : 0xffffff801b6b675e
    0xffffff8208c3be50 : 0xffffff801b626bc1
    0xffffff8208c3be80 : 0xffffff801b6139c5
    0xffffff8208c3bef0 : 0xffffff801b61e013
    0xffffff8208c3bf70 : 0xffffff801b6c9b8d
    0xffffff8208c3bfb0 : 0xffffff801b6f3f66
          Kernel Extensions in backtrace:
             tc.tctechnologies.driver.Saffire(4.1.4)[2A457423-886A-3738-BB87-189075721B57]@0 xffffff7f9c136000->0xffffff7f9c156fff
                dependency: com.apple.iokit.IOAudioFamily(1.9.7fc2)[092DA230-DD20-3369-A32B-E162A496C638]@0 xffffff7f9c07b000
                dependency: com.apple.iokit.IOFireWireFamily(4.5.5)[C83215A8-3406-35EC-8C24-A1746E9565DF]@0 xffffff7f9c0b2000
    BSD process name corresponding to current thread: MIDIServer
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x000000001b400000
    Kernel text base: 0xffffff801b600000
    System model name: MacBookPro11,2 (Mac-3CBD00234E554E41)
    System uptime in nanoseconds: 2896508957958
    last loaded kext at 244870054456: com.apple.filesystems.msdosfs 1.9 (addr 0xffffff7f9d76f000, size 65536)
    last unloaded kext at 305063763791: com.apple.filesystems.msdosfs 1.9 (addr 0xffffff7f9d76f000, size 57344)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.9
    tc.tctechnologies.driver.Saffire 4.1.4 18735
    com.apple.driver.AudioAUUC 1.60
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleGraphicsDevicePolicy 3.6.22
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.ApplePlatformEnabler 2.0.9d6
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleIntelHD5000Graphics 8.2.8
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleIntelFramebufferAzul 8.2.8
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleCameraInterface 4.26.0
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AirPort.Brcm4360 842.21.65
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IO80211Family 640.36
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    System Profile:
    Model: MacBookPro11,2, BootROM MBP112.0138.B07, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.18f15
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0256F, 251 GB
    USB Device: Internal Memory Card Reader
    USB Device: My Passport 0741
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
         This is what happened according to console:
    26/01/15 08:49:41,876 Ableton Index[560]: BUG in libdispatch client: kevent[EVFILT_WRITE] delete: "No such file or directory" - 0x2
    26/01/15 08:50:02,000 bootlog[0]: BOOT_TIME 1422258602 0
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    26/01/15 08:50:04,000 kernel[0]: Longterm timer threshold: 1000 ms
    26/01/15 08:50:04,000 kernel[0]: PMAP: PCID enabled
    26/01/15 08:50:04,000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    26/01/15 08:50:04,000 kernel[0]: Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    26/01/15 08:50:04,000 kernel[0]: vm_page_bootstrap: 3957319 free pages and 204217 wired pages
    26/01/15 08:50:04,000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    26/01/15 08:50:04,000 kernel[0]: zone leak detection enabled
    26/01/15 08:50:04,000 kernel[0]: "vm_compressor_mode" is 4
    26/01/15 08:50:04,000 kernel[0]: standard timeslicing quantum is 10000 us
    26/01/15 08:50:04,000 kernel[0]: standard background quantum is 2500 us
    26/01/15 08:50:04,000 kernel[0]: mig_table_max_displ = 74
    26/01/15 08:50:04,000 kernel[0]: TSC Deadline Timer supported and enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    26/01/15 08:50:04,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    26/01/15 08:50:04,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    26/01/15 08:50:04,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    26/01/15 08:50:04,000 kernel[0]: calling mpo_policy_init for Sandbox
    26/01/15 08:50:04,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    26/01/15 08:50:04,000 kernel[0]: calling mpo_policy_init for Quarantine
    26/01/15 08:50:04,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    26/01/15 08:50:04,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    26/01/15 08:50:04,000 kernel[0]: The Regents of the University of California. All rights reserved.
    26/01/15 08:50:04,000 kernel[0]: MAC Framework successfully initialized
    26/01/15 08:50:04,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    26/01/15 08:50:04,000 kernel[0]: AppleKeyStore starting (BUILT: Jun  3 2014 21:40:51)
    26/01/15 08:50:04,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    26/01/15 08:50:04,000 kernel[0]: ACPI: sleep states S3 S4 S5
    26/01/15 08:50:04,000 kernel[0]: pci (build 21:30:51 Jun  3 2014), flags 0x63008, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    26/01/15 08:50:04,000 kernel[0]: [ PCI configuration begin ]
    26/01/15 08:50:04,000 kernel[0]: console relocated to 0x7f90000000
    26/01/15 08:50:04,000 kernel[0]: [ PCI configuration end, bridges 12, devices 12 ]
    26/01/15 08:50:04,000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    26/01/15 08:50:04,000 kernel[0]: SATA WARNING: IDENTIFY DEVICE checksum not implemented.
    26/01/15 08:50:04,000 kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    26/01/15 08:50:04,000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    26/01/15 08:50:04,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    26/01/15 08:50:04,000 kernel[0]: rooting via boot-uuid from /chosen: 0A52658A-4BA7-33D9-BA7C-167E7384CECF
    26/01/15 08:50:04,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    26/01/15 08:50:04,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    26/01/15 08:50:04,000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    26/01/15 08:50:04,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    26/01/15 08:50:04,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    26/01/15 08:50:04,000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    26/01/15 08:50:04,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    26/01/15 08:50:04,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@1C,4/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SM0256F Media/IOGUIDPartitionScheme/Customer@2
    26/01/15 08:50:04,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    26/01/15 08:50:04,000 kernel[0]: jnl: b(1, 2): replay_journal: from: 4720128 to: 12338688 (joffset 0x19502000)
    26/01/15 08:50:04,000 kernel[0]: srom rev:11
    26/01/15 08:50:04,000 kernel[0]: ARPT: 0.626017: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    26/01/15 08:50:04,000 kernel[0]: ARPT: 0.626030: Data written into the PLL_CNTRL_ADDR2: 00000c31
    26/01/15 08:50:04,000 kernel[0]: ARPT: 0.626093: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    26/01/15 08:50:04,000 kernel[0]: ARPT: 0.632856: BTCOEXIST off
    26/01/15 08:50:04,000 kernel[0]: ARPT: 0.633046: BRCM tunables:
    26/01/15 08:50:04,000 kernel[0]: ARPT: 0.633051:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    26/01/15 08:50:04,000 kernel[0]: ARPT: 0.633620: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xa0600004]
    26/01/15 08:50:04,000 kernel[0]: 6.30.223.154 (r420397)
    26/01/15 08:50:04,000 kernel[0]: jnl: b(1, 2): journal replay done.
    26/01/15 08:50:04,000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    26/01/15 08:50:04,000 kernel[0]: XCPM: registered
    26/01/15 08:50:04,000 kernel[0]: IOThunderboltSwitch<0xffffff803795f800>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    26/01/15 08:50:04,000 kernel[0]: IOThunderboltSwitch<0xffffff803795f800>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    26/01/15 08:50:04,000 kernel[0]: USBMSC Identifier (non-unique): 575838314135333131333039 0x1058 0x741 0x1022, 3
    26/01/15 08:50:04,000 kernel[0]: USBMSC Identifier (non-unique): 000000000820 0x5ac 0x8406 0x820, 3
    26/01/15 08:50:04,000 kernel[0]: hfs: Removed 73 orphaned / unlinked files and 31 directories
    26/01/15 08:50:02,701 com.apple.launchd[1]: *** launchd[1] has started up. ***
    26/01/15 08:50:02,701 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    26/01/15 08:50:04,000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    26/01/15 08:50:04,130 com.apple.SecurityServer[22]: Session 100000 created
    26/01/15 08:50:04,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    26/01/15 08:50:04,000 kernel[0]: IO80211Interface::efiNVRAMPublished():
    26/01/15 08:50:04,205 com.apple.SecurityServer[22]: Entering service
    26/01/15 08:50:04,000 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    26/01/15 08:50:04,223 configd[25]: dhcp_arp_router: en0 SSID unavailable
    26/01/15 08:50:04,250 UserEventAgent[18]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    26/01/15 08:50:04,254 UserEventAgent[18]: Captive: CNPluginHandler en0: Inactive
    26/01/15 08:50:04,279 configd[25]: network changed.
    26/01/15 08:50:04,280 configd[25]: setting hostname to "MacBook-Pro-di-Antonio.local"
    26/01/15 08:50:04,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    26/01/15 08:50:04,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    26/01/15 08:50:04,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    26/01/15 08:50:04,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    26/01/15 08:50:04,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    26/01/15 08:50:04,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    26/01/15 08:50:04,000 kernel[0]: Previous Shutdown Cause: 5
    26/01/15 08:50:04,000 kernel[0]: AppleCamIn::init
    26/01/15 08:50:04,000 kernel[0]: AppleCamIn::probe
    26/01/15 08:50:04,000 kernel[0]: AppleCamIn::start
    26/01/15 08:50:04,000 kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff82032c0000 (len=65536)
    26/01/15 08:50:04,000 kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff82034f9000 (len=268435456)
    26/01/15 08:50:04,000 kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff8038b05a00 (len=1048576)
    26/01/15 08:50:04,000 kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    26/01/15 08:50:04,000 kernel[0]: IOBluetoothUSBDFU::probe
    26/01/15 08:50:04,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8289 FirmwareVersion - 0x0079
    26/01/15 08:50:04,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x1800 ****
    26/01/15 08:50:04,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x1800 ****
    26/01/15 08:50:04,000 kernel[0]: init
    26/01/15 08:50:04,000 kernel[0]: probe
    26/01/15 08:50:04,390 fseventsd[49]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (27917 2 27939)
    26/01/15 08:50:04,000 kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    26/01/15 08:50:04,000 kernel[0]: IOPPF: XCPM mode
    26/01/15 08:50:04,431 fseventsd[49]: log dir: /.fseventsd getting new uuid: 05C90AFF-5046-423D-BE55-B87AFF7743C5
    26/01/15 08:50:04,000 kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers
    26/01/15 08:50:04,000 kernel[0]: SMC::smcIH WARNING: unexpected interrupt: 0x55
    26/01/15 08:50:04,000 kernel[0]: SMC::smcHandleInterruptEvent WARNING status=0x0 (0x20 not set) notif=0x0
    26/01/15 08:50:04,000 kernel[0]: SMC::smcIH WARNING: unexpected interrupt: 0x54
    26/01/15 08:50:05,000 kernel[0]: start
    26/01/15 08:50:05,000 kernel[0]: DSMOS has arrived
    26/01/15 08:50:05,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x1800
    26/01/15 08:50:05,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    26/01/15 08:50:05,000 kernel[0]: Saffire - 4.1.4.18735 (x86_64) Jun  4 2014 19:12:40
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path_object = 0xffffff8037446620
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path = IOACPIPlane:/_SB/PCI0@0/RP04@1c0003/CMRA@0
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_device_entry = 0xffffff80378c2e00
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIDevice = 0xffffff80378c2e00
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIPowerEnabled = 1
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::start - link control offset in PCI bridge = 0x50
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::start - pmcsr offset in PCI bridge = 0xa4
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::power_off_hardware
    26/01/15 08:50:05,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    26/01/15 08:50:05,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x2b40 -- 0x2000 -- 0x1800 ****
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::initForPM
    26/01/15 08:50:05,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    26/01/15 08:50:06,000 kernel[0]: hmm.. mismatch sizes: 3100 vs 20
    26/01/15 08:50:06,000 kernel[0]: fGPUIdleIntervalMS = 0
    26/01/15 08:50:06,000 kernel[0]: fGPUIdleIntervalMS = 0
    26/01/15 08:50:06,000 kernel[0]: fGPUIdleIntervalMS = 0
    26/01/15 08:50:06,000 kernel[0]: fGPUIdleIntervalMS = 0
    26/01/15 08:50:06,000 kernel[0]: en1: promiscuous mode enable succeeded
    26/01/15 08:50:06,000 kernel[0]: en2: promiscuous mode enable succeeded
    26/01/15 08:50:06,000 kernel[0]: VM Swap Subsystem is ON
    26/01/15 08:50:06,677 hidd[88]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    26/01/15 08:50:06,681 hidd[88]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    26/01/15 08:50:06,689 SystemStarter[64]: lstat("/Library/StartupItems/StartupParameters.plist/StartupParameters.plist"): Not a directory
    26/01/15 08:50:06,694 DumpPanic[91]: Saved panic report for kernel to /Library/Logs/DiagnosticReports/Kernel_2015-01-26-085006_MacBook-Pro-di-Antonio .panic
    26/01/15 08:50:06,721 com.apple.usbmuxd[62]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    26/01/15 08:50:06,773 loginwindow[83]: Login Window Application Started
    26/01/15 08:50:06,786 digest-service[105]: label: default
    26/01/15 08:50:06,786 digest-service[105]: dbname: od:/Local/Default
    26/01/15 08:50:06,786 digest-service[105]: mkey_file: /var/db/krb5kdc/m-key
    26/01/15 08:50:06,786 digest-service[105]: acl_file: /var/db/krb5kdc/kadmind.acl
    26/01/15 08:50:06,788 digest-service[105]: digest-request: uid=0
    26/01/15 08:50:06,789 mDNSResponder[80]: mDNSResponder mDNSResponder-522.92.1 (Jun  3 2014 12:57:56) starting OSXVers 13
    26/01/15 08:50:06,795 awacsd[99]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    26/01/15 08:50:06,799 awacsd[99]: InnerStore CopyAllZones: no info in Dynamic Store
    26/01/15 08:50:06,824 digest-service[105]: digest-request: netr probe 0
    26/01/15 08:50:06,824 digest-service[105]: digest-request: init request
    26/01/15 08:50:06,833 digest-service[105]: digest-request: init return domain: BUILTIN server: MACBOOK-PRO-DI-ANTONIO indomain was: <NULL>
    26/01/15 08:50:06,848 WindowServer[114]: Server is starting up
    26/01/15 08:50:06,852 WindowServer[114]: Session 256 retained (2 references)
    26/01/15 08:50:06,852 WindowServer[114]: Session 256 released (1 references)
    26/01/15 08:50:06,856 mds[79]: (Normal) FMW: FMW 0 0
    26/01/15 08:50:06,870 com.apple.kextd[19]: kext com.paceap.kext.pacesupport.snowleopard  509009000 is in exception list, allowing to load
    26/01/15 08:50:06,874 WindowServer[114]: Session 256 retained (2 references)
    26/01/15 08:50:06,876 WindowServer[114]: init_page_flip: page flip mode is on
    26/01/15 08:50:06,878 systemkeychain[116]: done file: /var/run/systemkeychaincheck.done
    26/01/15 08:50:06,888 configd[25]: network changed.
    26/01/15 08:50:06,891 configd[25]: network changed: DNS*
    26/01/15 08:50:06,906 apsd[101]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    26/01/15 08:50:06,906 airportd[103]: airportdProcessDLILEvent: en0 attached (up)
    26/01/15 08:50:06,000 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
    26/01/15 08:50:06,000 kernel[0]: AirPort_Brcm4360_P2PInterface::init() <p2p> role 1
    26/01/15 08:50:06,939 mds[79]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    26/01/15 08:50:06,939 mds[79]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    26/01/15 08:50:06,946 locationd[85]: NBB-Could not get UDID for stable refill timing, falling back on random
    26/01/15 08:50:06,961 mds[79]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    26/01/15 08:50:06,973 WindowServer[114]: Found 27 modes for display 0x00000000 [27, 0]
    26/01/15 08:50:06,000 kernel[0]: nspace-handler-set-snapshot-time: 1422258608
    26/01/15 08:50:06,976 com.apple.mtmd[78]: Set snapshot time: 2015-01-26 08:50:08 +0100 (current time: 2015-01-26 08:50:06 +0100)
    26/01/15 08:50:07,009 WindowServer[114]: Found 1 modes for display 0x00000000 [1, 0]
    26/01/15 08:50:07,010 locationd[85]: Location icon should now be in state 'Inactive'
    26/01/15 08:50:07,016 locationd[85]: locationd was started after an unclean shutdown
    26/01/15 08:50:07,036 WindowServer[114]: Found 1 modes for display 0x00000000 [1, 0]
    26/01/15 08:50:07,054 WindowServer[114]: Found 1 modes for display 0x00000000 [1, 0]
    26/01/15 08:50:07,055 WindowServer[114]: mux_initialize: Couldn't find any matches
    26/01/15 08:50:07,056 WindowServer[114]: Found 27 modes for display 0x00000000 [27, 0]
    26/01/15 08:50:07,061 WindowServer[114]: Found 1 modes for display 0x00000000 [1, 0]
    26/01/15 08:50:07,061 WindowServer[114]: Found 1 modes for display 0x00000000 [1, 0]
    26/01/15 08:50:07,061 WindowServer[114]: Found 1 modes for display 0x00000000 [1, 0]
    26/01/15 08:50:07,100 WindowServer[114]: WSMachineUsesNewStyleMirroring: true
    26/01/15 08:50:07,100 WindowServer[114]: Display 0x04280880: GL mask 0x1; bounds (0, 0)[1440 x 900], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a022, S/N 0, Unit 0, Rotation 0
    UUID 0xfd6e905353b752245892f9f7ec52cef3
    26/01/15 08:50:07,100 WindowServer[114]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,100 WindowServer[114]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,100 WindowServer[114]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,101 WindowServer[114]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,114 WindowServer[114]: WSSetWindowTransform: Singular matrix
    26/01/15 08:50:07,114 WindowServer[114]: WSSetWindowTransform: Singular matrix
    26/01/15 08:50:07,114 WindowServer[114]: WSSetWindowTransform: Singular matrix
    26/01/15 08:50:07,118 mDNSResponder[80]: D2D_IPC: Loaded
    26/01/15 08:50:07,118 mDNSResponder[80]: D2DInitialize succeeded
    26/01/15 08:50:07,122 mDNSResponder[80]:   4: Listening for incoming Unix Domain Socket client requests
    26/01/15 08:50:07,131 WindowServer[114]: Display 0x04280880: GL mask 0x1; bounds (0, 0)[1440 x 900], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a022, S/N 0, Unit 0, Rotation 0
    UUID 0xfd6e905353b752245892f9f7ec52cef3
    26/01/15 08:50:07,131 WindowServer[114]: Display 0x003f0040: GL mask 0x10; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,131 WindowServer[114]: Display 0x003f003f: GL mask 0x8; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,131 WindowServer[114]: Display 0x003f003e: GL mask 0x4; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,132 WindowServer[114]: Display 0x003f003d: GL mask 0x2; bounds (2467, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    26/01/15 08:50:07,132 WindowServer[114]: CGXPerformInitialDisplayConfiguration
    26/01/15 08:50:07,132 WindowServer[114]:   Display 0x04280880: Unit 0; Vendor 0x610 Model 0xa022 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 2
    26/01/15 08:50:07,132 WindowServer[114]:   Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    26/01/15 08:50:07,132 WindowServer[114]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    26/01/15 08:50:07,132 WindowServer[114]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    26/01/15 08:50:07,132 WindowServer[114]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2467,0)[1 x 1], Rotation 0, Resolution 1
    26/01/15 08:50:07,143 networkd[136]: networkd.136 built Aug 24 2013 22:08:46
    26/01/15 08:50:07,148 WindowServer[114]: GLCompositor: GL renderer id 0x01024502, GL mask 0x0000001f, accelerator 0x000034a7, unit 0, caps QEX|MIPMAP, vram 1536 MB
    26/01/15 08:50:07,148 WindowServer[114]: GLCompositor: GL renderer id 0x01024502, GL mask 0x0000001f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    26/01/15 08:50:07,148 WindowServer[114]: GLCompositor enabled for tile size [256 x 256]
    26/01/15 08:50:07,148 WindowServer[114]: CGXGLInitMipMap: mip map mode is on
    26/01/15 08:50:07,154 loginwindow[83]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    26/01/15 08:50:07,232 WindowServer[114]: Display 0x04280880: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    26/01/15 08:50:07,249 launchctl[143]: com.apple.findmymacmessenger: Already loaded
    26/01/15 08:50:07,262 com.apple.SecurityServer[22]: Session 100005 created
    26/01/15 08:50:07,292 UserEventAgent[145]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    26/01/15 08:50:07,309 loginwindow[83]: Setting the initial value of the magsave brightness level 2
    26/01/15 08:50:07,333 loginwindow[83]: Login Window Started Security Agent
    26/01/15 08:50:07,391 SecurityAgent[152]: This is the first run
    26/01/15 08:50:07,391 SecurityAgent[152]: MacBuddy was run = 0
    26/01/15 08:50:07,402 WindowServer[114]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280880 device: 0x7fb46a710840  isBackBuffered: 1 numComp: 3 numDisp: 3
    26/01/15 08:50:07,402 WindowServer[114]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fb46a710840) - enabling OpenGL
    26/01/15 08:50:07,000 kernel[0]: hfs: early journal init: volume on disk1s2 is read-only and journal is dirty.  Can not mount volume.
    26/01/15 08:50:07,000 kernel[0]: hfs_mountfs: hfs_early_journal_init failed, erroring out
    26/01/15 08:50:07,000 kernel[0]: hfs_mount: hfs_mountfs returned error=22 for device disk1s2
    26/01/15 08:50:07,493 diskarbitrationd[23]: unable to mount /dev/disk1s2 (status code 0x00000001).
    26/01/15 08:50:07,000 kernel[0]: jnl: disk1s2: replay_journal: from: 97083392 to: 98193408 (joffset 0x3a38000)
    26/01/15 08:50:07,935 parentalcontrolsd[172]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    These ones happened yesterday (on 30th January):
    Anonymous UUID:       78A4FC09-16F0-BC38-5EF6-E614CA9766E1
    Fri Jan 30 18:29:07 2015
    panic(cpu 6 caller 0xffffff8012adc24e): Kernel trap at 0xffffff8012aa3699, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x00007fdc78dc5000, CR3: 0x000000001521e000, CR4: 0x00000000001606e0
    RAX: 0x0000000000000001, RBX: 0x0000ff000000ff00, RCX: 0xffffff8035881cf0, RDX: 0x0000000000000821
    RSP: 0xffffff82118ab610, RBP: 0xffffff82118ab640, RSI: 0x0000000020b4f3bf, RDI: 0xffffff80188993d0
    R8:  0x0000000000000000, R9:  0x0000000000000001, R10: 0x0000000000000fff, R11: 0x0000000000001301
    R12: 0xffffff80188993d0, R13: 0xffffff80166e7000, R14: 0x00000000000ad000, R15: 0xffffff804921db20
    RFL: 0x0000000000010206, RIP: 0xffffff8012aa3699, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00007fdc78dc5000, Error code: 0x0000000000000000, Fault CPU: 0x6
    Backtrace (CPU 6), Frame : Return Address
    0xffffff81f40c5df0 : 0xffffff8012a22f79
    0xffffff81f40c5e70 : 0xffffff8012adc24e
    0xffffff81f40c6040 : 0xffffff8012af3746
    0xffffff81f40c6060 : 0xffffff8012aa3699
    0xffffff82118ab640 : 0xffffff8012a9be8b
    0xffffff82118ab9b0 : 0xffffff8012a7368b
    0xffffff82118aba10 : 0xffffff8012ebc311
    0xffffff82118abb10 : 0xffffff8012ebc58e
    0xffffff82118abb40 : 0xffffff7f945fbc3d
    0xffffff82118abb70 : 0xffffff7f945fbb3f
    0xffffff82118abb90 : 0xffffff7f945fca3e
    0xffffff82118abbb0 : 0xffffff7f94682afb
    0xffffff82118abbc0 : 0xffffff7f94613947
    0xffffff82118abbf0 : 0xffffff7f94685565
    0xffffff82118abd80 : 0xffffff7f94612682
    0xffffff82118abde0 : 0xffffff7f94621ebe
    0xffffff82118abe20 : 0xffffff7f93907222
    0xffffff82118abe40 : 0xffffff7f939071b5
    0xffffff82118abe70 : 0xffffff7f94610bae
    0xffffff82118abea0 : 0xffffff7f94622a05
    0xffffff82118abed0 : 0xffffff7f946208a8
    0xffffff82118abef0 : 0xffffff8012eb07f0
    0xffffff82118abf30 : 0xffffff8012eaf292
    0xffffff82118abf80 : 0xffffff8012eaf367
    0xffffff82118abfb0 : 0xffffff8012ad7417
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAcceleratorFamily2(98.22)[0EC64777-94B9-32E3-AC03-A2367895744 B]@0xffffff7f945fa000->0xffffff7f9465efff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[4662B11D-2ECA-315D-875C-618C97CDAB2A]@0xffffff 7f930be000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f939f1000
             com.apple.iokit.IOSurface(91.1)[5E4EA3A2-5AB6-3577-B32D-EF5717A0EF5B]@0xffffff7 f93902000->0xffffff7f93914fff
             com.apple.driver.AppleIntelHD5000Graphics(8.2.8)[E2455B1B-94F0-3555-AE3A-55B6D2 7F1383]@0xffffff7f9466c000->0xffffff7f946bcfff
                dependency: com.apple.iokit.IOSurface(91.1)[5E4EA3A2-5AB6-3577-B32D-EF5717A0EF5B]@0xffffff7 f93902000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[4662B11D-2ECA-315D-875C-618C97CDAB2A]@0xffffff 7f930be000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f939f1000
                dependency: com.apple.iokit.IOAcceleratorFamily2(98.22)[0EC64777-94B9-32E3-AC03-A2367895744 B]@0xffffff7f945fa000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000012800000
    Kernel text base: 0xffffff8012a00000
    System model name: MacBookPro11,2 (Mac-3CBD00234E554E41)
    System uptime in nanoseconds: 11097825308845
    last loaded kext at 3901466674596: com.apple.filesystems.smbfs 2.0.2 (addr 0xffffff7f94b82000, size 335872)
    last unloaded kext at 3227205451902: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f94b6f000, size 32768)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.9
    tc.tctechnologies.driver.Saffire 4.1.4 18735
    com.apple.filesystems.smbfs 2.0.2
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleGraphicsDevicePolicy 3.6.22
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.ApplePlatformEnabler 2.0.9d6
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleIntelHD5000Graphics 8.2.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleIntelFramebufferAzul 8.2.8
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleCameraInterface 4.26.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AirPort.Brcm4360 842.21.65
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IO80211Family 640.36
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    System Profile:
    Model: MacBookPro11,2, BootROM MBP112.0138.B07, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.18f15
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0256F, 251 GB
    USB Device: Internal Memory Card Reader
    USB Device: My Passport 0741
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB-PS/2 Optical Mouse
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
    This is what happened according to console:
    30/01/15 18:28:42,000 kernel[0]: Google Chrome He (map: 0xffffff8037e0bd20) triggered DYLD shared region unnest for map: 0xffffff8037e0bd20, region 0x7fff87600000->0x7fff87800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    30/01/15 18:28:43,000 kernel[0]: Google Chrome He (map: 0xffffff8038273870) triggered DYLD shared region unnest for map: 0xffffff8038273870, region 0x7fff87600000->0x7fff87800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    30/01/15 18:29:03,000 bootlog[0]: BOOT_TIME 1422638943 0
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    30/01/15 18:29:05,000 kernel[0]: Longterm timer threshold: 1000 ms
    30/01/15 18:29:05,000 kernel[0]: PMAP: PCID enabled
    30/01/15 18:29:05,000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    30/01/15 18:29:05,000 kernel[0]: Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    30/01/15 18:29:05,000 kernel[0]: vm_page_bootstrap: 3964999 free pages and 196537 wired pages
    30/01/15 18:29:05,000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    30/01/15 18:29:05,000 kernel[0]: zone leak detection enabled
    30/01/15 18:29:05,000 kernel[0]: "vm_compressor_mode" is 4
    30/01/15 18:29:05,000 kernel[0]: standard timeslicing quantum is 10000 us
    30/01/15 18:29:05,000 kernel[0]: standard background quantum is 2500 us
    30/01/15 18:29:05,000 kernel[0]: mig_table_max_displ = 74
    30/01/15 18:29:05,000 kernel[0]: TSC Deadline Timer supported and enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    30/01/15 18:29:05,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    30/01/15 18:29:05,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    30/01/15 18:29:05,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    30/01/15 18:29:05,000 kernel[0]: calling mpo_policy_init for Sandbox
    30/01/15 18:29:05,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    30/01/15 18:29:05,000 kernel[0]: calling mpo_policy_init for Quarantine
    30/01/15 18:29:05,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    30/01/15 18:29:05,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    30/01/15 18:29:05,000 kernel[0]: The Regents of the University of California. All rights reserved.
    30/01/15 18:29:05,000 kernel[0]: MAC Framework successfully initialized
    30/01/15 18:29:05,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    30/01/15 18:29:05,000 kernel[0]: AppleKeyStore starting (BUILT: Jun  3 2014 21:40:51)
    30/01/15 18:29:05,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    30/01/15 18:29:05,000 kernel[0]: ACPI: sleep states S3 S4 S5
    30/01/15 18:29:05,000 kernel[0]: pci (build 21:30:51 Jun  3 2014), flags 0x63008, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    30/01/15 18:29:05,000 kernel[0]: [ PCI configuration begin ]
    30/01/15 18:29:05,000 kernel[0]: console relocated to 0x7f90000000
    30/01/15 18:29:05,000 kernel[0]: [ PCI configuration end, bridges 12, devices 12 ]
    30/01/15 18:29:05,000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    30/01/15 18:29:05,000 kernel[0]: SATA WARNING: IDENTIFY DEVICE checksum not implemented.
    30/01/15 18:29:05,000 kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    30/01/15 18:29:05,000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    30/01/15 18:29:05,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    30/01/15 18:29:05,000 kernel[0]: rooting via boot-uuid from /chosen: 0A52658A-4BA7-33D9-BA7C-167E7384CECF
    30/01/15 18:29:05,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    30/01/15 18:29:05,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    30/01/15 18:29:05,000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    30/01/15 18:29:05,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    30/01/15 18:29:05,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    30/01/15 18:29:05,000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    30/01/15 18:29:05,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    30/01/15 18:29:05,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@1C,4/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SM0256F Media/IOGUIDPartitionScheme/Customer@2
    30/01/15 18:29:05,000 kernel[0]: BSD root: disk0s2, major 1, minor 3
    30/01/15 18:29:05,000 kernel[0]: jnl: b(1, 3): replay_journal: from: 8826368 to: 15343104 (joffset 0x19502000)
    30/01/15 18:29:05,000 kernel[0]: srom rev:11
    30/01/15 18:29:05,000 kernel[0]: ARPT: 0.834519: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    30/01/15 18:29:05,000 kernel[0]: ARPT: 0.834530: Data written into the PLL_CNTRL_ADDR2: 00000c31
    30/01/15 18:29:05,000 kernel[0]: ARPT: 0.834582: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    30/01/15 18:29:05,000 kernel[0]: ARPT: 0.841195: BTCOEXIST off
    30/01/15 18:29:05,000 kernel[0]: ARPT: 0.841383: BRCM tunables:
    30/01/15 18:29:05,000 kernel[0]: ARPT: 0.841387:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    30/01/15 18:29:05,000 kernel[0]: ARPT: 0.841946: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xa0600004]
    30/01/15 18:29:05,000 kernel[0]: 6.30.223.154 (r420397)
    30/01/15 18:29:05,000 kernel[0]: jnl: b(1, 3): journal replay done.
    30/01/15 18:29:03,502 com.apple.launchd[1]: *** launchd[1] has started up. ***
    30/01/15 18:29:03,502 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    30/01/15 18:29:05,000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    30/01/15 18:29:05,000 kernel[0]: XCPM: registered
    30/01/15 18:29:05,000 kernel[0]: IOThunderboltSwitch<0xffffff8035c26800>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    30/01/15 18:29:05,000 kernel[0]: IOThunderboltSwitch<0xffffff8035c26800>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    30/01/15 18:29:05,000 kernel[0]: hfs: Removed 127 orphaned / unlinked files and 2415 directories
    30/01/15 18:29:05,000 kernel[0]: USBMSC Identifier (non-unique): 575838314135333131333039 0x1058 0x741 0x1022, 3
    30/01/15 18:29:05,000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    30/01/15 18:29:05,000 kernel[0]: USBMSC Identifier (non-unique): 000000000820 0x5ac 0x8406 0x820, 3
    30/01/15 18:29:05,099 com.apple.SecurityServer[22]: Session 100000 created
    30/01/15 18:29:05,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    30/01/15 18:29:05,000 kernel[0]: IO80211Interface::efiNVRAMPublished():
    30/01/15 18:29:05,178 com.apple.SecurityServer[22]: Entering service
    30/01/15 18:29:05,000 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    30/01/15 18:29:05,193 configd[25]: dhcp_arp_router: en0 SSID unavailable
    30/01/15 18:29:05,224 UserEventAgent[18]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    30/01/15 18:29:05,228 UserEventAgent[18]: Captive: CNPluginHandler en0: Inactive
    30/01/15 18:29:05,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    30/01/15 18:29:05,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    30/01/15 18:29:05,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    30/01/15 18:29:05,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    30/01/15 18:29:05,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    30/01/15 18:29:05,000 kernel[0]: Previous Shutdown Cause: 5
    30/01/15 18:29:05,000 kernel[0]: AppleCamIn::init
    30/01/15 18:29:05,000 kernel[0]: AppleCamIn::probe
    30/01/15 18:29:05,000 kernel[0]: AppleCamIn::start
    30/01/15 18:29:05,000 kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff820162d000 (len=65536)
    30/01/15 18:29:05,000 kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff8202176000 (len=268435456)
    30/01/15 18:29:05,000 kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff8036eb5480 (len=1048576)
    30/01/15 18:29:05,000 kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    30/01/15 18:29:05,000 kernel[0]: IOBluetoothUSBDFU::probe
    30/01/15 18:29:05,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8289 FirmwareVersion - 0x0079
    30/01/15 18:29:05,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][star

    UPDATE!
    I've tried to use Ableton Live 9.1.7 with MIDI tracks open with and without Google Chrome open.
    Chrome just appears to be the problem, because I encountered another kernel panic while it was open. Here you are the kernel report and the console events:
    Anonymous UUID:       78A4FC09-16F0-BC38-5EF6-E614CA9766E1
    Sat Jan 31 15:13:39 2015
    panic(cpu 0 caller 0xffffff8006edc24e): Kernel trap at 0xffffff8006ea3699, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x00007fff89a43e37, CR3: 0x000000006583c07b, CR4: 0x00000000001606e0
    RAX: 0x0000000000000001, RBX: 0x0000ff000000ff00, RCX: 0xffffff802d933000, RDX: 0x0000000000000821
    RSP: 0xffffff81f42fbd20, RBP: 0xffffff81f42fbd50, RSI: 0x0000000020b4f3bf, RDI: 0xffffff800cb80950
    R8:  0x0000000000000000, R9:  0xffffff81f42fbed0, R10: 0x0000000000000010, R11: 0x00007fff89a409b0
    R12: 0xffffff800cb80950, R13: 0xffffff800aae7000, R14: 0x00000000015eb000, R15: 0xffffff80286cf8e0
    RFL: 0x0000000000010206, RIP: 0xffffff8006ea3699, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x00007fff89a43e37, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81c85f7c50 : 0xffffff8006e22f79
    0xffffff81c85f7cd0 : 0xffffff8006edc24e
    0xffffff81c85f7ea0 : 0xffffff8006ef3746
    0xffffff81c85f7ec0 : 0xffffff8006ea3699
    0xffffff81f42fbd50 : 0xffffff8006e7833e
    0xffffff81f42fbf20 : 0xffffff8006edc68c
    0xffffff81f42fbfb0 : 0xffffff8006ef364b
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000006c00000
    Kernel text base: 0xffffff8006e00000
    System model name: MacBookPro11,2 (Mac-3CBD00234E554E41)
    System uptime in nanoseconds: 8538647824795
    last loaded kext at 245051319940: com.apple.filesystems.msdosfs 1.9 (addr 0xffffff7f88f6f000, size 65536)
    last unloaded kext at 305315012555: com.apple.filesystems.msdosfs 1.9 (addr 0xffffff7f88f6f000, size 57344)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.9
    tc.tctechnologies.driver.Saffire 4.1.4 18735
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleGraphicsDevicePolicy 3.6.22
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.ApplePlatformEnabler 2.0.9d6
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleCameraInterface 4.26.0
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleIntelHD5000Graphics 8.2.8
    com.apple.driver.AppleIntelFramebufferAzul 8.2.8
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AirPort.Brcm4360 842.21.65
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMC 3.1.8
    com.apple.iokit.IOSurface 91.1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOAcceleratorFamily2 98.22
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IO80211Family 640.36
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    Model: MacBookPro11,2, BootROM MBP112.0138.B07, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.18f15
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.65)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0256F, 251 GB
    USB Device: Internal Memory Card Reader
    USB Device: My Passport 0741
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB-PS/2 Optical Mouse
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
    This is the console log:
    31/01/15 15:13:35,000 bootlog[0]: BOOT_TIME 1422713615 0
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:37,000 syslogd[26]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    31/01/15 15:13:35,611 com.apple.launchd[1]: *** launchd[1] has started up. ***
    31/01/15 15:13:35,611 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    31/01/15 15:13:37,000 kernel[0]: Longterm timer threshold: 1000 ms
    31/01/15 15:13:37,000 kernel[0]: PMAP: PCID enabled
    31/01/15 15:13:37,000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    31/01/15 15:13:37,000 kernel[0]: Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    31/01/15 15:13:37,000 kernel[0]: vm_page_bootstrap: 4019271 free pages and 142265 wired pages
    31/01/15 15:13:37,000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    31/01/15 15:13:37,000 kernel[0]: zone leak detection enabled
    31/01/15 15:13:37,000 kernel[0]: "vm_compressor_mode" is 4
    31/01/15 15:13:37,000 kernel[0]: standard timeslicing quantum is 10000 us
    31/01/15 15:13:37,000 kernel[0]: standard background quantum is 2500 us
    31/01/15 15:13:37,000 kernel[0]: mig_table_max_displ = 74
    31/01/15 15:13:37,000 kernel[0]: TSC Deadline Timer supported and enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    31/01/15 15:13:37,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    31/01/15 15:13:37,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    31/01/15 15:13:37,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    31/01/15 15:13:37,000 kernel[0]: calling mpo_policy_init for Sandbox
    31/01/15 15:13:37,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    31/01/15 15:13:37,000 kernel[0]: calling mpo_policy_init for Quarantine
    31/01/15 15:13:37,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    31/01/15 15:13:37,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    31/01/15 15:13:37,000 kernel[0]: The Regents of the University of California. All rights reserved.
    31/01/15 15:13:37,000 kernel[0]: MAC Framework successfully initialized
    31/01/15 15:13:37,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    31/01/15 15:13:37,000 kernel[0]: AppleKeyStore starting (BUILT: Jun  3 2014 21:40:51)
    31/01/15 15:13:37,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    31/01/15 15:13:37,000 kernel[0]: ACPI: sleep states S3 S4 S5
    31/01/15 15:13:37,000 kernel[0]: pci (build 21:30:51 Jun  3 2014), flags 0x63008, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    31/01/15 15:13:37,000 kernel[0]: [ PCI configuration begin ]
    31/01/15 15:13:37,000 kernel[0]: console relocated to 0x7f90000000
    31/01/15 15:13:37,000 kernel[0]: [ PCI configuration end, bridges 12, devices 12 ]
    31/01/15 15:13:37,000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    31/01/15 15:13:37,000 kernel[0]: SATA WARNING: IDENTIFY DEVICE checksum not implemented.
    31/01/15 15:13:37,000 kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    31/01/15 15:13:37,000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    31/01/15 15:13:37,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    31/01/15 15:13:37,000 kernel[0]: rooting via boot-uuid from /chosen: 0A52658A-4BA7-33D9-BA7C-167E7384CECF
    31/01/15 15:13:37,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    31/01/15 15:13:37,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    31/01/15 15:13:37,000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    31/01/15 15:13:37,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    31/01/15 15:13:37,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    31/01/15 15:13:37,000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    31/01/15 15:13:37,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    31/01/15 15:13:37,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@1C,4/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SM0256F Media/IOGUIDPartitionScheme/Customer@2
    31/01/15 15:13:37,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    31/01/15 15:13:37,000 kernel[0]: jnl: b(1, 2): replay_journal: from: 24870400 to: 8900608 (joffset 0x19502000)
    31/01/15 15:13:37,000 kernel[0]: srom rev:11
    31/01/15 15:13:37,000 kernel[0]: ARPT: 0.854452: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    31/01/15 15:13:37,000 kernel[0]: ARPT: 0.854464: Data written into the PLL_CNTRL_ADDR2: 00000c31
    31/01/15 15:13:37,000 kernel[0]: ARPT: 0.854522: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    31/01/15 15:13:37,000 kernel[0]: ARPT: 0.861539: BTCOEXIST off
    31/01/15 15:13:37,000 kernel[0]: ARPT: 0.861735: BRCM tunables:
    31/01/15 15:13:37,000 kernel[0]: ARPT: 0.861739:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    31/01/15 15:13:37,000 kernel[0]: ARPT: 0.862329: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xa0600004]
    31/01/15 15:13:37,000 kernel[0]: 6.30.223.154 (r420397)
    31/01/15 15:13:37,000 kernel[0]: jnl: b(1, 2): journal replay done.
    31/01/15 15:13:37,000 kernel[0]: IOThunderboltSwitch<0xffffff8028477800>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    31/01/15 15:13:37,000 kernel[0]: IOThunderboltSwitch<0xffffff8028477800>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    31/01/15 15:13:37,000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    31/01/15 15:13:37,000 kernel[0]: XCPM: registered
    31/01/15 15:13:37,000 kernel[0]: hfs: Removed 60 orphaned / unlinked files and 978 directories
    31/01/15 15:13:37,000 kernel[0]: USBMSC Identifier (non-unique): 575838314135333131333039 0x1058 0x741 0x1022, 3
    31/01/15 15:13:37,000 kernel[0]: USBMSC Identifier (non-unique): 000000000820 0x5ac 0x8406 0x820, 3
    31/01/15 15:13:37,000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    31/01/15 15:13:37,106 com.apple.SecurityServer[22]: Session 100000 created
    31/01/15 15:13:37,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    31/01/15 15:13:37,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    31/01/15 15:13:37,181 com.apple.SecurityServer[22]: Entering service
    31/01/15 15:13:37,000 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    31/01/15 15:13:37,203 configd[25]: dhcp_arp_router: en0 SSID unavailable
    31/01/15 15:13:37,227 UserEventAgent[18]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    31/01/15 15:13:37,235 UserEventAgent[18]: Captive: CNPluginHandler en0: Inactive
    31/01/15 15:13:37,000 kernel[0]: init
    31/01/15 15:13:37,000 kernel[0]: probe
    31/01/15 15:13:37,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    31/01/15 15:13:37,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    31/01/15 15:13:37,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    31/01/15 15:13:37,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    31/01/15 15:13:37,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    31/01/15 15:13:37,000 kernel[0]: Previous Shutdown Cause: 5
    31/01/15 15:13:37,000 kernel[0]: AppleCamIn::init
    31/01/15 15:13:37,000 kernel[0]: AppleCamIn::probe
    31/01/15 15:13:37,000 kernel[0]: AppleCamIn::start
    31/01/15 15:13:37,000 kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff81f4245000 (len=65536)
    31/01/15 15:13:37,000 kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff8200014000 (len=268435456)
    31/01/15 15:13:37,000 kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff8029837380 (len=1048576)
    31/01/15 15:13:37,000 kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    31/01/15 15:13:37,309 configd[25]: setting hostname to "MacBook-Pro-di-Antonio.local"
    31/01/15 15:13:37,315 configd[25]: network changed.
    31/01/15 15:13:37,000 kernel[0]: IOBluetoothUSBDFU::probe
    31/01/15 15:13:37,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8289 FirmwareVersion - 0x0079
    31/01/15 15:13:37,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xf000 ****
    31/01/15 15:13:37,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xf000 ****
    31/01/15 15:13:37,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    31/01/15 15:13:37,000 kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    31/01/15 15:13:37,000 kernel[0]: IOPPF: XCPM mode
    31/01/15 15:13:37,000 kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers
    31/01/15 15:13:37,744 fseventsd[52]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (47507 2 47545)
    31/01/15 15:13:37,745 fseventsd[52]: log dir: /.fseventsd getting new uuid: D0CEFB1E-6108-4BBE-9BA0-7EFFC8121A51
    31/01/15 15:13:38,000 kernel[0]: SMC::smcIH WARNING: unexpected interrupt: 0x55
    31/01/15 15:13:38,000 kernel[0]: SMC::smcHandleInterruptEvent WARNING status=0x0 (0x20 not set) notif=0x0
    31/01/15 15:13:38,000 kernel[0]: SMC::smcIH WARNING: unexpected interrupt: 0x54
    31/01/15 15:13:38,000 kernel[0]: start
    31/01/15 15:13:38,000 kernel[0]: DSMOS has arrived
    31/01/15 15:13:38,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xf000
    31/01/15 15:13:38,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    31/01/15 15:13:38,000 kernel[0]: Saffire - 4.1.4.18735 (x86_64) Jun  4 2014 19:12:40
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path_object = 0xffffff8027f5c620
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path = IOACPIPlane:/_SB/PCI0@0/RP04@1c0003/CMRA@0
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_device_entry = 0xffffff80283d9e00
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIDevice = 0xffffff80283d9e00
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIPowerEnabled = 1
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::start - link control offset in PCI bridge = 0x50
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::start - pmcsr offset in PCI bridge = 0xa4
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::power_off_hardware
    31/01/15 15:13:38,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    31/01/15 15:13:38,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x1b40 -- 0xb000 -- 0xf000 ****
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::initForPM
    31/01/15 15:13:38,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    31/01/15 15:13:39,000 kernel[0]: hmm.. mismatch sizes: 3100 vs 20
    31/01/15 15:13:39,000 kernel[0]: fGPUIdleIntervalMS = 0
    31/01/15 15:13:39,000 kernel[0]: fGPUIdleIntervalMS = 0
    31/01/15 15:13:39,000 kernel[0]: fGPUIdleIntervalMS = 0
    31/01/15 15:13:39,000 kernel[0]: fGPUIdleIntervalMS = 0
    31/01/15 15:13:39,000 kernel[0]: en1: promiscuous mode enable succeeded
    31/01/15 15:13:39,000 kernel[0]: en2: promiscuous mode enable succeeded
    31/01/15 15:13:39,000 kernel[0]: VM Swap Subsystem is ON
    31/01/15 15:13:39,658 hidd[88]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    31/01/15 15:13:39,659 hidd[88]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    31/01/15 15:13:39,664 SystemStarter[64]: lstat("/Library/StartupItems/StartupParameters.plist/StartupParameters.plist"): Not a directory
    31/01/15 15:13:39,665 DumpPanic[91]: Saved panic report for kernel to /Library/Logs/DiagnosticReports/Kernel_2015-01-31-151339_MacBook-Pro-di-Antonio .panic
    31/01/15 15:13:39,693 com.apple.usbmuxd[62]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    31/01/15 15:13:39,744 loginwindow[83]: Login Window Application Started
    31/01/15 15:13:39,760 awacsd[99]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    31/01/15 15:13:39,764 awacsd[99]: InnerStore CopyAllZones: no info in Dynamic Store
    31/01/15 15:13:39,773 mDNSResponder[80]: mDNSResponder mDNSResponder-522.92.1 (Jun  3 2014 12:57:56) starting OSXVers 13
    31/01/15 15:13:39,775 digest-service[105]: label: default
    31/01/15 15:13:39,776 digest-service[105]: dbname: od:/Local/Default
    31/01/15 15:13:39,776 digest-service[105]: mkey_file: /var/db/krb5kdc/m-key
    31/01/15 15:13:39,776 digest-service[105]: acl_file: /var/db/krb5kdc/kadmind.acl
    31/01/15 15:13:39,778 digest-service[105]: digest-request: uid=0
    31/01/15 15:13:39,826 WindowServer[115]: Server is starting up
    31/01/15 15:13:39,827 digest-service[105]: digest-request: netr probe 0
    31/01/15 15:13:39,828 digest-service[105]: digest-request: init request
    31/01/15 15:13:39,830 WindowServer[115]: Session 256 retained (2 references)
    31/01/15 15:13:39,830 WindowServer[115]: Session 256 released (1 references)
    31/01/15 15:13:39,835 mds[79]: (Normal) FMW: FMW 0 0
    31/01/15 15:13:39,836 digest-service[105]: digest-request: init return domain: BUILTIN server: MACBOOK-PRO-DI-ANTONIO indomain was: <NULL>
    31/01/15 15:13:39,841 com.apple.kextd[19]: kext com.paceap.kext.pacesupport.snowleopard  509009000 is in exception list, allowing to load
    31/01/15 15:13:39,851 WindowServer[115]: Session 256 retained (2 references)
    31/01/15 15:13:39,852 WindowServer[115]: init_page_flip: page flip mode is on
    31/01/15 15:13:39,854 systemkeychain[116]: done file: /var/run/systemkeychaincheck.done
    31/01/15 15:13:39,864 configd[25]: network changed.
    31/01/15 15:13:39,867 configd[25]: network changed: DNS*
    31/01/15 15:13:39,878 apsd[101]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    31/01/15 15:13:39,905 mds[79]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    31/01/15 15:13:39,906 mds[79]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    31/01/15 15:13:39,926 mds[79]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    31/01/15 15:13:39,938 airportd[103]: airportdProcessDLILEvent: en0 attached (up)
    31/01/15 15:13:39,000 kernel[0]: nspace-handler-set-snapshot-time: 1422713621
    31/01/15 15:13:39,000 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
    31/01/15 15:13:39,000 kernel[0]: AirPort_Brcm4360_P2PInterface::init() <p2p> role 1
    31/01/15 15:13:39,939 com.apple.mtmd[78]: Set snapshot time: 2015-01-31 15:13:41 +0100 (current time: 2015-01-31 15:13:39 +0100)
    31/01/15 15:13:39,952 WindowServer[115]: Found 27 modes for display 0x00000000 [27, 0]
    31/01/15 15:13:39,977 locationd[85]: NBB-Could not get UDID for stable refill timing, falling back on random
    31/01/15 15:13:39,988 WindowServer[115]: Found 1 modes for display 0x00000000 [1, 0]
    31/01/15 15:13:40,018 WindowServer[115]: Found 1 modes for display 0x00000000 [1, 0]
    31/01/15 15:13:40,035 WindowServer[115]: Found 1 modes for display 0x00000000 [1, 0]
    31/01/15 15:13:40,036 WindowServer[115]: mux_initialize: Couldn't find any matches
    31/01/15 15:13:40,037 WindowServer[115]: Found 27 modes for display 0x00000000 [27, 0]
    31/01/15 15:13:40,042 WindowServer[115]: Found 1 modes for display 0x00000000 [1, 0]
    31/01/15 15:13:40,042 WindowServer[115]: Found 1 modes for display 0x00000000 [1, 0]
    31/01/15 15:13:40,042 WindowServer[115]: Found 1 modes for display 0x00000000 [1, 0]
    31/01/15 15:13:40,066 mDNSResponder[80]: D2D_IPC: Loaded
    31/01/15 15:13:40,067 mDNSResponder[80]: D2DInitialize succeeded
    31/01/15 15:13:40,068 WindowServer[115]: WSMachineUsesNewStyleMirroring: true
    31/01/15 15:13:40,068 WindowServer[115]: Display 0x04280880: GL mask 0x1; bounds (0, 0)[1440 x 900], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a022, S/N 0, Unit 0, Rotation 0
    UUID 0xfd6e905353b752245892f9f7ec52cef3
    31/01/15 15:13:40,069 WindowServer[115]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,069 WindowServer[115]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,069 WindowServer[115]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,069 WindowServer[115]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,069 WindowServer[115]: WSSetWindowTransform: Singular matrix
    31/01/15 15:13:40,069 WindowServer[115]: WSSetWindowTransform: Singular matrix
    31/01/15 15:13:40,069 WindowServer[115]: WSSetWindowTransform: Singular matrix
    31/01/15 15:13:40,069 mDNSResponder[80]:   4: Listening for incoming Unix Domain Socket client requests
    31/01/15 15:13:40,079 WindowServer[115]: Display 0x04280880: GL mask 0x1; bounds (0, 0)[1440 x 900], 27 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a022, S/N 0, Unit 0, Rotation 0
    UUID 0xfd6e905353b752245892f9f7ec52cef3
    31/01/15 15:13:40,079 WindowServer[115]: Display 0x003f0040: GL mask 0x10; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,079 WindowServer[115]: Display 0x003f003f: GL mask 0x8; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,079 WindowServer[115]: Display 0x003f003e: GL mask 0x4; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,079 WindowServer[115]: Display 0x003f003d: GL mask 0x2; bounds (2467, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    31/01/15 15:13:40,079 WindowServer[115]: CGXPerformInitialDisplayConfiguration
    31/01/15 15:13:40,079 WindowServer[115]:   Display 0x04280880: Unit 0; Vendor 0x610 Model 0xa022 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 2
    31/01/15 15:13:40,079 WindowServer[115]:   Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    31/01/15 15:13:40,079 WindowServer[115]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    31/01/15 15:13:40,079 WindowServer[115]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    31/01/15 15:13:40,079 WindowServer[115]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2467,0)[1 x 1], Rotation 0, Resolution 1
    31/01/15 15:13:40,091 networkd[136]: networkd.136 built Aug 24 2013 22:08:46
    31/01/15 15:13:40,092 locationd[85]: Location icon should now be in state 'Inactive'
    31/01/15 15:13:40,093 WindowServer[115]: GLCompositor: GL renderer id 0x01024502, GL mask 0x0000001f, accelerator 0x000034a7, unit 0, caps QEX|MIPMAP, vram 1536 MB
    31/01/15 15:13:40,094 WindowServer[115]: GLCompositor: GL renderer id 0x01024502, GL mask 0x0000001f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    31/01/15 15:13:40,094 WindowServer[115]: GLCompositor enabled for tile size [256 x 256]
    31/01/15 15:13:40,094 WindowServer[115]: CGXGLInitMipMap: mip map mode is on
    31/01/15 15:13:40,099 locationd[85]: locationd was started after an unclean shutdown
    31/01/15 15:13:40,101 loginwindow[83]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    31/01/15 15:13:40,185 WindowServer[115]: Display 0x04280880: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    31/01/15 15:13:40,203 launchctl[143]: com.apple.findmymacmessenger: Already loaded
    31/01/15 15:13:40,219 com.apple.SecurityServer[22]: Session 100005 created
    31/01/15 15:13:40,272 loginwindow[83]: Setting the initial value of the magsave brightness level 1
    31/01/15 15:13:40,294 UserEventAgent[144]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    31/01/15 15:13:40,300 loginwindow[83]: Login Window Started Security Agent
    31/01/15 15:13:40,360 SecurityAgent[152]: This is the first run
    31/01/15 15:13:40,360 SecurityAgent[152]: MacBuddy was run = 0
    31/01/15 15:13:40,384 WindowServer[115]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280880 device: 0x7fc788c0de10  isBackBuffered: 1 numComp: 3 numDisp: 3
    31/01/15 15:13:40,384 WindowServer[115]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fc788c0de10) - enabling OpenGL
    31/01/15 15:13:40,000 kernel[0]: hfs: early journal init: volume on disk1s2 is read-only and journal is dirty.  Can not mount volume.
    31/01/15 15:13:40,000 kernel[0]: hfs_mountfs: hfs_early_journal_init failed, erroring out
    31/01/15 15:13:40,000 kernel[0]: hfs_mount: hfs_mountfs returned error=22 for device disk1s2
    31/01/15 15:13:40,421 diskarbitrationd[24]: unable to mount /dev/disk1s2 (status code 0x00000001).
    31/01/15 15:13:40,000 kernel[0]: jnl: disk1s2: replay_journal: from: 103047168 to: 106344448 (joffset 0x3a38000)
    31/01/15 15:13:40,869 parentalcontrolsd[172]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    31/01/15 15:13:41,000 kernel[0]: en0: 802.11d country code set to 'AL'.
    31/01/15 15:13:41,000 kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    31/01/15 15:13:42,070 WindowServer[115]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    31/01/15 15:13:42,090 WindowServer[115]: Display 0x04280880: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    31/01/15 15:13:42,115 WindowServer[115]: Display 0x04280880: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    31/01/15 15:13:43,000 kernel[0]: ARPT: 8.880612: MacAuthEvent en0   Auth result for: 00:04:ed:93:06:00  MAC AUTH succeeded
    31/01/15 15:13:43,000 kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    31/01/15 15:13:43,000 kernel[0]: AirPort: Link Up on en0
    31/01/15 15:13:43,000 kernel[0]: en0: BSSID changed to 00:04:ed:93:06:00
    31/01/15 15:13:43,000 kernel[0]: AirPort: RSN handshake complete on en0
    31/01/15 15:13:43,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    31/01/15 15:13:45,091 mtmfs[77]: mount succeeded for /Volumes/MobileBackups
    31/01/15 15:13:45,100 mds[79]: (Normal) Volume: volume:0x7fcf9481fc00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/MobileBackups
    31/01/15 15:13:45,101 mds[79]: (Normal) Volume: volume:0x7fcf9481fc00 ********** Created snapshot backup index
    31/01/15 15:13:45,000 kernel[0]: jnl: disk1s2: journal replay done.
    31/01/15 15:13:45,709 configd[25]: network changed: DNS* Proxy
    31/01/15 15:13:45,709 UserEventAgent[18]: Captive: [CNInfoNetworkActive:1655] en0: SSID 'Rete Wireless Casa' making interface primary (protected network)
    31/01/15 15:13:45,709 UserEventAgent[18]: Captive: CNPluginHandler en0: Evaluating
    31/01/15 15:13:45,710 UserEventAgent[18]: Captive: en0: Probing 'Rete Wireless Casa'
    31/01/15 15:13:45,713 configd[25]: network changed: v4(en0!:192.168.1.100) DNS+ Proxy+ SMB
    31/01/15 15:13:45,806 UserEventAgent[18]: Captive: CNPluginHandler en0: Authenticated
    31/01/15 15:13:45,707 ntpd[59]: proto: precision = 1.000 usec
    31/01/15 15:13:47,013 SecurityAgent[152]: User info context values set for antoniopastore
    31/01/15 15:13:47,108 apsd[101]: Unrecognized leaf certificate
    31/01/15 15:13:47,000 kernel[0]: hfs: Removed 0 orphaned / unlinked files and 49 directories
    31/01/15 15:13:47,000 kernel[0]: hfs: mounted PASTO on device disk1s2
    31/01/15 15:13:47,191 SecurityAgent[152]: Login Window login proceeding
    31/01/15 15:13:47,438 fseventsd[52]: event logs in /Volumes/PASTO/.fseventsd out of sync with volume.  destroying old logs. (47555 7 47555)
    31/01/15 15:13:47,620 fseventsd[52]: log dir: /Volumes/PASTO/.fseventsd getting new uuid: 4ED00700-ADC7-436D-80F4-E34671CA64AF
    31/01/15 15:13:47,673 fseventsd[52]: Events arrived for /Volumes/PASTO after an unmount request! Re-initializing.
    31/01/15 15:13:47,673 fseventsd[52]: creating a dls for /Volumes/PASTO but it already has one...
    31/01/15 15:13:50,000 kernel[0]: hfs: unmount initiated on PASTO on device disk1s2
    31/01/15 15:13:51,176 loginwindow[83]: Login Window - Returned from Security Agent
    31/01/15 15:13:51,209 loginwindow[83]: USER_PROCESS: 83 console
    31/01/15 15:13:51,226 airportd[103]: _doAutoJoin: Already associated to “Rete Wireless Casa”. Bailing on auto-join.
    31/01/15 15:13:51,000 kernel[0]: AppleKeyStore:Sending lock change 0
    31/01/15 15:13:51,289 com.apple.launchd.peruser.501[185]: Background: Aqua: Registering new GUI session.
    31/01/15 15:13:51,305 com.apple.launchd.peruser.501[185]: (com.spotify.webhelper) Unknown key: SpotifyPath
    31/01/15 15:13:51,305 com.apple.launchd.peruser.501[185]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    31/01/15 15:13:51,306 com.apple.launchd.peruser.501[185]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    31/01/15 15:13:51,308 launchctl[188]: com.apple.pluginkit.pkd: Already loaded
    31/01/15 15:13:51,308 launchctl[188]: com.apple.sbd: Already loaded
    31/01/15 15:13:51,315 distnoted[190]: # distnote server agent  absolute time: 17.423483612   civil time: Sat Jan 31 15:13:51 2015   pid: 190 uid: 501  root: no
    31/01/15 15:13:51,491 WindowServer[115]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    31/01/15 15:13:51,546 sharingd[218]: Starting Up...
    31/01/15 15:13:51,000 kernel[0]: Google Chrome (map: 0xffffff802ba3ac30) triggered DYLD shared region unnest for map: 0xffffff802ba3ac30, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:51,569 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    31/01/15 15:13:51,570 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    31/01/15 15:13:51,571 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    31/01/15 15:13:51,571 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    31/01/15 15:13:51,571 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    31/01/15 15:13:51,571 com.apple.audio.DriverHelper[211]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    31/01/15 15:13:51,588 WindowServer[115]: Display 0x04280880: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    31/01/15 15:13:51,594 com.apple.audio.DriverHelper[211]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    31/01/15 15:13:51,594 com.apple.audio.DriverHelper[211]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    31/01/15 15:13:51,594 com.apple.audio.DriverHelper[211]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    31/01/15 15:13:51,682 xpcproxy[228]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    31/01/15 15:13:51,789 com.apple.SecurityServer[22]: Session 100008 created
    31/01/15 15:13:51,809 SystemUIServer[203]: MenuCracker 2.2 (/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuCracker.me nu)
      See http://sourceforge.net/projects/menucracker
      MenuCracker is now loaded. Ready to accept new menu extras.
    31/01/15 15:13:51,809 SystemUIServer[203]: failed to instantiate and get the principal class of bundle: NSBundle </Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuCracker.me nu> (loaded)
    31/01/15 15:13:51,819 SystemUIServer[203]: MenuCracker: Allowing "MenuMeterCPUExtra".
    31/01/15 15:13:51,819 xpcproxy[234]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    31/01/15 15:13:51,820 SystemUIServer[203]: MenuCracker: Allowing "MenuMeterDiskExtra".
    31/01/15 15:13:51,821 SystemUIServer[203]: MenuCracker: Allowing "MenuMeterMemExtra".
    31/01/15 15:13:51,822 SystemUIServer[203]: MenuCracker: Allowing "MenuMeterNetExtra".
    31/01/15 15:13:51,826 SystemUIServer[203]: Could not load menu extra NSBundle </Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuCracker.me nu> (loaded) for Class (null)
    31/01/15 15:13:51,827 SystemUIServer[203]: Cannot find executable for CFBundle 0x7fa632662fa0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    31/01/15 15:13:51,841 SystemUIServer[203]: Cannot find executable for CFBundle 0x7fa6326614d0 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    31/01/15 15:13:51,842 SystemUIServer[203]: Cannot find executable for CFBundle 0x7fa632660100 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    31/01/15 15:13:51,851 UserEventAgent[189]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    31/01/15 15:13:51,892 com.apple.IconServicesAgent[236]: IconServicesAgent launched.
    31/01/15 15:13:51,905 Finder[204]: Failed to mmap file. The file has zero length.
    31/01/15 15:13:51,905 Finder[204]: Failed to mmap file. The file has zero length.
    31/01/15 15:13:51,905 Finder[204]: Failed to mmap file. The file has zero length.
    31/01/15 15:13:51,905 Finder[204]: Failed to mmap file. The file has zero length.
    31/01/15 15:13:51,905 Finder[204]: Failed to mmap file. The file has zero length.
    31/01/15 15:13:51,915 com.apple.IconServicesAgent[236]: Failed to mmap file. The file has zero length.
    31/01/15 15:13:51,932 SystemUIServer[203]: MenuMeterCPU loaded.
    31/01/15 15:13:51,944 SystemUIServer[203]: MenuMeterDisk loaded.
    31/01/15 15:13:51,951 SystemUIServer[203]: MenuMeterMem loaded.
    31/01/15 15:13:51,962 SystemUIServer[203]: MenuMeterNet loaded.
    31/01/15 15:13:51,997 SystemUIServer[203]: *** WARNING: Method convertRectToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    31/01/15 15:13:51,997 SystemUIServer[203]: *** WARNING: Method convertRectFromBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    31/01/15 15:13:52,006 SystemUIServer[203]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    31/01/15 15:13:52,006 SystemUIServer[203]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    31/01/15 15:13:52,083 Console[199]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    31/01/15 15:13:52,213 com.apple.SecurityServer[22]: Session 100012 created
    31/01/15 15:13:52,303 com.apple.IconServicesAgent[236]: main Failed to composit image for binding VariantBinding [0x12d] flags: 0x8 binding: FileInfoBinding [0x21f] - extension: mov, UTI: com.apple.quicktime-movie, fileType: ????.
    31/01/15 15:13:52,304 quicklookd[237]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: mov, UTI: com.apple.quicktime-movie, fileType: ???? request size:128 scale: 1
    31/01/15 15:13:52,305 com.apple.IconServicesAgent[236]: main Failed to composit image for binding VariantBinding [0x221] flags: 0x8 binding: FileInfoBinding [0x12f] - extension: MOV, UTI: com.apple.quicktime-movie, fileType: ????.
    31/01/15 15:13:52,306 quicklookd[237]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: MOV, UTI: com.apple.quicktime-movie, fileType: ???? request size:128 scale: 1
    31/01/15 15:13:52,329 com.apple.time[189]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    31/01/15 15:13:52,000 kernel[0]: Google Chrome He (map: 0xffffff802cc9bd20) triggered DYLD shared region unnest for map: 0xffffff802cc9bd20, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:52,345 SystemUIServer[203]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    31/01/15 15:13:52,345 SystemUIServer[203]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    31/01/15 15:13:52,410 com.apple.SecurityServer[22]: Session 100013 created
    31/01/15 15:13:52,000 kernel[0]: hfs: mounted PASTO on device disk1s2
    31/01/15 15:13:52,809 accountsd[256]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    31/01/15 15:13:52,953 AirPlayUIAgent[257]: 2015-01-31 03:13:52.952738 PM [AirPlayUIAgent] Changed PIN pairing: no
    31/01/15 15:13:52,955 AirPlayUIAgent[257]: 2015-01-31 03:13:52.955107 PM [AirPlayUIAgent] Changed PIN pairing: no
    31/01/15 15:13:53,003 com.apple.time[189]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    31/01/15 15:13:53,026 com.apple.NotesMigratorService[259]: Joined Aqua audit session
    31/01/15 15:13:53,043 com.apple.internetaccounts[234]: An instance 0x7fa6fb230d10 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa6fb230e30> (
    <NSKeyValueObservance 0x7fa6fb230dc0: Observer: 0x7fa6fb22a380, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff97ad143b, Property: 0x7fa6fb232f70>
    31/01/15 15:13:53,046 com.apple.internetaccounts[234]: An instance 0x7fa6fb12ff00 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa6fb130120> (
    <NSKeyValueObservance 0x7fa6fb12ffb0: Observer: 0x7fa6fb12f810, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff97ad143b, Property: 0x7fa6fb232f70>
    31/01/15 15:13:53,056 com.apple.internetaccounts[234]: An instance 0x7fa6f96a5460 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa6f96a55f0> (
    <NSKeyValueObservance 0x7fa6f96a5510: Observer: 0x7fa6f96a4390, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff97ad143b, Property: 0x7fa6fb232f70>
    31/01/15 15:13:53,059 com.apple.internetaccounts[234]: An instance 0x7fa6fb3c56a0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa6fb3b8220> (
    <NSKeyValueObservance 0x7fa6fb3c5720: Observer: 0x7fa6fb397350, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff97ad143b, Property: 0x7fa6fb232f70>
    31/01/15 15:13:53,076 com.apple.internetaccounts[234]: An instance 0x7fa6f945d7f0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa6f945d910> (
    <NSKeyValueObservance 0x7fa6f945d8a0: Observer: 0x7fa6f945c100, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff97ad143b, Property: 0x7fa6fb232f70>
    31/01/15 15:13:53,309 com.apple.IconServicesAgent[236]: main Failed to composit image for binding VariantBinding [0x24b] flags: 0x8 binding: FileInfoBinding [0x159] - extension: midi, UTI: public.midi-audio, fileType: ????.
    31/01/15 15:13:53,310 quicklookd[237]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: midi, UTI: public.midi-audio, fileType: ???? request size:256 scale: 1
    31/01/15 15:13:53,314 com.apple.IconServicesAgent[236]: main Failed to composit image for binding VariantBinding [0x15b] flags: 0x8 binding: FileInfoBinding [0x24d] - extension: sib, UTI: com.sibelius.score, fileType: ????.
    31/01/15 15:13:53,315 quicklookd[237]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: sib, UTI: com.sibelius.score, fileType: ???? request size:256 scale: 1
    31/01/15 15:13:53,000 kernel[0]: Google Chrome He (map: 0xffffff802cc9b1e0) triggered DYLD shared region unnest for map: 0xffffff802cc9b1e0, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:53,000 kernel[0]: Google Chrome He (map: 0xffffff802cc9b2d0) triggered DYLD shared region unnest for map: 0xffffff802cc9b2d0, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:53,000 kernel[0]: Google Chrome He (map: 0xffffff802cc9b000) triggered DYLD shared region unnest for map: 0xffffff802cc9b000, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:53,000 kernel[0]: Google Chrome He (map: 0xffffff802cc9b0f0) triggered DYLD shared region unnest for map: 0xffffff802cc9b0f0, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:54,000 kernel[0]: Google Chrome He (map: 0xffffff802ddb0f00) triggered DYLD shared region unnest for map: 0xffffff802ddb0f00, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:54,476 awacsd[99]: Exiting
    31/01/15 15:13:55,887 com.apple.dock.extra[260]: <NSXPCConnection: 0x7fef0ca03f90>: received an undecodable message (no exported object to receive message). Dropping message.
    31/01/15 15:13:57,076 com.apple.launchd.peruser.501[185]: (com.apple.iTunesHelper.45440[305]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,094 com.apple.launchd.peruser.501[185]: (com.spotify.client.78704[306]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,107 com.apple.launchd.peruser.501[185]: (com.google.GoogleDrive.75712[307]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,117 com.apple.launchd.peruser.501[185]: (com.google.android.mtpagent.115664[308]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,137 com.apple.launchd.peruser.501[185]: (com.yourcompany.KiesAgent.116192[309]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,149 com.apple.launchd.peruser.501[185]: (OpenObject.fuspredownloader.117776[310]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,240 KiesAgent[309]: KiesAgent started, 0
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,364 Paragon Updater[300]: opening log at /Users/antoniopastore/Library/Logs/paragon.Paragon-Updater.log ...
    31/01/15 15:13:57,365 Paragon Updater[300]: done
    31/01/15 15:13:57,367 Paragon Updater[300]: Updater started. Updater version: 1.97
    31/01/15 15:13:57,368 Paragon Updater[300]: Arguments: --check, --delay=30
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,441 Skip Tunes[315]: Can't find app with identifier com.rdio.desktop
    31/01/15 15:13:57,471 Google Drive[307]: PyObjCPointer created: at 0xa02b2438 of type {__CFBoolean=}
    31/01/15 15:13:57,472 Google Drive[307]: PyObjCPointer created: at 0xa02b2430 of type {__CFBoolean=}
    31/01/15 15:13:57,474 Google Drive[307]: PyObjCPointer created: at 0xa02b2440 of type {__CFNumber=}
    31/01/15 15:13:57,474 Google Drive[307]: PyObjCPointer created: at 0xa02b2450 of type {__CFNumber=}
    31/01/15 15:13:57,475 Google Drive[307]: PyObjCPointer created: at 0xa02b2460 of type {__CFNumber=}
    31/01/15 15:13:57,516 WiFiKeychainProxy[288]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    31/01/15 15:13:57,517 WiFiKeychainProxy[288]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    31/01/15 15:13:53,000 kernel[0]: Google Chrome He (map: 0xffffff802cc9b000) triggered DYLD shared region unnest for map: 0xffffff802cc9b000, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:53,000 kernel[0]: Google Chrome He (map: 0xffffff802cc9b0f0) triggered DYLD shared region unnest for map: 0xffffff802cc9b0f0, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:54,000 kernel[0]: Google Chrome He (map: 0xffffff802ddb0f00) triggered DYLD shared region unnest for map: 0xffffff802ddb0f00, region 0x7fff8c600000->0x7fff8c800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    31/01/15 15:13:54,476 awacsd[99]: Exiting
    31/01/15 15:13:55,887 com.apple.dock.extra[260]: <NSXPCConnection: 0x7fef0ca03f90>: received an undecodable message (no exported object to receive message). Dropping message.
    31/01/15 15:13:57,076 com.apple.launchd.peruser.501[185]: (com.apple.iTunesHelper.45440[305]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,094 com.apple.launchd.peruser.501[185]: (com.spotify.client.78704[306]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,107 com.apple.launchd.peruser.501[185]: (com.google.GoogleDrive.75712[307]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,117 com.apple.launchd.peruser.501[185]: (com.google.android.mtpagent.115664[308]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,137 com.apple.launchd.peruser.501[185]: (com.yourcompany.KiesAgent.116192[309]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,149 com.apple.launchd.peruser.501[185]: (OpenObject.fuspredownloader.117776[310]) Spawned and waiting for the debugger to attach before continuing...
    31/01/15 15:13:57,240 KiesAgent[309]: KiesAgent started, 0
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,000 kernel[0]: Sandbox: assistantd(297) deny file-read-data /Applications/32 Lives.app/Contents/Resources/TTLWrapperPlugin.dylib
    31/01/15 15:13:57,364 Paragon Updater[300]: opening log at /Users/antoniopastore/Library/Logs/paragon.Paragon-Updater.log ...
    31/01/15 15:13:57,365 Paragon Updater[300]: done
    31/01/15 15:13:57,367 Paragon Updater[300]: Updater started. Updater version: 1.97
    31/01/15 15:13:57,368 Paragon Updater[300]: Arguments: --check, --delay=30
    31

  • Clock problems after IOS 4.2 upgrade

    We have 2 Iphone 4 at home, each connected to a different computer ( 1 Mac, 1 PC ).
    After the upgrade to IOS 4.2 both have a problem with the clock. When the phone is put on "update clock automatically" ,the following happens (We live in Belgium)
    -Phone 1 switches to summer time as soon as a connection with the provider is made. If you go to fly mode, or put the clock on manual, the correct time is displayed. This occurs wherever you are so it is not linked to the information provided by the cell tower. After a hard reset and restore, this problem was solved.
    -Phone 2 is even stranger. I was in NYC a few weeks ago and set the clock manually on EST. Back in Belgium everything worked fine until after the upgrade. Now the clock will go to EST overnight, ie when I wake up in the morning at 7 AM, it is suddenly 2 AM in the morning. Here, if you go to manual setting of the clock, then switch back to automatic setting, it works fine again.... until the next morning ! And I don't switch off the phone at night
    I guess a hard reboot + restore will be needed as well.
    Anybody else came across this problem ?

    Since 2 days I have the same problem with my Iphone.
    I also live in Belgium and my phone was all of a sudden 1 hour ahead of our local time. I modified the clock settings to manual and then the time switched back correctly. Today somewhere between 8 and 11 AM I noticed the clock was 1 hour ahead again. I adjusted the clock settings to manual again and the clock is correct again. How come this is happening ?
    It all started since my upgrade to version 4.2.1.
    Can someone please take a look at this ? For the record I use the 3 GS 16 GB version. My provider is Proximus.
    Seems my favorite Apple is starting to look a lot like Microsoft since this is the second major time/clock bug in a few weeks.
    Message was edited by: Renny74

  • Z77A-GD65, "Missing Operating System" after running Live Update

    So here's the brand new computer I assembled:
    $309.99 HIS IceQ Boost Clock H795QC3G2M Radeon HD 7950 3GB 384-bit GDDR5 PCI Express 3.0 x16
    $219.99 Intel Core i5-3570K Ivy Bridge 3.4GHz (3.8GHz Turbo) LGA 1155 77W Quad-Core Processor Intel HD Graphics 4000
    $199.99 Acer G276HLDbd Black 27" 6ms (GTG) Widescreen LED Monitor
    $179.99 Western Digital WD Black WD2002FAEX 2TB 7200 RPM SATA 6.0Gb/s 3.5" Internal Hard Drive
    $159.99 AZZA Hurricane 2000 CSAZ-2000 Black SECC Japanese Steel ATX Full Tower Case
    $154.99 Intel 335 Series 2.5" 240GB SATA III MLC Internal Solid State Drive (SSD)
    $154.99 Intel 335 Series 2.5" 240GB SATA III MLC Internal Solid State Drive (SSD)
    $144.99 MSI Z77A-GD65 LGA 1155 Intel Z77 Motherboard with UEFI BIOS
    $119.99 OCZ ZT Series 750W Fully-Modular 80PLUS Bronze Power Supply
    $99.99 Kingston HyperX Beast 16GB (4 x 4GB) 240-Pin DDR3 2400 (PC3 19200) RAM
    $99.99 Logitech G930 USB Connector Circumaural Wireless Gaming Headset
    $99.99 Microsoft Windows 7 Home Premium SP1 64-bit - OEM
    $74.99 ASUS Black Blu-ray Burner SATA BW-12B1ST/BLK/G/AS
    $59.40 CNPS9900MAXR Red CPU Cooler
    $49.95 3YR DATA RECOVERY SERVICE I INT. HD For (WD Black 2TB)
    $34.99 2 yr Replacement W/ ADH plan For (Acer 27" LCD)
    $10.99 LITE-ON SK-2030/B Black PS/2 Wired Slim Keyboard
    $9.99 LITE-ON SK-2035/B Black USB Wired Slim Keyboard
    I wanted to have the SSDs in RAID0 with Win7 and the games on it, then a volume on the 2TB that the RAID backs up to, with the remaining 1.5TB just free storage space in another volume.  I couldn't get raid past Win7's Where Do You Want To Install screen during installation, so I ended up installing the OS on just one SSD.  I figured I'd backup the functioning OS to the 2TB then rebuild the RAID array and copy the OS back onto it.
    The system had been up an running for a full day, being updated left and right nonstop, several big games put in, etc etc, everything was running fine until I decided to run MSI Live Update and started pumping in updates.  Constant errors as I went along, but generally it'd just skip to the next installation attempt.  When it got down to updating the BIOS and did it's DOS injection thing, it for forcefully shut down the PC, restarted, did Post, flashed the BIOS wallpaper, restarted again, Posted, no BIOS wallpaper, just endless "Missing Operating System".  Walked away, went to bed, back up and at it for a few minutes (Will be back tonight for however long it takes to get it fixed).  I switched the BIOS switch over, no dice.  Feels like it's a BIOS "OS" that's gone, and that a BIOS reset/flash is in order or something, but I've never done these things.
    Thanks in advance for any rendered assistance that leads to resolution.

    The SSDs are definitely hooked up where they're supposed to go; the motherboard had a little sticker n' everything for where the two SSD dedicated SATA 6.0gbps ports were :P  AND my case has 2 specific slots for SSDs which don't use the hotswap electronics PCB passthrough like the other 4 bays, which is where the 2T is installed.  I was going to take the 2TB out and hook it up normally and see if that changed the speeds, but I'm leaning towards wishful thinking.  Did I mention I went and made several volumes with different file cluster sizes to test and see if that was the issue?  Alas, all were borked.  It still confuses me though because every once n' awhile it'd do massive burst speeds the way it's supposed to.
    As far as I can recall I'm using up to date BIOS, the last one or two.  One BIOS switch is set for the last BIOS, the other switch is a step back devoid of the Windows 8 stuff.  I believe I have all the drivers up to date as well.  Intel 335's are literally brand new, mine hadn't been more than 3 weeks old off the production line when I received them; IE, they should pretty much have the latest firmware on them which spares me the risk of destroying something precious 
    I MIGHT have a SATA external enclosure around here somewhere, if so, the 2TB could go in that for additional testing until I figure out where it's sustaining speeds of 2-10MB vs 100-150MB/second.
    Meanwhile, the good news is that the system has been fully operational and hella stable.  I hadn't slept in almost 3 days, playing and installing stuff nonstop.  The system continues to run cooler (32c@stock CPU speed) as the thermal paste sets in, the knocking sound of the fan in the PSU has gone away upon me reawakening a bit ago, and amazingly, this massive system (with EIGHT fans) draws only 60-65 watts while desktopping.  That's just astounding 

Maybe you are looking for

  • Input and output task synchronisation

    Hello, I need to generate finite digital and analog signals with the same rate and I want to measure analog inputs 10 times faster at the same time Now it looks like that: Analog output clock is used to generate digital output at the same rate, I use

  • Safari will not display JPEGs

    Ever since I installed the 10.4.6 update when I open safari it will not show any JPEGs... This problem happened immideatley after I did the install. Any web page having jpeg files just show an empty space where ever ther should be a photo. If anyone

  • TV picture very unclear when I play ipod videos

    Recently I have had a problem playing ipod videos on my tv. It used to work great, but now it only shows a picture with a bad horizontial hold. It constantly scrolls down and movies/vidoes can't be watched. Does it need to be reset?

  • Mapviewer 11EA & WMS

    Hi!, I've tested the terramap server us: String[] layers2 = {"USGS Digital Ortho-Quadrangles"}; String[] styles2 = null; mvHandle.addWMSMapTheme("wms_theme2","http://terraserver.microsoft.com/ogccapabilities.ashx",layers2,styles2,null); I know, the W

  • 11gR2 OCR and ASM, recommendation please

    For 11gR2 - storing OCR on ASM I see posts recommending that OCR be stored in a seperate diskgroup from Database or recovery files, but no detail on why. I'm mearly seeking to understand the recommendation, I'm not questioning it. Please can someone