IOCTL call SunOS 5.6

Hi All,
I am trying to port a code from UnixWare to SunOS 5.6
that basically opens a proprietary SCSI disk as a character device and access the Media Info, the disk Indo and then the boot table starting from LBA 0 and so on. On UnixWare the ioctl() call takes parms like
V_PREAD, V_GETPARMS etc..
Does anybody have any info on the equivalent commands and the datastructure on SonOS 5.6.
Besides this, the SunOS controller prevents any read from this SCSI disk untill I go ahead and change the LABEL info on the disk. Is it mandatory to change the LABEL to have the diver not complain about "wrong magic number."? Does this affect the data on the disk?
Any help will be greately appreciated.
Thanks a lot
sdeb1

route add default 1.2.3.4
Substitute 1.2.3.4 with your default gateway IP. To make this persistent after a reboot, do something like this:
echo "1.2.3.4" > /etc/defaultrouter
Alex

Similar Messages

  • Problem with ioctl call

    i'm having a problem making an ioctl call to fetch a network interface's MAC address. my code:
    int
    get_int_enaddr(s, name, addr, len)
    int          s;
    char     *name;
    char     *addr;
    int          len;
    int          retval = 0;
    char     *req = "SIOCGENADDR";
    struct     ifreq               ifr;
    (void) memset(&ifr, 0, sizeof(ifr));
    (void) strncpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
    printf("get_int_enaddr: ifr.ifr_name: %s\n", ifr.ifr_name);
    retval = ioctl(s, SIOCGENADDR, (caddr_t)&ifr);
    if (retval == -1) {
         perror("ioctl (SIOCGENADDR)");
         switch (errno) {
         case ENXIO:
         case EADDRNOTAVAIL:
         case EAFNOSUPPORT:
    (void) printf("(err) %s: errno: %d\n", req, errno);
         return(-1);
         break;
         default:
    (void) printf("(warn) %s: errno: %d\n", req, errno);
         return(0);
         break;
    printf("get_int_enaddr: got %s\n", req);
    strncpy(addr, ifr.ifr_enaddr, len);
    if (strlen(ifr.ifr_enaddr) > len)
         return(0);
    else
         return(1);
    produces the output:
    get_int_enaddr: ifr.ifr_name: eri0
    ioctl (SIOCGENADDR): No such file or directory
    (warn) SIOCGENADDR: errno: 2
    eri0 is a valid physical interface:
    lemon[820] ~/tmp/ifinfo> ifconfig eri0
    eri0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
    inet 172.30.16.85 netmask ffffff00 broadcast 172.30.16.255

    The line provider is Mobistar (BE) in Belgium
    The card in the gateway is VWIC2-1MFT-T1/E1
    The config for information:
    Current configuration : 1762 bytes
    ! Last configuration change at 16:30:31 UTC Wed Jul 26 2006
    ! NVRAM config last updated at 08:59:55 UTC Thu Jul 27 2006
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname voip
    boot-start-marker
    boot-end-marker
    card type e1 0 0
    no aaa new-model
    resource policy
    network-clock-participate wic 0
    ip cef
    isdn switch-type primary-net5
    voice-card 0
    no dspfarm
    controller E1 0/0/0
    framing NO-CRC4
    pri-group timeslots 1-31 service mgcp
    description Connected to Belgacom PRI
    interface GigabitEthernet0/0
    ip address 10.10.1.4 255.255.255.0
    duplex auto
    speed auto
    interface GigabitEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    interface Serial0/0/0:15
    no ip address
    encapsulation hdlc
    isdn switch-type primary-net5
    isdn incoming-voice voice
    isdn bind-l3 ccm-manager
    no cdp enable
    ip http server
    no ip http secure-server
    control-plane
    voice-port 0/0/0:15
    cptone BE
    ccm-manager mgcp
    ccm-manager music-on-hold
    ccm-manager config server 10.10.1.2
    ccm-manager config
    mgcp
    mgcp call-agent 10.10.1.2 2427 service-type mgcp version 0.1
    mgcp dtmf-relay voip codec all mode out-of-band
    mgcp rtp unreachable timeout 1000 action notify
    mgcp modem passthrough voip mode nse
    mgcp package-capability rtp-package
    no mgcp package-capability res-package
    mgcp package-capability sst-package
    no mgcp package-capability fxr-package
    mgcp package-capability pre-package
    no mgcp timer receive-rtcp
    mgcp sdp simple
    mgcp rtp payload-type g726r16 static
    mgcp profile default
    line con 0
    line aux 0
    line vty 0 4
    login
    scheduler allocate 20000 1000
    end

  • How to Read DVD using ioctl call

    I used the ioctl call DKIOCCDREAD to read the CD content. Is any ioctl call to read the DVD content?
    If not, How can I read the DVD content in the MAC 10.5.8?

    I used the ioctl call DKIOCCDREAD to read the CD content. Is any ioctl call to read the DVD content?
    If not, How can I read the DVD content in the MAC 10.5.8?

  • USCSICMD ioctl calls for Fibre Channel(FC) devices on Solaris 10?

    Hi ,
    I have wrtitten a small C program that issues USCSICMD ioctl call to the tape devices attached on solaris sparc 10. I was able to get the required information from all SCSI tape devices attached using the utility. But, whenever it is run on FC attached tape drives , the program returns an error saying "Inappropriate ioctl for device".
    bash-2.05# inquiry /devices/pci@1f,4000/fibre-channel@2/fp@0,0:devctl
    inquiry: /devices/pci@1f,4000/fibre-channel@2/fp@0,0:devctl: scsi inquiry failed: Inappropriate ioctl for device
    Is it possible to make an USCSICMD ioctl on FC attached tape devices ?. Can someone please provide an example if possible.
    Thanks,
    Naveen

    I don't see why not, I use the same ioctl to talk to fc-attached disk drives, and enclosure devices. I have used the same ioctl to also talk to scsi-attached tapes. Maybe this is a bug that is specific to your FC device driver or firmware, did you investigate with the HBA vendor and make sure everything is current?

  • IOCTL from user level program do not reach module

    Hello,
    I am facing with a weired problem. The user level ioctl on my device file does not reach the ioctl handler in my module at all. I have a simple character device driver called dummy (just pulled from a device driver manual 'hello world' example).
    [root@/]modinfo | grep dummy
    227 fa2f9a20 634 220 1 dummy (dummy driver)
    [root@/]ls -l /devices/pseudo/dummy\@0\:0
    c-wxrw--wx 1 root sys 220, 0 Dec 3 15:13 /devices/pseudo/dummy@0:0
    The open on the device file works well. But when I call ioctl, the message in the ioctl handler does not print. Niether does the ioctl call appear in the DTrace probes. perror from user program returns :
    : Invalid argument
    Let me know of any probable cause of ioctls not getting executed.
    Thanks in advance
    ->Shreyas
    My driver code is as follows :
        * Minimalist pseudo-device.
        * Writes a message whenever a routine is entered.
        * Build the driver:
        *         cc -D_KERNEL -c dummy.c
        *         ld -r -o dummy dummy.o
        * Copy the driver and the configuration file to /usr/kernel/drv:
        *         cp dummy.conf /usr/kernel/drv
        *         cp dummy /tmp
        *         ln -s /tmp/dummy /usr/kernel/drv/dummy
        * Add the driver:
        *         add_drv dummy
        * Test (1) read from driver (2) write to driver:
        *         cat /devices/pseudo/dummy@*
                  echo hello > ‘ls /devices/pseudo/dummy@*‘
        * Verify the tests in another window:
        *         tail -f /var/adm/messages
        * Remove the driver:
        *         rem_drv dummy
    #define SOLARIS
    #include <sys/devops.h> /* used by dev_ops */
    #include <sys/conf.h>               /* used by dev_ops and cb_ops */
    #include <sys/modctl.h> /* used by modlinkage, modldrv, _init, _info, */
                                           /* and _fini */
    #include <sys/types.h> /* used by open, close, read, write, prop_op, */
                                           /* and ddi_prop_op */
    #include <sys/file.h>               /* used by open, close */
    #include <sys/errno.h> /* used by open, close, read, write */
    #include    <sys/open.h>         /* used by open, close, read, write */
    #include    <sys/cred.h>         /* used by open, close, read */
    #include    <sys/uio.h>          /* used by read */
    #include    <sys/stat.h>         /* defines S_IFCHR used by ddi_create_minor_node */
    #include    <sys/cmn_err.h>      /* used by all entry points for this driver */
    #include    <sys/ddi.h>          /* used by all entry points for this driver */
                                     /* also used by cb_ops, ddi_get_instance, and */
                                     /* ddi_prop_op */
    #include <sys/sunddi.h> /*          used by all entry points for this driver */
                                     /* also used by cb_ops, ddi_create_minor_node, */
                                     /* ddi_get_instance, and ddi_prop_op */
    #include "vmci_defs.h"
    #include "vmciDatagram.h"
    char _depends_on[]="vmci";
    static int dummy_attach(dev_info_t *dip, ddi_attach_cmd_t cmd);
    static int dummy_detach(dev_info_t *dip, ddi_detach_cmd_t cmd);
    static int dummy_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg,
         void **resultp);
    static int dummy_prop_op(dev_t dev, dev_info_t *dip, ddi_prop_op_t prop_op,
         int flags, char *name, caddr_t valuep, int *lengthp);
    static int dummy_open(dev_t *devp, int flag, int otyp, cred_t *cred);
    static int dummy_close(dev_t dev, int flag, int otyp, cred_t *cred);
    static int dummy_read(dev_t dev, struct uio *uiop, cred_t *credp);
    static int dummy_write(dev_t dev, struct uio *uiop, cred_t *credp);
    static int dummy_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
                          cred_t *credp, int *rval);
    static int dummy_poll(dev_t dev, short events, int anyyet,
                          short *reventsp, struct pollhead **phpp);
    /* cb_ops structure */
    static struct cb_ops dummy_cb_ops = {
         dummy_open,
         dummy_close,
         nodev,                     /* no strategy - nodev returns ENXIO */
         nodev,                     /* no print */
         nodev,                     /* no dump */
         dummy_read,
         dummy_write,
         dummy_ioctl,
         nodev,                     /* no devmap */
         nodev,                     /* no mmap */
         nodev,                     /* no segmap */
         dummy_poll,                /* returns ENXIO for non-pollable devices */
         dummy_prop_op,
         NULL,                      /* streamtab struct; if not NULL, all above */
                                    /* fields are ignored */
         D_NEW | D_MP,              /* compatibility flags: see conf.h */
         CB_REV,                    /* cb_ops revision number */
         nodev,                     /* no aread */
         nodev                      /* no awrite */
    /* dev_ops structure */
    static struct dev_ops dummy_dev_ops = {
         DEVO_REV,
         0,                            /* reference count */
         ddi_no_info,
         //dummy_getinfo,
         nulldev,                      /* no identify - nulldev returns 0 */
         nulldev,                      /* no probe */
         dummy_attach,
         dummy_detach,
         nodev,                        /* no reset - nodev returns ENXIO */
         &dummy_cb_ops,
         (struct bus_ops *)NULL,
         NULL                         /* no power */
    /* modldrv structure */
    static struct modldrv md = {
         &mod_driverops,               /* Type of module. This is a driver. */
         "dummy driver",              /* Name of the module. */
         &dummy_dev_ops
    /* modlinkage structure */
    static struct modlinkage ml = {
         MODREV_1,
         &md,
         NULL
    /* dev_info structure */
    dev_info_t *dummy_dip; /* keep track of one instance */
    /* Loadable module configuration entry points */
    int
    _init(void)
         cmn_err(CE_NOTE, "Inside _init");
         return(mod_install(&ml));
    int
    _info(struct modinfo *modinfop)
         cmn_err(CE_NOTE, "Inside _info");
         return(mod_info(&ml, modinfop));
    int
    _fini(void)
         cmn_err(CE_NOTE, "Inside _fini");
         return(mod_remove(&ml));
    /* Device configuration entry points */
    static int
    dummy_attach(dev_info_t *dip, ddi_attach_cmd_t cmd)
         cmn_err(CE_NOTE, "Inside dummy_attach");
         switch(cmd) {
         case DDI_ATTACH:
               dummy_dip = dip;
               if (ddi_create_minor_node(dip, "0", S_IFCHR,
                   ddi_get_instance(dip), DDI_PSEUDO,0)
                   != DDI_SUCCESS) {
                   cmn_err(CE_NOTE,
                         "%s%d: attach: could not add character node.",
                         "dummy", 0);
                   return(DDI_FAILURE);
               } else
                   return DDI_SUCCESS;
         default:
               return DDI_FAILURE;
    static int
    dummy_detach(dev_info_t *dip, ddi_detach_cmd_t cmd)
         cmn_err(CE_NOTE, "Inside dummy_detach");
         switch(cmd) {
         case DDI_DETACH:
               dummy_dip = 0;
               ddi_remove_minor_node(dip, NULL);
               return DDI_SUCCESS;
         default:
               return DDI_FAILURE;
    static int
    dummy_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg,
         void **resultp)
         cmn_err(CE_NOTE, "Inside dummy_getinfo");
         switch(cmd) {
         case DDI_INFO_DEVT2DEVINFO:
                                     *resultp = dummy_dip;
                                     return DDI_SUCCESS;
                                 case DDI_INFO_DEVT2INSTANCE:
                                     *resultp = 0;
                                     return DDI_SUCCESS;
                                 default:
                                     return DDI_FAILURE;
    /* Main entry points */
    static int
    dummy_prop_op(dev_t dev, dev_info_t *dip, ddi_prop_op_t prop_op,
      int flags, char *name, caddr_t valuep, int *lengthp)
      cmn_err(CE_NOTE, "Inside dummy_prop_op");
    //  return DDI_SUCCESS;
      return(ddi_prop_op(dev,dip,prop_op,flags,name,valuep,lengthp));
    static int
    dummy_open(dev_t *devp, int flag, int otyp, cred_t *cred)
       int status;
       cmn_err(CE_NOTE, "Inside dummy_open");
        return DDI_SUCCESS;
    static int
    dummy_close(dev_t dev, int flag, int otyp, cred_t *cred)
        cmn_err(CE_NOTE, "Inside dummy_close");
        return DDI_SUCCESS;
    static int
    dummy_read(dev_t dev, struct uio *uiop, cred_t *credp)
         cmn_err(CE_NOTE, "Inside dummy_read");
         return DDI_SUCCESS;
    static int
    dummy_write(dev_t dev, struct uio *uiop, cred_t *credp)
         cmn_err(CE_NOTE, "Inside dummy_write");
         return DDI_SUCCESS;
    static int
    dummy_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
                          cred_t *credp, int *rval)
         cmn_err(CE_WARN, "%s(%d) Received function : %d\n", __FUNCTION__, __LINE__, cmd);
         return(0);
    static int
    dummy_poll(dev_t dev,                // IN: Device number.
               short events,             // IN: Requested events.
               int anyyet,               // IN: Whether other fds have had events.
               short *reventsp,          // OUT: Mask of satisfied events. 
               struct pollhead **phpp) { // OUT: Set to a pollhead if necessary.
         cmn_err(CE_WARN, "%s(%d) \n", __FUNCTION__, __LINE__);
       return 0;
    }

    Read very carefully the file /usr/include/sys/ioccom.h.
    -r

  • Mac Mini Crashed 2x In Past Week - How To Troubleshoot Console Errors?

    Hello, my mac mini 2011 has crashed on me twice in the past week. Once it happened while I was returning to my desk. I heard a noise... like something electrical shutting down abruptly.  The second time it happened, the mac mini was in the process of restarting.. (same sound), it just automatically restarted again and then booted up. Not sure if that was related to an update that was waiting to install.
    My issue is, how do I troubleshoot the crash? I know most people go to the console.... I have no idea how to define what is going on or find out exactly what caused the crash. There are a ton of messages in there... some are normal?  Other things definitely indicate a problem but I'm not sure how to fix it.
    I copied and pasted the message from the time I rebooted here.. Some highlights I see:
    1) Problems with iCal
    2) Some deny machine lookups: What is this?   ([1034]) mdworker(1034) deny mach-lookup com.apple.ls.boxd
    3) Missing semicolin in dictionary
    4) and unknown Cisvo VPN?  SystemStarter[513]: Unknown service: CiscoVPN"
    5) Some file permissions errors: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist"
    6) SendFlattenedData error:  coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140"
    7) Driver errors:
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    8) Various invalid connections: WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195 (there are more of these)
    9) Boot Strap lookup failures: timezoned[160]: bootstrap_look_up failed (44e)
    Just too many here as you can see. Please note some network names and IP addresses have been redacted. I also took out some multiple Google Update entries for brevity. They look normal for most part except for the part that it showed up about 7 or 8 times.
    if anyone knows how to decipher this please let me know. 
    5/24/13 4:16:11.446 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=9487
    5/24/13 4:16:11.523 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 94616
    5/24/13 4:16:17.470 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:17.471 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:17.472 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 96498
    5/24/13 4:16:17.691 PM iTunes[84926]: 2013-05-24 04:16:17.691209 PM [AVSystemController] Stopping AirPlay
    5/24/13 4:16:18.186 PM WindowServer[82]: CGXUnregisterWindowWithSystemStatusBar: Invalid window (31a1)
    5/24/13 4:16:18.960 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 66380
    5/24/13 4:16:45.365 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationReady to notificationID=8709
    5/24/13 4:16:47.839 PM com.apple.usbmuxd[53255]: stopping.
    5/24/13 4:16:47.852 PM com.apple.launchd.peruser.502[181]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 9 seconds
    5/24/13 4:16:48.394 PM com.apple.usbmuxd[9101]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:16:49.637 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:49.903 PM 1PasswordAgent[319]: [HYBI] socketDidDisconnect: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x1050a0c80 {NSLocalizedDescription=Socket closed by remote peer}
    5/24/13 4:16:50.020 PM prl_naptd[6584]: Exiting Parallels Network Daemon
    5/24/13 4:16:51.741 PM Parallels[9136]: Stopping Parallels Dispatcher Service
    5/24/13 4:16:53.719 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:54.137 PM Parallels[9142]: Stopping Parallels networking
    5/24/13 4:16:54.184 PM watchdog[9146]: Stop watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd
    5/24/13 4:16:54.342 PM watchdog[9154]: file /var/run/prl_watchdog-2323cae42fd8.pid, pid 6661
    5/24/13 4:16:54.348 PM watchdog[9156]: /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd stop
    5/24/13 4:16:54.369 PM prl_naptd[6683]: Exiting Parallels Network Daemon
    5/24/13 4:16:54.618 PM WindowServer[82]: dict count after removing entry for window 0x3d is 0
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.827 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.830 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.838 PM com.apple.launchd[1]: (com.apple.ShareKitHelper[863]) Exited: Killed: 9
    5/24/13 4:16:54.839 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=229
    5/24/13 4:16:54.841 PM com.apple.launchd.peruser.502[181]: (com.sophiestication.mac.CoverSutra.agent[298]) Exited: Killed: 9
    5/24/13 4:16:54.855 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=306
    5/24/13 4:16:54.867 PM com.apple.launchd.peruser.502[181]: (com.dayoneapp.dayone-agent[305]) Exited: Killed: 9
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=137
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11081
    5/24/13 4:16:54.881 PM com.apple.launchd.peruser.502[181]: ([0x0-0x2c02c].com.apple.inputmethod.ironwood[272]) Exited: Killed: 9
    5/24/13 4:16:54.890 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=161
    5/24/13 4:16:54.891 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11093
    5/24/13 4:16:54.903 PM UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=45575 Died
    5/24/13 4:16:54.909 PM 1PasswordAgent[319]: Shutting down 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x5c05c].com.apple.AppleSpell[369]) Exited: Terminated: 15
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x63063].com.apple.ImageCaptureExtension2[432]) Exited: Killed: 9
    5/24/13 4:16:54.940 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=218
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=226
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=286
    5/24/13 4:16:54.953 PM com.apple.launchd.peruser.502[181]: ([0x0-0x60b60b].com.apple.iTunesHelper[17906]) Exited with code: 1
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.969 PM Office365Service[8836]: System shutdown notification
    5/24/13 4:16:54.969 PM com.apple.launchd.peruser.502[181]: ([0x0-0x1a0da0c].com.apple.iCal[90332]) Exited: Killed: 9
    5/24/13 4:16:54.970 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[7581]) Exited: Killed: 9
    5/24/13 4:16:55.163 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=153
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.191 PM com.apple.launchd.peruser.502[181]: ([0x0-0x4d04d].com.wacom.Consumer_TouchDriver[339]) Exited with code: 1
    5/24/13 4:16:55.234 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.mail.01000000-0000-0000-0000-000000000000[9082]) Exited: Killed: 9
    5/24/13 4:16:55.899 PM com.apple.launchd.peruser.502[181]: (com.wacom.pentablet[318]) Exited with code: 1
    5/24/13 4:16:55.917 PM com.apple.launchd.peruser.502[181]: (com.apple.UserEventAgent-Aqua[209]) Exited: Killed: 9
    5/24/13 4:16:55.918 PM Parallels[9159]: Parallels Networking was stopped
    5/24/13 4:16:56.018 PM com.apple.launchd.peruser.502[181]: (com.apple.storeagent[859]) Exited: Killed: 9
    5/24/13 4:16:56.035 PM com.apple.launchd.peruser.502[181]: (com.apple.quicklook[9069]) Exited: Killed: 9
    5/24/13 4:16:56.038 PM Parallels[9162]: Unloading kernel extension prl_netbridge.kext
    5/24/13 4:16:56.204 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=107
    5/24/13 4:16:56.397 PM loginwindow[38]: DEAD_PROCESS: 38 console
    5/24/13 4:16:56.453 PM com.apple.launchd.peruser.502[181]: (com.evernote.EvernoteHelper[306]) Exited: Killed: 9
    5/24/13 4:16:57.527 PM Parallels[9172]:  - kext com.parallels.kext.netbridge found loaded.
    5/24/13 4:16:57.589 PM WindowServer[82]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (1 references)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (0 references)
    5/24/13 4:16:57.590 PM WindowServer[82]: loginwindow connection closed; closing server.
    5/24/13 4:16:57.605 PM imagent[263]: Quit - notifying about shutdown
    5/24/13 4:16:57.605 PM imagent[263]: Quit - shutting down daemon
    5/24/13 4:16:58.677 PM Parallels[9182]: Unloading kernel extension prl_vnic.kext
    5/24/13 4:16:58.701 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:16:58.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 is unloading.
    5/24/13 4:16:58.000 PM kernel[0]: free vms_list while it is not empty
    5/24/13 4:16:59.181 PM Parallels[9187]:  - kext com.parallels.kext.vnic found loaded.
    5/24/13 4:16:59.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 is unloading.
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic1
    5/24/13 4:16:59.400 PM Parallels[9194]: Unloading kernel extension prl_usb_connect.kext
    5/24/13 4:16:59.441 PM loginwindow[9176]: Login Window Application Started
    5/24/13 4:16:59.593 PM Parallels[9199]:  - kext com.parallels.kext.usbconnect found loaded.
    5/24/13 4:16:59.797 PM Parallels[9207]: Unloading kernel extension prl_hid_hook.kext
    5/24/13 4:16:59.820 PM WindowServer[9204]: Server is starting up
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 released (1 references)
    5/24/13 4:16:59.884 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.885 PM WindowServer[9204]: init_page_flip: page flip mode is on
    5/24/13 4:17:00.034 PM WindowServer[9204]: mux_initialize: Couldn't find any matches
    5/24/13 4:17:00.000 PM kernel[0]: /prl_hid/ Parallels HID Helper stopped.
    5/24/13 4:17:00.119 PM WindowServer[9204]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:17:00.119 PM WindowServer[9204]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:17:00.143 PM WindowServer[9204]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:17:00.143 PM WindowServer[9204]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:17:00.143 PM WindowServer[9204]: 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 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.143 PM WindowServer[9204]: 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 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.143 PM WindowServer[9204]: Created shield window 0x4 for display 0x003f003f
    5/24/13 4:17:00.144 PM WindowServer[9204]: Created shield window 0x5 for display 0x003f003e
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x6 for display 0x04248b01
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x7 for display 0x003f003c
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.155 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.155 PM WindowServer[9204]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.159 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000324f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:17:00.160 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:17:00.365 PM loginwindow[9176]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:00.482 PM WindowServer[9204]: Created shield window 0x8 for display 0x04248b01
    5/24/13 4:17:00.483 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:00.571 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:00.756 PM launchctl[9225]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.093 PM BezelServices 236.3[9176]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.837 PM com.apple.SecurityServer[25]: Session 100444 created
    5/24/13 4:17:01.948 PM loginwindow[9176]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:17:02.120 PM loginwindow[9176]: USER_PROCESS: 9176 console
    5/24/13 4:17:02.152 PM WindowServer[9204]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:02.172 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:02.243 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:02.256 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:03.167 PM WindowServer[9204]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x1092cba10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:17:06.074 PM launchctl[9225]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:17:09.762 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:17:09.772 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:09.849 PM launchctl[9285]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:09.960 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:17:10.001 PM locationd[9283]: NOTICE,Location icon should now be in state 0
    5/24/13 4:17:10.100 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:10.227 PM UserEventAgent[9275]: cannot find useragent 1102
    5/24/13 4:17:11.593 PM mdworker[9273]: Unable to talk to lsboxd
    5/24/13 4:17:11.774 PM mdworker[9272]: Unable to talk to lsboxd
    5/24/13 4:17:11.000 PM kernel[0]: Sandbox: sandboxd(9288) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:17:12.079 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.218 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.419 PM sandboxd[9288]: ([9273]) mdworker(9273) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:13.223 PM sandboxd[9288]: ([9272]) mdworker(9272) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:20.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:17:37.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:08.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:18:22.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:29.218 PM mds[34]: (Normal) ImportServer: Preparing for software update
    5/24/13 4:18:30.483 PM mds[34]: (Normal) ImportServer: Software update complete
    5/24/13 4:18:35.116 PM reboot[9323]: rebooted by _usbmuxd
    5/24/13 4:18:35.116 PM reboot[9323]: BOOT_TIME: 1369426715 116379
    5/24/13 4:20:15.000 PM bootlog[0]: BOOT_TIME 1369426815 0
    5/24/13 4:20:43.000 PM kernel[0]: PMAP: PCID enabled
    5/24/13 4:20:43.000 PM kernel[0]: Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    5/24/13 4:20:43.000 PM kernel[0]: vm_page_bootstrap: 3924376 free pages and 237160 wired pages
    5/24/13 4:20:43.000 PM kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    5/24/13 4:20:43.000 PM kernel[0]: zone leak detection enabled
    5/24/13 4:20:43.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    5/24/13 4:20:43.000 PM kernel[0]: standard background quantum is 2500 us
    5/24/13 4:20:43.000 PM kernel[0]: mig_table_max_displ = 74
    5/24/13 4:20:43.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto kext started!
    5/24/13 4:20:43.000 PM kernel[0]: Running kernel space in FIPS MODE
    5/24/13 4:20:43.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    5/24/13 4:20:43.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    5/24/13 4:20:43.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    5/24/13 4:20:43.000 PM kernel[0]: MAC Framework successfully initialized
    5/24/13 4:20:43.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    5/24/13 4:20:43.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    5/24/13 4:20:43.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    5/24/13 4:20:43.000 PM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration begin ]
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 13:47:00 Aug 14 2012) initialization complete
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    5/24/13 4:20:43.000 PM kernel[0]: console relocated to 0xfd0010000
    5/24/13 4:20:43.000 PM kernel[0]: PCI configuration changed (bridge=72 device=10 cardbus=0)
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration end, bridges 22 devices 23 ]
    5/24/13 4:20:29.388 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    5/24/13 4:20:43.000 PM kernel[0]: FireWire runtime power conservation disabled. (2)
    5/24/13 4:20:43.000 PM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    5/24/13 4:20:43.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    5/24/13 4:20:43.000 PM kernel[0]: rooting via boot-uuid from /chosen: 674D14D9-4E9E-3C3C-836E-C2B76F083714
    5/24/13 4:20:43.000 PM 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>
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    5/24/13 4:20:43.000 PM kernel[0]: BTCOEXIST off
    5/24/13 4:20:43.000 PM kernel[0]: BRCM tunables:
    5/24/13 4:20:43.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    5/24/13 4:20:43.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    5/24/13 4:20:43.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 406c8ffffe7cbff0; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 PCI now active, GUID 000a270200434c07; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: Kernel is LP64
    5/24/13 4:20:43.000 PM kernel[0]: USBMSC Identifier (non-unique): 57442D574341554830323532353836 0x1058 0x1100 0x175
    5/24/13 4:20:43.000 PM kernel[0]: macx_swapon SUCCESS
    5/24/13 4:20:36.673 PM hidd[42]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    5/24/13 4:20:36.675 PM hidd[42]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    5/24/13 4:20:43.215 PM distnoted[58]: Bug: 12D78: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    5/24/13 4:20:44.812 PM mDNSResponder[35]: mDNSResponder mDNSResponder-379.37 (Dec 16 2012 19:43:09) starting OSXVers 12
    5/24/13 4:20:44.825 PM coreservicesd[59]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    5/24/13 4:20:44.837 PM appleeventsd[48]: main: Starting up
    5/24/13 4:20:44.000 PM kernel[0]: Waiting for DSMOS...
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:27:e1:64
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:0c:63:a3
    5/24/13 4:20:44.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 70:73:cb:c4:c3:99
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    5/24/13 4:20:46.000 PM kernel[0]: Previous Shutdown Cause: 5
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0100
    5/24/13 4:20:46.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    5/24/13 4:20:46.229 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.232 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.270 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.271 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.000 PM kernel[0]: DSMOS has arrived
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    5/24/13 4:20:46.000 PM kernel[0]: AMDTurksGraphicsAccelerator: ** Device in slot: SLOT--1 **
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    5/24/13 4:20:47.416 PM com.apple.SecurityServer[25]: Session 100000 created
    5/24/13 4:20:48.279 PM configd[50]: setting hostname to "Jacquelines-Mac-mini.local"
    5/24/13 4:20:48.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    5/24/13 4:20:48.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:48.284 PM configd[50]: network changed.
    5/24/13 4:20:48.297 PM airportd[81]: _processDLILEvent: en1 attached (up)
    5/24/13 4:20:48.000 PM kernel[0]: createVirtIf(): ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80448bf400
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    5/24/13 4:20:48.000 PM kernel[0]: Created virtif 0xffffff80448bf400 p2p0
    5/24/13 4:20:49.673 PM mds[34]: (Normal) FMW: FMW 0 0
    5/24/13 4:20:49.725 PM blued[52]: Read the UHE Info
    5/24/13 4:20:49.725 PM blued[52]: Read version 2 info.  Number of devices:3
    5/24/13 4:20:49.725 PM blued[52]: Class of device:     0x2580
    5/24/13 4:20:49.725 PM blued[52]: Device name: 'Jacqueline's mouse' length:19
    5/24/13 4:20:49.725 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.726 PM blued[52]: Found a device with PID:0x030d VID:0x05ac
    5/24/13 4:20:49.726 PM blued[52]: Class of device:     0x2540
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's Keyboard' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x0255 VID:0x05ac
    5/24/13 4:20:49.727 PM blued[52]: Class of device:     0x2594
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's trackpad' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x030e VID:0x05ac
    5/24/13 4:20:56.741 PM com.apple.SecurityServer[25]: Entering service
    5/24/13 4:20:56.775 PM systemkeychain[71]: done file: /var/run/systemkeychaincheck.done
    5/24/13 4:20:56.794 PM configd[50]: network changed: DNS*
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2D_IPC: Loaded
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2DInitialize succeeded
    5/24/13 4:20:56.828 PM loginwindow[38]: Login Window Application Started
    5/24/13 4:20:56.874 PM WindowServer[93]: Server is starting up
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 released (1 references)
    5/24/13 4:20:56.889 PM awacsd[53]: Starting awacsd connectivity-78.2 (Dec 16 2012 19:43:29)
    5/24/13 4:20:56.893 PM awacsd[53]: InnerStore CopyAllZones: no info in Dynamic Store
    5/24/13 4:20:56.898 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.902 PM WindowServer[93]: init_page_flip: page flip mode is on
    5/24/13 4:20:56.941 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    5/24/13 4:20:56.993 PM netbiosd[80]: Unable to start NetBIOS name service:
    5/24/13 4:20:57.322 PM WindowServer[93]: mux_initialize: Couldn't find any matches
    5/24/13 4:20:57.334 PM WindowServer[93]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:20:57.334 PM WindowServer[93]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:20:57.358 PM WindowServer[93]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:20:57.358 PM WindowServer[93]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:20:57.358 PM WindowServer[93]: 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 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.358 PM WindowServer[93]: 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 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x5 for display 0x003f003f
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x6 for display 0x003f003e
    5/24/13 4:20:57.365 PM WindowServer[93]: Created shield window 0x7 for display 0x04248b01
    5/24/13 4:20:57.366 PM WindowServer[93]: Created shield window 0x8 for display 0x003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.368 PM WindowServer[93]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.392 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000334f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:20:57.393 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:20:57.396 PM loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:20:57.397 PM launchctl[97]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:20:57.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    5/24/13 4:20:57.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    5/24/13 4:20:57.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 28:37:37:48:08:f1  MAC AUTH succeeded
    5/24/13 4:20:57.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    5/24/13 4:20:57.000 PM kernel[0]: AirPort: Link Up on en1
    5/24/13 4:20:57.000 PM kernel[0]: en1: BSSID changed to 28:37:37:48:08:f1
    5/24/13 4:20:57.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:58.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    5/24/13 4:20:58.525 PM digest-service[104]: label: default
    5/24/13 4:20:58.525 PM digest-service[104]: dbname: od:/Local/Default
    5/24/13 4:20:58.525 PM digest-service[104]: mkey_file: /var/db/krb5kdc/m-key
    5/24/13 4:20:58.525 PM digest-service[104]: acl_file: /var/db/krb5kdc/kadmind.acl
    5/24/13 4:20:58.527 PM digest-service[104]: digest-request: uid=0
    5/24/13 4:20:58.549 PM rpcsvchost[106]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    5/24/13 4:20:58.553 PM digest-service[104]: digest-request: init request
    5/24/13 4:20:58.556 PM digest-service[104]: digest-request: init return domain: BUILTIN server: JACQUELINES-MAC-MINI
    5/24/13 4:20:58.827 PM com.apple.usbmuxd[19]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:20:59.366 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:21:00.046 PM locationd[39]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:00.396 PM WindowServer[93]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x10ed76a10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:21:07.824 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:07.848 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:11.000 PM kernel[0]: [BNBMouseDevice::init][75.19] init is complete
    5/24/13 4:21:11.896 PM awacsd[53]: Exiting
    5/24/13 4:21:12.000 PM kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchDevice::start] entered
    5/24/13 4:21:16.000 PM kernel[0]: AmbrosiaAudioSupport: newUserClient connection attempt.
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][waitForHandshake][28-37-37-35-c5-f5] Timeout waiting for handshake
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] Forcing closeDownServices
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] commandSleep in sendData returned an error
    5/24/13 4:21:23.924 PM configd[50]: subnet_route: write routing socket failed, Network is unreachable
    5/24/13 4:21:25.534 PM configd[50]: network changed: v4(en1+:XXX.XXX.XXX.XXX) DNS* Proxy+ SMB
    5/24/13 4:21:28.096 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:28.099 PM configd[50]: network changed: v4(en1:XXX.XXX.XXX.XXX) DNS Proxy SMB
    5/24/13 4:21:30.730 PM _cvmsroot[124]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] Became inactive while sending data
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][setReportWL][28-37-37-35-c5-f5] Could not send DATA command via interrupt channel - 0xE00002D7
    5/24/13 4:21:33.578 PM _cvmsroot[128]: Unable to resolve hostname(s)
    5/24/13 4:21:33.765 PM ntpd[102]: proto: precision = 1.000 usec
    5/24/13 4:21:34.179 PM WindowServer[93]: Created shield window 0x9 for display 0x04248b01
    5/24/13 4:21:34.179 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.201 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.863 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.868 PM launchctl[131]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:34.886 PM launchctl[131]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:21:34.914 PM com.apple.SecurityServer[25]: Session 100003 created
    5/24/13 4:21:35.196 PM airportd[81]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:21:35.626 PM loginwindow[38]: Login Window Started Security Agent
    5/24/13 4:21:35.774 PM SecurityAgent[141]: This is the first run
    5/24/13 4:21:35.775 PM SecurityAgent[141]: MacBuddy was run = 0
    5/24/13 4:21:36.144 PM launchctl[148]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:36.487 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:21:36.607 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:21:36.687 PM locationd[156]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:36.691 PM UserEventAgent[132]: cannot find useragent 1102
    5/24/13 4:21:39.137 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:39.342 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:42.000 PM kernel[0]: [SendHCIRequestFormatted] ### ERROR: [0x0406] (Disconnect) -- Send request failed (err = 0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:42.000 PM kernel[0]: ### ERROR: send request failed (err=0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:44.107 PM configd[50]: network changed: v4(en1!:10.0.1.39) DNS+ Proxy SMB
    5/24/13 4:21:44.120 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:45.696 PM com.apple.launchd[1]: (com.apple.xprotectupdater[17]) Exited with code: 252
    5/24/13 4:22:15.683 PM launchctl[164]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:15.794 PM distnoted[166]: # distnote server agent  absolute time: 121.114577396   civil time: Fri May 24 16:22:15 2013   pid: 166 uid: 502  root: no
    5/24/13 4:22:34.512 PM launchctl[173]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:37.019 PM com.apple.SecurityServer[25]: Session 100005 created
    5/24/13 4:22:37.064 PM com.apple.SecurityServer[25]: Session 100006 created
    5/24/13 4:22:44.199 PM BezelServices 236.3[38]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:22:48.261 PM mdworker32[170]: CGSGetDisplayBounds: Invalid display 0x00000000
    5/24/13 4:22:49.134 PM mdworker32[170]: bootstrap_look_up2 failed with 0x44c
    5/24/13 4:22:49.000 PM kernel[0]: Sandbox: sandboxd(178) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:22:49.731 PM SecurityAgent[141]: User info context values set for [COMPUTERNAME]
    5/24/13 4:22:50.910 PM SecurityAgent[141]: Login Window login proceeding
    5/24/13 4:22:51.272 PM loginwindow[38]: Login Window - Returned from Security Agent
    5/24/13 4:22:51.310 PM loginwindow[38]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:22:51.328 PM loginwindow[38]: USER_PROCESS: 38 console
    5/24/13 4:22:51.472 PM airportd[180]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:22:51.586 PM com.apple.launchd[1]: ([0x0-0x6006].com.wacom.Consumer_TouchDriver[147]) Exited with code: 255
    5/24/13 4:22:51.588 PM coreservicesd[59]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=107
    5/24/13 4:22:51.590 PM com.apple.launchd[1]: (com.wacom.pentablet[137]) Exited with code: 255
    5/24/13 4:22:51.624 PM launchctl[181]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: UserName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: GroupName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    5/24/13 4:22:51.645 PM loginwindow[38]: Connection with distnoted server was invalidated
    5/24/13 4:22:52.074 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:22:52.486 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:22:52.603 PM blued[52]: kBTXPCUpdateUserPreferences gConsoleUserUID = 502
    5/24/13 4:22:52.895 PM com.apple.launchd.peruser.502[163]: (com.apple.afpstat-qfa[213]) Exited with code: 2
    5/24/13 4:22:52.959 PM launchctl[201]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:54.150 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:22:54.210 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.06 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:22:55.096 PM com.apple.launchd.peruser.502[163]: (com.apple.mrt.uiagent[203]) Exited with code: 255
    5/24/13 4:22:55.108 PM NetworkBrowserAgent[235]: Starting NetworkBrowserAgent
    5/24/13 4:22:55.441 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:22:55.443 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:22:55.460 PM 1PasswordAgent[215]: Starting 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:22:55.677 PM 1PasswordAgent[215]: Trying to load Localizable.strings [English] from the main bundle
    5/24/13 4:22:55.857 PM 1PasswordAgent[215]: Cannot find English version, using English localization for Localizable.strings
    5/24/13 4:22:57.107 PM 1PasswordAgent[215]: reloadAllObjects
    5/24/13 4:22:58.073 PM 1PasswordAgent[215]: Database (AGHtmlDatabase:file://localhost/Users/Winter/Dropbox/1PasswordSync/1Password.a gilekeychain/) load time [Cache]: 0.959+0.006 (2296 objects)
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:23:00.890 PM apsd[219]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    5/24/13 4:23:01.720 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:23:02.398 PM coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140
    5/24/13 4:23:03.753 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: GrowlApplicationBridgeRegistrationAttempt: Could not send open-document event to register this application with Growl because AESend returned -600/no eligible process with specified descriptor
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: Failed all attempts at registering
    5/24/13 4:23:11.507 PM CoreServicesUIAgent[256]: Error: qtn_file_apply_to_path error: Permission denied
    5/24/13 4:23:16.700 PM storeagent[252]: CKSoftwareMap: waitUntilMapIsLoadedAndPerformBlock:onDispatchQueue: timed out waiting for mdSemaphore
    5/24/13 4:23:24.378 PM com.apple.dock.extra[298]: Could not load bundle for Dock Extra key DockTile.docktileplugin
    5/24/13 4:23:24.379 PM Dock[190]: Failed to set up extra plugin. file://localhost/Applications/Calendar%20Plus.app/ Failed to get plugin class.
    5/24/13 4:23:25.000 PM kernel[0]: Sandbox: sandboxd(311) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:23:26.097 PM launchctl[317]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:23:26.791 PM quicklookd[282]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/private/tmp/
    5/24/13 4:23:27.006 PM Delibar[251]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    5/24/13 4:23:27.851 PM mdworker[171]: Unable to talk to lsboxd
    5/24/13 4:23:29.000 PM kernel[0]: fsevents: watcher dbfseventsd (pid: 322) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    5/24/13 4:23:29.433 PM mdworker[174]: Unable to talk to lsboxd
    5/24/13 4:23:36.028 PM Finder[192]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/
    5/24/13 4:23:38.110 PM MenuTab Pro for Facebook[347]: objc[347]: Class HandCursorButton is implemented in both /Applications/MenuTab Pro for Facebook.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNe wsletter and /Applications/MenuTab Pro for Facebook.app/Contents/MacOS/MenuTab Pro for Facebook. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.124 PM Tab for Google+ Pro[346]: objc[346]: Class HandCursorButton is implemented in both /Applications/Tab for Google+ Pro.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNewslet ter and /Applications/Tab for Google+ Pro.app/Contents/MacOS/Tab for Google+ Pro. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.486 PM com.apple.SecurityServer[25]: Session 100012 created
    5/24/13 4:23:39.707 PM Pin Pro for Pinterest[348]: objc[348]: Class HandCursorButton is implemented in both /Applications/Pin Pro for Pinterest.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABN ewsletter and /Applications/Pin Pro for Pinterest.app/Contents/MacOS/Pin Pro for Pinterest. One of the two will be used. Which one is undefined.
    5/24/13 4:23:46.417 PM Mint QuickView[344]: Could not find image named 'accounts'.
    5/24/13 4:23:47.947 PM usernoted[197]: Connection does not have the proper entitlement (com.apple.developer.notificationcenter-identifiers) to connect on behalf of com.apple.sociald.twitterservice.Twitter. All communication will be denied.
    5/24/13 4:23:49.075 PM librariand[342]: MMe quota status changed: under quota
    5/24/13 4:24:06.102 PM Alfred 2[264]: [TIMER] 59.030677 seconds to initialise Alfred
    5/24/13 4:24:20.647 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "Alfred 2" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:24:20.781 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "Alfred 2" after 1.15 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:24:32.998 PM prl_naptd[431]: Starting Parallels Network Daemon (proxy_mode)
    5/24/13 4:24:33.282 PM Parallels[451]: Set 'root:wheel' as owners for /Applications/Parallels Desktop.app/Contents//Library/Extensions/10.6
    5/24/13 4:24:33.591 PM Parallels[460]: Starting Parallels Dispatcher Service
    5/24/13 4:24:33.597 PM Parallels[464]: Parallels Dispatcher Service sucessfully started
    5/24/13 4:24:33.664 PM Parallels[467]: Loading kernel extension prl_usb_connect.kext
    5/24/13 4:24:35.496 PM Parallels[473]: Loading kernel extension prl_hypervisor.kext
    5/24/13 4:24:39.025 PM Parallels[482]: Loading kernel extension prl_hid_hook.kext
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtx.c:186   CPU is Intel
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypLowCache.c:201   Low cache initialized (0 kB for 0 VMs on 16384 MB)
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypApic.c:253   Host APIC base_msr 0xFEE00800 ver 0x15
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3975   [vtdInit]
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ MacACPI.cpp:40   ACPI table DMAR is not found
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:160   map: addr = 0xf0e0, size = 1024
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:213   [acpiFindRootTablePointer] Can't find RSDP!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:309   [_acpiFindTableBySig] Not found root table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3720   [vtdProcessDmarTable] Can't find DMAR table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:4014   [vtdInit] No VT-d hardware
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:174   Parallels IPI vector 0x47 shared 0
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:185   Parallels Hypervisor 8.0.18483.860857 loaded.
    5/24/13 4:24:39.402 PM Parallels[488]: Loading kernel extension prl_netbridge.kext
    5/24/13 4:24:39.000 PM kernel[0]: /prl_hid/ Parallels HID Helper started.
    5/24/13 4:24:39.905 PM Parallels[494]: Loading kernel extension prl_vnic.kext
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 has started.
    5/24/13 4:24:40.666 PM Parallels[499]: Trying to load kernel extensions, exit status: 0
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 has started.
    5/24/13 4:24:40.672 PM Parallels[502]: Starting Parallels networking...
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic0
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic1
    5/24/13 4:24:41.501 PM Parallels[509]: Parallels networking sucessfully started
    5/24/13 4:24:41.512 PM Parallels[511]: Restarting CiscoVPN
    5/24/13 4:24:41.565 PM SystemStarter[513]: Unknown service: CiscoVPN
    5/24/13 4:24:41.648 PM watchdog[525]: Start watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd (limit is 20)
    5/24/13 4:24:41.655 PM watchdog[531]: Start /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd start
    5/24/13 4:24:41.659 PM watchdog[533]: Child pid 532
    5/24/13 4:24:41.676 PM prl_naptd[532]: Starting Parallels Network Daemon
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic0: DHCP/NAT for XX.XXX.XX.1-10.XXX.XX.XXX netmask 255.255.255.0
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic1: DHCP for XX.XX.XXX.1-XX.XX.XXX.XXX netmask 255.255.255.0
    5/24/13 4:24:42.000 PM kernel[0]: vnic0: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: vnic1: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: /drv/ HypIoctls.c:608   Ioctl VT-d status: FFFFFFFD
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument

    My apologies about the wall of text. After I made my original post, I thought maybe it would better to go back and put it in a pastebin instead. I was not able to edit that post once I sent it.
    In regards to your question, the  permissions on the
    /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist file is "read and write" for system, wheel and everyone.

  • Open iTunes and then Macbook Pro shuts off three seconds later

    i didnt see an easier way to post this so here it goes
    problem string is in red. its the same string before every shutdown
    CONSOLE SYSTEM LOG
    Aug 27 08:02:01 localhost bootlog[0]: BOOT_TIME 1346072521 0
    Aug 27 08:02:13 localhost kernel[0]: PMAP: PCID enabled
    Aug 27 08:02:13 localhost kernel[0]: Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    Aug 27 08:02:13 localhost kernel[0]: vm_page_bootstrap: 3893247 free pages and 268289 wired pages
    Aug 27 08:02:13 localhost kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    Aug 27 08:02:13 localhost kernel[0]: zone leak detection enabled
    Aug 27 08:02:13 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Aug 27 08:02:13 localhost kernel[0]: standard background quantum is 2500 us
    Aug 27 08:02:13 localhost kernel[0]: mig_table_max_displ = 74
    Aug 27 08:02:13 localhost kernel[0]: TSC Deadline Timer supported and enabled
    Aug 27 08:02:13 localhost kernel[0]: corecrypto kext started!
    Aug 27 08:02:13 localhost kernel[0]: Running kernel space in FIPS MODE
    Aug 27 08:02:13 localhost kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Aug 27 08:02:13 localhost kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    Aug 27 08:02:13 localhost kernel[0]: corecrypto.kext FIPS POST passed!
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    Aug 27 08:02:13 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    Aug 27 08:02:13 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Aug 27 08:02:13 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Aug 27 08:02:13 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Aug 27 08:02:13 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Aug 27 08:02:13 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Aug 27 08:02:13 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Aug 27 08:02:13 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Aug 27 08:02:13 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Aug 27 08:02:13 localhost kernel[0]: MAC Framework successfully initialized
    Aug 27 08:02:13 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Aug 27 08:02:13 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Aug 27 08:02:13 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Aug 27 08:02:13 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Aug 27 08:02:13 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 6689
    Aug 27 08:02:13 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 13:47:00 Aug 14 2012) initialization complete
    Aug 27 08:02:13 localhost kernel[0]: [ PCI configuration begin ]
    Aug 27 08:02:13 localhost kernel[0]: console relocated to 0xf11000000
    Aug 27 08:02:13 localhost kernel[0]: PCI configuration changed (bridge=16 device=4 cardbus=0)
    Aug 27 08:02:13 localhost kernel[0]: [ PCI configuration end, bridges 13 devices 16 ]
    Aug 27 08:02:13 localhost kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 003ee1fffe5cd1d2; max speed s800.
    Aug 27 08:02:13 localhost kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    Aug 27 08:02:13 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Aug 27 08:02:13 localhost kernel[0]: rooting via boot-uuid from /chosen: 74DAA88F-026D-33FB-803D-C9E9AEDD66E4
    Aug 27 08:02:13 localhost 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>
    Aug 27 08:02:13 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Aug 27 08:02:13 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Aug 27 08:02:13 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Aug 27 08:02:13 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Aug 27 08:02:13 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Aug 27 08:02:13 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE HDD HTS727550A9E362 Media/IOGUIDPartitionScheme/Customer@2
    Aug 27 08:02:13 localhost kernel[0]: BSD root: disk0s2, major 1, minor 1
    Aug 27 08:02:13 localhost kernel[0]: BTCOEXIST off
    Aug 27 08:02:13 localhost kernel[0]: BRCM tunables:
    Aug 27 08:02:13 localhost kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    Aug 27 08:02:13 localhost kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    Aug 27 08:02:13 localhost kernel[0]: Kernel is LP64
    Aug 27 08:02:02 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Aug 27 08:02:02 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Aug 27 08:02:08 localhost com.apple.launchd[1] (com.parallels.desktop.launchdaemon): Unknown key for boolean: HopefullyExitsFirst
    Aug 27 08:02:08 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Aug 27 08:02:13 localhost hidd[44]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Aug 27 08:02:13 localhost hidd[44]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    Aug 27 08:02:14 localhost distnoted[60]: # distnote server daemon  absolute time: 13.371566950   civil time: Mon Aug 27 08:02:13 2012   pid: 60 uid: 0  root: yes
    Aug 27 08:02:14 localhost kernel[0]: macx_swapon SUCCESS
    Aug 27 08:02:16 localhost kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:59:4c:fa
    Aug 27 08:02:16 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 7c:d1:c3:d7:5a:27
    Aug 27 08:02:16 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Aug 27 08:02:16 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Aug 27 08:02:16 localhost kernel[0]: Waiting for DSMOS...
    Aug 27 08:02:16 localhost kdc[42]: label: default
    Aug 27 08:02:16 localhost kdc[42]:           dbname: od:/Local/Default
    Aug 27 08:02:16 localhost kdc[42]:           mkey_file: /var/db/krb5kdc/m-key
    Aug 27 08:02:16 localhost kdc[42]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Aug 27 08:02:17 localhost mDNSResponder[36]: mDNSResponder mDNSResponder-379.27.1 (Aug  1 2012 20:12:04) starting OSXVers 12
    Aug 27 08:02:17 localhost coreservicesd[62]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    Aug 27 08:02:17 localhost Parallels[76]: Unloading kernel extension prl_netbridge.kext
    Aug 27 08:02:17 localhost appleeventsd[50]: main: Starting up
    Aug 27 08:02:17 localhost airportd[72]: _processDLILEvent: en1 attached (down)
    Aug 27 08:02:17 localhost kernel[0]: createVirtIf(): ifRole = 1
    Aug 27 08:02:17 localhost kernel[0]: in func createVirtualInterface ifRole = 1
    Aug 27 08:02:17 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8047fc7c00
    Aug 27 08:02:17 localhost kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    Aug 27 08:02:17 localhost kernel[0]: Created virtif 0xffffff8047fc7c00 p2p0
    Aug 27 08:02:17 localhost com.apple.usbmuxd[23]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    Aug 27 08:02:17 localhost kernel[0]: IOBluetoothUSBDFU::probe
    Aug 27 08:02:17 localhost kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0086
    Aug 27 08:02:17 localhost kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Aug 27 08:02:17 localhost kernel[0]: Previous Shutdown Cause: 5
    Aug 27 08:02:17 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Aug 27 08:02:17 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed
    Aug 27 08:02:17 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Aug 27 08:02:17 localhost kernel[0]: DSMOS has arrived
    Aug 27 08:02:18 localhost Parallels[95]: Unloading kernel extension prl_vnic.kext
    Aug 27 08:02:18 localhost mds[35]: (Normal) FMW: FMW 0 0
    Aug 27 08:02:19 localhost Parallels[109]: Unloading kernel extension prl_usb_connect.kext
    Aug 27 08:02:20 localhost configd[18]: network changed.
    Aug 27 08:02:20 localhost kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    Aug 27 08:02:20 localhost kernel[0]: en1::IO80211Interface::postMessage bssid changed
    Aug 27 08:02:20 macmini.local configd[18]: setting hostname to "macmini.local"
    Aug 27 08:02:20 macmini.local com.apple.SecurityServer[15]: Session 100000 created
    Aug 27 08:02:20 macmini.local revisiond[29]: Had metainfo
    Aug 27 08:02:20 macmini.local revisiond[29]: UUIDs match!
    Aug 27 08:02:20 macmini.local Parallels[125]: Unloading kernel extension prl_hid_hook.kext
    Aug 27 08:02:22 macmini.local coreaudiod[92]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "�ݞ&����".
    Aug 27 08:02:44 --- last message repeated 1 time ---
    Aug 27 08:02:22 macmini.local Parallels[134]: Unloading kernel extension prl_hypervisor.kext
    Aug 27 08:02:23 macmini.local coreaudiod[92]: 2012-08-27 08:02:23.607296 AM [AirPlay] Started browsing for _airplay._tcp.
    Aug 27 08:02:23 macmini.local coreaudiod[92]: 2012-08-27 08:02:23.607427 AM [AirPlay] Started browsing for _raop._tcp.
    Aug 27 08:02:23 macmini.local Parallels[143]: Loading kernel extension prl_usb_connect.kext
    Aug 27 08:02:25 macmini.local Parallels[150]: Loading kernel extension prl_hypervisor.kext
    Aug 27 08:02:26 macmini.local Parallels[156]: Loading kernel extension prl_hid_hook.kext
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypVtx.c:186   CPU is Intel
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypLowCache.c:193   Low cache initialized (142080 kB for 32 VMs on 16384 MB)
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypApic.c:211   Host APIC  phy 0xFEE00000  lin 0xffffff823e4ce000  ver 0x15
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypVtd.c:3941   [vtdInit]
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypVtd.c:3957   [vtdInit] VTD initialization disabled
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypModule.c:184   Parallels IPI irq = 0 ipi = 0(0x0)
    Aug 27 08:02:26 macmini kernel[0]: /drv/ HypModule.c:194   Parallels Hypervisor 7.0.15106.786747 loaded.
    Aug 27 08:02:27 macmini.local prl_client_app[73]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Aug 27 08:02:28 macmini.local com.apple.SecurityServer[15]: Entering service
    Aug 27 08:02:29 macmini kernel[0]: [ffffff804812e000][BNBMouseDevice::init][75.15] init is complete
    Aug 27 08:02:29 macmini kernel[0]: [ffffff804812e000][BNBMouseDevice::handleStart][75.15] returning 1
    Aug 27 08:02:29 macmini kernel[0]: [ffffff8048869e00][AppleMultitouchHIDEventDriver::start] entered
    Aug 27 08:02:29 macmini.local Parallels[167]: Loading kernel extension prl_netbridge.kext
    Aug 27 08:02:29 macmini kernel[0]: [ffffff8049070300][AppleMultitouchDevice::start] entered
    Aug 27 08:02:29 macmini kernel[0]: KeyRemap4MacBook --Info-- init
    Aug 27 08:02:29 macmini kernel[0]: KeyRemap4MacBook --Info-- start
    Aug 27 08:02:29 macmini kernel[0]: /prl_hid/ Parallels HID Helper started.
    Aug 27 08:02:30 macmini.local Parallels[173]: Loading kernel extension prl_vnic.kext
    Aug 27 08:02:31 macmini kernel[0]: com.parallels.kext.prlnet 7.0.15106.786747 has started.
    Aug 27 08:02:32 macmini.local systemkeychain[79]: done file: /var/run/systemkeychaincheck.done
    Aug 27 08:02:32 macmini.local kdc[42]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    Aug 27 08:02:32 macmini.local awacsd[54]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    Aug 27 08:02:32 macmini.local awacsd[54]: InnerStore CopyAllZones: no info in Dynamic Store
    Aug 27 08:02:32 macmini.local UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    Aug 27 08:02:32 macmini.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [11] for authorization created by '/usr/libexec/UserEventAgent' [11] (100012,0)
    Aug 27 08:02:32 macmini.local Parallels[198]: Trying to load kernel extensions, exit status: 0
    Aug 27 08:02:32 macmini.local aosnotifyd[195]: aosnotifyd has been launched
    Aug 27 08:02:32 macmini kernel[0]: com.parallels.kext.vnic 7.0.15106.786747 has started.
    Aug 27 08:02:33 macmini.local netbiosd[111]: Unable to start NetBIOS name service:
    Aug 27 08:02:33 macmini.local loginwindow[39]: Login Window Application Started
    Aug 27 08:02:33 macmini.local configd[18]: network changed: DNS*
    Aug 27 08:02:33 macmini.local mDNSResponder[36]: D2D_IPC: Loaded
    Aug 27 08:02:33 macmini.local mDNSResponder[36]: D2DInitialize succeeded
    Aug 27 08:02:33 macmini.local WindowServer[202]: Server is starting up
    Aug 27 08:02:33 macmini.local WindowServer[202]: Session 256 retained (2 references)
    Aug 27 08:02:33 macmini.local WindowServer[202]: Session 256 released (1 references)
    Aug 27 08:02:33 macmini.local WindowServer[202]: Session 256 retained (2 references)
    Aug 27 08:02:35 macmini.local Parallels[205]: Starting Parallels networking...
    Aug 27 08:02:35 macmini.local aosnotifyd[195]: bootstrap_look_up failed (44e)
    Aug 27 08:02:35 macmini.local digest-service[194]: label: default
    Aug 27 08:02:35 macmini.local digest-service[194]:           dbname: od:/Local/Default
    Aug 27 08:02:35 macmini.local digest-service[194]:           mkey_file: /var/db/krb5kdc/m-key
    Aug 27 08:02:35 macmini.local digest-service[194]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Aug 27 08:02:35 macmini.local digest-service[194]: digest-request: uid=0
    Aug 27 08:02:35 macmini.local rpcsvchost[207]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Aug 27 08:02:35 macmini.local digest-service[194]: digest-request: init request
    Aug 27 08:02:35 macmini.local digest-service[194]: digest-request: init return domain: BUILTIN server: MACMINI
    Aug 27 08:02:38 macmini.local WindowServer[202]: init_page_flip: page flip mode is on
    Aug 27 08:02:38 macmini.local WindowServer[202]: mux_initialize: Couldn't find any matches
    Aug 27 08:02:38 macmini.local WindowServer[202]: GLCompositor enabled for tile size [256 x 256]
    Aug 27 08:02:38 macmini.local WindowServer[202]: CGXGLInitMipMap: mip map mode is on
    Aug 27 08:02:38 macmini.local WindowServer[202]: WSMachineUsesNewStyleMirroring: false
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x2b10424c: GL mask 0x1; bounds (0, 0)[1680 x 1050], 21 modes available
              Main, Active, on-line, enabled, boot, Vendor 10ac, Model 403c, S/N 30344d4d, Unit 0, Rotation 0
              UUID 0x000010ac0000403c30344d4d00000000
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f0042: GL mask 0x40; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0042
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f0041: GL mask 0x20; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[0 x 0], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0040
    Aug 27 08:02:38 macmini.local WindowServer[202]: 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 0xffffffffffffffffffffffff003f003f
    Aug 27 08:02:38 macmini.local WindowServer[202]: 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 0xffffffffffffffffffffffff003f003e
    Aug 27 08:02:38 macmini.local WindowServer[202]: 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 0xffffffffffffffffffffffff003f003d
    Aug 27 08:02:38 macmini.local WindowServer[202]: Created shield window 0x5 for display 0x2b10424c
    Aug 27 08:02:38 macmini.local WindowServer[202]: Created shield window 0x6 for display 0x003f0042
    Aug 27 08:02:38 macmini.local WindowServer[202]: Created shield window 0x7 for display 0x003f0041
    Aug 27 08:02:38 macmini.local WindowServer[202]: Created shield window 0x8 for display 0x003f0040
    Aug 27 08:02:38 macmini.local WindowServer[202]: Created shield window 0x9 for display 0x003f003f
    Aug 27 08:02:38 macmini.local WindowServer[202]: Created shield window 0xa for display 0x003f003e
    Aug 27 08:02:38 macmini.local WindowServer[202]: Created shield window 0xb for display 0x003f003d
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x2b10424c: GL mask 0x1; bounds (0, 0)[1680 x 1050], 21 modes available
              Main, Active, on-line, enabled, boot, Vendor 10ac, Model 403c, S/N 30344d4d, Unit 0, Rotation 0
              UUID 0x000010ac0000403c30344d4d00000000
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f0042: GL mask 0x40; bounds (2704, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0042
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f0041: GL mask 0x20; bounds (2705, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f0040: GL mask 0x10; bounds (2706, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0040
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f003f: GL mask 0x8; bounds (2707, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f003e: GL mask 0x4; bounds (2708, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Aug 27 08:02:38 macmini.local WindowServer[202]: Display 0x003f003d: GL mask 0x2; bounds (2709, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Aug 27 08:02:38 macmini.local WindowServer[202]: CGXPerformInitialDisplayConfiguration
    Aug 27 08:02:38 macmini.local WindowServer[202]:   Display 0x2b10424c: MappedDisplay Unit 0; Vendor 0x10ac Model 0x403c S/N 808734029 Dimensions 18.62 x 11.65; online enabled, Bounds (0,0)[1680 x 1050], Rotation 0, Resolution 1
    Aug 27 08:02:38 macmini.local WindowServer[202]:   Display 0x003f0042: MappedDisplay Unit 6; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2704,0)[1 x 1], Rotation 0, Resolution 1
    Aug 27 08:02:38 macmini.local WindowServer[202]:   Display 0x003f0041: MappedDisplay Unit 5; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2705,0)[1 x 1], Rotation 0, Resolution 1
    Aug 27 08:02:38 macmini.local WindowServer[202]:   Display 0x003f0040: MappedDisplay Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2706,0)[1 x 1], Rotation 0, Resolution 1
    Aug 27 08:02:38 macmini.local WindowServer[202]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2707,0)[1 x 1], Rotation 0, Resolution 1
    Aug 27 08:02:38 macmini.local WindowServer[202]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2708,0)[1 x 1], Rotation 0, Resolution 1
    Aug 27 08:02:38 macmini.local WindowServer[202]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2709,0)[1 x 1], Rotation 0, Resolution 1
    Aug 27 08:02:39 macmini.local apsd[56]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    Aug 27 08:02:44 --- last message repeated 1 time ---
    Aug 27 08:02:39 macmini.local WindowServer[202]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003e53, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
    Aug 27 08:02:39 macmini.local WindowServer[202]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Aug 27 08:02:39 macmini.local loginwindow[39]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Aug 27 08:02:39 macmini.local Parallels[225]: Parallels networking sucessfully started
    Aug 27 08:02:39 macmini.local prl_naptd[223]: Starting Parallels Network Daemon
    Aug 27 08:02:39 macmini kernel[0]: com_parallels_kext_prl_vnic: created vnic0
    Aug 27 08:02:39 macmini kernel[0]: com_parallels_kext_prl_vnic: created vnic1
    Aug 27 08:02:40 macmini.local Parallels[227]: Restarting CiscoVPN
    Aug 27 08:02:40 macmini.local WindowServer[202]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Aug 27 08:02:41 macmini.local prl_naptd[223]: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    Aug 27 08:02:41 macmini.local prl_naptd[223]: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    Aug 27 08:02:41 macmini kernel[0]: vnic0: promiscuous mode enable failed
    Aug 27 08:02:41 macmini kernel[0]: vnic1: promiscuous mode enable failed
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Pkt Record:        001FC008    4 macmini.local. Addr 127.0.0.1
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Our Record 3 won:  00000008   16 macmini.local. AAAA 0000:0000:0000:0000:0000:0000:0000:0001
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Pkt Record:        001FC008    4 macmini.local. Addr 127.0.0.1
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Our Record 3 won:  00000008   16 macmini.local. AAAA 0000:0000:0000:0000:0000:0000:0000:0001
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Pkt Record:        001FC008    4 macmini.local. Addr 127.0.0.1
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Our Record 3 won:  00000008   16 macmini.local. AAAA 0000:0000:0000:0000:0000:0000:0000:0001
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Pkt Record:        001FC008    4 macmini.local. Addr 127.0.0.1
    Aug 27 08:02:41 macmini.local mDNSResponder[36]: ResolveSimultaneousProbe: 0000000000000001 Our Record 3 won:  00000008   16 macmini.local. AAAA 0000:0000:0000:0000:0000:0000:0000:0001
    Aug 27 08:02:41 macmini.local locationd[40]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    Aug 27 08:02:41 macmini.local locationd[40]: NOTICE,Location icon should now be in state 0
    Aug 27 08:02:41 macmini.local kdc[42]: KDC started
    Aug 27 08:02:42 macmini.local SystemStarter[232]: Unknown service: CiscoVPN
    Aug 27 08:02:42 macmini.local Parallels[235]: Starting Parallels Dispatcher Service
    Aug 27 08:02:42 macmini.local Parallels[239]: Parallels Dispatcher Service sucessfully started
    Aug 27 08:02:42 macmini.local WindowServer[202]: Created shield window 0xc for display 0x2b10424c
    Aug 27 08:02:42 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 2, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:44 --- last message repeated 2 times ---
    Aug 27 08:02:42 macmini.local launchctl[242]: com.apple.findmymacmessenger: Already loaded
    Aug 27 08:02:42 macmini.local com.apple.SecurityServer[15]: Session 100007 created
    Aug 27 08:02:42 macmini.local USBNivoListener[59]: SCNetworkReachabilityCreateWithAddress[Pair] called with invalid address family 1
    Aug 27 08:02:42 macmini.local loginwindow[39]: Login Window Started Security Agent
    Aug 27 08:02:42 macmini.local DisplayLinkUserAgent[249]: SCNetworkReachabilityCreateWithAddress[Pair] called with invalid address family 1
    Aug 27 08:02:42 macmini.local SecurityAgent[254]: This is the first run
    Aug 27 08:02:42 macmini.local SecurityAgent[254]: MacBuddy was run = 0
    Aug 27 08:02:42 macmini kernel[0]: /drv/ HypIoctls.c:779   Ioctl VT-d status: 0
    Aug 27 08:02:42 macmini kernel[0]: en1: 802.11d country code set to 'US'.
    Aug 27 08:02:42 macmini kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    Aug 27 08:02:42 macmini.local UserEventAgent[244]: cannot find useragent 1102
    Aug 27 08:02:43 macmini.local USBNivoListener[59]:           (762)DeviceAdded ConnectionCtx:0
    Aug 27 08:02:43 macmini kernel[0]: MacAuthEvent en1   Auth result for: 00:09:0f:e9:31:a4  MAC AUTH succeeded
    Aug 27 08:02:43 macmini kernel[0]: MacAuthEvent en1   Auth result for: 00:09:0f:e9:31:a4 Unsolicited  Auth
    Aug 27 08:02:43 macmini kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    Aug 27 08:02:43 macmini kernel[0]: AirPort: Link Up on en1
    Aug 27 08:02:43 macmini kernel[0]: en1: BSSID changed to 00:09:0f:e9:31:a4
    Aug 27 08:02:43 macmini kernel[0]: en1::IO80211Interface::postMessage bssid changed
    Aug 27 08:02:43 macmini kernel[0]: AirPort: RSN handshake complete on en1
    Aug 27 08:02:43 macmini.local DisplayLinkManager[258]: 3891612: (connect_and_check) Untrusted apps are not allowed to connect to or launch Window Server before login.
    Aug 27 08:02:43 macmini.local DisplayLinkManager[258]: kCGErrorFailure: This user is not allowed access to the window system right now.
    Aug 27 08:02:43 macmini.local DisplayLinkManager[258]: CGSGetDisplayBounds: Invalid display 0x00000000
    Aug 27 08:02:43 macmini.local WindowServer[202]: Received display connect changed for display 0x3f0040
    Aug 27 08:02:43 macmini.local WindowServer[202]: Created shield window 0xf for display 0x2b103850
    Aug 27 08:02:43 macmini.local WindowServer[202]: handle_will_sleep_auth_and_shield_windows: NULL auth_window
    Aug 27 08:02:43 macmini.local DisplayLinkManager[258]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
    Aug 27 08:02:43 macmini.local DisplayLinkManager[258]: kCGErrorInvalidConnection: CGSGetEventPort: Invalid connection
    Aug 27 08:02:44 --- last message repeated 3 times ---
    Aug 27 08:02:43 macmini.local DisplayLinkManager[258]: CGSRegisterConnectionNotifyProc called with invalid connection
    Aug 27 08:02:44 --- last message repeated 2 times ---
    Aug 27 08:02:43 macmini.local DisplayLinkManager[258]: SCNetworkReachabilityCreateWithAddress[Pair] called with invalid address family 1
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x2b10424c: GL mask 0x1; bounds (0, 0)[1680 x 1050], 21 modes available
              Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model 403c, S/N 30344d4d, Unit 0, Rotation 0
              UUID 0x000010ac0000403c30344d4d00000000, ColorProfile { 2, "DELL 2208WFP"}
    Aug 27 08:02:43 macmini.local WindowServer[202]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003e53, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
              texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x003f0042: GL mask 0x40; bounds (2704, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0042
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x003f0041: GL mask 0x20; bounds (2705, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x2b103850: GL mask 0x10; bounds (1680, 0)[1680 x 1050], 42 modes available
              Active, on-line, enabled, Vendor 10ac, Model 403c, S/N 3034374d, Unit 4, Rotation 0
              UUID 0x000010ac0000403c3034374d00000000
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x003f003f: GL mask 0x8; bounds (2707, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x003f003e: GL mask 0x4; bounds (2708, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x003f003d: GL mask 0x2; bounds (2709, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Aug 27 08:02:43 macmini.local mDNSResponderHelper[77]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    Aug 27 08:02:44 --- last message repeated 1 time ---
    Aug 27 08:02:44 macmini.local SecurityAgent[254]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Aug 27 08:02:44 macmini.local SecurityAgent[254]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Aug 27 08:02:44 macmini.local WindowServer[202]: Created shield window 0x10 for display 0x2b10424c
    Aug 27 08:02:44 macmini.local WindowServer[202]: Created shield window 0x11 for display 0x003f0042
    Aug 27 08:02:44 macmini.local WindowServer[202]: Created shield window 0x12 for display 0x003f0041
    Aug 27 08:02:44 macmini.local WindowServer[202]: Created shield window 0x13 for display 0x2b103850
    Aug 27 08:02:44 macmini.local WindowServer[202]: Created shield window 0x14 for display 0x003f003f
    Aug 27 08:02:44 macmini.local WindowServer[202]: Created shield window 0x15 for display 0x003f003e
    Aug 27 08:02:44 macmini.local WindowServer[202]: Created shield window 0x16 for display 0x003f003d
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display added
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display removed
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display 0x2b10424c: GL mask 0x1; bounds (0, 0)[1680 x 1050], 21 modes available
              Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model 403c, S/N 30344d4d, Unit 0, Rotation 0
              UUID 0x000010ac0000403c30344d4d00000000, ColorProfile { 2, "DELL 2208WFP"}
    Aug 27 08:02:44 macmini.local WindowServer[202]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003e53, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
              texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display 0x003f0042: GL mask 0x40; bounds (4384, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0042
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display 0x003f0041: GL mask 0x20; bounds (4385, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display 0x2b103850: GL mask 0x10; bounds (1680, 0)[1680 x 1050], 42 modes available
              Active, on-line, enabled, Vendor 10ac, Model 403c, S/N 3034374d, Unit 4, Rotation 0
              UUID 0x000010ac0000403c3034374d00000000
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display 0x003f003f: GL mask 0x8; bounds (4386, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display 0x003f003e: GL mask 0x4; bounds (4387, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Aug 27 08:02:44 macmini.local WindowServer[202]: Display 0x003f003d: GL mask 0x2; bounds (4388, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Aug 27 08:02:44 macmini.local airportd[72]: _doAutoJoin: Already associated to “BCIAP”. Bailing on auto-join.
    Aug 27 08:02:45 --- last message repeated 3 times ---
    Aug 27 08:02:45 macmini.local WindowServer[202]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Aug 27 08:02:45 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 2, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:45 macmini.local WindowServer[202]: Created shield window 0x19 for display 0x2b103850
    Aug 27 08:02:45 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:45 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 2, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:45 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:45 macmini.local configd[18]: network changed: v4(en1+:192.168.1.60) DNS+ Proxy+ SMB
    Aug 27 08:02:45 macmini.local UserEventAgent[11]: Captive: en1: Not probing 'BCIAP' (protected network)
    Aug 27 08:02:45 macmini.local configd[18]: network changed: v4(en1!:192.168.1.60) DNS Proxy SMB
    Aug 27 08:02:42 macmini.local ntpd[192]: proto: precision = 1.000 usec
    Aug 27 08:02:42 macmini.local WindowServer[202]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Aug 27 08:02:42 --- last message repeated 1 time ---
    Aug 27 08:02:42 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 2, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:42 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:42 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 2, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:42 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 2, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 2, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:43 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:02:43 macmini.local awacsd[54]: Exiting
    Aug 27 08:02:44 macmini.local mDNSResponderHelper[77]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    Aug 27 08:03:14 --- last message repeated 1 time ---
    Aug 27 08:03:50 macmini.local WindowServer[202]: Created shield window 0x1a for display 0x2b10424c
    Aug 27 08:03:50 macmini.local WindowServer[202]: Created shield window 0x1b for display 0x2b103850
    Aug 27 08:03:50 macmini.local WindowServer[202]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    Aug 27 08:03:50 macmini.local WindowServer[202]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    Aug 27 08:03:50 macmini.local WindowServer[202]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    Aug 27 08:03:58 macmini.local distnoted[275]: # distnote server agent  absolute time: 121.374626825   civil time: Mon Aug 27 08:03:58 2012   pid: 275 uid: 89  root: no
    Aug 27 08:04:00 macmini.local distnoted[280]: # distnote server agent  absolute time: 123.103733590   civil time: Mon Aug 27 08:04:00 2012   pid: 280 uid: 501  root: no
    Aug 27 08:04:03 macmini.local mdworker32[284]: CGSGetDisplayBounds: Invalid display 0x00000000
    Aug 27 08:04:16 macmini.local com.apple.SecurityServer[15]: Session 100009 created
    Aug 27 08:04:16 macmini.local com.apple.SecurityServer[15]: Session 100002 created
    Aug 27 08:08:14 macmini.local WindowServer[202]: handle_will_sleep_auth_and_shield_windows: no lock state data
    Aug 27 08:08:27 --- last message repeated 1 time ---
    Aug 27 08:08:27 macmini.local SecurityAgent[254]: User info context values set for Claywd
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_authenticate(): Got user: Claywd
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_authenticate(): Got ruser: (null)
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_authenticate(): Got service: authorization
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in od_principal_for_user(): No authentication authority returned
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in od_principal_for_user(): failed: 7
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_authenticate(): Done cleanup3
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_authenticate(): Kerberos 5 refuses you
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in od_record_check_pwpolicy(): retval: 0
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Establishing credentials
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Got user: Claywd
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Context initialised
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Got euid, egid: 0 0
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Done getpwnam()
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Done setegid() & seteuid()
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): pam_sm_setcred: krb5 user Claywd doesn't have a principal
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Done cleanup3
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Done seteuid() & setegid()
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): Done cleanup4
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Aug 27 08:08:27 macmini.local authorizationhost[289]: in pam_sm_setcred(): pam_sm_setcred: no domain found skipping
    Aug 27 08:08:27 macmini.local SecurityAgent[254]: Login Window login proceeding
    Aug 27 08:08:27 macmini.local CVMServer[212]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Aug 27 08:08:27 macmini.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.login.console' by client '/System/Library/CoreServices/loginwindow.app' [39] for authorization created by '/System/Library/CoreServices/loginwindow.app' [39] (100003,0)
    Aug 27 08:08:27 macmini.local loginwindow[39]: Login Window - Returned from Security Agent
    Aug 27 08:08:27 macmini.local CVMServer[212]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Aug 27 08:08:27 macmini.local loginwindow[39]: USER_PROCESS: 39 console
    Aug 27 08:08:28 macmini.local airportd[295]: _doAutoJoin: Already associated to “BCIAP”. Bailing on auto-join.
    Aug 27 08:08:28 macmini com.apple.launchd.peruser.501[277] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Aug 27 08:08:28 macmini.local loginwindow[39]: Connection with distnoted server was invalidated
    Aug 27 08:08:28 macmini.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [39] for authorization created by '/System/Library/CoreServices/loginwindow.app' [39] (100002,0)
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x2b10424c: GL mask 0x1; bounds (0, 0)[1680 x 1050], 21 modes available
              Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model 403c, S/N 30344d4d, Unit 0, Rotation 0
              UUID 0x000010ac0000403c30344d4d00000000, ColorProfile { 2, "DELL 2208WFP"}
    Aug 27 08:08:28 macmini.local WindowServer[202]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003e53, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
              texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x003f0042: GL mask 0x40; bounds (4384, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0042
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x003f0041: GL mask 0x20; bounds (4385, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x2b103850: GL mask 0x10; bounds (1680, 0)[1680 x 1050], 42 modes available
              Active, on-line, enabled, Vendor 10ac, Model 403c, S/N 3034374d, Unit 4, Rotation 0
              UUID 0x000010ac0000403c3034374d00000000, ColorProfile { 3, "DELL 2208WFP"}
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x003f003f: GL mask 0x8; bounds (4386, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x003f003e: GL mask 0x4; bounds (4387, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x003f003d: GL mask 0x2; bounds (4388, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Aug 27 08:08:28 macmini.local WindowServer[202]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Aug 27 08:08:28 macmini.local WindowServer[202]: Created shield window 0x22 for display 0x2b10424c
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 4, "DELL 2208WFP Calibrated"}; TransferTable (256, 3)
    Aug 27 08:08:28 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:08:28 macmini.local NetworkBrowserAgent[312]: Starting NetworkBrowserAgent
    Aug 27 08:08:29 macmini com.apple.launchd.peruser.501[277] (com.apple.afpstat-qfa[334]): Exited with code: 2
    Aug 27 08:08:29 macmini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=340[GoogleSoftwareUp] clearing CS_VALID
    Aug 27 08:08:29 macmini com.apple.launchd.peruser.501[277] (com.valvesoftware.steamclean[339]): Exited with code: 2
    Aug 27 08:08:29 macmini.local prl_naptd[336]: Starting Parallels Network Daemon
    Aug 27 08:08:29 macmini.local coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationLaunch to notificationID=143
    Aug 27 08:08:29 macmini com.apple.launchd.peruser.501[277] (com.apple.mrt.uiagent[324]): Exited with code: 255
    Aug 27 08:08:29 macmini.local DisplayLinkUserAgent[338]: SCNetworkReachabilityCreateWithAddress[Pair] called with invalid address family 1
    Aug 27 08:08:31 macmini.local blued[53]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    Aug 27 08:08:31 macmini.local KeyRemap4MacBook[335]: observer_IONotification
    Aug 27 08:08:31 macmini.local sudo[367]:     root : TTY=unknown ; PWD=/ ; USER=Claywd ; COMMAND=/bin/launchctl load /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
    Aug 27 08:08:31 macmini.local DisplayLinkManager[353]: SCNetworkReachabilityCreateWithAddress[Pair] called with invalid address family 1
    Aug 27 08:08:32 macmini.local sudo[371]:     root : TTY=unknown ; PWD=/ ; USER=Claywd ; COMMAND=/bin/launchctl start com.parallels.vm.prl_pcproxy
    Aug 27 08:08:32 macmini.local UserEventAgent[319]: cannot find fw daemon port 1102
    Aug 27 08:08:33 macmini.local WindowServer[202]: post_notification : Time out waiting for reply from "universalaccessd" for notification type 100 (CID 0x9b07, PID 297)
    Aug 27 08:08:33 macmini.local WindowServer[202]: Created shield window 0x43 for display 0x2b10424c
    Aug 27 08:08:33 macmini.local WindowServer[202]: Created shield window 0x44 for display 0x003f0042
    Aug 27 08:08:33 macmini.local WindowServer[202]: Created shield window 0x45 for display 0x003f0041
    Aug 27 08:08:33 macmini.local WindowServer[202]: Created shield window 0x46 for display 0x2b103850
    Aug 27 08:08:33 macmini.local WindowServer[202]: Created shield window 0x47 for display 0x003f003f
    Aug 27 08:08:33 macmini.local WindowServer[202]: Created shield window 0x48 for display 0x003f003e
    Aug 27 08:08:33 macmini.local WindowServer[202]: Created shield window 0x49 for display 0x003f003d
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0: Startup Mode 1680 x 1050, CGSThirtytwoBitColor, Resolution 1, IOMode 0x80001000, IODepth 0x0, IOReturn 0x0
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4: Startup Mode 1680 x 1050, CGSThirtytwoBitColor, Resolution 1, IOMode 0x316, IODepth 0x1, IOReturn 0xe00002c7
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x2b10424c: GL mask 0x1; bounds (0, 0)[1680 x 1050], 21 modes available
              Main, Active, on-line, enabled, boot, OpenGL-accel, Vendor 10ac, Model 403c, S/N 30344d4d, Unit 0, Rotation 0
              UUID 0x000010ac0000403c30344d4d00000000, ColorProfile { 4, "DELL 2208WFP Calibrated"}
    Aug 27 08:08:33 macmini.local WindowServer[202]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003e53, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
              texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x003f0042: GL mask 0x40; bounds (2704, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0042
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x003f0041: GL mask 0x20; bounds (2705, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
              UUID 0xffffffffffffffffffffffff003f0041
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x2b103850: GL mask 0x10; bounds (-1680, 0)[1680 x 1050], 42 modes available
              Active, on-line, enabled, Vendor 10ac, Model 403c, S/N 3034374d, Unit 4, Rotation 0
              UUID 0x000010ac0000403c3034374d00000000, ColorProfile { 3, "DELL 2208WFP"}
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x003f003f: GL mask 0x8; bounds (2706, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003f
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x003f003e: GL mask 0x4; bounds (2707, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003e
    Aug 27 08:08:33 macmini.local WindowServer[202]: Display 0x003f003d: GL mask 0x2; bounds (2708, 0)[1 x 1], 1 modes available
              off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
              UUID 0xffffffffffffffffffffffff003f003d
    Aug 27 08:08:33 macmini.local com.apple.SecurityServer[15]: Session 100010 created
    Aug 27 08:08:34 macmini kernel[0]: KeyRemap4MacBook --Info-- RemapClass::allocation_count_ 207827/2097152 (capacity 9%)
    Aug 27 08:08:35 macmini.local KeyRemap4MacBook[335]: checkForUpdates http://pqrs.org/macosx/keyremap4macbook/files/appcast.xml
    Aug 27 08:08:35 macmini.local WindowServer[202]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Aug 27 08:08:35 --- last message repeated 1 time ---
    Aug 27 08:08:35 macmini.local LKDCHelper[386]: Starting (uid=501)
    Aug 27 08:08:35 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 4, "DELL 2208WFP Calibrated"}; TransferTable (256, 3)
    Aug 27 08:08:35 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:08:35 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 4, "DELL 2208WFP Calibrated"}; TransferTable (256, 3)
    Aug 27 08:08:35 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:08:35 macmini.local WindowServer[202]: Display 0x2b10424c: MappedDisplay Unit 0; ColorProfile { 4, "DELL 2208WFP Calibrated"}; TransferTable (256, 3)
    Aug 27 08:08:36 --- last message repeated 1 time ---
    Aug 27 08:08:35 macmini.local WindowServer[202]: Display 0x2b103850: MappedDisplay Unit 4; ColorProfile { 3, "DELL 2208WFP"}; TransferFormula (1.000000, 1.000000, 1.000000)
    Aug 27 08:08:44 --- last message repeated 1 time ---
    Aug 27 08:08:44 macmini.local sudo[408]:     root : TTY=unknown ; PWD=/ ; USER=Claywd ; COMMAND=/bin/launchctl load /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
    Aug 27 08:08:44 macmini.local sudo[410]:     root : TTY=unknown ; PWD=/ ; USER=Claywd ; COMMAND=/bin/launchctl start com.parallels.vm.prl_pcproxy
    Aug 27 08:08:45 macmini.local Microsoft Lync[398]: Listening for default changes
    Aug 27 08:08:46 macmini.local prl_client_app[390]: find_shared_window: WID 89
    Aug 27 08:08:46 macmini.local prl_client_app[390]: CGSOrderWindowListWithGroups: invalid window ID (89)
    Aug 27 08:08:46 macmini.local prl_client_app[390]: CGSOrderWindowList: NULL list pointer or empty list
    Aug 27 08:08:58 macmini.local WindowServer[202]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Aug 27 08:09:17 macmini.local Google Chrome[421]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=423[ksadmin] clearing CS_VALID
    Aug 27 08:09:18 macmini.local Google Chrome Helper[424]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini.local Google Chrome Helper[426]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini.local Google Chrome Helper[427]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini.local Google Chrome Helper[429]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=428[ksadmin] clearing CS_VALID
    Aug 27 08:09:18 macmini.local Google Chrome Helper[430]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini.local Google Chrome Helper[431]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini.local Google Chrome Helper[432]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini.local Google Chrome Helper[433]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:18 macmini.local Google Chrome Helper[434]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:19 macmini.local Google Chrome Helper[432]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Aug 27 08:09:19 macmini.local Google Chrome Helper[427]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Aug 27 08:09:19 macmini.local Google Chrome Helper[433]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Aug 27 08:09:19 macmini.local Google Chrome Helper EH[435]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Aug 27 08:09:19 macmini.local Google Chrom

    Linc, the resident dump guru, will probably be along in awhile and provide deeper insights, but here goes for now. I'm seeing an awful lot of warnings and messages from Chrome. Any chance you could lay off that browser for awhile and use Safari in the meanwhile? No red messages anywhere in the listing. Have you tried rebooting into Mountain Lion Recovery Mode to do a Repair Disk and Repair Disk Permissions? (Cause in spite of what your config tag says, the dump indicates you are running a ML kernel)

  • DAT Drive not registering on sunfire V240

    Hi,
    I have 9 SUN v240 with which i connected the same DAT drive HP 72GB DDS DAT (PART NUMBER C7439). In six servers
    did devfsadm and it registered the DAT. It worked fine but in three of the SUN v240, this command doesnt seem to
    do anything. /dev/rmt is not created. I cannot restart the server because they are live/production servers. Is there
    any other solution to get this DAT recognised in solaris with out a reboot. Also, i cannot go to OBP (OK prompt) because
    ofcourse it needs a reboot.
    I checked the st.conf file and the entries of these file are the same in all 9 v240. So i think its not a problem of
    st.conf.
    Eargerly waiting for a solution.
    Here are some of the command outputs from 1 of the 3 servers which donot see the DAT:
    [root@vbsmf /kernel/drv] $strings /kernel/drv/st.conf | grep st
    # Copyright (c) 1995-2000 by Sun Microsystems, Inc.
    "@(#)st.conf
    # devices of Sun Microsystems and many 3rd party devices.
    # 1 Drive is configured automatically - no entry is needed in st.conf.
    # The 3rd party devices do apparently work with the configurations listed.
    # the past, but have not been tested by Sun Microsystems. Use these entries
    # as your starting point for generating your configuration entries.
    #tape-config-list=
    name="st" class="scsi"
    name="st" class="scsi"
    name="st" class="scsi"
    name="st" class="scsi"
    name="st" class="scsi"
    name="st" class="scsi"
    name="st" class="scsi"
    #name="st" class="scsi"
    #name="st" class="scsi"
    #name="st" class="scsi"
    #name="st" class="scsi"
    #name="st" class="scsi"
    #name="st" class="scsi"
    #name="st" class="scsi"
    #name="st" class="scsi"
    name="st" parent="fp" target=0;
    [root@vbsmf /kernel/drv] $cfgadm configure
    Ap_Id Type Receptacle Occupant Condition
    configure: No matching library found
    [root@vbsmf /kernel/drv] $cfgadm -al
    Ap_Id Type Receptacle Occupant Condition
    c0 scsi-bus connected configured unknown
    c0::dsk/c0t0d0 CD-ROM connected configured unknown
    c1 scsi-bus connected configured unknown
    c1::dsk/c1t0d0 disk connected configured unknown
    c1::dsk/c1t1d0 disk connected configured unknown
    c2 scsi-bus connected unconfigured unknown
    [root@vbsmf /kernel/drv] $cfgadm configure c2
    Ap_Id Type Receptacle Occupant Condition
    c2 scsi-bus connected unconfigured unknown
    configure: No matching library found
    [root@vbsmf /kernel/drv] $cfgadm -val
    Ap_Id Receptacle Occupant Condition Information
    When Type Busy Phys_Id
    c0 connected configured unknown
    Jan 1 1970 scsi-bus n /devices/pci@1e,600000/ide@d:scsi
    c0::dsk/c0t0d0 connected configured unknown unavailable
    Jan 1 1970 CD-ROM y /devices/pci@1e,600000/ide@d:scsi::dsk/c0t0d0
    c1 connected configured unknown
    Jan 1 1970 scsi-bus n /devices/pci@1c,600000/scsi@2:scsi
    c1::dsk/c1t0d0 connected configured unknown FUJITSU MAT3073N SUN72G
    Jan 1 1970 disk n /devices/pci@1c,600000/scsi@2:scsi::dsk/c1t0d0
    c1::dsk/c1t1d0 connected configured unknown FUJITSU MAT3073N SUN72G
    Jan 1 1970 disk n /devices/pci@1c,600000/scsi@2:scsi::dsk/c1t1d0
    c2 connected unconfigured unknown
    Jan 1 1970 scsi-bus n /devices/pci@1c,600000/scsi@2,1:scsi
    [root@vbsmf /kernel/drv] $ls /dev/rmt/0
    /dev/rmt/0: No such file or directory
    [root@vbsmf /kernel/drv] $ls /dev/rmt
    [root@vbsmf /kernel/drv] $devfsadm -v
    [root@vbsmf /kernel/drv] $ls /dev/rmt
    [root@vbsmf /kernel/drv] $ls /dev/rmt/0
    /dev/rmt/0: No such file or directory
    [root@vbsmf /] $modinfo
    Id Loadaddr Size Info Rev Module Name
    6 10158000 445b 1 1 specfs (filesystem for specfs)
    8 1015dd40 333c 1 1 TS (time sharing sched class)
    9 10160938 8d4 - 1 TS_DPTBL (Time sharing dispatch table)
    10 101609c0 291e3 2 1 ufs (filesystem for ufs)
    11 10187b33 1f7 - 1 fssnap_if (File System Snapshot Interface)
    12 10187c83 10900 226 1 rpcmod (RPC syscall)
    12 10187c83 10900 226 1 rpcmod (32-bit RPC syscall)
    12 10187c83 10900 1 1 rpcmod (rpc interface str mod)
    13 10195cc3 66f08 0 1 ip (IP Streams module)
    13 10195cc3 66f08 3 1 ip (IP Streams device)
    14 101f30bb 1982 1 1 rootnex (sun4u root nexus 1.91)
    15 101f4648 210 57 1 options (options driver)
    17 101f4d3c 18d8 12 1 sad (Streams Administrative driver's)
    18 101f639c 67b 2 1 pseudo (nexus driver for 'pseudo')
    19 101f68a5 1c228 85 1 md (Meta disk base module)
    24 1023362d 5234 - 1 md_stripe (Meta disk stripes module)
    25 1023847d a760 - 1 md_mirror (Meta disk mirrors module)
    26 10242765 10338 109 1 pcisch (PCI Bus nexus driver 1.201)
    27 1025111d 1023b 50 1 glm (GLM SCSI HBA Driver 1.166.)
    28 1025f310 8ac0 - 1 scsi (SCSI Bus Utility Routines)
    29 10264fe4 18008 32 1 sd (SCSI Disk Driver 1.356)
    33 1029bf1e a52d 135 1 uata (ATA controller Driver 1.89)
    34 102a5713 151f - 1 dada ( ATA Bus Utility Routines)
    37 102a7141 93c - 1 todm5819p_rmc (tod module for ALI M5819P)
    38 102a7a0b 344f 196 1 rmc_comm (rmc_comm driver, v1.2)
    39 102aaa92 508 199 1 pmugpio (Pmugpio Driver 1.1)
    40 780b8000 72bf - 1 ufs_log (Logging UFS Module)
    41 1027bd5c 1b04a 5 1 procfs (filesystem for proc)
    42 102962ba fab 126 1 ebus (ebus nexus driver)
    43 10296efd 2fcd 194 1 mc-us3i (Memory-controller: v1.1)
    44 10299bba d98 134 1 power (power button driver v1.9)
    45 1029a7aa 1016 159 1 pmubus (pmubus nexus driver)
    46 10211abd 5cb6 197 1 rmclomv (rmclomv control driver v1.4)
    47 1021684b 256a 9 1 pcf8584 (I2C Nexus Driver 1.13)
    48 102a689a 464 - 1 i2c_svc (I2C module ver 1.2)
    50 102aae3a 10628 8 1 sockfs (filesystem for sockfs)
    52 102a6c7b 6be 11 1 clone (Clone Pseudodriver 'clone')
    53 1029b5f0 304 2 1 ip6 (IP Streams module)
    53 1029b5f0 304 143 1 ip6 (IP Streams device)
    54 102bafd2 25e40 3 1 tcp (TCP Streams module)
    54 102bafd2 25e40 42 1 tcp (TCP Streams device)
    55 10219963 1059 - 1 md5 (MD5 Message-Digest Algorithm)
    56 1029b734 365 4 1 tcp6 (TCP Streams module)
    56 1029b734 365 146 1 tcp6 (TCP Streams device)
    57 1021a907 9b50 5 1 udp (UDP Streams module)
    57 1021a907 9b50 41 1 udp (UDP Streams device)
    58 1029b8d9 365 6 1 udp6 (UDP Streams module)
    58 1029b8d9 365 145 1 udp6 (UDP Streams device)
    59 1022292f 7f10 7 1 icmp (ICMP Streams module)
    59 1022292f 7f10 5 1 icmp (ICMP Streams device)
    60 1029ba7e 30e 8 1 icmp6 (ICMP Streams module)
    60 1029ba7e 30e 144 1 icmp6 (ICMP Streams device)
    61 10228ea7 651b 9 1 arp (ARP Streams module)
    61 10228ea7 651b 44 1 arp (ARP Streams driver)
    62 1022e16a 4b93 10 1 timod (transport interface str mod)
    64 102d9d66 c83 16 1 conskbd (Console kbd Multiplexer driver )
    65 102da65d 1ffa 15 1 wc (Workstation multiplexer Driver )
    66 102dba4f 4885 37 1 su (su driver 1.47)
    67 102dff2c 3f2e 1 1 elfexec (exec module for elf)
    67 102dff2c 3f2e 0 1 elfexec (32-bit exec module for elf)
    68 102e3d57 3400 3 1 fifofs (filesystem for fifo)
    69 102e6ebf adea 11 1 ldterm (terminal line discipline)
    70 102f13b6 246d 12 1 ttcompat (alt ioctl calls)
    71 102f365a 9223 29 1 zs (Z8530 serial driver V4.125)
    72 102fc375 1568 26 1 ptsl (tty pseudo driver slave 'ptsl')
    73 102fd645 211f 25 1 ptc (tty pseudo driver control 'ptc')
    77 10318d3b 116a9 - 1 usba (USBA: USB Architecture 1.25)
    78 10313719 498c - 1 usbser (USB generic serial module 1.1)
    80 1032d854 15ac5 - 1 usba10 (USBA10: USB 1.0 Architecture 1.)
    81 781b6000 4012 - 1 usba10_usbser (USBA10 Generic Serial Modul
    82 10344153 1c30 13 1 rts (Routing Socket Streams module)
    82 10344153 1c30 43 1 rts (Routing Socket Streams device)
    83 781e8000 f487 15 1 ipsecesp (IP Encapsulating Security Paylo)
    83 781e8000 f487 141 1 ipsecesp (IP Encapsulating Security Paylo)
    84 7814e000 ff46 14 1 ipsecah (IP Authentication Header Stream)
    84 7814e000 ff46 140 1 ipsecah (IP Authentication Header Stream)
    85 7803c000 4af3 105 1 tl (TPI Local Transport Driver - tl)
    86 78042000 44ab 16 1 keysock (keysock module)
    86 78042000 44ab 139 1 keysock (PF_KEY Key Management Socket ST)
    87 78040743 16ea 97 1 sysmsg (System message redirection (fan)
    88 780416bd 82c 0 1 cn (Console redirection driver)
    89 780e3c1a 475 2 1 intpexec (exec mod for interp)
    90 78041d59 2c3 42 1 pipe (pipe(2) syscall)
    90 78041d59 2c3 42 1 pipe (32-bit pipe(2) syscall)
    91 10354c78 f9d 13 1 mm (memory driver)
    92 78046000 8a90 195 1 bge (BCM570x driver v0.22)
    93 7804e000 e868 - 1 gld (Generic LAN Driver (v2))
    94 7805e000 4eac6 217 1 ce (CE Ethernet Driver v1.135)
    95 780b0000 2bd7 - 1 vlan (Ethernet VLAN module (v1) 1.18)
    97 780b4000 322b 115 1 pci_pci (Standard PCI to PCI bridge nexu)
    98 780b7ad5 5ac 19 1 dump (crash dump driver)
    99 780c0000 4421 201 1 doorfs (doors)
    99 780c0000 4421 201 1 doorfs (32-bit door syscalls)
    100 780c6000 2d06 88 1 devinfo (DEVINFO Driver 1.33)
    103 780ca000 ebf8 66 1 ohci (USB OpenHCI Driver 1.23)
    104 781579c6 c03 176 1 inst_sync (instance binding syscall)
    104 781579c6 c03 176 1 inst_sync (32-bit instance binding syscall
    105 780d4c38 1538 4 1 namefs (filesystem for namefs)
    106 7814c6d0 1a98 4 1 logindmux ( LOGIND MUX Driver)
    110 780bf047 d70 14 1 iwscn (Workstation Redirection driver )
    111 7804d698 a4f 17 1 consms (Mouse Driver for Sun 'consms' 5)
    113 780b6bbb 9f7 21 1 log (streams log driver)
    114 780b734a 8f3 22 1 sy (Indirect driver for tty 'sy')
    115 780c8b56 cc4 23 1 ptm (Master streams driver 'ptm')
    116 10342e11 dc6 24 1 pts (Slave Stream Pseudo Terminal dr)
    117 780c5670 a8c 31 1 seeprom (I2C serial EEPROM device driver)
    120 1030a1c5 6a30 - 1 fctl (Sun FC Transport Library v1.12)
    123 780c411c 17ec 34 1 smbus (SMBUS nexus Driver 1.6)
    124 10308a8f 1dea 35 1 random (random number device v1.1)
    125 780e0000 2290 17 1 authsha1 (SHA1-HMAC algorithm)
    127 780b2637 1f01 38 1 openeepr (OPENPROM/NVRAM Driver v1.7)
    131 78188000 30bc0 - 1 s1394 (IEEE 1394 Services Library 1.0)
    143 10355a75 2e1f - 1 hidparser (HID PARSER 1.5)
    146 103256b4 2d2e 60 1 fssnap (snapshot driver)
    153 781af8c7 820 72 1 ksyms (kernel symbols driver)
    156 10345623 2d73 - 1 usba10_hidparser (USBA10 HID PARSER 1.1)
    161 780e2467 1a23 81 1 winlock (Winlock Driver v1.43)
    162 10317889 14ed - 1 seg_drv (Segment Device Driver v1.1)
    165 1030f375 2268 - 1 diaudio (Generic Audio)
    167 1032811a 19cc 89 1 lockstat (Lock Statistics)
    168 78215406 d1e 90 1 kstat (kernel statistics driver)
    169 780e6000 5d08 91 1 vol (Volume Management Driver, 1.87)
    170 780de000 1664 95 1 cpc (cpc sampling driver v1.8)
    170 780de000 1664 179 1 cpc (cpc sampling system call)
    170 780de000 1664 179 1 cpc (32-bit cpc sampling system call)
    172 78259747 ba0 103 1 qec (QEC driver v1.32)
    175 10347bee 4197 107 1 llc1 (LLC Class 1 Driver)
    177 780ec000 4c5e - 1 amsrc1 (Audio Sample Rate Conv. #1 1.2)
    178 780f2000 23ee - 1 audiosup (Audio Device Support 1.9)
    179 780f6000 14f6e - 1 mixer (Audio Mixer 1.41)
    182 1030331b 4edc 114 1 tnf (kernel probes driver 1.48)
    184 7816a000 b3ec 150 1 fcp (Sun FCP Pseudo Driver v1.11)
    185 1034b93d 4cd6 127 1 pm (power management driver v1.95)
    186 780598aa 846 128 1 tod (tod driver 1.0)
    189 780f0baf 1420 138 1 poll (Dev Poll driver)
    190 780f4176 1ecf 147 1 lofi (loopback file driver (1.2))
    193 78142000 499d - 1 pcihp (PCI nexus hotplug support v1.31)
    194 78146605 1ae7 - 1 busra (Bus Resource Allocator (BUSRA) )
    195 780df02c c4c - 1 hpcsvc (hot-plug controller services v1)
    196 78148000 4fe8 - 1 pcicfg (PCI configurator v1.38)
    203 781567ae bb1f - 1 amsrc2 (Audio Sample Rate Conv. #2 1.1)
    214 1034f79b 4805 187 1 sppp (PPP 4.0 mux v1.3)
    215 780da000 3ae0 18 1 sppptun (PPP 4.0 tunnel module v1.2)
    215 780da000 3ae0 188 1 sppptun (PPP 4.0 tunnel driver v1.2)
    218 781f0000 b5c0 191 1 rsm (Remote Shared Memory Driver 1.6)
    219 7804dd6f 2e8 - 1 ipc (common ipc code)
    220 780c95b2 aac - 1 rsmops (RSMOPS module 1.1)
    221 781fb0b0 b33 198 1 rmcadm (rmcadm control driver v1.1)
    222 78174f30 fec 200 1 pca9556 (pca9556 device driver v1.2)
    231 10329430 1069 214 1 fcode (FCode driver 1.8)
    232 1032a2c1 29ec - 1 fcodem (FCode framework 1.13)
    245 78104000 4819 242 1 kb_ps2 (PS/2 Keyboard 1.31, 01/05/09)
    250 781ba000 267e7 250 1 llc2 (SUN LLC2 Class II Streams Drive)
    253 78108000 1bcaa - 1 pcmcia (PCMCIA Nexus Support)
    264 781b2000 304c 263 1 ipdcm (IP/Dialup v1.9)
    265 7814dd68 40a 264 1 ipdptp (IP/Dialup ptp interface v1.9)
    266 7825bd1b 407 265 1 ipd (IP/Dialup mtp interface v1.9)
    268 7826a000 165b8 268 1 wrsmd (RSMPI DLPI 1.4 03/01/08)
    269 7827c000 295e6 19 1 nca (NCA Streams module)
    269 7827c000 295e6 269 1 nca (NCA Streams device 1.2)
    270 1032c3f5 15cc 15 1 mntfs (mount information file system)
    271 78210000 159d2 11 1 tmpfs (filesystem for tmpfs)
    272 78228000 2aa20 106 1 nfs (NFS syscall, client, and common)
    272 78228000 2aa20 106 1 nfs (NFS syscall, client, and common)
    272 78228000 2aa20 16 1 nfs (network filesystem)
    272 78228000 2aa20 7 1 nfs (network filesystem version 2)
    272 78228000 2aa20 17 1 nfs (network filesystem version 3)
    273 78254000 4d9b - 1 rpcsec (kernel RPC security module.)
    274 7825a000 1dc1 - 1 tlimod (KTLI misc module)
    275 7825c000 860f - 1 klmmod (lock mgr common module)
    276 78264000 65e3 18 1 autofs (filesystem for autofs)
    277 10357fa4 109 2 1 IA (interactive scheduling class)
    278 78258a03 f40 3 1 RT (realtime scheduling class)
    279 102a70e1 28c - 1 RT_DPTBL (realtime dispatch table)
    280 103406c9 2878 53 1 semsys (System V semaphore facility)
    280 103406c9 2878 53 1 semsys (32-bit System V semaphore facil)
    281 103064bf 26f8 52 1 shmsys (System V shared memory)
    281 103064bf 26f8 52 1 shmsys (32-bit System V shared memory)
    282 102186fd cf0 207 1 pset (processor sets)
    282 102186fd cf0 207 1 pset (32-bit pset(2) syscall)
    283 102ff5cc 3d82 178 1 kaio (kernel Async I/O)
    283 102ff5cc 3d82 178 1 kaio (kernel Async I/O for 32 bit com)
    284 780a8a5e 1687 20 1 ptem (pty hardware emulator)
    285 781b482c 19d2 21 1 telmod (telnet module)
    [root@vbsmf /kernel/drv] $vi st.conf
    # Copyright (c) 1995-2000 by Sun Microsystems, Inc.
    # All rights reserved.
    #pragma ident "@(#)st.conf 1.27 00/08/29 SMI"
    # This file contains configuration entries for both officially supported
    # devices of Sun Microsystems and many 3rd party devices.
    # The officially supported devices are :
    # "ARCHIVE Python 28388"
    # "ARCHIVE Python 28454"
    # "ARCHIVE Python 29279"
    # "ARCHIVE VIPER 150"
    # "EXABYTE EXB-8200"
    # "EXABYTE EXB-8500"
    # "EXABYTE EXB-8505"
    # "EXABYTE EXB-8900"
    # "HP 88780"
    # "HP C5683A" Note 1
    # "HP C5713A" Note 1
    # "Quantum DLT4000"
    # "Quantum DLT7000"
    # "Quantum DLT8000" Note 1
    # "STK 9840" Note 1
    # "SUN DLT4000"
    # "SUN DLT4700"
    # "SUN DLT7000"
    # "TANDBERG SLR5"
    # "TANDBERG TDC 4200"
    # "TANDBERGMLR1"
    # "TANDBERGMLR3"
    # Notes
    # 1 Drive is configured automatically - no entry is needed in st.conf.
    # The 3rd party devices do apparently work with the configurations listed.
    # All the entries have been taken from the net and probably have worked in
    # the past, but have not been tested by Sun Microsystems. Use these entries
    # as your starting point for generating your configuration entries.
    #tape-config-list=
    # "Emulex MTO2", "Emulex MT02 QIC-11/QIC-24", "MT02",
    # "ANRITSU DMT2120", "Unisys 1/2\" Reel", "ANRITSU",
    # "ARCHIVE Python 28454","Archive Python 4mm Helical Scan","ARCH_Python",
    # "ARCHIVE Python 29279", "Archive Python 4mm DAT Stacker","ARCH_Python",
    # "ARCHIVE Python 28388", "Archive/Conner CTDX004 4mm DAT", "Conner2-DAT",
    # "ARCHIVE VIPER 150", "Archive QIC-150", "QIC150",
    # "ARCHIVE VIPER 255", "Archive QIC-525", "QIC150",
    # "DEC DLT2", "DEC DLT", "DLT2",
    # "DEC TZ87", "DEC DLT", "DLT2",
    # "EXABYTE EXB-2501", "Exabyte EXB-2501 QIC", "EXB-2501",
    # "EXABYTE EXB-4200c", "Exabyte 4mm Helical Scan","Exa4200c",
    # "EXABYTE EXB-8200", "Exabyte EXB-8200 8mm Helical Scan","EXB-8200",
    # "EXABYTE EXB-8500", "Exabyte EXB-8500 8mm Helical Scan","EXB-850X",
    # "EXABYTE EXB-8505", "Exabyte EXB-8505 8mm Helical Scan","EXB-850X",
    # "EXABYTE EXB8500C", "Exabyte 8500C 8mm Helical Scan", "EXB-850X",
    # "EXABYTE EXB-8900", "Mammoth EXB-8900 8mm Helical Scan","EXB-8900",
    # "FUJITSU M1016B M2483B","Fujitsu 1/2\" Cartridge", "Fujitsu_comp",
    # "FUJITSU M248", "Fujitsu 1/2\" Cartridge", "Fujitsu_m248x",
    # "HP 88780", "HP-88780 1/2\" Reel", "HP_half",
    # "HP C1533A", "HP DDS2 4mm DAT loader", "HP_DAT",
    # "HP C1553A ", "HP C1553A 4mm DAT", "HP_DAT",
    # "HP C1537A", "HP DDS-3 4mm DAT ", "HP_DAT_3",
    # "HP C1557A", "HP DDS-3 4mm DAT loader", "HP_DAT_3",
    # "HP HP35470A", "HP 35470A 4mm DAT", "HP_DAT",
    # "HP HP35480A", "HP 35480A 4mm DAT", "HP_DAT",
    # "IBM 03490", "IBM 3490E 1/2\" Cartridge", "CLASS_3490",
    # "IBM 9348", "STK 4220 1/2\" Cartridge", "C3490",
    # "KENNEDY", "Kennedy 1/2\" Reel", "KENNEDY",
    # "LMS", "CDC 1/2\" Cartridge", "LMS",
    # "M4 DATA 123107 SCSI", "M4-Data 1/2\" Reel", "M4_DATA",
    # "Metrum", "Metrum VHS Cartridge", "MetD",
    # "QUANTUM DLT7000", "Quantum DLT7000", "DLT7k-data",
    # "SUN DLT7000", "Sun DLT7000", "DLT7k-data",
    # "Quantum DLT4000", "Quantum DLT4000", "DLT-data",
    # "SUN DLT4000", "DLT4000", "DLT-data",
    # "SUN DLT4700", "DLT4700 Library", "DLT-data",
    # "R-BYTE RB100", "R-Byte Whozits", "DAT",
    # "SONY SDT-5000", "SONY 4mm DAT", "DAT",
    # "SONY SDT-5200", "SONY 4mm DAT", "DAT",
    # "STK 9490", "STK 9490 1/2\" Cartridge", "CLASS_3490",
    # "STK 4280", "STK 4280 1/2\" Cartridge", "C3490",
    # "STK", "STK 1/2\" Cartridge", "CLASS_3490",
    # "TANDBERG 4100", "Tandberg 4100 QIC", "TAND_4100_QIC",
    # "TANDBERG 4200", "Tandberg 4200 QIC", "TAND_4200_QIC",
    # "TANDBERG TDC 4200", "Tandberg QIC 2.5 Gig Tape Drive", "TANDB-2_5G",
    # "TANDBERG SLR5", "Tandberg 8 Gig QIC", "TAND-8G-VAR",
    # "TANDBERGMLR1", "Tandberg MLR1 QIC", "TANDBERG_MLR1",
    # "TANDBERGMLR3", "Tandberg 50 Gig QIC", "TAND-50G-VAR",
    # "TELEX", "STK 4220 1/2\" Cartridge", "C3490",
    # "WANGTEK 51000 SCSI", "Wangtek 1.2GB QIC", "WtQIC",
    # "WANGTEK 5150ES", "Wangtek QIC-150", "WANGTEK_QC150",
    # "WANGTEK 5525ES SCSI", "Wangtek 525MB QIC", "WtQIC",
    # "WANGTEK 6130-HS", "Wangtek 4mm Helical Scan", "WANGTEK_6130",
    # "WangDAT Model 2600", "WangDAT 4mm DAT", "WangDAT",
    # "WangDAT Model 3400", "WangDAT 4mm DAT", "WangDAT",
    # "WangDAT", "Wang DAT 3.81 Helical Scan", "WangDAT",
    # "\076\000", "Fujitsu 1/2\" Cartridge", "Fujitsu_half";
    #ANRITSU = 1,0x25,0,0x41d,4,0x00,0x02,0x03,0x03,1;
    #ARCH_Python= 1,0x2c,0,0xde39,4,0x00,0x8c,0x8c,0x8c,3;
    #CLASS_3490 = 1,0x24,0,0x1c43d,1,0x00,0;
    #C3490 = 1,0x24,0,0x1c43d,4,0x00,0x00,0x00,0x01,2;
    #Conner2-DAT= 1,0x2c,0,0xde39,1,0x00,0;
    #DAT = 1,0x34,0,0x0439,1,0x00,0;
    #DLT2 = 1,0x38,0,0xd639,4,0x17,0x18,0x80,0x81,2;
    #DLT-data = 1,0x38,0,0xD639,4,0x80,0x81,0x82,0x83,2;
    #DLT7k-data = 1,0x38,0,0xD639,4,0x82,0x83,0x84,0x85,2;
    #EXB-2501 = 1,0x28,1024,0x442,1,0x00,0;
    #EXB-8200 = 1,0x28,0,0x8c79,1,0x00,0;
    #EXB-850X = 1,0x29,0,0xce39,4,0x14,0x15,0x8c,0x8c,1;
    #EXB-8900 = 1,0x29,0,0x19E39,4,0x27,0x27,0x27,0x27,3;
    #Exa4200c = 1,0x34,0,0x1639,2,0x63,0x0,1;
    #Fujitsu_comp = 1,0x21,0,0x18639,4,0x00,0x00,0x00,0x09,1;
    #Fujitsu_half = 1,0x21,0,0x63b,1,0x00,0;
    #Fujitsu_m248x = 1,0x21,0,0xc639,1,0x00,0;
    #HP_DAT = 1,0x34,0,0x19679,1,0x0,0;
    #HP_DAT_3 = 1,0x34,0,0x9639,4,0x00,0x8c,0x8c,0x8c,1;
    #HP_half = 1,0x23,0,0x41d,4,0x01,0x02,0x03,0xc3,1;
    #KENNEDY = 1,0x22,0,0x41d,4,0x01,0x02,0x03,0x03,1;
    #LMS = 1,0x20,0,0x66b,1,0x00,0;
    #M4_DATA = 1,0x27,0,0x49d,4,0x01,0x02,0x06,0x06,1;
    #MT02 = 1,0x14,512,0x202,4,0x84,0x05,0x05,0x05,1;
    #MetD = 1,0x36,0,0x1639,1,0x00,0;
    #QIC150 = 1,0x15,512,0x642,1,0x00,0;
    #TANDB-2_5G = 1,0x32,0,0xD67b,1,0x0,0;
    #TAND-8G-VAR = 1,0x37,0,0x963b,4,0xA0,0xD0,0xD0,0xD0,3;
    #TANDBERG_MLR1 = 1,0x32,512,0x463a,1,0x00,0;
    #TAND-50G-VAR = 1,0x37,0,0x963b,4,0xA0,0xD0,0xD0,0xD0,3;
    #TAND_4100_QIC = 1,0x32,512,0x463a,1,0x00,0;
    #TAND_4200_QIC = 1,0x32,512,0x463a,1,0x00,0;
    #WANGTEK_6130 = 1,0x2a,0,0x659,1,0x00,0;
    #WANGTEK_QC150 = 1,0x16,512,0x642,1,0x00,0;
    #WangDAT = 1,0x2b,0,0x659,1,0x00,0;
    #WangDAT = 1,0x34,0,0x0679,1,0x00,0;
    #WtQIC = 1,0x32,512,0x467a,1,0x00,0;
    name="st" class="scsi"
    target=0 lun=0;
    name="st" class="scsi"
    target=1 lun=0;
    name="st" class="scsi"
    target=2 lun=0;
    name="st" class="scsi"
    target=3 lun=0;
    name="st" class="scsi"
    target=4 lun=0;
    name="st" class="scsi"
    target=5 lun=0;
    name="st" class="scsi"
    target=6 lun=0;
    # as your starting point for generating your configuration entries.
    #tape-config-list=
    # "Emulex MTO2", "Emulex MT02 QIC-11/QIC-24", "MT02",
    # "ANRITSU DMT2120", "Unisys 1/2\" Reel", "ANRITSU",
    # "ARCHIVE Python 28454","Archive Python 4mm Helical Scan","ARCH_Python",
    # "ARCHIVE Python 29279", "Archive Python 4mm DAT Stacker","ARCH_Python",
    # "ARCHIVE Python 28388", "Archive/Conner CTDX004 4mm DAT", "Conner2-DAT",
    # "ARCHIVE VIPER 150", "Archive QIC-150", "QIC150",
    # "ARCHIVE VIPER 255", "Archive QIC-525", "QIC150",
    # "DEC DLT2", "DEC DLT", "DLT2",
    # "DEC TZ87", "DEC DLT", "DLT2",
    # "EXABYTE EXB-2501", "Exabyte EXB-2501 QIC", "EXB-2501",
    # "EXABYTE EXB-4200c", "Exabyte 4mm Helical Scan","Exa4200c",
    # "EXABYTE EXB-8200", "Exabyte EXB-8200 8mm Helical Scan","EXB-8200",
    # "EXABYTE EXB-8500", "Exabyte EXB-8500 8mm Helical Scan","EXB-850X",
    # "EXABYTE EXB-8505", "Exabyte EXB-8505 8mm Helical Scan","EXB-850X",
    # "EXABYTE EXB8500C", "Exabyte 8500C 8mm Helical Scan", "EXB-850X",
    # "EXABYTE EXB-8900", "Mammoth EXB-8900 8mm Helical Scan","EXB-8900",
    # "FUJITSU M1016B M2483B","Fujitsu 1/2\" Cartridge", "Fujitsu_comp",
    # "FUJITSU M248", "Fujitsu 1/2\" Cartridge", "Fujitsu_m248x",
    # "HP 88780", "HP-88780 1/2\" Reel", "HP_half",
    # "HP C1533A", "HP DDS2 4mm DAT loader", "HP_DAT",
    # "HP C1553A ", "HP C1553A 4mm DAT", "HP_DAT",
    # "HP C1537A", "HP DDS-3 4mm DAT ", "HP_DAT_3",
    # "HP C1557A", "HP DDS-3 4mm DAT loader", "HP_DAT_3",
    # "HP HP35470A", "HP 35470A 4mm DAT", "HP_DAT",
    # "HP HP35480A", "HP 35480A 4mm DAT", "HP_DAT",
    # "IBM 03490", "IBM 3490E 1/2\" Cartridge", "CLASS_3490",
    # "IBM 9348", "STK 4220 1/2\" Cartridge", "C3490",
    # "KENNEDY", "Kennedy 1/2\" Reel", "KENNEDY",
    # "LMS", "CDC 1/2\" Cartridge", "LMS",
    # "M4 DATA 123107 SCSI", "M4-Data 1/2\" Reel", "M4_DATA",
    # "Metrum", "Metrum VHS Cartridge", "MetD",
    # "QUANTUM DLT7000", "Quantum DLT7000", "DLT7k-data",
    # "SUN DLT7000", "Sun DLT7000", "DLT7k-data",
    # "Quantum DLT4000", "Quantum DLT4000", "DLT-data",
    # "SUN DLT4000", "DLT4000", "DLT-data",
    # "SUN DLT4700", "DLT4700 Library", "DLT-data",
    # "R-BYTE RB100", "R-Byte Whozits", "DAT",
    # "SONY SDT-5000", "SONY 4mm DAT", "DAT",
    # "SONY SDT-5200", "SONY 4mm DAT", "DAT",
    # "STK 9490", "STK 9490 1/2\" Cartridge", "CLASS_3490",
    # "STK 4280", "STK 4280 1/2\" Cartridge", "C3490",
    # "STK", "STK 1/2\" Cartridge", "CLASS_3490",
    # "TANDBERG 4100", "Tandberg 4100 QIC", "TAND_4100_QIC",
    # "TANDBERG 4200", "Tandberg 4200 QIC", "TAND_4200_QIC",
    # "TANDBERG TDC 4200", "Tandberg QIC 2.5 Gig Tape Drive", "TANDB-2_5G",
    # "TANDBERG SLR5", "Tandberg 8 Gig QIC", "TAND-8G-VAR",
    # "TANDBERGMLR1", "Tandberg MLR1 QIC", "TANDBERG_MLR1",
    # "TANDBERGMLR3", "Tandberg 50 Gig QIC", "TAND-50G-VAR",
    # "TELEX", "STK 4220 1/2\" Cartridge", "C3490",
    # "WANGTEK 51000 SCSI", "Wangtek 1.2GB QIC", "WtQIC",
    # "WANGTEK 5150ES", "Wangtek QIC-150", "WANGTEK_QC150",
    # "WANGTEK 5525ES SCSI", "Wangtek 525MB QIC", "WtQIC",
    # "WANGTEK 6130-HS", "Wangtek 4mm Helical Scan", "WANGTEK_6130",
    # "WangDAT Model 2600", "WangDAT 4mm DAT", "WangDAT",
    # "WangDAT Model 3400", "WangDAT 4mm DAT", "WangDAT",
    # "WangDAT", "Wang DAT 3.81 Helical Scan", "WangDAT",
    # "\076\000", "Fujitsu 1/2\" Cartridge", "Fujitsu_half";
    #ANRITSU = 1,0x25,0,0x41d,4,0x00,0x02,0x03,0x03,1;
    #ARCH_Python= 1,0x2c,0,0xde39,4,0x00,0x8c,0x8c,0x8c,3;
    #CLASS_3490 = 1,0x24,0,0x1c43d,1,0x00,0;
    #C3490 = 1,0x24,0,0x1c43d,4,0x00,0x00,0x00,0x01,2;
    #Conner2-DAT= 1,0x2c,0,0xde39,1,0x00,0;
    #DAT = 1,0x34,0,0x0439,1,0x00,0;
    #DLT2 = 1,0x38,0,0xd639,4,0x17,0x18,0x80,0x81,2;
    #DLT-data = 1,0x38,0,0xD639,4,0x80,0x81,0x82,0x83,2;
    #DLT7k-data = 1,0x38,0,0xD639,4,0x82,0x83,0x84,0x85,2;
    #EXB-2501 = 1,0x28,1024,0x442,1,0x00,0;
    #EXB-8200 = 1,0x28,0,0x8c79,1,0x00,0;
    #EXB-850X = 1,0x29,0,0xce39,4,0x14,0x15,0x8c,0x8c,1;
    #EXB-8900 = 1,0x29,0,0x19E39,4,0x27,0x27,0x27,0x27,3;
    #Exa4200c = 1,0x34,0,0x1639,2,0x63,0x0,1;
    #Fujitsu_comp = 1,0x21,0,0x18639,4,0x00,0x00,0x00,0x09,1;
    #Fujitsu_half = 1,0x21,0,0x63b,1,0x00,0;
    #Fujitsu_m248x = 1,0x21,0,0xc639,1,0x00,0;
    #HP_DAT = 1,0x34,0,0x19679,1,0x0,0;
    #HP_DAT_3 = 1,0x34,0,0x9639,4,0x00,0x8c,0x8c,0x8c,1;
    #HP_half = 1,0x23,0,0x41d,4,0x01,0x02,0x03,0xc3,1;
    #KENNEDY = 1,0x22,0,0x41d,4,0x01,0x02,0x03,0x03,1;
    #LMS = 1,0x20,0,0x66b,1,0x00,0;
    #M4_DATA = 1,0x27,0,0x49d,4,0x01,0x02,0x06,0x06,1;
    #MT02 = 1,0x14,512,0x202,4,0x84,0x05,0x05,0x05,1;
    #MetD = 1,0x36,0,0x1639,1,0x00,0;
    #QIC150 = 1,0x15,512,0x642,1,0x00,0;
    #TANDB-2_5G = 1,0x32,0,0xD67b,1,0x0,0;
    #TAND-8G-VAR = 1,0x37,0,0x963b,4,0xA0,0xD0,0xD0,0xD0,3;
    #TANDBERG_MLR1 = 1,0x32,512,0x463a,1,0x00,0;
    #TAND-50G-VAR = 1,0x37,0,0x963b,4,0xA0,0xD0,0xD0,0xD0,3;
    #TAND_4100_QIC = 1,0x32,512,0x463a,1,0x00,0;
    #TAND_4200_QIC = 1,0x32,512,0x463a,1,0x00,0;
    #WANGTEK_6130 = 1,0x2a,0,0x659,1,0x00,0;
    #WANGTEK_QC150 = 1,0x16,512,0x642,1,0x00,0;
    #WangDAT = 1,0x2b,0,0x659,1,0x00,0;
    #WangDAT = 1,0x34,0,0x0679,1,0x00,0;
    #WtQIC = 1,0x32,512,0x467a,1,0x00,0;
    name="st" class="scsi"
    target=0 lun=0;
    name="st" class="scsi"
    target=1 lun=0;
    name="st" class="scsi"
    target=2 lun=0;
    name="st" class="scsi"
    target=3 lun=0;
    name="st" class="scsi"
    target=4 lun=0;
    name="st" class="scsi"
    target=5 lun=0;
    nam

    Sorry Simon, but I had to jump in on that.
    You are correct that they'll need to probe from OBP, however...
    jumping down from an active OS will leave much in various bus registers and they'll lock up the entire system when a probe is done that way. They'll have to power-cycle the chassis to recover.
    Vassilios,
    When you have the chance for testing this system, bring the chassis down to the OBP level. ( init 0 is acceptable ) then do:
    OK setenv auto-boot? false <enter>
    OK reset-all <enter>
    The chassis will cycle and automatically stop at the OK prompt, with empty bus registers, and you can probe all you wish.
    The peripheral MUST be seen at the hardware level before an OS can dream of manipulating it.
    But, if I may ask...
    You attached the tape peripheral to where?
    (the integrated onboard SCSI connector or to an add-on card?)
    Is it a Single-Ended SCSI device, a HVD SCSI device, or a LVD SCSI device?
    If your cable is attached to an appropriate add-on card, do you need to install any packages for that card?

  • Very slow Mac, compared to when running a fresh install

    I was wondering if anyone could help me diagnose the reason for my mac being so slow. (Eg 1.5-3 minute boot up as opposed to 15-20 seconds) And why it takes a long time to load a lot of things. I have restored this from a time machine partition, so I believe something has transferred over incorrectly resulting in this general sluggishness of the system.
    I have tried disabling all Startup items, disconnecting all external devices, but to no real success.
    Here's the boot log of the system below, where I've noticed it hangs after posting FIPS success.
    I was wondering if anyone could point me to any of the things that look suspicious? I've tried, but I haven't been able to find out what is causing it, as I believe the process that is causing this sluggishnesh begins at startup.
    30/05/13 4:24:10.000 PM bootlog[0]: BOOT_TIME 1369895050 0
    30/05/13 4:24:25.000 PM kernel[0]: PMAP: PCID enabled
    30/05/13 4:24:25.000 PM kernel[0]: Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    30/05/13 4:24:25.000 PM kernel[0]: vm_page_bootstrap: 1993882 free pages and 86886 wired pages
    30/05/13 4:24:25.000 PM kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    30/05/13 4:24:25.000 PM kernel[0]: zone leak detection enabled
    30/05/13 4:24:25.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    30/05/13 4:24:25.000 PM kernel[0]: standard background quantum is 2500 us
    30/05/13 4:24:25.000 PM kernel[0]: mig_table_max_displ = 74
    30/05/13 4:24:11.661 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    30/05/13 4:24:25.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto kext started!
    30/05/13 4:24:25.000 PM kernel[0]: Running kernel space in FIPS MODE
    30/05/13 4:24:25.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    30/05/13 4:24:25.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    30/05/13 4:24:11.664 PM com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. ***
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    30/05/13 4:24:11.667 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    30/05/13 4:24:25.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    30/05/13 4:24:24.316 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    30/05/13 4:24:25.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    30/05/13 4:24:25.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    30/05/13 4:24:25.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    30/05/13 4:24:25.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    30/05/13 4:24:25.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    30/05/13 4:24:25.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    30/05/13 4:24:25.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    30/05/13 4:24:25.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    30/05/13 4:24:25.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    30/05/13 4:24:25.000 PM kernel[0]: MAC Framework successfully initialized
    30/05/13 4:24:25.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    30/05/13 4:24:25.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    30/05/13 4:24:25.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    30/05/13 4:24:25.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1223PFM64 (36 cpu) 0xf80000000, 0x80000000
    30/05/13 4:24:25.000 PM kernel[0]: [ PCI configuration begin ]
    30/05/13 4:24:25.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    30/05/13 4:24:25.000 PM kernel[0]: console relocated to 0xfc0010000
    30/05/13 4:24:25.000 PM kernel[0]: PCI configuration changed (bridge=16 device=3 cardbus=0)
    30/05/13 4:24:25.000 PM kernel[0]: [ PCI configuration end, bridges 12 devices 17 ]
    30/05/13 4:24:25.000 PM kernel[0]: Thunderbolt runtime power conservation disabled.
    30/05/13 4:24:25.000 PM kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    30/05/13 4:24:25.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    30/05/13 4:24:25.000 PM kernel[0]: rooting via boot-uuid from /chosen: 9DADC387-C048-3E67-AFB3-3344605810FC
    30/05/13 4:24:25.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    30/05/13 4:24:25.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    30/05/13 4:24:25.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    30/05/13 4:24:25.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    30/05/13 4:24:25.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    30/05/13 4:24:25.000 PM 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/05/13 4:24:25.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID c82a14fffe912174; max speed s800.
    30/05/13 4:24:25.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST31000528AS Media/IOGUIDPartitionScheme/Macintosh HD@2
    30/05/13 4:24:25.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 1
    30/05/13 4:24:25.000 PM kernel[0]: Kernel is LP64
    30/05/13 4:24:25.000 PM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    30/05/13 4:24:25.000 PM kernel[0]: USBMSC Identifier (non-unique): MY69FD72DY04KS 0x3f0 0x5a11 0x100
    30/05/13 4:24:25.000 PM kernel[0]: ath_get_caps[4038] rx chainmask mismatch actual 7 sc_chainmak 0
    30/05/13 4:24:25.000 PM kernel[0]: 1.297317: ath_get_caps[4013] tx chainmask mismatch actual 7 sc_chainmak 0
    30/05/13 4:24:25.000 PM kernel[0]: 1.303430: Atheros: mac 448.3 phy 342.14 radio 0.0
    30/05/13 4:24:25.000 PM kernel[0]: 1.304325: Use hw queue 0 for WME_AC_BE traffic
    30/05/13 4:24:25.000 PM kernel[0]: 1.305204: Use hw queue 1 for WME_AC_BK traffic
    30/05/13 4:24:25.000 PM kernel[0]: 1.306047: Use hw queue 2 for WME_AC_VI traffic
    30/05/13 4:24:25.000 PM kernel[0]: 1.306882: Use hw queue 3 for WME_AC_VO traffic
    30/05/13 4:24:25.000 PM kernel[0]: 1.307725: Use hw queue 8 for CAB traffic
    30/05/13 4:24:25.000 PM kernel[0]: 1.308463: Use hw queue 9 for beacons
    30/05/13 4:24:25.000 PM kernel[0]: 1.309205: wlan_vap_create : enter. devhandle=0xd9f3e658, opmode=IEEE80211_M_STA, flags=0x1
    30/05/13 4:24:25.000 PM kernel[0]: 1.310853: wlan_vap_create : exit. devhandle=0xd9f3e658, opmode=IEEE80211_M_STA, flags=0x1.
    30/05/13 4:24:27.000 PM kernel[0]: BCM5701Enet: Ethernet address c8:2a:14:21:ba:13
    30/05/13 4:24:27.000 PM kernel[0]: AirPort_AtherosNewma40: Ethernet address e4:ce:8f:5f:b3:53
    30/05/13 4:24:27.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    30/05/13 4:24:27.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    30/05/13 4:24:33.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    30/05/13 4:24:33.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8215 FirmwareVersion - 0x0201
    30/05/13 4:24:33.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    30/05/13 4:24:33.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    30/05/13 4:24:33.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    30/05/13 4:24:33.000 PM kernel[0]: Previous Shutdown Cause: 5
    30/05/13 4:24:33.000 PM kernel[0]: AMDBartsGraphicsAccelerator: ** Device in slot: SLOT--1 **
    30/05/13 4:24:33.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    30/05/13 4:24:33.317 PM hidd[48]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    30/05/13 4:24:33.863 PM cfprefsd[21]: CFPreferences failed to read preferences data. Errno was 21
    30/05/13 4:24:33.864 PM cfprefsd[21]: CFPreferences failed to read preferences data. Errno was 21
    30/05/13 4:24:33.971 PM mDNSResponder[39]: mDNSResponder mDNSResponder-379.37 (Dec 16 2012 19:43:09) starting OSXVers 12
    30/05/13 4:24:34.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor1002Device6720
    30/05/13 4:24:34.000 PM kernel[0]: DSMOS has arrived
    30/05/13 4:24:40.810 PM coreservicesd[62]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    30/05/13 4:24:40.836 PM blued[57]: Read the UHE Info
    30/05/13 4:24:40.836 PM blued[57]: Read version 2 info.  Number of devices:2
    30/05/13 4:24:40.836 PM blued[57]: Class of device:     0x2580
    30/05/13 4:24:40.836 PM blued[57]: Device name: 'My Mosse-Robinson’s Mouse' length:30
    30/05/13 4:24:40.836 PM blued[57]: Finished reading the HID data
    30/05/13 4:24:40.836 PM blued[57]: Found a device with PID:0x030d VID:0x05ac
    30/05/13 4:24:40.837 PM blued[57]: Class of device:     0x2540
    30/05/13 4:24:40.837 PM blued[57]: Device name: 'My Mosse-Robinson’s Keyboard' length:33
    30/05/13 4:24:40.837 PM blued[57]: Finished reading the HID data
    30/05/13 4:24:40.837 PM blued[57]: Found a device with PID:0x0239 VID:0x05ac
    30/05/13 4:24:41.000 PM kernel[0]: macx_swapon SUCCESS
    30/05/13 4:24:41.529 PM WindowServer[88]: Server is starting up
    30/05/13 4:24:41.531 PM WindowServer[88]: Session 256 retained (2 references)
    30/05/13 4:24:41.531 PM WindowServer[88]: Session 256 released (1 references)
    30/05/13 4:24:41.538 PM WindowServer[88]: Session 256 retained (2 references)
    30/05/13 4:24:41.538 PM WindowServer[88]: init_page_flip: page flip mode is on
    30/05/13 4:24:41.538 PM WindowServer[88]: init_resolution: resolution is enabled
    30/05/13 4:24:41.694 PM WindowServer[88]: mux_initialize: Couldn't find any matches
    30/05/13 4:24:41.706 PM WindowServer[88]: GLCompositor enabled for tile size [256 x 256]
    30/05/13 4:24:41.706 PM WindowServer[88]: CGXGLInitMipMap: mip map mode is on
    30/05/13 4:24:41.733 PM WindowServer[88]: WSMachineUsesNewStyleMirroring: false
    30/05/13 4:24:41.733 PM WindowServer[88]: Display 0x042801c0: GL mask 0x1; bounds (0, 0)[2560 x 1440], 54 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a007, S/N 0, Unit 0, Rotation 0
    UUID 0x000006100000a00700000000042801c0
    30/05/13 4:24:41.733 PM WindowServer[88]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffff003f0040
    30/05/13 4:24:41.733 PM WindowServer[88]: 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 0xffffffffffffffffffffffff003f003f
    30/05/13 4:24:41.733 PM WindowServer[88]: 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 0xffffffffffffffffffffffff003f003e
    30/05/13 4:24:41.734 PM WindowServer[88]: 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 0xffffffffffffffffffffffff003f003d
    30/05/13 4:24:41.739 PM WindowServer[88]: Created shield window 0x5 for display 0x042801c0
    30/05/13 4:24:41.739 PM WindowServer[88]: Created shield window 0x6 for display 0x003f0040
    30/05/13 4:24:41.740 PM WindowServer[88]: Created shield window 0x7 for display 0x003f003f
    30/05/13 4:24:41.740 PM WindowServer[88]: Created shield window 0x8 for display 0x003f003e
    30/05/13 4:24:41.740 PM WindowServer[88]: Created shield window 0x9 for display 0x003f003d
    30/05/13 4:24:41.741 PM WindowServer[88]: Display 0x042801c0: GL mask 0x1; bounds (0, 0)[2560 x 1440], 54 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a007, S/N 0, Unit 0, Rotation 0
    UUID 0x000006100000a00700000000042801c0
    30/05/13 4:24:41.741 PM WindowServer[88]: Display 0x003f0040: GL mask 0x10; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffff003f0040
    30/05/13 4:24:41.741 PM WindowServer[88]: Display 0x003f003f: GL mask 0x8; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    30/05/13 4:24:41.741 PM WindowServer[88]: Display 0x003f003e: GL mask 0x4; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    30/05/13 4:24:41.741 PM WindowServer[88]: Display 0x003f003d: GL mask 0x2; bounds (3587, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    30/05/13 4:24:41.741 PM WindowServer[88]: CGXPerformInitialDisplayConfiguration
    30/05/13 4:24:41.741 PM WindowServer[88]:   Display 0x042801c0: MappedDisplay Unit 0; Vendor 0x610 Model 0xa007 S/N 0 Dimensions 23.50 x 13.23; online enabled built-in, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    30/05/13 4:24:41.741 PM WindowServer[88]:   Display 0x003f0040: MappedDisplay Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    30/05/13 4:24:41.741 PM WindowServer[88]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    30/05/13 4:24:41.741 PM WindowServer[88]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    30/05/13 4:24:41.742 PM WindowServer[88]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3587,0)[1 x 1], Rotation 0, Resolution 1
    30/05/13 4:24:41.896 PM WindowServer[88]: GLCompositor: GL renderer id 0x01021b05, GL mask 0x0000001f, accelerator 0x0000481b, unit 0, caps QEX|QGL|MIPMAP, vram 1024 MB
    30/05/13 4:24:41.896 PM WindowServer[88]: GLCompositor: GL renderer id 0x01021b05, GL mask 0x0000001f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    30/05/13 4:24:41.911 PM hidd[48]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    30/05/13 4:24:41.911 PM WindowServer[88]: Unable to open IOHIDSystem (e00002bd)
    30/05/13 4:24:41.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    30/05/13 4:24:42.000 PM kernel[0]: [BNBMouseDevice::init][75.19] init is complete
    30/05/13 4:24:43.000 PM kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1
    30/05/13 4:24:43.000 PM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    30/05/13 4:24:43.000 PM kernel[0]: [AppleMultitouchDevice::start] entered
    30/05/13 4:24:43.372 PM com.apple.SecurityServer[15]: Session 100000 created
    30/05/13 4:24:43.740 PM WindowServer[88]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    30/05/13 4:24:44.615 PM cfprefsd[21]: CFPreferences: error renaming file blued.plist.yVQnGnD to blued.plist, errno was 21.
    30/05/13 4:24:44.902 PM WindowServer[88]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042801c0 device: 0x101ed8a10  isBackBuffered: 1 numComp: 3 numDisp: 3
    30/05/13 4:24:46.000 PM kernel[0]: NTFS driver 3.10 [Flags: R/W].
    30/05/13 4:24:46.000 PM kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    30/05/13 4:24:48.639 PM airportd[95]: _processDLILEvent: en1 attached (down)
    30/05/13 4:24:48.000 PM kernel[0]: AtherosNewma40P2PInterface::init name <p2p0> role 1 this 0xffffff801c6a2000
    30/05/13 4:24:48.000 PM kernel[0]: AtherosNewma40P2PInterface::init() <p2p> role 1
    30/05/13 4:24:48.765 PM com.apple.SecurityServer[15]: Entering service
    30/05/13 4:24:48.821 PM awacsd[58]: Starting awacsd connectivity-78.2 (Dec 16 2012 19:43:29)
    30/05/13 4:24:48.822 PM loginwindow[42]: Login Window Application Started
    30/05/13 4:24:48.824 PM awacsd[58]: InnerStore CopyAllZones: no info in Dynamic Store
    30/05/13 4:24:48.878 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    30/05/13 4:24:48.881 PM loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    30/05/13 4:24:48.886 PM systemkeychain[75]: done file: /var/run/systemkeychaincheck.done
    30/05/13 4:24:48.906 PM mDNSResponder[39]: D2D_IPC: Loaded
    30/05/13 4:24:48.906 PM mDNSResponder[39]: D2DInitialize succeeded
    30/05/13 4:24:48.909 PM mDNSResponder[39]: Adding registration domain 167899042.members.btmm.icloud.com.
    30/05/13 4:24:48.938 PM awacsd[58]: Configuring lazy AWACS client: 167899042.p04.members.btmm.icloud.com.
    30/05/13 4:24:48.974 PM digest-service[114]: label: default
    30/05/13 4:24:48.975 PM digest-service[114]:           dbname: od:/Local/Default
    30/05/13 4:24:48.975 PM digest-service[114]:           mkey_file: /var/db/krb5kdc/m-key
    30/05/13 4:24:48.975 PM digest-service[114]:           acl_file: /var/db/krb5kdc/kadmind.acl
    30/05/13 4:24:48.976 PM digest-service[114]: digest-request: uid=0
    30/05/13 4:24:48.993 PM rpcsvchost[118]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    30/05/13 4:24:48.995 PM digest-service[114]: digest-request: init request
    30/05/13 4:24:48.998 PM digest-service[114]: digest-request: init return domain: BUILTIN server: LOCALHOST
    30/05/13 4:24:49.008 PM aosnotifyd[119]: bootstrap_look_up failed (44e)
    30/05/13 4:24:49.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    30/05/13 4:24:49.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    30/05/13 4:24:49.000 PM kernel[0]: 39.409929: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    30/05/13 4:24:49.000 PM kernel[0]: 39.409936: switchVap from 1 to 1
    30/05/13 4:24:49.176 PM kdc[45]: label: default
    30/05/13 4:24:49.176 PM kdc[45]:           dbname: od:/Local/Default
    30/05/13 4:24:49.177 PM kdc[45]:           mkey_file: /var/db/krb5kdc/m-key
    30/05/13 4:24:49.177 PM kdc[45]:           acl_file: /var/db/krb5kdc/kadmind.acl
    30/05/13 4:24:49.190 PM kdc[45]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    30/05/13 4:24:49.227 PM kdc[45]: KDC started
    30/05/13 4:24:49.389 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    30/05/13 4:24:49.389 PM configd[17]: DHCP en1: INIT-REBOOT transmit failed
    30/05/13 4:24:49.409 PM configd[17]: network changed: DNS*
    30/05/13 4:24:49.410 PM configd[17]: setting hostname to "My-iMac.local"
    30/05/13 4:24:49.000 PM kernel[0]: 40.066078: performCountryCodeOperation: Not connected, scan in progress[0]
    30/05/13 4:24:49.000 PM kernel[0]: 40.068173: setWOW_PARAMETERS:wowevents = 2(1)
    30/05/13 4:24:49.809 PM InternetSharing[46]: objc[46]: Object 0x7fcb18d007f0 of class __NSDictionaryM autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    30/05/13 4:24:49.829 PM com.apple.InternetSharing[46]: *** no interface for service
    30/05/13 4:24:50.202 PM mds[38]: (Normal) FMW: FMW 0 0
    30/05/13 4:24:50.369 PM cfprefsd[21]: CFPreferences: error renaming file blued.plist.tGGJbEu to blued.plist, errno was 21.
    30/05/13 4:24:50.370 PM cfprefsd[21]: CFPreferences: error renaming file blued.plist.fqIWXwi to blued.plist, errno was 21.
    30/05/13 4:24:50.652 PM appleeventsd[54]: main: Starting up
    30/05/13 4:24:50.660 PM awacsd[58]: KV HTTP 0
    30/05/13 4:24:51.219 PM locationd[43]: NOTICE,Location icon should now be in state 0
    30/05/13 4:24:51.236 PM sudo[135]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 777 /dev/disk0s4
    30/05/13 4:24:51.000 PM kernel[0]: en1: BSSID changed to 94:44:52:e5:e8:6e
    30/05/13 4:24:51.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    30/05/13 4:24:51.000 PM kernel[0]: AirPort: Link Up on en1
    30/05/13 4:24:51.000 PM kernel[0]: en1: BSSID changed to 94:44:52:e5:e8:6e
    30/05/13 4:24:51.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    30/05/13 4:24:51.000 PM kernel[0]: 42.397428: setWOW_PARAMETERS:wowevents = 2(1)
    30/05/13 4:24:51.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    30/05/13 4:24:52.001 PM com.apple.usbmuxd[27]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    30/05/13 4:24:52.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]
    30/05/13 4:24:53.916 PM airportd[95]: _doAutoJoin: Already associated to “Belkin-Wifi”. Bailing on auto-join.
    30/05/13 4:24:53.932 PM airportd[95]: _doAutoJoin: Already associated to “Belkin-Wifi”. Bailing on auto-join.
    30/05/13 4:24:54.533 PM WindowServer[88]: Created shield window 0xa for display 0x042801c0
    30/05/13 4:24:54.533 PM WindowServer[88]: Display 0x042801c0: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    30/05/13 4:24:54.534 PM WindowServer[88]: Display 0x042801c0: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    30/05/13 4:24:54.553 PM WindowServer[88]: Display 0x042801c0: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    30/05/13 4:24:54.550 PM launchctl[142]: com.apple.findmymacmessenger: Already loaded
    30/05/13 4:24:54.560 PM com.apple.SecurityServer[15]: Session 100003 created
    30/05/13 4:24:54.795 PM airportd[95]: _doAutoJoin: Already associated to “Belkin-Wifi”. Bailing on auto-join.
    30/05/13 4:24:54.796 PM hidd[48]: CGSShutdownServerConnections: Detaching application from window server
    30/05/13 4:24:54.796 PM hidd[48]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    30/05/13 4:24:54.808 PM loginwindow[42]: Login Window Started Security Agent
    30/05/13 4:24:54.863 PM fseventsd[49]: Logging disabled completely for device:1: /Volumes/Recovery HD
    30/05/13 4:24:55.143 PM configd[17]: network changed: v4(en0+:192.168.2.180) DNS+ Proxy+ SMB
    30/05/13 4:24:55.280 PM mds[38]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    30/05/13 4:24:55.000 PM kernel[0]: Sandbox: sandboxd(157) deny mach-lookup com.apple.coresymbolicationd
    30/05/13 4:24:53.798 PM ntpd[112]: proto: precision = 1.000 usec
    30/05/13 4:24:53.985 PM com.apple.InternetSharing[46]: InternetSharing: com.apple.InternetSharing.broadcast-0 has been started
    30/05/13 4:24:53.986 PM com.apple.InternetSharing[46]: BCAST is ready [en0, mtu=1500, 2 DNS server(s), 0 DNSv6 server(s)]
    30/05/13 4:24:53.986 PM com.apple.InternetSharing[46]: removed addr=fe80::e6ce:8fff:fe5f:b353 on en1
    30/05/13 4:24:53.986 PM com.apple.InternetSharing[46]: added addr=192.168.3.1 mask=255.255.255.0 on bridge0
    30/05/13 4:24:53.000 PM kernel[0]: 45.946953: Invoking setHOST_AP_MODE
    30/05/13 4:24:53.000 PM kernel[0]: 45.946957: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    30/05/13 4:24:53.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    30/05/13 4:24:53.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    30/05/13 4:24:53.000 PM kernel[0]: 45.960195: setDISASSOCIATE ****STA SYNC DISASSOC SUCCESS 
    30/05/13 4:24:53.000 PM kernel[0]: 45.960200: switchVap from 1 to 6
    30/05/13 4:24:53.000 PM kernel[0]: 45.979212: osif_com_vap_event_handler vap delete event
    30/05/13 4:24:53.000 PM kernel[0]: 45.979219: deleteVap ****SYNC VAP DELETE SUCCESS 
    30/05/13 4:24:53.000 PM kernel[0]: 45.982272: Invoking setRSN_CONF
    30/05/13 4:24:53.000 PM kernel[0]: AirPort: Link Up on en1
    30/05/13 4:24:53.000 PM kernel[0]: en1: BSSID changed to e4:ce:8f:5f:b3:53
    30/05/13 4:24:53.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    30/05/13 4:24:53.000 PM kernel[0]: 46.007045: Invoking getKEY_RSC
    30/05/13 4:24:53.000 PM kernel[0]: en1: promiscuous mode enable succeeded
    30/05/13 4:24:53.000 PM kernel[0]: bridge_attach_protocol: en1
    30/05/13 4:24:54.085 PM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-0 started: [DNS subnet=192.168.3/24 on bridge0]
    30/05/13 4:24:54.085 PM com.apple.InternetSharing[46]:   dns[0]: 192.168.2.1
    30/05/13 4:24:54.085 PM com.apple.InternetSharing[46]:   dns[1]: 192.168.2.1
    30/05/13 4:24:54.095 PM SecurityAgent[153]: This is the first run
    30/05/13 4:24:54.095 PM SecurityAgent[153]: MacBuddy was run = 0
    30/05/13 4:24:54.122 PM SecurityAgent[153]: User info context values set for My
    30/05/13 4:24:54.178 PM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-0 started: [DHCP subnet=192.168.3/24 on bridge0 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    30/05/13 4:24:54.178 PM com.apple.InternetSharing[46]:   dns[0]: 192.168.3.1
    30/05/13 4:24:54.309 PM com.apple.InternetSharing[46]: started "natpmpd"
    30/05/13 4:24:54.457 PM loginwindow[42]: Login Window - Returned from Security Agent
    30/05/13 4:24:54.459 PM loginwindow[42]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    30/05/13 4:24:54.484 PM loginwindow[42]: USER_PROCESS: 42 console
    30/05/13 4:24:55.020 PM named[160]: starting BIND 9.8.3-P1 -c /etc/com.apple.named.proxy.conf -f
    30/05/13 4:24:55.020 PM named[160]: built with '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--enable-atomic=no' '--with-openssl=yes' '--with-gssapi=yes' '--enable-symtable=none' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc' 'CFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -gdwarf-2 ' 'LDFLAGS=-arch i386 -arch x86_64 -framework IOKit -framework CoreFoundation' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/ usr/bin/c++' 'CXXFLAGS=-arch i386 -arch x86_64 -g -Os -pipe '
    30/05/13 4:24:55.020 PM named[160]: ----------------------------------------------------
    30/05/13 4:24:55.020 PM named[160]: BIND 9 is maintained by Internet Systems Consortium,
    30/05/13 4:24:55.020 PM named[160]: Inc. (ISC), a non-profit 501(c)(3) public-benefit
    30/05/13 4:24:55.020 PM named[160]: corporation.  Support and training for BIND 9 are
    30/05/13 4:24:55.020 PM named[160]: available at https://www.isc.org/support
    30/05/13 4:24:55.020 PM named[160]: ----------------------------------------------------
    30/05/13 4:24:55.587 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    30/05/13 4:24:55.587 PM configd[17]: DHCP en1: INIT-REBOOT transmit failed
    30/05/13 4:24:55.897 PM com.apple.launchd[1]: (com.apple.xprotectupdater[25]) Exited with code: 252
    30/05/13 4:24:55.989 PM named[160]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    30/05/13 4:24:56.000 PM kernel[0]: utun_ctl_connect: creating interface utun0
    30/05/13 4:24:56.169 PM named[160]: running
    30/05/13 4:24:56.170 PM UserEventAgent[143]: cannot find useragent 1102
    30/05/13 4:24:56.171 PM named[160]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    30/05/13 4:24:56.237 PM com.apple.launchd.peruser.501[164]: (com.apple.gamed) Ignored this key: UserName
    30/05/13 4:24:56.237 PM com.apple.launchd.peruser.501[164]: (com.apple.gamed) Ignored this key: GroupName
    30/05/13 4:24:56.238 PM com.apple.launchd.peruser.501[164]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    30/05/13 4:24:56.241 PM loginwindow[42]: Connection with distnoted server was invalidated
    30/05/13 4:24:56.249 PM distnoted[168]: # distnote server agent  absolute time: 48.352954504   civil time: Thu May 30 16:24:56 2013   pid: 168 uid: 501  root: no
    30/05/13 4:24:56.526 PM blued[57]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    30/05/13 4:24:56.664 PM WindowServer[88]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    30/05/13 4:24:57.425 PM named[160]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    30/05/13 4:24:58.103 PM BezelServices 236.3[42]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    30/05/13 4:24:58.105 PM coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=116
    30/05/13 4:24:58.122 PM WindowServer[88]: Display 0x042801c0: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    30/05/13 4:24:58.278 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    30/05/13 4:24:58.278 PM configd[17]: DHCP en1: INIT-REBOOT transmit failed
    30/05/13 4:24:58.751 PM com.apple.launchd.peruser.501[164]: (com.apple.afpstat-qfa[211]) Exited with code: 2
    30/05/13 4:24:58.835 PM NetworkBrowserAgent[217]: Starting NetworkBrowserAgent
    30/05/13 4:24:59.684 PM bootpd[161]: server name My-iMac.local
    30/05/13 4:24:59.684 PM bootpd[161]: interface en0: ip 192.168.2.180 mask 255.255.255.0
    30/05/13 4:24:59.684 PM bootpd[161]: interface bridge0: ip 192.168.3.1 mask 255.255.255.0
    30/05/13 4:25:00.083 PM bootpd[161]: service time 0.000010 seconds
    30/05/13 4:25:00.395 PM com.apple.launchd.peruser.501[164]: (com.apple.mrt.uiagent[201]) Exited with code: 255
    30/05/13 4:25:00.894 PM fseventsd[49]: check_vol_last_mod_time:XXX failed to get mount time (25; &mount_time == 0x10d075518)
    30/05/13 4:25:00.894 PM fseventsd[49]: log dir: /Volumes/External/.fseventsd getting new uuid: 1977A513-201A-4A9B-8A40-AB9A585F82AB
    30/05/13 4:25:01.093 PM mDNSResponderHelper[74]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    30/05/13 4:25:02.998 PM apsd[60]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    30/05/13 4:25:03.069 PM configd[17]: inet_set_autoaddr(en1, 1) failed, Resource busy (16)
    30/05/13 4:25:03.069 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    30/05/13 4:25:03.069 PM configd[17]: DHCP en1: INIT transmit failed
    30/05/13 4:25:04.125 PM WindowServer[88]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    30/05/13 4:25:04.171 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    30/05/13 4:25:04.171 PM configd[17]: DHCP en1: INIT transmit failed
    30/05/13 4:25:04.584 PM GrowlLauncher[195]: Launching Growl at URL: file://localhost/Applications/Growl.app/Contents/MacOS/Growl
    30/05/13 4:25:06.238 PM com.apple.SecurityServer[15]: Session 100005 created
    30/05/13 4:25:06.302 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    30/05/13 4:25:06.302 PM configd[17]: DHCP en1: INIT transmit failed
    30/05/13 4:25:10.699 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    30/05/13 4:25:10.699 PM configd[17]: DHCP en1: INIT transmit failed
    30/05/13 4:25:10.886 PM bootpd[161]: DHCP REQUEST [bridge0]: 1,d8:a2:5e:53:4d:68 <My-iPad>
    30/05/13 4:25:11.000 PM kernel[0]: 62.766797: osif_connect_event: sta: d8:a2:5e:53:4d:68 arrive message posted
    30/05/13 4:25:11.000 PM kernel[0]: 62.783435: Invoking setSTA_AUTHORIZE
    30/05/13 4:25:12.321 PM bootpd[161]: ACK sent My-iPad 192.168.3.6 pktsize 300
    30/05/13 4:25:12.321 PM bootpd[161]: service time 1.602424 seconds
    30/05/13 4:25:12.321 PM bootpd[161]: DHCP REQUEST [bridge0]: 1,d8:a2:5e:53:4d:68 <My-iPad>
    30/05/13 4:25:13.253 PM bootpd[161]: ACK sent My-iPad 192.168.3.6 pktsize 300
    30/05/13 4:25:13.253 PM bootpd[161]: service time 0.932620 seconds
    30/05/13 4:25:14.366 PM coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=115
    30/05/13 4:25:14.818 PM mDNSResponder[39]: ERROR: handle_resolve_request bad interfaceIndex 5
    30/05/13 4:25:14.818 PM com.apple.usbmuxd[27]: _BrowseReplyReceivedCallback (thread 0x7fff778fd180): Error doing DNSServiceResolve(): -65540
    30/05/13 4:25:15.492 PM Growl[250]: Setup timer, this should only happen once
    30/05/13 4:25:15.493 PM Growl[250]: Next image check no earlier than 24 hours from 2013-05-29 13:59:00 +0000
    30/05/13 4:25:15.584 PM Image Capture Extension[253]: Another instance of 'Image Capture Extension' is already running! This instance is exiting.
    30/05/13 4:25:15.585 PM com.apple.launchd.peruser.501[164]: ([0x0-0x17017].com.apple.ImageCaptureExtension2[253]) Exited with code: 1
    30/05/13 4:25:15.585 PM HPScanner[230]: ERROR: Image Capture Extension went away!
    30/05/13 4:25:16.174 PM com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[147]) Exit timeout elapsed (20 seconds). Killing
    30/05/13 4:25:18.125 PM WindowServer[88]: disable_update_likely_unbalanced: UI updates still disabled by application "SystemUIServer" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    30/05/13 4:25:19.620 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    30/05/13 4:25:19.620 PM configd[17]: DHCP en1: INIT transmit failed
    30/05/13 4:25:20.909 PM WindowServer[88]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 17.78 seconds (server forcibly re-enabled them after 1.00 seconds)
    30/05/13 4:25:21.195 PM BetterSnapTool[237]: kCGErrorIllegalArgument: CGSUnregisterWindowWithSystemStatusBar: Invalid window
    30/05/13 4:25:21.225 PM configd[17]: set_arp_linklocal(en1) SIOCARPIPLL 1 failed, Resource busy
    30/05/13 4:25:21.228 PM configd[17]: network changed: v4(en0:192.168.2.180, en1+:169.254.217.249) DNS Proxy SMB
    30/05/13 4:25:21.664 PM UserEventAgent[11]: Captive: Online (HostAP mode)
    30/05/13 4:25:21.667 PM configd[17]: network changed: v4(en0:192.168.2.180, en1) DNS Proxy SMB
    30/05/13 4:25:21.859 PM named[160]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    30/05/13 4:25:22.003 PM named[160]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    30/05/13 4:25:25.674 PM mDNSResponderHelper[259]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    30/05/13 4:25:26.937 PM named[160]: client 192.168.3.6#63922: error sending response: host unreachable
    30/05/13 4:25:29.935 PM named[160]: client 192.168.3.6#63922: error sending response: host unreachable
    30/05/13 4:25:31.946 PM com.apple.SecurityServer[15]: Session 100009 created
    30/05/13 4:25:32.086 PM WindowServer[88]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    30/05/13 4:25:32.268 PM WindowServer[88]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.18 seconds (server forcibly re-enabled them after 1.00 seconds)

    1.5-3 minute boot up as opposed to 15-20 seconds
    And
    why it takes a long time to load a lot of things.
    I have restored this
    from a time machine partition.
    TimeMachine is only a backup and restore, it won't fix issues in software and according to your information, doesn't even optimize the restore for best performance on boot hard drives.
    What you need to do to regain your speed is to understand how your machine works
    Why is my computer slow?
    Fix any and all issues in software following this list of fixes
    ..Step by Step to fix your Mac
    Then follow this defrag method I've outlined
    How to safely defrag a Mac's hard drive
    Most commonly used backup methods
    There shouldn't be need to reinstall OS X fresh unless your having file structure issues which if they are should appear when in the Steps, which then a zero erase and install will cure as well as any bad sector issues, the defrag step wouldn't be necessarry on a freshly installed system obviously as the files are written all together, not in portions all over the drive.
    Hope this assists.

  • Studio 12 rather unstable

    ~/src/apps/kmt/clamps> dbx ./clamps
    For information about new features see `help changes'
    To remove this message, put `dbxenv suppress_startup_message 7.6' in your .dbxrc
    Reading clamps
    Reading ld.so.1
    Reading libuuid.so.1
    Reading libsocket.so.1
    Reading libxml2.so.2
    Reading libresolv.so.2
    Reading libnsl.so.1
    Reading librt.so.1
    Reading libstlport.so.1
    Reading libCrun.so.1
    Reading libm.so.2
    Reading libthread.so.1
    Reading libc.so.1
    Reading libpthread.so.1
    Reading libz.so.1
    Reading libaio.so.1
    Reading libmd5.so.1
    Reading libm.so.1
    dbx: internal error: signal SIGSEGV (no mapping at the fault address)
    dbx's coredump will appear in /tmp
    Abort (core dumped)
    version of "/opt/studio/12/SUNWspro/bin/../prod/bin/../../bin/cc": Sun C 5.9 SunOS_i386 2007/05/03
    version of "/opt/studio/12/SUNWspro/bin/../prod/bin/../../bin/CC": Sun C++ 5.9 SunOS_i386 2007/05/03
    version of "/opt/studio/12/SUNWspro/bin/../prod/bin/../../bin/f90": Sun Fortran 95 8.3 SunOS_i386 2007/05/03
    version of "/opt/studio/12/SUNWspro/bin/../prod/bin/../../bin/dbx": Sun Dbx Debugger 7.6 SunOS_i386 2007/05/03
    version of "/opt/studio/12/SUNWspro/bin/../prod/bin/../../bin/analyzer": Sun Analyzer 7.6 SunOS_i386 2007/05/03
    version of "/opt/studio/12/SUNWspro/bin/../prod/bin/../../bin/dmake": Sun Distributed Make 7.8 SunOS_i386 2007/05/03
    I must say that Sun really needs to do something about dbx and fbe stability. The code is probably unchanged from the days of Forte and it shows. It has been unstable and prone to segfaults, strange symbol table malfunctioning/misreadings and other annoyances since I can remember using it. I've used dbx since the RWCString days of Forte 4.2 and every release in between at several different firms on several different hardware platforms and every version of Solaris since it was called SunOS and every single one of them experienced the same pattern of problems with dbx. Several simply switched to g++/gdb, reasoning that optimized binaries are worth very little when a slight change to a template can result in your binary becoming unreadable by dbx, often times unnoticed by you until it is far too late and you have a
    The linker too seems to be very quirky and sometimes downright unreliable. I feel like if I have the audicity to write a C++ template longer than a few lines, either fbe, dbx, CC or several of them may crash at any point during the developmet process or, heaven forbid, when you need to debug a production core file.
    My problems started yesterday when I decided to upgrade to Studio 12 after seeing that it was supposedly more compatible with boost, especially the latest 1.34 release. Those hopes were soon dashed as one out of every two random build variances combinations appear to cause either CC or the linker to seg fault. Apparently, this is a known issue which I was able to work around by lowering the optimization level from -x04 to -x01.
    Now, it appears a couple of my binaries built by studio 12 are simply undebuggable by studio 12. The irony of course is the least stable tool in sun studio is the debugger.
    I apologize for the complaining as I am quite frustrated at the moment. I love studio for its optimizing but simply having the piece of mind that the debugger will work when needed would be lov

    (dbx) proc -map
    Loadobject mappings for current core file:
    0x0000000100000000 /opt/studio/12/SUNWspro/prod/bin/sparcv9/dbx
    Warning: checksum in file(cb35) doesn't match image(71a4)
    0xffffffff7f500000 /lib/sparcv9/libintl.so.1
    is being filtered by: libc.so.1
    0xffffffff7f200000 /lib/sparcv9/libnsl.so.1
    0xffffffff7ef00000 /lib/sparcv9/libsocket.so.1
    0xffffffff7ed00000 /lib/sparcv9/libdl.so.1
    is being filtered by: /usr/lib/sparcv9/ld.so.1
    0xffffffff7eb00000 /lib/sparcv9/libgen.so.1
    0xffffffff7f400000 /lib/sparcv9/libw.so.1
    is being filtered by: libc.so.1
    0xffffffff7e700000 /lib/sparcv9/libm.so.1
    is being filtered by: libm.so.2
    0xffffffff7e500000 /lib/sparcv9/libc.so.1
    0xffffffff7e400000 /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    0xffffffff7dd00000 /usr/lib/locale/en_US.UTF-8/sparcv9/en_US.UTF-8.so.3
    0xffffffff7db00000 /usr/lib/locale/common/sparcv9/methods_unicode.so.3
    0xffffffff7d900000 /usr/lib/sparcv9/libcpc.so.1
    0xffffffff7d700000 /usr/lib/sparcv9/libpctx.so.1
    0xffffffff7d400000 /lib/sparcv9/libnvpair.so.1
    0xffffffff7d200000 /lib/sparcv9/libdevinfo.so.1
    0xffffffff7d000000 /lib/sparcv9/libproc.so.1
    0xffffffff7cd00000 /lib/sparcv9/libsec.so.1
    0xffffffff7cb00000 /lib/sparcv9/librtld_db.so.1
    0xffffffff7c900000 /lib/sparcv9/libelf.so.1
    0xffffffff7c700000 /lib/sparcv9/libctf.so.1
    0xffffffff7c400000 /lib/sparcv9/libavl.so.1
    0xffffffff7c100000 /lib/sparcv9/libc_db.so.1
    0xffffffff7f600000 /lib/sparcv9/ld.so.1 [LM_ID_LDSO]
    core file address ranges:
    0x0000000000010000 - 0x0000000000367c97 (text)
    0x0000000100000000 - 0x0000000100400000 (data)
    0x0000000100400000 - 0x0000000100406000 (data)
    0x0000000100504000 - 0x00000001005e0000 (data)
    0x00000001005e0000 - 0x0000000100800000 (data)
    0x0000000100800000 - 0x0000000103000000 (data)
    0xffffffff7c100000 - 0xffffffff7c108000 (data)
    0xffffffff7c100000 - 0xffffffff7c106172 (text)
    0xffffffff7c208000 - 0xffffffff7c20a000 (data)
    0xffffffff7c400000 - 0xffffffff7c401078 (text)
    0xffffffff7c400000 - 0xffffffff7c402000 (data)
    0xffffffff7c502000 - 0xffffffff7c504000 (data)
    0xffffffff7c600000 - 0xffffffff7c602000 (data)
    0xffffffff7c700000 - 0xffffffff7c70c000 (data)
    0xffffffff7c700000 - 0xffffffff7c70a97f (text)
    0xffffffff7c80c000 - 0xffffffff7c80e000 (data)
    0xffffffff7c900000 - 0xffffffff7c91e000 (data)
    0xffffffff7c900000 - 0xffffffff7c91c6ad (text)
    0xffffffff7ca1e000 - 0xffffffff7ca20000 (data)
    0xffffffff7cb00000 - 0xffffffff7cb06000 (data)
    0xffffffff7cb00000 - 0xffffffff7cb0479c (text)
    0xffffffff7cc06000 - 0xffffffff7cc08000 (data)
    0xffffffff7cd00000 - 0xffffffff7cd11069 (text)
    0xffffffff7cd00000 - 0xffffffff7cd12000 (data)
    0xffffffff7ce12000 - 0xffffffff7ce18000 (data)
    0xffffffff7ce18000 - 0xffffffff7ce1c000 (data)
    0xffffffff7cf00000 - 0xffffffff7cf02000 (data)
    0xffffffff7d000000 - 0xffffffff7d026c99 (text)
    0xffffffff7d000000 - 0xffffffff7d028000 (data)
    0xffffffff7d128000 - 0xffffffff7d12c000 (data)
    0xffffffff7d200000 - 0xffffffff7d21a71d (text)
    0xffffffff7d200000 - 0xffffffff7d21c000 (data)
    0xffffffff7d31c000 - 0xffffffff7d320000 (data)
    0xffffffff7d400000 - 0xffffffff7d408000 (data)
    0xffffffff7d400000 - 0xffffffff7d406d3a (text)
    0xffffffff7d508000 - 0xffffffff7d50a000 (data)
    0xffffffff7d600000 - 0xffffffff7d602000 (data)
    0xffffffff7d700000 - 0xffffffff7d703238 (text)
    0xffffffff7d700000 - 0xffffffff7d704000 (data)
    0xffffffff7d804000 - 0xffffffff7d806000 (data)
    0xffffffff7d900000 - 0xffffffff7d909385 (text)
    0xffffffff7d900000 - 0xffffffff7d90a000 (data)
    0xffffffff7da0a000 - 0xffffffff7da0c000 (data)
    0xffffffff7db00000 - 0xffffffff7db10000 (data)
    0xffffffff7db00000 - 0xffffffff7db0eb21 (text)
    0xffffffff7dc0e000 - 0xffffffff7dc10000 (data)
    0xffffffff7dd00000 - 0xffffffff7df22000 (data)
    0xffffffff7dd00000 - 0xffffffff7df2175a (text)
    0xffffffff7e020000 - 0xffffffff7e024000 (data)
    0xffffffff7e100000 - 0xffffffff7e102000 (data)
    0xffffffff7e130000 - 0xffffffff7e132000 (data)
    0xffffffff7e200000 - 0xffffffff7e210000 (data)
    0xffffffff7e300000 - 0xffffffff7e302000 (data)
    0xffffffff7e400000 - 0xffffffff7e402000 (data)
    0xffffffff7e400000 - 0xffffffff7e400d6c (text)
    0xffffffff7e500000 - 0xffffffff7e5e41f5 (text)
    0xffffffff7e500000 - 0xffffffff7e5e6000 (data)
    0xffffffff7e6e6000 - 0xffffffff7e6f6000 (data)
    0xffffffff7e6f6000 - 0xffffffff7e6f8000 (data)
    0xffffffff7e700000 - 0xffffffff7e706000 (data)
    0xffffffff7e700000 - 0xffffffff7e704758 (text)
    0xffffffff7e804000 - 0xffffffff7e806000 (data)
    0xffffffff7e900000 - 0xffffffff7e906000 (data)
    0xffffffff7ea00000 - 0xffffffff7ea02000 (data)
    0xffffffff7eb00000 - 0xffffffff7eb0619d (text)
    0xffffffff7eb00000 - 0xffffffff7eb08000 (data)
    0xffffffff7ec08000 - 0xffffffff7ec0a000 (data)
    0xffffffff7ed00000 - 0xffffffff7ed02000 (data)
    0xffffffff7ed00000 - 0xffffffff7ed00773 (text)
    0xffffffff7ee02000 - 0xffffffff7ee04000 (data)
    0xffffffff7ef00000 - 0xffffffff7ef0e000 (data)
    0xffffffff7ef00000 - 0xffffffff7ef0cdc2 (text)
    0xffffffff7f00e000 - 0xffffffff7f012000 (data)
    0xffffffff7f100000 - 0xffffffff7f102000 (data)
    0xffffffff7f200000 - 0xffffffff7f2ab872 (text)
    0xffffffff7f200000 - 0xffffffff7f2ac000 (data)
    0xffffffff7f3ac000 - 0xffffffff7f3bc000 (data)
    0xffffffff7f3bc000 - 0xffffffff7f3c4000 (data)
    0xffffffff7f400000 - 0xffffffff7f4010e4 (text)
    0xffffffff7f400000 - 0xffffffff7f402000 (data)
    0xffffffff7f500000 - 0xffffffff7f5004ce (text)
    0xffffffff7f500000 - 0xffffffff7f502000 (data)
    0xffffffff7f600000 - 0xffffffff7f633056 (text)
    0xffffffff7f600000 - 0xffffffff7f634000 (data)
    0xffffffff7f600000 - 0xffffffff7f633c4a (text)
    0xffffffff7f734000 - 0xffffffff7f738000 (data)
    0xffffffff7f738000 - 0xffffffff7f73a000 (data)
    0xffffffff7fff8000 - 0xffffffff80000000 (data)

  • Why do I have time machine disk problem after closing and later reopening clamshell.

    I consistently see the following after closing and later reopening my Macbook Pro (5,1). I have to unplug and replug my Time Machine USB drive.
    The only thing new is Mountain Lion. The Time Machine disk has 229 GB free of 1.5 TB. I never had to unplug this drive under Lion.
    Does anyone have any idea what is going on? I ran disc repair on Time Machine Drive yesterday, but it found nothing.
    Here is what I see:
    (Window 1)The disk was not properly ejected. if possiblem always eject .....
    (Window 2)The disk you inserted was not readable by this computer.
    Following is console copy/paste starting long before. Today's incident is at 8:00 am Sun Aug 26, 2012.
    8/24/12 3:04:40.341 PM WindowServer[157]: CGXMoveWindowListToWorkspace: Invalid workspace id: -1
    8/24/12 3:04:52.678 PM WindowServer[157]: CGXMoveWindowListToWorkspace: Invalid workspace id: -1
    8/24/12 3:04:57.881 PM prl_client_app[330]: customWindowsToExitFullScreenForWindowIMP called for window <QCocoaWindow: 0x113946150>
    8/24/12 3:04:57.946 PM prl_client_app[330]: Window will exit full screen!
    8/24/12 3:04:58.037 PM prl_client_app[330]: windowDidFailToExitFullScreenIMP called for window <QCocoaWindow: 0x113946150>
    8/24/12 3:04:59.371 PM WindowServer[157]: CGXMoveWindowListToWorkspace: Invalid workspace id: -1
    8/24/12 3:04:59.707 PM WinAppHelper[7346]: NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    8/24/12 3:05:10.991 PM mdworker[7348]: code validation failed in the process of getting signing information; codeRef: 0x7f8b92810bc0
    8/24/12 3:05:10.991 PM mdworker[7348]: code validation failed in the process of getting signing information; codeRef: 0x7f8b92810bc0
    8/24/12 3:05:11.509 PM Neat[4403]: Info: -[NRMSyncToolBarItem showSyncInactiveIcon] : Updating Sync Icon to InActive
    8/24/12 3:05:13.000 PM kernel[0]: nspace-handler-set-snapshot-time: 1345835115
    8/24/12 3:05:19.857 PM Neat[4403]: ApplicationShutdown:  :
    8/24/12 3:05:27.872 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:06:07.746 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 3:06:08.062 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:06:57.819 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:08:15.168 PM assistantd[7337]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fade0c50b10>, error = Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer", domain = NSPOSIXErrorDomain, code = 54
    8/24/12 3:08:15.180 PM assistantd[7337]: <Error>: Session - Connection error: <ADAceConnection: 0x7fade0c462b0> Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:08:15.192 PM assistantd[7337]: <Error>: Daemon - Session Error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:08:27.999 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 3:08:28.320 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:11:45.686 PM WindowServer[157]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/24/12 3:11:45.687 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 3:11:45.687 PM loginwindow[43]: CGSGetWindowTags: Invalid window 0xffffffff
    8/24/12 3:11:45.687 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 3:11:45.687 PM loginwindow[43]: CGSSetWindowTags: Invalid window 0xffffffff
    8/24/12 3:11:46.411 PM WindowServer[157]: Created shield window 0xd42 for display 0x04272100
    8/24/12 3:11:46.411 PM WindowServer[157]: device_generate_desktop_screenshot: authw 0x7ff1dbb1e9a0(2000), shield 0x7ff1dbb305b0(2001)
    8/24/12 3:11:47.449 PM WindowServer[157]: device_generate_lock_screen_screenshot: authw 0x7ff1dbb1e9a0(2000), shield 0x7ff1dbb305b0(2001)
    8/24/12 3:11:48.023 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fdbb1620890> Fri Aug 24 15:22:39 2012 EDT (approx)
    8/24/12 3:11:48.024 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fdbb1620890> Fri Aug 24 15:22:39 2012 EDT (approx)
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000280
    8/24/12 3:11:48.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/24/12 3:11:48.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    8/24/12 3:11:48.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/24/12 3:11:48.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 54 ms
    8/24/12 3:11:48.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 400000 ssd 0
    8/24/12 3:11:48.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    8/24/12 3:11:48.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    8/24/12 3:11:48.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=4 stateNumber=2
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateWillChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 3:11:48.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=4 stateNumber=2
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateDidChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 3:11:48.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff80e35d1000, 0xffffff80e3610000
    8/24/12 3:12:21.000 PM kernel[0]: hibernate_page_list_setall time: 656 ms
    8/24/12 3:12:21.000 PM kernel[0]: pages 1840162, wire 489775, act 447054, inact 1711, cleaned 0 spec 26, zf 58500, throt 0, could discard act 262891 inact 476243 purgeable 23095 spec 58321 cleaned 22546
    8/24/12 3:12:21.000 PM kernel[0]: hibernate_page_list_setall found pageCount 997066
    8/24/12 3:12:21.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/24/12 3:12:21.000 PM kernel[0]: IOHibernatePollerOpen(0)
    8/24/12 3:12:21.000 PM kernel[0]: encryptStart 132b0
    8/24/12 3:12:21.000 PM kernel[0]: writing 994117 pages
    8/24/12 3:12:21.000 PM kernel[0]: encryptEnd 28bb9600
    8/24/12 3:12:21.000 PM kernel[0]: image1Size 0x31f56600, encryptStart1 0x132b0, End1 0x28bb9600
    8/24/12 3:12:21.000 PM kernel[0]: encryptStart 31f56600
    8/24/12 3:12:21.000 PM kernel[0]: encryptEnd 6647b000
    8/24/12 3:12:21.000 PM kernel[0]: PMStats: Hibernate write took 31645 ms
    8/24/12 3:12:21.000 PM kernel[0]: all time: 31645 ms, comp bytes: 4072198144 time: 5166 ms 751 Mb/s, crypt bytes: 1561111888 time: 10064 ms 147 Mb/s,
    8/24/12 3:12:21.000 PM kernel[0]: image 1715974144, uncompressed 4072198144 (994189), compressed 1701090640 (41%), sum1 5919b4ee, sum2 60c7a072
    8/24/12 3:12:21.000 PM kernel[0]: wired_pages_encrypted 389582, wired_pages_clear 97316, dirty_pages_encrypted 507291
    8/24/12 3:12:21.000 PM kernel[0]: hibernate_write_image done(0)
    8/24/12 3:12:21.000 PM kernel[0]: sleep
    8/24/12 3:50:20.616 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7ff1dbb1e9a0(2004), shield 0x7ff1dbb305b0(2001), lock state 3
    8/24/12 3:50:20.616 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/24/12 3:50:20.000 PM kernel[0]: Wake reason: EC LID0
    8/24/12 3:50:20.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=2 stateNumber=3
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateWillChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000320
    8/24/12 3:50:20.000 PM kernel[0]: HID tickle 118 ms
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=2 stateNumber=3
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateDidChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 3:50:20.000 PM kernel[0]: Previous Sleep Cause: 5
    8/24/12 3:50:20.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/24/12 3:50:20.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/24/12 3:50:20.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 3:50:20.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/24/12 3:50:20.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 3:50:20.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 3:50:22.844 PM prl_naptd[230]: Reloading configuration...
    8/24/12 3:50:22.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000300
    8/24/12 3:50:22.952 PM prl_naptd[230]: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    8/24/12 3:50:22.967 PM prl_naptd[230]: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    8/24/12 3:50:23.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/24/12 3:50:23.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 3:50:23.532 PM configd[16]: network changed: v4(en1-:192.168.0.180) DNS- Proxy- SMB
    8/24/12 3:50:23.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:b0:b7:1a:9f  MAC AUTH succeeded
    8/24/12 3:50:23.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/24/12 3:50:23.000 PM kernel[0]: AirPort: Link Up on en1
    8/24/12 3:50:23.000 PM kernel[0]: en1: BSSID changed to 00:22:b0:b7:1a:9f
    8/24/12 3:50:23.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 3:50:23.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/24/12 3:50:23.934 PM configd[16]: network changed: v4(en1+:192.168.0.180) DNS+ Proxy+ SMB
    8/24/12 3:50:23.967 PM UserEventAgent[11]: Captive: en1: Not probing 'grnn5' (protected network)
    8/24/12 3:50:23.997 PM configd[16]: network changed: v4(en1!:192.168.0.180) DNS Proxy SMB
    8/24/12 3:50:25.169 PM airportd[7372]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 3:50:25.280 PM airportd[7372]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 3:50:26.069 PM mDNSResponderHelper[7376]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 3:50:26.070 PM mDNSResponderHelper[7376]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 3:50:59.545 PM SyncServer[7385]: [0x7fb8bac0bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 3:51:01.381 PM iCalExternalSync[7383]: [0x7fa1ea40e480] |Miscellaneous|Error| SyncServices precondition failure in [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:51:01.382 PM iCalExternalSync[7383]: [ICalExternalSync ]Encountered exception: [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    } withStack: (
              0   iCalExternalSync                    0x0000000106549a60 iCalExternalSync + 125536
              1   iCalExternalSync                    0x0000000106538ac9 iCalExternalSync + 56009
              2   iCalExternalSync                    0x0000000106548694 iCalExternalSync + 120468
              3   libdyld.dylib                       0x00007fff97a6d7e1 start + 0
              4   ???                                 0x0000000000000007 0x0 + 7
    8/24/12 3:51:01.383 PM iCalExternalSync[7383]: [ICalExternalSync ]NSException name:ISyncInvalidArgumentsException reason:[ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:51:01.385 PM SyncServer[7385]: [0x7fb8bac0bdb0] |Server|Warning| lost connection 0x7fb8bac86420 to com.apple.iCal
    8/24/12 3:51:16.977 PM com.apple.backupd-helper[7381]: Not starting Time Machine backup after wake - failed to resolve alias to backup volume.
    8/24/12 3:51:25.855 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 3:52:00.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 1 -> 4) timed out after 100473 ms
    8/24/12 3:53:26.425 PM CalendarAgent[383]: Property list invalid for format: 100 (property lists cannot contain objects of type 'CFSet')
    8/24/12 3:53:30.815 PM com.apple.backupd-helper[7390]: Not starting scheduled Time Machine backup - time machine destination not resolvable.
    8/24/12 3:53:57.577 PM SyncServer[7401]: [0x7ff98a40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 3:53:59.312 PM iCalExternalSync[7400]: [0x7fde9240e480] |Miscellaneous|Error| SyncServices precondition failure in [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:53:59.312 PM iCalExternalSync[7400]: [ICalExternalSync ]Encountered exception: [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    } withStack: (
              0   iCalExternalSync                    0x00000001032afa60 iCalExternalSync + 125536
              1   iCalExternalSync                    0x000000010329eac9 iCalExternalSync + 56009
              2   iCalExternalSync                    0x00000001032ae694 iCalExternalSync + 120468
              3   libdyld.dylib                       0x00007fff97a6d7e1 start + 0
              4   ???                                 0x0000000000000007 0x0 + 7
    8/24/12 3:53:59.313 PM iCalExternalSync[7400]: [ICalExternalSync ]NSException name:ISyncInvalidArgumentsException reason:[ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:53:59.316 PM SyncServer[7401]: [0x7ff98a40bdb0] |Server|Warning| lost connection 0x7ff98a4a9b70 to com.apple.iCal
    8/24/12 3:55:31.118 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:57:33.171 PM assistantd[7392]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fd621444de0>, error = Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer", domain = NSPOSIXErrorDomain, code = 54
    8/24/12 3:57:33.183 PM assistantd[7392]: <Error>: Session - Connection error: <ADAceConnection: 0x7fd62201f2e0> Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:57:33.195 PM assistantd[7392]: <Error>: Daemon - Session Error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:58:10.108 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:58:40.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 4 -> 3) timed out after 100546 ms
    8/24/12 3:59:12.253 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 3:59:12.566 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:01:25.835 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:01:40.645 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:01:41.157 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:01:41.244 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101041c00 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:41.244 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2d9c2d300 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:41.244 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005db790 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:41.569 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e3d40 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:42.026 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x101569260 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 62, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:01:42.270 PM SyncServer[7523]: [0x7fd95ac0bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:01:42.516 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1010f3730 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:50.831 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:01:50.834 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2d9c2d300 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:01:50.835 PM ath[1217]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x101041c00 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:01:50.836 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:01:50.838 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:03:42.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 3 -> 2) timed out after 100414 ms
    8/24/12 4:07:03.350 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:08:42.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 2 -> 1) timed out after 100573 ms
    8/24/12 4:10:32.101 PM assistantd[7530]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fe9e381ff90>, error = Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer", domain = NSPOSIXErrorDomain, code = 54
    8/24/12 4:10:32.114 PM assistantd[7530]: <Error>: Session - Connection error: <ADAceConnection: 0x7fe9e244f850> Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 4:10:32.126 PM assistantd[7530]: <Error>: Daemon - Session Error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 4:11:25.580 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:11:25.745 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:11:25.815 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:11:25.828 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10103a970 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:25.829 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005ddb70 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:25.841 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc5e1540 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:26.151 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005dcf10 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:26.519 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1010f3730 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:11:26.836 PM SyncServer[7542]: [0x7f813b40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:11:27.048 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x103318080 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:34.509 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:11:34.827 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:11:48.019 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:11:48.019 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc5e1540 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:11:48.022 PM ath[1217]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x10103a970 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:11:48.022 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:11:48.025 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:13:17.675 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:13:48.052 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:18:52.487 PM com.apple.XType.FontHelper[634]: FontHelper:  message received. (<dictionary: 0x7fa35a41e9b0> { count = 2, contents =
              "query" => <string: 0x7fa35a41ffc0> { length = 103, contents = "com_apple_ats_name_postscript == "Frutiger" && kMDItemContentTypeTree != com.adobe.postscript-lwfn-font" }
              "restricted" => <bool: 0x7fff7e533320>: true
    8/24/12 4:18:52.487 PM com.apple.XType.FontHelper[634]: AutoActivation:  scopes (
        "/Library/Application Support/Apple/Fonts"
    8/24/12 4:20:55.000 PM kernel[0]: Sandbox: sandboxd(7665) deny mach-lookup com.apple.coresymbolicationd
    8/24/12 4:20:55.523 PM sandboxd[7665]: ([332]) Mail(332) deny file-read-data /Users/Dick/Applications (Parallels)/{13278d2d-2c0b-4c01-af0b-3764186a822a} Applications.localized/Quicken Launcher.app
    8/24/12 4:20:55.564 PM sandboxd[7665]: ([332]) Mail(332) deny file-read-data /Users/Dick/Applications (Parallels)/{13278d2d-2c0b-4c01-af0b-3764186a822a} Applications.localized/Paint.app
    8/24/12 4:21:12.622 PM lsboxd[422]: @AE relay 61657674:6f646f63
    8/24/12 4:21:22.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=7676[GoogleSoftwareUp] clearing CS_VALID
    8/24/12 4:21:25.796 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:22:47.735 PM com.apple.security.pboxd[7692]: Bug: 12B19: liblaunch.dylib + 23849 [224CB010-6CF8-3FC2-885C-6F80330321EB]: 0x25
    8/24/12 4:24:03.366 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:24:03.697 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:44.290 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:45.418 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:46.441 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:48.396 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:49.795 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:27:07.293 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:27:07.611 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:27:39.368 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:27:39.750 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:27:39.827 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef1330 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:39.828 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1012dc0d0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:39.828 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056c9f0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:40.129 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005eb2e0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:40.482 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x103318080 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:27:40.669 PM SyncServer[7705]: [0x7f885940bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:27:40.869 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1033f9ba0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:28:14.791 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:28:14.792 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef1330 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:28:14.793 PM ath[1217]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x10056c9f0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:28:14.794 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:28:14.795 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:31:25.778 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:34:14.039 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:34:16.877 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:34:28.889 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:34:29.203 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:34:34.689 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:34:34.896 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:34:35.030 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef3370 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:35.031 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101041c00 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:35.032 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e3d40 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:35.493 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056bba0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:36.205 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1033f9ba0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:34:36.524 PM SyncServer[7720]: [0x7fb97a40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:34:36.868 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101076080 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:49.015 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:34:49.016 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef3370 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:34:49.017 PM ath[466]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1005e3d40 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:34:49.020 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:34:49.022 PM ath[1217]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:36:43.383 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:36:44.982 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:37:11.979 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:37:12.301 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:41:25.758 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:41:44.747 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:41:44.848 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:41:44.930 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc44a350 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:44.931 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101047090 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:44.932 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e9260 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:45.241 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e9030 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:45.608 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x101076080 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:41:45.799 PM SyncServer[7840]: [0x7f8cf3c0bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:41:46.001 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1003a9610 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:46.872 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:41:47.024 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x101881000): IPv4
    8/24/12 4:41:47.101 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc46dff0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:47.103 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10057c2d0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:48.954 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1010516a0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:48.955 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101051ab0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:50.271 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1033cc1b0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:42:20.235 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:42:20.236 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc44a350 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:42:20.238 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:42:20.239 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:42:20.240 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1012f4760 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:43:14.151 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:43:14.151 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc46dff0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:43:14.153 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:43:14.156 PM ath[1217]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:43:14.159 PM ath[466]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1012f4760 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:44:11.000 PM kernel[0]: nspace-handler-set-snapshot-time: 1345841053
    8/24/12 4:44:15.644 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:44:17.445 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:45:15.710 PM WindowServer[157]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/24/12 4:45:15.711 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 4:45:15.712 PM loginwindow[43]: CGSGetWindowTags: Invalid window 0xffffffff
    8/24/12 4:45:15.712 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 4:45:15.712 PM loginwindow[43]: CGSSetWindowTags: Invalid window 0xffffffff
    8/24/12 4:45:16.203 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fdbb14490a0> Fri Aug 24 16:53:30 2012 EDT (approx)
    8/24/12 4:45:16.203 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fdbb14490a0> Fri Aug 24 16:53:30 2012 EDT (approx)
    8/24/12 4:45:17.057 PM WindowServer[157]: Created shield window 0xe70 for display 0x04272100
    8/24/12 4:45:17.057 PM WindowServer[157]: device_generate_desktop_screenshot: authw 0x7ff1da647b10(2000), shield 0x7ff1da642bc0(2001)
    8/24/12 4:45:17.075 PM WindowServer[157]: device_generate_lock_screen_screenshot: authw 0x7ff1da647b10(2000), shield 0x7ff1da642bc0(2001)
    8/24/12 4:45:17.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000280
    8/24/12 4:45:17.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/24/12 4:45:17.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/24/12 4:45:17.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    8/24/12 4:45:17.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 8 ms
    8/24/12 4:45:17.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 400000 ssd 0
    8/24/12 4:45:17.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    8/24/12 4:45:17.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    8/24/12 4:45:17.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    8/24/12 4:45:17.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=4 stateNumber=2
    8/24/12 4:45:17.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateWillChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 4:45:17.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 4:46:57.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 1 -> 0) timed out after 100670 ms
    8/24/12 4:46:57.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=4 stateNumber=2
    8/24/12 4:46:57.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateDidChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 4:46:57.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff80e3497000, 0xffffff80e35d1000
    8/24/12 4:47:30.000 PM kernel[0]: hibernate_page_list_setall time: 651 ms
    8/24/12 4:47:30.000 PM kernel[0]: pages 1836030, wire 485835, act 431599, inact 1710, cleaned 0 spec 40, zf 49424, throt 0, could discard act 268019 inact 471436 purgeable 45264 spec 71098 cleaned 11605
    8/24/12 4:47:30.000 PM kernel[0]: hibernate_page_list_setall found pageCount 968608
    8/24/12 4:47:30.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/24/12 4:47:30.000 PM kernel[0]: IOHibernatePollerOpen(0)
    8/24/12 4:47:30.000 PM kernel[0]: encryptStart 132b0
    8/24/12 4:47:30.000 PM kernel[0]: writing 965950 pages
    8/24/12 4:47:30.000 PM kernel[0]: encryptEnd 29667000
    8/24/12 4:47:30.000 PM kernel[0]: image1Size 0x32a0b200, encryptStart1 0x132b0, End1 0x29667000
    8/24/12 4:47:30.000 PM kernel[0]: encryptStart 32a0b200
    8/24/12 4:47:30.000 PM kernel[0]: encryptEnd 642b7600
    8/24/12 4:47:30.000 PM kernel[0]: PMStats: Hibernate write took 31201 ms
    8/24/12 4:47:30.000 PM kernel[0]: all time: 31201 ms, comp bytes: 3956826112 time: 5028 ms 750 Mb/s, crypt bytes: 1525678416 time: 9835 ms 147 Mb/s,
    8/24/12 4:47:30.000 PM kernel[0]: image 1680569856, uncompressed 3956826112 (966022), compressed 1667100320 (42%), sum1 b872bd83, sum2 982d3a1
    8/24/12 4:47:30.000 PM kernel[0]: wired_pages_encrypted 385921, wired_pages_clear 97328, dirty_pages_encrypted 482773
    8/24/12 4:47:30.000 PM kernel[0]: hibernate_write_image done(0)
    8/24/12 4:47:30.000 PM kernel[0]: sleep
    8/24/12 4:50:30.630 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7ff1da647b10(2000), shield 0x7ff1da642bc0(2001), lock state 3
    8/24/12 4:50:30.631 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/24/12 4:50:30.000 PM kernel[0]: Wake reason: EC LID0
    8/24/12 4:50:30.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=2 stateNumber=3
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateWillChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000320
    8/24/12 4:50:30.000 PM kernel[0]: HID tickle 78 ms
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=2 stateNumber=3
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateDidChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 4:50:30.000 PM kernel[0]: Previous Sleep Cause: 5
    8/24/12 4:50:30.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/24/12 4:50:30.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/24/12 4:50:30.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 4:50:30.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/24/12 4:50:30.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 4:50:30.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 4:50:31.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/24/12 4:50:31.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 4:50:31.161 PM configd[16]: network changed: v4(en1-:192.168.0.180) DNS- Proxy- SMB
    8/24/12 4:50:31.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:b0:b7:1a:9f  MAC AUTH succeeded
    8/24/12 4:50:31.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/24/12 4:50:31.000 PM kernel[0]: AirPort: Link Up on en1
    8/24/12 4:50:31.000 PM kernel[0]: en1: BSSID changed to 00:22:b0:b7:1a:9f
    8/24/12 4:50:31.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 4:50:31.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/24/12 4:50:33.206 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:33.206 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:36.371 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:36.372 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:38.080 PM configd[16]: network changed: v4(en1+:192.168.0.180) DNS+ Proxy+ SMB
    8/24/12 4:50:38.103 PM UserEventAgent[11]: Captive: en1: Not probing 'grnn5' (protected network)
    8/24/12 4:50:38.158 PM configd[16]: network changed: v4(en1!:192.168.0.180) DNS Proxy SMB
    8/24/12 4:50:46.208 PM airportd[7853]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 4:51:08.422 PM com.apple.backupd-helper[7858]: Not starting Time Machine backup after wake - failed to resolve alias to backup volume.
    8/24/12 4:51:19.776 PM SyncServer[7864]: [0x7fbf3b40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:51:21.569 PM iCalExternalSync[7862]: [0x7fd3d3c0e480] |Miscellaneous|Error| SyncServices precondition failure in [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 4:51:21.570 PM iCalExternalSync[7862]: [ICalExternalSync ]Encountered exception: [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    } withStack: (
              0   iCalExternalSync                    0x0000000100d3aa60 iCalExternalSync + 125536
              1   iCalExternalSync                    0x0000000100d29ac9 iCalExternalSync + 56009
              2   iCalExternalSync                    0x0000000100d39694 iCalExternalSync + 120468
              3   libdyld.dylib                       0x00007fff97a6d7e1 start + 0
              4   ???                                 0x0000000000000007 0x0 + 7
    8/24/12 4:51:21.571 PM iCalExternalSync[7862]: [ICalExternalSync ]NSException name:ISyncInvalidArgumentsException reason:[ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 4:51:21.573 PM SyncServer[7864]: [0x7fbf3b40bdb0] |Server|Warning| lost connection 0x7fbf3b4516f0 to com.apple.iCal
    8/24/12 4:52:10.775 PM prl_naptd[230]: Reloading configuration...
    8/24/12 4:52:10.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 0 -> 1) timed out after 100576 ms
    8/24/12 4:52:10.000 PM kernel[0]: en1: BSSID changed to 00:22:b0:b7:1a:9f
    8/24/12 4:52:10.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000300
    8/24/12 4:52:10.854 PM prl_naptd[230]: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    8/24/12 4:52:10.854 PM prl_naptd[230]: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    8/24/12 4:52:10.885 PM airportd[7865]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 4:52:29.701 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:52:31.353 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:52:40.890 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:52:41.187 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:52:41.276 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc61f130 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.276 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101051870 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.277 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005ece20 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.561 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056bba0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.994 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1003a9610 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:52:42.216 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1033cc1b0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:52:42.216 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1033ab750 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:52.724 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:52:55.289 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:04.299 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:53:04.300 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc61f130 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:53:04.300 PM ath[466]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1005ece20 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:53:04.302 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:53:04.303 PM ath[1217]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:53:06.079 PM Dock[4182]: Unable to open IOHIDSystem (e00002bd)
    8/24/12 4:53:06.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    8/24/12 4:53:31.413 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:34.887 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:36.740 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:43.105 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:00.739 PM com.apple.backupd-helper[7873]: Not starting scheduled Time Machine backup - time machine destination not resolvable.
    8/24/12 4:54:01.743 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:25.028 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:54:28.827 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:45.066 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:46.401 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:51.660 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:59:33.303 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:59:33.654 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:00:45.430 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:00:48.049 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:04:16.313 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:04:16.980 PM WindowServer[157]: CGXDisableUpdate: UI updates were forcibly disabled by application "App Store" for over 1.00 seconds. Server has re-enabled them.
    8/24/12 5:04:17.025 PM WindowServer[157]: reenable_update_for_connection: UI updates were finally reenabled by application "App Store" after 1.05 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/24/12 5:04:25.328 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 5:07:26.099 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 5:07:26.474 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 5:07:26.625 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056a080 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 70, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 5:07:26.625 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc625ab0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 70, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 5:07:26.626 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1012f4760 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 70, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 5:07:27.505 PM ath[1217]: _AMDDeviceAttachedCa

    I don't think you quite understand how Time Machine really works. But then hardly anyone does. Time Machine is intended to be left enabled always whether a backup drive is connected or not. What Time Machine cannot handle properly is a situation where the backup drive loses power for whatever reason. Time Machine treats this, as does the OS, as an improper disconnect of an external drive without being properly ejected. This in turn throws Time Machine a little bit of a loop.
    For you I would suggest not using Time Machine. Instead use a third-party backup utility that you can either schedule or run manually as you wish. They will work with the same drive you have used for Time Machine, but you will need to first erase the Time Machine drive using Disk Utility. Please DO NOT try dragging the Time Machine backups to the Trash.
    Here are some good backup utilities you can try:
    Suggested Backup Software
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Others may be found at MacUpdate. Each one can be used for a trial period. No need to pay for one until you've decided on which one you like best. I, for example, use Carbon Copy Cloner but please don't take that as a recommendation over the others. It's just my preference. All can be operated manually or can be set up to backup on a schedule you determine. Some can even be set up to backup as soon as the backup drive is connected.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.

  • Trouble restoring my iPod Shuffle (error 1418)

    So this is my specification of my iPod:
    http://support.apple.com/specs/ipod/iPod_shuffle.html
    I have a machine of Windows Vista and it is a notebook.
    My iPod worked absolutely well with my machine and my iTunes for some days.
    About a month ago, there was a prompt talking about I need a Windows Update patch installed as removing iPod from a Vista machine eventually hurts the iPod.
    I checked every detail with Microsoft.com, Apple.com as well as Google.com and decided to patch my OS with the given link.
    However the installer said the update did not apply to my system.
    "Ok, then, let's forget it", I thought and just forget about it.
    Just for a few song syncs, I found that there is always some error for the iPod and I have to restore it to get it sync.
    As well as there is some way to update my songs, I don't mind to do extra steps.
    Then, yesterday, I tried the same thing.
    Sync it, ok, can't, then, restore.
    However, it comes out an error 1418.
    Retry, the same.
    Retry again and again, the same again and again.
    Then, I started with Googling. And eventually tried to disconnect it and reconnect it when restoring, which is suggested by this site:
    http://www.javatyger.com/2007/02/solution-to-ipods-evil-1418-error.html
    Then, to Apple support.......
    I tried the iPod Shuffle Restore Tool, sorry, not for Vista.
    Then, I tried to use an old version of iPod updater to restore it, can't.
    Now, I have the following symptoms:
    1. iTunes, Windows explorer, actually everything in my machines can recognize the iPod.
    2. iTunes cannot sync. the content.
    3. iTunes cannot restore the iPod and gives error 1418 when trying to do so.
    4. Windows explorer shows iPod in My Computer, clicking its property, it shows no memory space used nor free.
    5. Cannot format the iPod as treating it like an external storage device. Using right-click->format gives no response while using "format I:" in cmd.exe gives "Error in IOCTL Call".
    6. No trace of the iPod having any memory judging from its property and Disk Management.
    I hope these information could help figuring out the solution and I will be very thankful with anyone's help.

    I have had the same problem with 2 different ipods. I eventually was able to reset one (using the restore utility and Windows XP. When I got back to the main setup screen asking me to name my ipod, i left the autofill box checked. Then when itunes loaded i clicked autofill. Now I have ALL my songs on one ipod but cannot take any songs off it or change playlists.
    If you haven't already, try this link http://docs.info.apple.com/article.html?artnum=304508 and go thru all the instructions on your XP machine, and see if you get to the same point I am at now. If you do, welcome to a whole new world of frustration!!! then maybe we can figure out what to do from there.
    GOOD LUCK!!!

  • Mountain Lion crashes

    Hello,
    After installing Mountain Lion, my iMac keeps restarting during boot sequence.
    I have a 27-inch, late 2009 iMac, 2.66 GHz Intel Core i5,
    4 GB 1067 MHz DDR3, ATI Radeon HD 4850 512 MB.
    It restarts for 2 or 3 times, and after that, everything goes fine.
    I have tried:
    - repairing disk permissions
    - resetting PRAM
    - reinstalling Mountain Lion
    and it didn't work.
    Here are the Console messages, from the last boot. Maybe someone can explain me what should I do?  Thank you.
    8/24/12 8:25:52.000 AM bootlog[0]: BOOT_TIME 1345785952 0
    8/24/12 8:26:08.000 AM kernel[0]: Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    8/24/12 8:26:08.000 AM kernel[0]: vm_page_bootstrap: 880995 free pages and 159389 wired pages
    8/24/12 8:26:08.000 AM kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    8/24/12 8:26:08.000 AM kernel[0]: zone leak detection enabled
    8/24/12 8:26:08.000 AM kernel[0]: standard timeslicing quantum is 10000 us
    8/24/12 8:26:08.000 AM kernel[0]: standard background quantum is 2500 us
    8/24/12 8:26:08.000 AM kernel[0]: mig_table_max_displ = 74
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto kext started!
    8/24/12 8:26:08.000 AM kernel[0]: Running kernel space in FIPS MODE
    8/24/12 8:26:08.000 AM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/24/12 8:26:08.000 AM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/24/12 8:26:03.111 AM com.apple.launchd[1]: *** launchd[1] has started up. ***
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS POST passed!
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    8/24/12 8:26:03.111 AM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    8/24/12 8:26:06.762 AM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    8/24/12 8:26:08.000 AM kernel[0]: calling mpo_policy_init for TMSafetyNet
    8/24/12 8:26:08.000 AM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    8/24/12 8:26:08.000 AM kernel[0]: calling mpo_policy_init for Sandbox
    8/24/12 8:26:08.000 AM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    8/24/12 8:26:08.000 AM kernel[0]: calling mpo_policy_init for Quarantine
    8/24/12 8:26:08.000 AM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    8/24/12 8:26:08.000 AM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    8/24/12 8:26:08.000 AM kernel[0]: The Regents of the University of California. All rights reserved.
    8/24/12 8:26:08.000 AM kernel[0]: MAC Framework successfully initialized
    8/24/12 8:26:08.000 AM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    8/24/12 8:26:08.000 AM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    8/24/12 8:26:08.000 AM kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    8/24/12 8:26:08.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1144
    8/24/12 8:26:08.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    8/24/12 8:26:08.000 AM kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration begin ]
    8/24/12 8:26:08.000 AM kernel[0]: console relocated to 0xf10010000
    8/24/12 8:26:08.000 AM kernel[0]: PCI configuration changed (bridge=4 device=1 cardbus=0)
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration end, bridges 9 devices 21 ]
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration begin ]
    8/24/12 8:26:08.000 AM kernel[0]: PCI configuration changed (bridge=4 device=1 cardbus=0)
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration end, bridges 10 devices 36 ]
    8/24/12 8:26:08.000 AM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    8/24/12 8:26:08.000 AM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    8/24/12 8:26:08.000 AM kernel[0]: rooting via boot-uuid from /chosen: C10719E6-1871-367D-920A-BC1604C36CBB
    8/24/12 8:26:08.000 AM 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>
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    8/24/12 8:26:08.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    8/24/12 8:26:08.000 AM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID d49a20fffecdcd1e; max speed s800.
    8/24/12 8:26:08.000 AM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/WDC WD1001FALS-40U9B0 Media/IOGUIDPartitionScheme/Customer@2
    8/24/12 8:26:08.000 AM kernel[0]: BSD root: disk0s2, major 1, minor 2
    8/24/12 8:26:08.000 AM kernel[0]: jnl: unknown-dev: replay_journal: from: 16103424 to: 6205440 (joffset 0x45f000)
    8/24/12 8:26:08.000 AM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    8/24/12 8:26:08.000 AM kernel[0]: ath_get_caps[4038] rx chainmask mismatch actual 3 sc_chainmak 0
    8/24/12 8:26:08.000 AM kernel[0]: 2.190148: ath_get_caps[4013] tx chainmask mismatch actual 3 sc_chainmak 0
    8/24/12 8:26:08.000 AM kernel[0]: 2.195388: Atheros: mac 128.2 phy 13.0 radio 12.0
    8/24/12 8:26:08.000 AM kernel[0]: 2.195397: Use hw queue 0 for WME_AC_BE traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195403: Use hw queue 1 for WME_AC_BK traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195409: Use hw queue 2 for WME_AC_VI traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195415: Use hw queue 3 for WME_AC_VO traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195421: Use hw queue 8 for CAB traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195427: Use hw queue 9 for beacons
    8/24/12 8:26:08.000 AM kernel[0]: 2.195491: wlan_vap_create : enter. devhandle=0x89e57658, opmode=IEEE80211_M_STA, flags=0x1
    8/24/12 8:26:08.000 AM kernel[0]: 2.195530: wlan_vap_create : exit. devhandle=0x89e57658, opmode=IEEE80211_M_STA, flags=0x1.
    8/24/12 8:26:08.000 AM kernel[0]: 2.195603: start[1012] sc->sc_inuse_cnt is at offset: 203c, sizeof(_sc->sc_ic) is 25f0
    8/24/12 8:26:08.000 AM kernel[0]: jnl: unknown-dev: journal replay done.
    8/24/12 8:26:08.000 AM kernel[0]: Kernel is LP64
    8/24/12 8:26:08.000 AM kernel[0]: hfs: Removed 2 orphaned / unlinked files and 17 directories
    8/24/12 8:26:10.000 AM kernel[0]: BCM5701Enet: Ethernet address 00:23:df:ff:c8:bf
    8/24/12 8:26:10.000 AM kernel[0]: AirPort_AtherosNewma40: Ethernet address 7c:6d:62:77:b5:ae
    8/24/12 8:26:10.000 AM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    8/24/12 8:26:10.000 AM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    8/24/12 8:26:12.016 AM hidd[48]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    8/24/12 8:26:12.207 AM hidd[48]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    8/24/12 8:26:12.645 AM fseventsd[49]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (22002 20 22044)
    8/24/12 8:26:13.940 AM fseventsd[49]: log dir: /.fseventsd getting new uuid: A25DA2D6-8B30-4236-8EE4-AD1F27F63D7D
    8/24/12 8:26:13.000 AM kernel[0]: macx_swapon SUCCESS
    8/24/12 8:26:15.661 AM kdc[45]: label: default
    8/24/12 8:26:15.661 AM kdc[45]:           dbname: od:/Local/Default
    8/24/12 8:26:15.661 AM kdc[45]:           mkey_file: /var/db/krb5kdc/m-key
    8/24/12 8:26:15.661 AM kdc[45]:           acl_file: /var/db/krb5kdc/kadmind.acl
    8/24/12 8:26:15.000 AM kernel[0]: Waiting for DSMOS...
    8/24/12 8:26:16.664 AM mDNSResponder[39]: mDNSResponder mDNSResponder-379.27.1 (Aug  1 2012 20:12:04) starting OSXVers 12
    8/24/12 8:26:16.720 AM com.apple.SecurityServer[21]: Session 100000 created
    8/24/12 8:26:17.039 AM coreservicesd[66]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    8/24/12 8:26:17.112 AM airportd[70]: _processDLILEvent: en1 attached (down)
    8/24/12 8:26:17.000 AM kernel[0]: IOBluetoothUSBDFU::probe
    8/24/12 8:26:17.000 AM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8215 FirmwareVersion - 0x0201
    8/24/12 8:26:17.000 AM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    8/24/12 8:26:17.000 AM kernel[0]: Previous Shutdown Cause: -128
    8/24/12 8:26:17.000 AM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    8/24/12 8:26:17.000 AM kernel[0]: [IOBluetoothHCIController][start] -- completed
    8/24/12 8:26:17.000 AM kernel[0]: ** Device in slot: SLOT--1 **
    8/24/12 8:26:17.000 AM kernel[0]: AtherosNewma40P2PInterface::init name <p2p0> role 1 this 0xffffff802bbff000
    8/24/12 8:26:17.000 AM kernel[0]: AtherosNewma40P2PInterface::init() <p2p> role 1
    8/24/12 8:26:17.000 AM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    8/24/12 8:26:17.000 AM kernel[0]: DSMOS has arrived
    8/24/12 8:26:17.711 AM appleeventsd[54]: main: Starting up
    8/24/12 8:26:18.609 AM configd[16]: setting hostname to "Ovidiu-Juravles-iMac.local"
    8/24/12 8:26:18.000 AM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    8/24/12 8:26:18.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 8:26:18.612 AM configd[16]: network changed.
    8/24/12 8:26:19.679 AM com.apple.SecurityServer[21]: Entering service
    8/24/12 8:26:19.785 AM com.apple.usbmuxd[27]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802b2fec00][BNBMouseDevice::init][75.15] init is complete
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802b2fec00][BNBMouseDevice::handleStart][75.15] returning 1
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802b4e5e00][AppleMultitouchHIDEventDriver::start] entered
    8/24/12 8:26:20.000 AM kernel[0]: 28.515456: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:20.000 AM kernel[0]: 28.515472: switchVap from 1 to 1
    8/24/12 8:26:20.000 AM kernel[0]: 28.534345: performCountryCodeOperation: Not connected, scan in progress[0]
    8/24/12 8:26:20.000 AM kernel[0]: 28.536003: setWOW_PARAMETERS:wowevents = 2(1)
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802ad8a800][AppleMultitouchDevice::start] entered
    8/24/12 8:26:20.451 AM systemkeychain[72]: done file: /var/run/systemkeychaincheck.done
    8/24/12 8:26:20.500 AM kdc[45]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    8/24/12 8:26:20.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,0301,0de1,0300,c1e1,3800]
    8/24/12 8:26:20.819 AM configd[16]: network changed: DNS*
    8/24/12 8:26:21.972 AM mDNSResponder[39]: D2D_IPC: Loaded
    8/24/12 8:26:21.972 AM mDNSResponder[39]: D2DInitialize succeeded
    8/24/12 8:26:23.355 AM kdc[45]: KDC started
    8/24/12 8:26:23.529 AM InternetSharing[46]: objc[46]: Object 0x7fe014900410 of class __NSDictionaryM autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    8/24/12 8:26:23.650 AM com.apple.InternetSharing[46]: *** no interface for service
    8/24/12 8:26:24.154 AM loginwindow[42]: Login Window Application Started
    8/24/12 8:26:24.391 AM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    8/24/12 8:26:24.000 AM kernel[0]: 32.696260: setWOW_PARAMETERS:wowevents = 2(1)
    8/24/12 8:26:25.271 AM locationd[43]: NOTICE,Location icon should now be in state 0
    8/24/12 8:26:25.272 AM locationd[43]: locationd was started after an unclean shutdown
    8/24/12 8:26:25.576 AM apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/24/12 8:26:25.576 AM apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/24/12 8:26:25.834 AM awacsd[58]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    8/24/12 8:26:26.115 AM awacsd[58]: InnerStore CopyAllZones: no info in Dynamic Store
    8/24/12 8:26:28.053 AM digest-service[110]: label: default
    8/24/12 8:26:28.053 AM digest-service[110]:           dbname: od:/Local/Default
    8/24/12 8:26:28.053 AM digest-service[110]:           mkey_file: /var/db/krb5kdc/m-key
    8/24/12 8:26:28.053 AM digest-service[110]:           acl_file: /var/db/krb5kdc/kadmind.acl
    8/24/12 8:26:28.055 AM digest-service[110]: digest-request: uid=0
    8/24/12 8:26:28.392 AM aosnotifyd[107]: bootstrap_look_up failed (44e)
    8/24/12 8:26:28.485 AM locationd[111]: NOTICE,Location icon should now be in state 0
    8/24/12 8:26:28.618 AM netbiosd[82]: Unable to start NetBIOS name service:
    8/24/12 8:26:28.761 AM rpcsvchost[112]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    8/24/12 8:26:28.765 AM digest-service[110]: digest-request: init request
    8/24/12 8:26:28.817 AM digest-service[110]: digest-request: init return domain: BUILTIN server: OVIDIU-JURAVLES-IMAC
    8/24/12 8:26:28.994 AM sudo[121]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    8/24/12 8:26:35.578 AM apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/24/12 8:26:40.031 AM mds[38]: (Normal) FMW: FMW 0 0
    8/24/12 8:26:40.365 AM WindowServer[104]: Server is starting up
    8/24/12 8:26:41.117 AM awacsd[58]: Exiting
    8/24/12 8:26:42.088 AM WindowServer[104]: Session 256 retained (2 references)
    8/24/12 8:26:42.088 AM WindowServer[104]: Session 256 released (1 references)
    8/24/12 8:26:42.109 AM Nalpeirond6b[124]: /Library/StartupItems/ProTec6b/Nalpeirond6b: daemon has successfully started
    8/24/12 8:26:44.640 AM WindowServer[104]: Session 256 retained (2 references)
    8/24/12 8:26:44.656 AM WindowServer[104]: init_page_flip: page flip mode is on
    8/24/12 8:26:45.161 AM configd[16]: subnet_route: write routing socket failed, Network is unreachable
    8/24/12 8:26:46.162 AM WindowServer[104]: mux_initialize: Couldn't find any matches
    8/24/12 8:26:46.211 AM WindowServer[104]: GLCompositor enabled for tile size [256 x 256]
    8/24/12 8:26:46.211 AM WindowServer[104]: CGXGLInitMipMap: mip map mode is on
    8/24/12 8:26:46.255 AM WindowServer[104]: WSMachineUsesNewStyleMirroring: false
    8/24/12 8:26:46.255 AM WindowServer[104]: Display 0x04272d40: GL mask 0x1; bounds (0, 0)[2560 x 1440], 36 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cb5, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cb50000000004272d40
    8/24/12 8:26:46.256 AM WindowServer[104]: 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 0xffffffffffffffffffffffff003f003d
    8/24/12 8:26:46.271 AM WindowServer[104]: Created shield window 0x5 for display 0x04272d40
    8/24/12 8:26:46.271 AM WindowServer[104]: Created shield window 0x6 for display 0x003f003d
    8/24/12 8:26:46.276 AM WindowServer[104]: Display 0x04272d40: GL mask 0x1; bounds (0, 0)[2560 x 1440], 36 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cb5, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cb50000000004272d40
    8/24/12 8:26:46.276 AM WindowServer[104]: Display 0x003f003d: GL mask 0x2; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    8/24/12 8:26:46.276 AM WindowServer[104]: CGXPerformInitialDisplayConfiguration
    8/24/12 8:26:46.276 AM WindowServer[104]:   Display 0x04272d40: MappedDisplay Unit 0; Vendor 0x610 Model 0x9cb5 S/N 0 Dimensions 23.50 x 13.23; online enabled built-in, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    8/24/12 8:26:46.276 AM WindowServer[104]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    8/24/12 8:26:46.762 AM WindowServer[104]: GLCompositor: GL renderer id 0x01021a07, GL mask 0x00000003, accelerator 0x00003b5b, unit 0, caps QEX|QGL|MIPMAP, vram 512 MB
    8/24/12 8:26:46.762 AM WindowServer[104]: GLCompositor: GL renderer id 0x01021a07, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/24/12 8:26:46.784 AM loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    8/24/12 8:26:46.785 AM configd[16]: network changed: v4(en0+:169.254.243.128) DNS+ Proxy+ SMB
    8/24/12 8:26:47.000 AM kernel[0]: 55.660489: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:47.000 AM kernel[0]: 55.660499: switchVap from 1 to 1
    8/24/12 8:26:47.000 AM kernel[0]: 55.661553: performCountryCodeOperation: Not connected, scan in progress[0]
    8/24/12 8:26:47.000 AM kernel[0]: 55.679951: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:47.000 AM kernel[0]: 55.679959: switchVap from 1 to 1
    8/24/12 8:26:47.000 AM kernel[0]: 55.681094: performCountryCodeOperation: Not connected, scan in progress[0]
    8/24/12 8:26:47.000 AM kernel[0]: 55.682352: Invoking setHOST_AP_MODE
    8/24/12 8:26:47.000 AM kernel[0]: 55.682355: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:47.000 AM kernel[0]: 55.682359: switchVap from 1 to 6
    8/24/12 8:26:47.000 AM kernel[0]: 55.689643: ath_reset: unable to reset hardware; hal status 12
    8/24/12 8:26:47.000 AM kernel[0]: 55.693761: ath_halchan2mode: cannot map channel to mode; freq 0 flags 0x0
    8/24/12 8:26:47.000 AM kernel[0]: 55.696816: osif_com_vap_event_handler vap delete event
    8/24/12 8:26:47.000 AM kernel[0]: 55.696824: deleteVap ****SYNC VAP DELETE SUCCESS 
    8/24/12 8:26:47.000 AM kernel[0]: AirPort: Link Up on en1
    8/24/12 8:26:47.000 AM kernel[0]: en1: BSSID changed to 7c:6d:62:77:b5:ae
    8/24/12 8:26:47.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 8:26:47.495 AM com.apple.InternetSharing[46]: InternetSharing: com.apple.InternetSharing.broadcast-0 has been started
    8/24/12 8:26:47.496 AM com.apple.InternetSharing[46]: BCAST is ready [en0, mtu=1500, 2 DNS server(s), 0 DNSv6 server(s)]
    8/24/12 8:26:47.496 AM com.apple.InternetSharing[46]: removed addr=fe80::7e6d:62ff:fe77:b5ae on en1
    8/24/12 8:26:47.497 AM com.apple.InternetSharing[46]: added addr=192.168.2.1 mask=255.255.255.0 on bridge0
    8/24/12 8:26:47.000 AM kernel[0]: en1: promiscuous mode enable succeeded
    8/24/12 8:26:47.000 AM kernel[0]: bridge_attach_protocol: en1
    8/24/12 8:26:47.591 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-0 started: [DNS subnet=192.168.2/24 on bridge0]
    8/24/12 8:26:47.591 AM com.apple.InternetSharing[46]:   dns[0]: 78.96.7.88
    8/24/12 8:26:47.591 AM com.apple.InternetSharing[46]:   dns[1]: 95.77.94.88
    8/24/12 8:26:47.785 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-0 started: [DHCP subnet=192.168.2/24 on bridge0 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    8/24/12 8:26:47.785 AM com.apple.InternetSharing[46]:   dns[0]: 192.168.2.1
    8/24/12 8:26:47.837 AM com.apple.InternetSharing[46]: started "natpmpd"
    8/24/12 8:26:47.973 AM named[142]: starting BIND 9.8.1-P1 -c /etc/com.apple.named.proxy.conf -f
    8/24/12 8:26:47.974 AM named[142]: built with '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--enable-atomic=no' '--with-openssl=yes' '--with-gssapi=yes' '--enable-symtable=none' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc' 'CFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -gdwarf-2 ' 'LDFLAGS=-arch i386 -arch x86_64 -framework IOKit -framework CoreFoundation' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/ usr/bin/c++' 'CXXFLAGS=-arch i386 -arch x86_64 -g -Os -pipe '
    8/24/12 8:26:48.032 AM configd[16]: setting hostname to "ovidiu-juravles-imac.local"
    8/24/12 8:26:48.270 AM named[142]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:26:48.272 AM WindowServer[104]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/24/12 8:26:48.274 AM named[142]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
    8/24/12 8:26:48.274 AM named[142]: running
    8/24/12 8:26:48.637 AM WindowServer[104]: Created shield window 0x7 for display 0x04272d40
    8/24/12 8:26:48.637 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:26:48.637 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:26:48.650 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:26:48.657 AM launchctl[146]: com.apple.findmymacmessenger: Already loaded
    8/24/12 8:26:48.780 AM com.apple.SecurityServer[21]: Session 100004 created
    8/24/12 8:26:49.340 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:26:49.340 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:26:49.960 AM configd[16]: network changed: v4(en0!:95.76.150.153) DNS* Proxy SMB
    8/24/12 8:26:49.962 AM com.apple.InternetSharing[46]: InternetSharing: com.apple.InternetSharing.broadcast-0 (idle) has been stopped
    8/24/12 8:26:49.000 AM kernel[0]: en1: promiscuous mode disable succeeded
    8/24/12 8:26:49.000 AM kernel[0]: bridge_detach_protocol: en1
    8/24/12 8:26:49.000 AM kernel[0]: bridge_iff_detached: en1
    8/24/12 8:26:49.000 AM kernel[0]: bridge_ifdetach: en1
    8/24/12 8:26:49.969 AM named[142]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:26:49.972 AM com.apple.InternetSharing[46]: InternetSharing: com.apple.InternetSharing.broadcast-1 has been started
    8/24/12 8:26:49.974 AM com.apple.InternetSharing[46]: BCAST is ready [en0, mtu=1500, 4 DNS server(s), 0 DNSv6 server(s)]
    8/24/12 8:26:49.974 AM com.apple.InternetSharing[46]: added addr=192.168.2.1 mask=255.255.255.0 on bridge0
    8/24/12 8:26:49.000 AM kernel[0]: bridge0: attached with 1 suspended link-layer multicast membership(s)
    8/24/12 8:26:49.000 AM kernel[0]: en1: promiscuous mode enable succeeded
    8/24/12 8:26:49.000 AM kernel[0]: bridge_attach_protocol: en1
    8/24/12 8:26:49.000 AM kernel[0]: bridge0: successfully restored 1 suspended link-layer multicast membership(s) (err=0)
    8/24/12 8:26:49.999 AM configd[16]: setting hostname to "Ovidiu-Juravles-iMac.local"
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-1 started: [DNS subnet=192.168.2/24 on bridge0]
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]:   dns[0]: 78.96.7.88
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]:   dns[1]: 95.77.94.88
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]:   dns[2]: 78.96.7.88
    8/24/12 8:26:50.082 AM com.apple.InternetSharing[46]:   dns[3]: 95.77.94.88
    8/24/12 8:26:50.087 AM named[156]: starting BIND 9.8.1-P1 -c /etc/com.apple.named.proxy.conf -f
    8/24/12 8:26:50.087 AM named[156]: built with '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--enable-atomic=no' '--with-openssl=yes' '--with-gssapi=yes' '--enable-symtable=none' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc' 'CFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -gdwarf-2 ' 'LDFLAGS=-arch i386 -arch x86_64 -framework IOKit -framework CoreFoundation' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/ usr/bin/c++' 'CXXFLAGS=-arch i386 -arch x86_64 -g -Os -pipe '
    8/24/12 8:26:50.104 AM netbiosd[82]: network address or mask changed for en0
    8/24/12 8:26:50.183 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-1 started: [DHCP subnet=192.168.2/24 on bridge0 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    8/24/12 8:26:50.183 AM com.apple.InternetSharing[46]:   dns[0]: 192.168.2.1
    8/24/12 8:26:50.184 AM com.apple.InternetSharing[46]: started "natpmpd"
    8/24/12 8:26:50.384 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:26:50.387 AM named[156]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
    8/24/12 8:26:50.387 AM named[156]: running
    8/24/12 8:26:51.545 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:26:51.546 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:26:51.613 AM BezelServices 235.55[42]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    8/24/12 8:26:51.843 AM mDNSResponderHelper[153]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 8:26:52.381 AM loginwindow[42]: Login Window Started Security Agent
    8/24/12 8:26:53.317 AM SecurityAgent[163]: This is the first run
    8/24/12 8:26:53.317 AM SecurityAgent[163]: MacBuddy was run = 0
    8/24/12 8:26:53.338 AM SecurityAgent[163]: User info context values set for ovidiujuravle
    8/24/12 8:26:55.785 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:26:55.785 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:26:57.418 AM loginwindow[42]: Login Window - Returned from Security Agent
    8/24/12 8:26:57.553 AM loginwindow[42]: USER_PROCESS: 42 console
    8/24/12 8:26:58.096 AM coreaudiod[155]: 2012-08-24 08:26:58.095770 AM [AirPlay] Started browsing for _airplay._tcp.
    8/24/12 8:26:58.097 AM coreaudiod[155]: 2012-08-24 08:26:58.096586 AM [AirPlay] Started browsing for _raop._tcp.
    8/24/12 8:26:59.306 AM launchctl[168]: launchctl: Dubious file. Not of type .plist (skipping): /Users/ovidiujuravle/Library/LaunchAgents/<Application>
    8/24/12 8:26:59.475 AM com.apple.launchd.peruser.501[166]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    8/24/12 8:26:59.477 AM com.apple.launchd.peruser.501[166]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    8/24/12 8:26:59.480 AM loginwindow[42]: Connection with distnoted server was invalidated
    8/24/12 8:26:59.506 AM distnoted[169]: # distnote server agent  absolute time: 67.815076190   civil time: Fri Aug 24 08:26:59 2012   pid: 169 uid: 501  root: no
    8/24/12 8:27:00.012 AM coreservicesd[66]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=109
    8/24/12 8:27:00.061 AM com.apple.launchd[1]: (com.wacom.pentablet[152]) Exited with code: 255
    8/24/12 8:27:00.548 AM WindowServer[104]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/24/12 8:27:01.123 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:27:01.932 AM com.apple.SecurityServer[21]: Session 100005 created
    8/24/12 8:27:02.261 AM coreservicesd[66]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationLaunch to notificationID=120
    8/24/12 8:27:04.539 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:27:04.539 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:27:05.803 AM WindowServer[104]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    8/24/12 8:27:06.143 AM configd[16]: set_arp_linklocal(en1) SIOCARPIPLL 1 failed, Resource busy
    8/24/12 8:27:06.146 AM configd[16]: network changed: v4(en0:95.76.150.153, en1+:169.254.194.20) DNS Proxy SMB
    8/24/12 8:27:06.147 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:27:06.156 AM UserEventAgent[11]: Captive: Online (HostAP mode)
    8/24/12 8:27:06.158 AM configd[16]: network changed: v4(en0:95.76.150.153, en1) DNS Proxy SMB
    8/24/12 8:27:06.308 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:27:06.325 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:27:07.220 AM NetworkBrowserAgent[192]: Starting NetworkBrowserAgent
    8/24/12 8:27:10.166 AM mDNSResponderHelper[193]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 8:27:12.131 AM WindowServer[104]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 7.33 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/24/12 8:27:17.965 AM com.apple.launchd.peruser.501[166]: (com.apple.afpstat-qfa[210]) Exited with code: 2
    8/24/12 8:27:17.965 AM com.apple.launchd.peruser.501[166]: (com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109[215]) Exited with code: 2
    8/24/12 8:27:19.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=212[GoogleSoftwareUp] clearing CS_VALID
    8/24/12 8:27:20.930 AM coreservicesd[66]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=129
    8/24/12 8:27:26.371 AM blued[57]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    8/24/12 8:27:29.883 AM TabletDriver[211]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    8/24/12 8:27:34.505 AM TabletDriver[211]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    8/24/12 8:27:36.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=241[ksadmin] clearing CS_VALID
    8/24/12 8:27:39.401 AM GoogleSoftwareUpdateDaemon[243]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    8/24/12 8:27:39.476 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    8/24/12 8:27:39.480 AM GoogleSoftwareUpdateDaemon[243]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    8/24/12 8:27:39.846 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x229390
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x226850 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-03-18 05:43:56
              >
    Using server: <KSOmahaServer:0x22c720
              engine=<KSDaemonUpdateEngine:0x1817800>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2012-08-23 22:59:24 +0000;
                                            LastActivePingDate = 2012-08-23 07:01:56 +0000;
                                            LastRollCallPingDate = 2012-08-23 07:01:56 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-23 07:01:59 +0000;
                                            LastActiveDate = 2012-08-24 05:27:36 +0000;
                                            LastActivePingDate = 2012-08-23 07:01:59 +0000;
                                  "com.Google.GoogleEarthPlugin.intel" = {
                                            LastRollCallPingDate = 2012-08-23 07:01:56 +0000;
                                  "com.google.GmailNotifier" = {
                                            LastActivePingDate = 2012-08-23 07:01:56 +0000;
                                            LastActiveDate = 2012-08-23 23:04:35 +0000;
                                            LastRollCallPingDate = 2012-08-23 07:01:56 +0000;
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-23 07:01:55 +0000;
                                            LastActiveDate = 2012-06-10 20:05:33 +0000;
                                            LastActivePingDate = 2012-07-22 07:01:55 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.1_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/24/12 8:27:40.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=244[ksadmin] clearing CS_VALID
    8/24/12 8:27:40.197 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x231820
              server=<KSOmahaServer:0x22c720>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=1
              activeTickets=0
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.1_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="524" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/24/12 8:27:44.148 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x229170
              server=<KSOmahaServer:0x22c720>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=1
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                            <daystart elapsed_seconds="80748"></daystart>
                            <app appid="com.google.Keystone" status="ok">
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                        </gupdate>
    >
    8/24/12 8:27:44.959 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    8/24/12 8:27:45.182 AM GoogleSoftwareUpdateDaemon[243]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    8/24/12 8:27:45.183 AM GoogleSoftwareUpdateDaemon[243]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    8/24/12 8:27:45.184 AM GoogleSoftwareUpdateDaemon[243]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    8/24/12 8:27:45.187 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    8/24/12 8:27:45.389 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    8/24/12 8:27:45.391 AM GoogleSoftwareUpdateDaemon[243]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    8/24/12 8:27:45.947 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x22ccf0
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x22bed0 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-03-18 05:43:56
              >,
              <KSTicket:0x231320
                        productID=com.google.talkplugin
                        version=3.5.1.8982
                        xc=<KSPathExistenceChecker:0x229320 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2012-07-22 17:52:04
              >
    Using server: <KSOmahaServer:0x22a7a0
              engine=<KSDaemonUpdateEngine:0x1817800>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2012-08-23 22:59:24 +0000;
                                            LastActivePingDate = 2012-08-23 07:01:56 +0000;
                                            LastRollCallPingDate = 201

    Hello,
    After installing Mountain Lion, my iMac keeps restarting during boot sequence.
    I have a 27-inch, late 2009 iMac, 2.66 GHz Intel Core i5,
    4 GB 1067 MHz DDR3, ATI Radeon HD 4850 512 MB.
    It restarts for 2 or 3 times, and after that, everything goes fine.
    I have tried:
    - repairing disk permissions
    - resetting PRAM
    - reinstalling Mountain Lion
    and it didn't work.
    Here are the Console messages, from the last boot. Maybe someone can explain me what should I do?  Thank you.
    8/24/12 8:25:52.000 AM bootlog[0]: BOOT_TIME 1345785952 0
    8/24/12 8:26:08.000 AM kernel[0]: Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    8/24/12 8:26:08.000 AM kernel[0]: vm_page_bootstrap: 880995 free pages and 159389 wired pages
    8/24/12 8:26:08.000 AM kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    8/24/12 8:26:08.000 AM kernel[0]: zone leak detection enabled
    8/24/12 8:26:08.000 AM kernel[0]: standard timeslicing quantum is 10000 us
    8/24/12 8:26:08.000 AM kernel[0]: standard background quantum is 2500 us
    8/24/12 8:26:08.000 AM kernel[0]: mig_table_max_displ = 74
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto kext started!
    8/24/12 8:26:08.000 AM kernel[0]: Running kernel space in FIPS MODE
    8/24/12 8:26:08.000 AM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/24/12 8:26:08.000 AM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/24/12 8:26:03.111 AM com.apple.launchd[1]: *** launchd[1] has started up. ***
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    8/24/12 8:26:08.000 AM kernel[0]: corecrypto.kext FIPS POST passed!
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    8/24/12 8:26:03.111 AM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    8/24/12 8:26:06.762 AM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    8/24/12 8:26:08.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    8/24/12 8:26:08.000 AM kernel[0]: calling mpo_policy_init for TMSafetyNet
    8/24/12 8:26:08.000 AM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    8/24/12 8:26:08.000 AM kernel[0]: calling mpo_policy_init for Sandbox
    8/24/12 8:26:08.000 AM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    8/24/12 8:26:08.000 AM kernel[0]: calling mpo_policy_init for Quarantine
    8/24/12 8:26:08.000 AM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    8/24/12 8:26:08.000 AM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    8/24/12 8:26:08.000 AM kernel[0]: The Regents of the University of California. All rights reserved.
    8/24/12 8:26:08.000 AM kernel[0]: MAC Framework successfully initialized
    8/24/12 8:26:08.000 AM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    8/24/12 8:26:08.000 AM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    8/24/12 8:26:08.000 AM kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    8/24/12 8:26:08.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1144
    8/24/12 8:26:08.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    8/24/12 8:26:08.000 AM kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration begin ]
    8/24/12 8:26:08.000 AM kernel[0]: console relocated to 0xf10010000
    8/24/12 8:26:08.000 AM kernel[0]: PCI configuration changed (bridge=4 device=1 cardbus=0)
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration end, bridges 9 devices 21 ]
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration begin ]
    8/24/12 8:26:08.000 AM kernel[0]: PCI configuration changed (bridge=4 device=1 cardbus=0)
    8/24/12 8:26:08.000 AM kernel[0]: [ PCI configuration end, bridges 10 devices 36 ]
    8/24/12 8:26:08.000 AM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    8/24/12 8:26:08.000 AM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    8/24/12 8:26:08.000 AM kernel[0]: rooting via boot-uuid from /chosen: C10719E6-1871-367D-920A-BC1604C36CBB
    8/24/12 8:26:08.000 AM 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>
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    8/24/12 8:26:08.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    8/24/12 8:26:08.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    8/24/12 8:26:08.000 AM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID d49a20fffecdcd1e; max speed s800.
    8/24/12 8:26:08.000 AM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/WDC WD1001FALS-40U9B0 Media/IOGUIDPartitionScheme/Customer@2
    8/24/12 8:26:08.000 AM kernel[0]: BSD root: disk0s2, major 1, minor 2
    8/24/12 8:26:08.000 AM kernel[0]: jnl: unknown-dev: replay_journal: from: 16103424 to: 6205440 (joffset 0x45f000)
    8/24/12 8:26:08.000 AM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    8/24/12 8:26:08.000 AM kernel[0]: ath_get_caps[4038] rx chainmask mismatch actual 3 sc_chainmak 0
    8/24/12 8:26:08.000 AM kernel[0]: 2.190148: ath_get_caps[4013] tx chainmask mismatch actual 3 sc_chainmak 0
    8/24/12 8:26:08.000 AM kernel[0]: 2.195388: Atheros: mac 128.2 phy 13.0 radio 12.0
    8/24/12 8:26:08.000 AM kernel[0]: 2.195397: Use hw queue 0 for WME_AC_BE traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195403: Use hw queue 1 for WME_AC_BK traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195409: Use hw queue 2 for WME_AC_VI traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195415: Use hw queue 3 for WME_AC_VO traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195421: Use hw queue 8 for CAB traffic
    8/24/12 8:26:08.000 AM kernel[0]: 2.195427: Use hw queue 9 for beacons
    8/24/12 8:26:08.000 AM kernel[0]: 2.195491: wlan_vap_create : enter. devhandle=0x89e57658, opmode=IEEE80211_M_STA, flags=0x1
    8/24/12 8:26:08.000 AM kernel[0]: 2.195530: wlan_vap_create : exit. devhandle=0x89e57658, opmode=IEEE80211_M_STA, flags=0x1.
    8/24/12 8:26:08.000 AM kernel[0]: 2.195603: start[1012] sc->sc_inuse_cnt is at offset: 203c, sizeof(_sc->sc_ic) is 25f0
    8/24/12 8:26:08.000 AM kernel[0]: jnl: unknown-dev: journal replay done.
    8/24/12 8:26:08.000 AM kernel[0]: Kernel is LP64
    8/24/12 8:26:08.000 AM kernel[0]: hfs: Removed 2 orphaned / unlinked files and 17 directories
    8/24/12 8:26:10.000 AM kernel[0]: BCM5701Enet: Ethernet address 00:23:df:ff:c8:bf
    8/24/12 8:26:10.000 AM kernel[0]: AirPort_AtherosNewma40: Ethernet address 7c:6d:62:77:b5:ae
    8/24/12 8:26:10.000 AM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    8/24/12 8:26:10.000 AM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    8/24/12 8:26:12.016 AM hidd[48]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    8/24/12 8:26:12.207 AM hidd[48]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    8/24/12 8:26:12.645 AM fseventsd[49]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (22002 20 22044)
    8/24/12 8:26:13.940 AM fseventsd[49]: log dir: /.fseventsd getting new uuid: A25DA2D6-8B30-4236-8EE4-AD1F27F63D7D
    8/24/12 8:26:13.000 AM kernel[0]: macx_swapon SUCCESS
    8/24/12 8:26:15.661 AM kdc[45]: label: default
    8/24/12 8:26:15.661 AM kdc[45]:           dbname: od:/Local/Default
    8/24/12 8:26:15.661 AM kdc[45]:           mkey_file: /var/db/krb5kdc/m-key
    8/24/12 8:26:15.661 AM kdc[45]:           acl_file: /var/db/krb5kdc/kadmind.acl
    8/24/12 8:26:15.000 AM kernel[0]: Waiting for DSMOS...
    8/24/12 8:26:16.664 AM mDNSResponder[39]: mDNSResponder mDNSResponder-379.27.1 (Aug  1 2012 20:12:04) starting OSXVers 12
    8/24/12 8:26:16.720 AM com.apple.SecurityServer[21]: Session 100000 created
    8/24/12 8:26:17.039 AM coreservicesd[66]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    8/24/12 8:26:17.112 AM airportd[70]: _processDLILEvent: en1 attached (down)
    8/24/12 8:26:17.000 AM kernel[0]: IOBluetoothUSBDFU::probe
    8/24/12 8:26:17.000 AM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8215 FirmwareVersion - 0x0201
    8/24/12 8:26:17.000 AM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    8/24/12 8:26:17.000 AM kernel[0]: Previous Shutdown Cause: -128
    8/24/12 8:26:17.000 AM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    8/24/12 8:26:17.000 AM kernel[0]: [IOBluetoothHCIController][start] -- completed
    8/24/12 8:26:17.000 AM kernel[0]: ** Device in slot: SLOT--1 **
    8/24/12 8:26:17.000 AM kernel[0]: AtherosNewma40P2PInterface::init name <p2p0> role 1 this 0xffffff802bbff000
    8/24/12 8:26:17.000 AM kernel[0]: AtherosNewma40P2PInterface::init() <p2p> role 1
    8/24/12 8:26:17.000 AM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    8/24/12 8:26:17.000 AM kernel[0]: DSMOS has arrived
    8/24/12 8:26:17.711 AM appleeventsd[54]: main: Starting up
    8/24/12 8:26:18.609 AM configd[16]: setting hostname to "Ovidiu-Juravles-iMac.local"
    8/24/12 8:26:18.000 AM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    8/24/12 8:26:18.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 8:26:18.612 AM configd[16]: network changed.
    8/24/12 8:26:19.679 AM com.apple.SecurityServer[21]: Entering service
    8/24/12 8:26:19.785 AM com.apple.usbmuxd[27]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802b2fec00][BNBMouseDevice::init][75.15] init is complete
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802b2fec00][BNBMouseDevice::handleStart][75.15] returning 1
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802b4e5e00][AppleMultitouchHIDEventDriver::start] entered
    8/24/12 8:26:20.000 AM kernel[0]: 28.515456: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:20.000 AM kernel[0]: 28.515472: switchVap from 1 to 1
    8/24/12 8:26:20.000 AM kernel[0]: 28.534345: performCountryCodeOperation: Not connected, scan in progress[0]
    8/24/12 8:26:20.000 AM kernel[0]: 28.536003: setWOW_PARAMETERS:wowevents = 2(1)
    8/24/12 8:26:20.000 AM kernel[0]: [ffffff802ad8a800][AppleMultitouchDevice::start] entered
    8/24/12 8:26:20.451 AM systemkeychain[72]: done file: /var/run/systemkeychaincheck.done
    8/24/12 8:26:20.500 AM kdc[45]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    8/24/12 8:26:20.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,0301,0de1,0300,c1e1,3800]
    8/24/12 8:26:20.819 AM configd[16]: network changed: DNS*
    8/24/12 8:26:21.972 AM mDNSResponder[39]: D2D_IPC: Loaded
    8/24/12 8:26:21.972 AM mDNSResponder[39]: D2DInitialize succeeded
    8/24/12 8:26:23.355 AM kdc[45]: KDC started
    8/24/12 8:26:23.529 AM InternetSharing[46]: objc[46]: Object 0x7fe014900410 of class __NSDictionaryM autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    8/24/12 8:26:23.650 AM com.apple.InternetSharing[46]: *** no interface for service
    8/24/12 8:26:24.154 AM loginwindow[42]: Login Window Application Started
    8/24/12 8:26:24.391 AM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    8/24/12 8:26:24.000 AM kernel[0]: 32.696260: setWOW_PARAMETERS:wowevents = 2(1)
    8/24/12 8:26:25.271 AM locationd[43]: NOTICE,Location icon should now be in state 0
    8/24/12 8:26:25.272 AM locationd[43]: locationd was started after an unclean shutdown
    8/24/12 8:26:25.576 AM apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/24/12 8:26:25.576 AM apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/24/12 8:26:25.834 AM awacsd[58]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    8/24/12 8:26:26.115 AM awacsd[58]: InnerStore CopyAllZones: no info in Dynamic Store
    8/24/12 8:26:28.053 AM digest-service[110]: label: default
    8/24/12 8:26:28.053 AM digest-service[110]:           dbname: od:/Local/Default
    8/24/12 8:26:28.053 AM digest-service[110]:           mkey_file: /var/db/krb5kdc/m-key
    8/24/12 8:26:28.053 AM digest-service[110]:           acl_file: /var/db/krb5kdc/kadmind.acl
    8/24/12 8:26:28.055 AM digest-service[110]: digest-request: uid=0
    8/24/12 8:26:28.392 AM aosnotifyd[107]: bootstrap_look_up failed (44e)
    8/24/12 8:26:28.485 AM locationd[111]: NOTICE,Location icon should now be in state 0
    8/24/12 8:26:28.618 AM netbiosd[82]: Unable to start NetBIOS name service:
    8/24/12 8:26:28.761 AM rpcsvchost[112]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    8/24/12 8:26:28.765 AM digest-service[110]: digest-request: init request
    8/24/12 8:26:28.817 AM digest-service[110]: digest-request: init return domain: BUILTIN server: OVIDIU-JURAVLES-IMAC
    8/24/12 8:26:28.994 AM sudo[121]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    8/24/12 8:26:35.578 AM apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/24/12 8:26:40.031 AM mds[38]: (Normal) FMW: FMW 0 0
    8/24/12 8:26:40.365 AM WindowServer[104]: Server is starting up
    8/24/12 8:26:41.117 AM awacsd[58]: Exiting
    8/24/12 8:26:42.088 AM WindowServer[104]: Session 256 retained (2 references)
    8/24/12 8:26:42.088 AM WindowServer[104]: Session 256 released (1 references)
    8/24/12 8:26:42.109 AM Nalpeirond6b[124]: /Library/StartupItems/ProTec6b/Nalpeirond6b: daemon has successfully started
    8/24/12 8:26:44.640 AM WindowServer[104]: Session 256 retained (2 references)
    8/24/12 8:26:44.656 AM WindowServer[104]: init_page_flip: page flip mode is on
    8/24/12 8:26:45.161 AM configd[16]: subnet_route: write routing socket failed, Network is unreachable
    8/24/12 8:26:46.162 AM WindowServer[104]: mux_initialize: Couldn't find any matches
    8/24/12 8:26:46.211 AM WindowServer[104]: GLCompositor enabled for tile size [256 x 256]
    8/24/12 8:26:46.211 AM WindowServer[104]: CGXGLInitMipMap: mip map mode is on
    8/24/12 8:26:46.255 AM WindowServer[104]: WSMachineUsesNewStyleMirroring: false
    8/24/12 8:26:46.255 AM WindowServer[104]: Display 0x04272d40: GL mask 0x1; bounds (0, 0)[2560 x 1440], 36 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cb5, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cb50000000004272d40
    8/24/12 8:26:46.256 AM WindowServer[104]: 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 0xffffffffffffffffffffffff003f003d
    8/24/12 8:26:46.271 AM WindowServer[104]: Created shield window 0x5 for display 0x04272d40
    8/24/12 8:26:46.271 AM WindowServer[104]: Created shield window 0x6 for display 0x003f003d
    8/24/12 8:26:46.276 AM WindowServer[104]: Display 0x04272d40: GL mask 0x1; bounds (0, 0)[2560 x 1440], 36 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cb5, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cb50000000004272d40
    8/24/12 8:26:46.276 AM WindowServer[104]: Display 0x003f003d: GL mask 0x2; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    8/24/12 8:26:46.276 AM WindowServer[104]: CGXPerformInitialDisplayConfiguration
    8/24/12 8:26:46.276 AM WindowServer[104]:   Display 0x04272d40: MappedDisplay Unit 0; Vendor 0x610 Model 0x9cb5 S/N 0 Dimensions 23.50 x 13.23; online enabled built-in, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    8/24/12 8:26:46.276 AM WindowServer[104]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    8/24/12 8:26:46.762 AM WindowServer[104]: GLCompositor: GL renderer id 0x01021a07, GL mask 0x00000003, accelerator 0x00003b5b, unit 0, caps QEX|QGL|MIPMAP, vram 512 MB
    8/24/12 8:26:46.762 AM WindowServer[104]: GLCompositor: GL renderer id 0x01021a07, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/24/12 8:26:46.784 AM loginwindow[42]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    8/24/12 8:26:46.785 AM configd[16]: network changed: v4(en0+:169.254.243.128) DNS+ Proxy+ SMB
    8/24/12 8:26:47.000 AM kernel[0]: 55.660489: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:47.000 AM kernel[0]: 55.660499: switchVap from 1 to 1
    8/24/12 8:26:47.000 AM kernel[0]: 55.661553: performCountryCodeOperation: Not connected, scan in progress[0]
    8/24/12 8:26:47.000 AM kernel[0]: 55.679951: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:47.000 AM kernel[0]: 55.679959: switchVap from 1 to 1
    8/24/12 8:26:47.000 AM kernel[0]: 55.681094: performCountryCodeOperation: Not connected, scan in progress[0]
    8/24/12 8:26:47.000 AM kernel[0]: 55.682352: Invoking setHOST_AP_MODE
    8/24/12 8:26:47.000 AM kernel[0]: 55.682355: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    8/24/12 8:26:47.000 AM kernel[0]: 55.682359: switchVap from 1 to 6
    8/24/12 8:26:47.000 AM kernel[0]: 55.689643: ath_reset: unable to reset hardware; hal status 12
    8/24/12 8:26:47.000 AM kernel[0]: 55.693761: ath_halchan2mode: cannot map channel to mode; freq 0 flags 0x0
    8/24/12 8:26:47.000 AM kernel[0]: 55.696816: osif_com_vap_event_handler vap delete event
    8/24/12 8:26:47.000 AM kernel[0]: 55.696824: deleteVap ****SYNC VAP DELETE SUCCESS 
    8/24/12 8:26:47.000 AM kernel[0]: AirPort: Link Up on en1
    8/24/12 8:26:47.000 AM kernel[0]: en1: BSSID changed to 7c:6d:62:77:b5:ae
    8/24/12 8:26:47.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 8:26:47.495 AM com.apple.InternetSharing[46]: InternetSharing: com.apple.InternetSharing.broadcast-0 has been started
    8/24/12 8:26:47.496 AM com.apple.InternetSharing[46]: BCAST is ready [en0, mtu=1500, 2 DNS server(s), 0 DNSv6 server(s)]
    8/24/12 8:26:47.496 AM com.apple.InternetSharing[46]: removed addr=fe80::7e6d:62ff:fe77:b5ae on en1
    8/24/12 8:26:47.497 AM com.apple.InternetSharing[46]: added addr=192.168.2.1 mask=255.255.255.0 on bridge0
    8/24/12 8:26:47.000 AM kernel[0]: en1: promiscuous mode enable succeeded
    8/24/12 8:26:47.000 AM kernel[0]: bridge_attach_protocol: en1
    8/24/12 8:26:47.591 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-0 started: [DNS subnet=192.168.2/24 on bridge0]
    8/24/12 8:26:47.591 AM com.apple.InternetSharing[46]:   dns[0]: 78.96.7.88
    8/24/12 8:26:47.591 AM com.apple.InternetSharing[46]:   dns[1]: 95.77.94.88
    8/24/12 8:26:47.785 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-0 started: [DHCP subnet=192.168.2/24 on bridge0 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    8/24/12 8:26:47.785 AM com.apple.InternetSharing[46]:   dns[0]: 192.168.2.1
    8/24/12 8:26:47.837 AM com.apple.InternetSharing[46]: started "natpmpd"
    8/24/12 8:26:47.973 AM named[142]: starting BIND 9.8.1-P1 -c /etc/com.apple.named.proxy.conf -f
    8/24/12 8:26:47.974 AM named[142]: built with '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--enable-atomic=no' '--with-openssl=yes' '--with-gssapi=yes' '--enable-symtable=none' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc' 'CFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -gdwarf-2 ' 'LDFLAGS=-arch i386 -arch x86_64 -framework IOKit -framework CoreFoundation' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/ usr/bin/c++' 'CXXFLAGS=-arch i386 -arch x86_64 -g -Os -pipe '
    8/24/12 8:26:48.032 AM configd[16]: setting hostname to "ovidiu-juravles-imac.local"
    8/24/12 8:26:48.270 AM named[142]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:26:48.272 AM WindowServer[104]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/24/12 8:26:48.274 AM named[142]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
    8/24/12 8:26:48.274 AM named[142]: running
    8/24/12 8:26:48.637 AM WindowServer[104]: Created shield window 0x7 for display 0x04272d40
    8/24/12 8:26:48.637 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:26:48.637 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:26:48.650 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:26:48.657 AM launchctl[146]: com.apple.findmymacmessenger: Already loaded
    8/24/12 8:26:48.780 AM com.apple.SecurityServer[21]: Session 100004 created
    8/24/12 8:26:49.340 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:26:49.340 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:26:49.960 AM configd[16]: network changed: v4(en0!:95.76.150.153) DNS* Proxy SMB
    8/24/12 8:26:49.962 AM com.apple.InternetSharing[46]: InternetSharing: com.apple.InternetSharing.broadcast-0 (idle) has been stopped
    8/24/12 8:26:49.000 AM kernel[0]: en1: promiscuous mode disable succeeded
    8/24/12 8:26:49.000 AM kernel[0]: bridge_detach_protocol: en1
    8/24/12 8:26:49.000 AM kernel[0]: bridge_iff_detached: en1
    8/24/12 8:26:49.000 AM kernel[0]: bridge_ifdetach: en1
    8/24/12 8:26:49.969 AM named[142]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:26:49.972 AM com.apple.InternetSharing[46]: InternetSharing: com.apple.InternetSharing.broadcast-1 has been started
    8/24/12 8:26:49.974 AM com.apple.InternetSharing[46]: BCAST is ready [en0, mtu=1500, 4 DNS server(s), 0 DNSv6 server(s)]
    8/24/12 8:26:49.974 AM com.apple.InternetSharing[46]: added addr=192.168.2.1 mask=255.255.255.0 on bridge0
    8/24/12 8:26:49.000 AM kernel[0]: bridge0: attached with 1 suspended link-layer multicast membership(s)
    8/24/12 8:26:49.000 AM kernel[0]: en1: promiscuous mode enable succeeded
    8/24/12 8:26:49.000 AM kernel[0]: bridge_attach_protocol: en1
    8/24/12 8:26:49.000 AM kernel[0]: bridge0: successfully restored 1 suspended link-layer multicast membership(s) (err=0)
    8/24/12 8:26:49.999 AM configd[16]: setting hostname to "Ovidiu-Juravles-iMac.local"
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-1 started: [DNS subnet=192.168.2/24 on bridge0]
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]:   dns[0]: 78.96.7.88
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]:   dns[1]: 95.77.94.88
    8/24/12 8:26:50.081 AM com.apple.InternetSharing[46]:   dns[2]: 78.96.7.88
    8/24/12 8:26:50.082 AM com.apple.InternetSharing[46]:   dns[3]: 95.77.94.88
    8/24/12 8:26:50.087 AM named[156]: starting BIND 9.8.1-P1 -c /etc/com.apple.named.proxy.conf -f
    8/24/12 8:26:50.087 AM named[156]: built with '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--enable-atomic=no' '--with-openssl=yes' '--with-gssapi=yes' '--enable-symtable=none' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc' 'CFLAGS=-arch i386 -arch x86_64 -g -Os -pipe -gdwarf-2 ' 'LDFLAGS=-arch i386 -arch x86_64 -framework IOKit -framework CoreFoundation' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/ usr/bin/c++' 'CXXFLAGS=-arch i386 -arch x86_64 -g -Os -pipe '
    8/24/12 8:26:50.104 AM netbiosd[82]: network address or mask changed for en0
    8/24/12 8:26:50.183 AM com.apple.InternetSharing[46]: com.apple.InternetSharing.broadcast-1 started: [DHCP subnet=192.168.2/24 on bridge0 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    8/24/12 8:26:50.183 AM com.apple.InternetSharing[46]:   dns[0]: 192.168.2.1
    8/24/12 8:26:50.184 AM com.apple.InternetSharing[46]: started "natpmpd"
    8/24/12 8:26:50.384 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:26:50.387 AM named[156]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
    8/24/12 8:26:50.387 AM named[156]: running
    8/24/12 8:26:51.545 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:26:51.546 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:26:51.613 AM BezelServices 235.55[42]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    8/24/12 8:26:51.843 AM mDNSResponderHelper[153]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 8:26:52.381 AM loginwindow[42]: Login Window Started Security Agent
    8/24/12 8:26:53.317 AM SecurityAgent[163]: This is the first run
    8/24/12 8:26:53.317 AM SecurityAgent[163]: MacBuddy was run = 0
    8/24/12 8:26:53.338 AM SecurityAgent[163]: User info context values set for ovidiujuravle
    8/24/12 8:26:55.785 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:26:55.785 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:26:57.418 AM loginwindow[42]: Login Window - Returned from Security Agent
    8/24/12 8:26:57.553 AM loginwindow[42]: USER_PROCESS: 42 console
    8/24/12 8:26:58.096 AM coreaudiod[155]: 2012-08-24 08:26:58.095770 AM [AirPlay] Started browsing for _airplay._tcp.
    8/24/12 8:26:58.097 AM coreaudiod[155]: 2012-08-24 08:26:58.096586 AM [AirPlay] Started browsing for _raop._tcp.
    8/24/12 8:26:59.306 AM launchctl[168]: launchctl: Dubious file. Not of type .plist (skipping): /Users/ovidiujuravle/Library/LaunchAgents/<Application>
    8/24/12 8:26:59.475 AM com.apple.launchd.peruser.501[166]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    8/24/12 8:26:59.477 AM com.apple.launchd.peruser.501[166]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    8/24/12 8:26:59.480 AM loginwindow[42]: Connection with distnoted server was invalidated
    8/24/12 8:26:59.506 AM distnoted[169]: # distnote server agent  absolute time: 67.815076190   civil time: Fri Aug 24 08:26:59 2012   pid: 169 uid: 501  root: no
    8/24/12 8:27:00.012 AM coreservicesd[66]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=109
    8/24/12 8:27:00.061 AM com.apple.launchd[1]: (com.wacom.pentablet[152]) Exited with code: 255
    8/24/12 8:27:00.548 AM WindowServer[104]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/24/12 8:27:01.123 AM WindowServer[104]: Display 0x04272d40: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferTable (256, 3)
    8/24/12 8:27:01.932 AM com.apple.SecurityServer[21]: Session 100005 created
    8/24/12 8:27:02.261 AM coreservicesd[66]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationLaunch to notificationID=120
    8/24/12 8:27:04.539 AM configd[16]: bootp_session_transmit: bpf_write(en1) failed: Device not configured (6)
    8/24/12 8:27:04.539 AM configd[16]: DHCP en1: INIT transmit failed
    8/24/12 8:27:05.803 AM WindowServer[104]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    8/24/12 8:27:06.143 AM configd[16]: set_arp_linklocal(en1) SIOCARPIPLL 1 failed, Resource busy
    8/24/12 8:27:06.146 AM configd[16]: network changed: v4(en0:95.76.150.153, en1+:169.254.194.20) DNS Proxy SMB
    8/24/12 8:27:06.147 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:27:06.156 AM UserEventAgent[11]: Captive: Online (HostAP mode)
    8/24/12 8:27:06.158 AM configd[16]: network changed: v4(en0:95.76.150.153, en1) DNS Proxy SMB
    8/24/12 8:27:06.308 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:27:06.325 AM named[156]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
    8/24/12 8:27:07.220 AM NetworkBrowserAgent[192]: Starting NetworkBrowserAgent
    8/24/12 8:27:10.166 AM mDNSResponderHelper[193]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 8:27:12.131 AM WindowServer[104]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 7.33 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/24/12 8:27:17.965 AM com.apple.launchd.peruser.501[166]: (com.apple.afpstat-qfa[210]) Exited with code: 2
    8/24/12 8:27:17.965 AM com.apple.launchd.peruser.501[166]: (com.adobe.ARM.df0ab5bbe6f698196fcc21e3c1e66dcb758bd911f4d637272d9d8109[215]) Exited with code: 2
    8/24/12 8:27:19.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=212[GoogleSoftwareUp] clearing CS_VALID
    8/24/12 8:27:20.930 AM coreservicesd[66]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=129
    8/24/12 8:27:26.371 AM blued[57]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    8/24/12 8:27:29.883 AM TabletDriver[211]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    8/24/12 8:27:34.505 AM TabletDriver[211]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    8/24/12 8:27:36.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=241[ksadmin] clearing CS_VALID
    8/24/12 8:27:39.401 AM GoogleSoftwareUpdateDaemon[243]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    8/24/12 8:27:39.476 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    8/24/12 8:27:39.480 AM GoogleSoftwareUpdateDaemon[243]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    8/24/12 8:27:39.846 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x229390
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x226850 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-03-18 05:43:56
              >
    Using server: <KSOmahaServer:0x22c720
              engine=<KSDaemonUpdateEngine:0x1817800>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2012-08-23 22:59:24 +0000;
                                            LastActivePingDate = 2012-08-23 07:01:56 +0000;
                                            LastRollCallPingDate = 2012-08-23 07:01:56 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-23 07:01:59 +0000;
                                            LastActiveDate = 2012-08-24 05:27:36 +0000;
                                            LastActivePingDate = 2012-08-23 07:01:59 +0000;
                                  "com.Google.GoogleEarthPlugin.intel" = {
                                            LastRollCallPingDate = 2012-08-23 07:01:56 +0000;
                                  "com.google.GmailNotifier" = {
                                            LastActivePingDate = 2012-08-23 07:01:56 +0000;
                                            LastActiveDate = 2012-08-23 23:04:35 +0000;
                                            LastRollCallPingDate = 2012-08-23 07:01:56 +0000;
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-23 07:01:55 +0000;
                                            LastActiveDate = 2012-06-10 20:05:33 +0000;
                                            LastActivePingDate = 2012-07-22 07:01:55 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.1_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/24/12 8:27:40.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=244[ksadmin] clearing CS_VALID
    8/24/12 8:27:40.197 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x231820
              server=<KSOmahaServer:0x22c720>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=1
              activeTickets=0
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.1_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="524" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/24/12 8:27:44.148 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x229170
              server=<KSOmahaServer:0x22c720>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=1
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                            <daystart elapsed_seconds="80748"></daystart>
                            <app appid="com.google.Keystone" status="ok">
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                        </gupdate>
    >
    8/24/12 8:27:44.959 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    8/24/12 8:27:45.182 AM GoogleSoftwareUpdateDaemon[243]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    8/24/12 8:27:45.183 AM GoogleSoftwareUpdateDaemon[243]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    8/24/12 8:27:45.184 AM GoogleSoftwareUpdateDaemon[243]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    8/24/12 8:27:45.187 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    8/24/12 8:27:45.389 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    8/24/12 8:27:45.391 AM GoogleSoftwareUpdateDaemon[243]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    8/24/12 8:27:45.947 AM GoogleSoftwareUpdateDaemon[243]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x22ccf0
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x22bed0 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-03-18 05:43:56
              >,
              <KSTicket:0x231320
                        productID=com.google.talkplugin
                        version=3.5.1.8982
                        xc=<KSPathExistenceChecker:0x229320 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2012-07-22 17:52:04
              >
    Using server: <KSOmahaServer:0x22a7a0
              engine=<KSDaemonUpdateEngine:0x1817800>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2012-08-23 22:59:24 +0000;
                                            LastActivePingDate = 2012-08-23 07:01:56 +0000;
                                            LastRollCallPingDate = 201

  • Finding the full path of a process binary using /proc

    Hello,
    I have an application where I need to monitor whether a certain other process is running. I'm using the /proc filesystem and an ioctl call - namely, PIOCPSINFO - to fetch process information into a prpsinfo_t, then use either the pr_fname field for the base name of the process executable or pr_psargs for the full launch command line - the first argument being the executable name. However, I see that if I launch something like "man chmod" in the shell, the pr_psargs for that process is "man chmod", not "/usr/bin/man chmod", thus making it hard to distinguish between binaries which have the same base name, but can be run from different locations (e.g. /usr/ccs/bin/make and /usr/local/bin/make). Is there some way to find out the environment (actually, the PATH variable) that a process has been run with? I see there's an 'uintptr_t pr_envp' in pr_psinfo_t that is supposed to be the "address of initial environment vector". How can I use that?

    I believe you have to open the processes 'map' file and use the envp address
    as an index into that file. It's the address inside the target process.
    The problem is that (until recent S10 release) the kernel doesn't actually
    remember the pathname that was used to open the binary. There is
    no guarantee that the binary is actually the first one on the search path
    that's just a convention followed by most shells. If the program was
    explicitly exec'ed by another program, it might not even be on the search path.
    However, you can get an open file descriptior on the executable binary
    by using a /proc interface.
    If you know the file that you are looking for there is another way:
    - open the binary you're looking for (/bin/ls)
    - get device/inode of this file (using stat)
    - seach processes that "look" like they might be the one you want
    - for each one:
    get FD of binary using /proc
    stat the FD to get device/inode
    compare to device/inode from the binary you're looking for
    This is a bunch more work, but it's the only way to be sure.
    It's better to avoid the whole mess and find a better way.
    it's better to let an OS utility do the /proc mucking. They are
    more likely to get it right. /proc is pretty complicated. And if you
    using it ways that haven't been tested before, you can find
    interesting problems.
    You could just run 'ps|grep' or the 'pgrep' command.
    Here is a short demo of how to compare inodes:
    % ls -i /proc/$$/object/a.out
    97634 /proc/9120/object/a.out <--- always called a.out, no matter the binary name
    % ls -i /bin/bash
    97634 /bin/bash <-- notice the same inode number
    This means /bin/bash is the executable being used for my current shell.

  • Usb to rs485 converter

    I need to know if the NI USB to RS 485 converter has the ability to configure individual ports for 2 wire and or 4 wire operation independantly?

    is there a speed increase with going to USB from RS-232? or is it pretty
    much defined by the device you're connecting to?
    "Chris Rake" wrote in message
    news:[email protected]..
    > Yes! The USB-485 ports are all individually controlled, so you can
    > configure each one either through the device manager or by making an
    > IOCTL call from software. Everything is independant.

Maybe you are looking for

  • How NOT to re-call after a call break

    Hi, I'm using iOS7 on iPhone 4 (in french). When a phone call is broken due to bad network, the lock screen displays "Echec d'appel" (in french - I guess in english, it should be something like "Call interrupted"?) Sometimes, I DO NOT want to re-call

  • My signed applet works with 1.4.1 plugin but it doesn't with 1.4.2_02 !!!

    Hi there, I've got problems trying to sign an applet with Java 2. That applet is an FTP which is used for uploading files throught the Browser (just upload). I signed my applet with SDK 1.4.1 when I surfed the page which contains it, the applet works

  • Can you setup LACP across a stack with SG500

    Hi guys, I am looking at buying 2x SG500-48 switches with the stacking cables and connecting them into a ring stack topology. my reason for wanting this is so we can setup LACP connections from our hyper-v servers to the 2 stacked switches so the we

  • ECB "Edit in Microsoft Word" is missing

    I have sharepoint 2013, Office 2010. The server side, Central Administration > Application Management > Authentication Providers > Edit Authentication Set "Enable Client Integration?" to yes; In the site collection features, also activated the featur

  • QOS on 6500 routed interface

    All of the QOS configuration guidance I've seen in the documentation on this website refers to 6500 switched interfaces (switchport mode access/trunk). Is the QOS configuration different on a 6500 routed interface. For instance on an interface betwee