Starting BI Publisher at boot time

Hi all,
Is it possible to start BIP on boot in linux system or I have to start oc4j every time I restart my system?
Thank You

Hi,
try my scripts in http://linux-dba.gutzmann.com. They work at my
site.
Regards
Thomas
Hoang Truong (guest) wrote:
: Hi,
: I tried to start up oracle databse at boot time on RedHat 5.2
by
: having the file dbora in /etc/rc.d/init.d and I also make some
: soft links to dbora such as:
: ln -s /etc/rc.d/init/dbora /etc/rc.d/rc.0/K10dbora
: ln -s /etc/rc.d/init/dbora /etc/rc.d/rc.3/S99dbora
: ln -s /etc/rc.d/init/dbora /etc/rc.d/rc.5/S99dbora
: At linux run level 5, it took so long to start oracle. After
: idle for a while, it prompted error message such as:
: "bash: Resource temporary unavailable".
: Finally oracle started.
: Does anyone know how to solve this problem? Please help!!!
: Thanks
: Hoang.
: (Note: I have pentium 200 MZH 96 M RAM, 6.4 G harddrive) :
null

Similar Messages

  • How to start ASM instance at boot time - RHEL 2.1

    Oracle 10.1.0.3
    RHEL 2.1
    I'm not able to get the ASM instance (not RAC) to start at boot time. It seems that the ocssd daemon does not finish starting until after all rc* scripts, including rc.local, have finished executing.
    Patch 3458327 includes a new dbstart with header notes that are in conflict. The notes says that dbstart can't be used to start ASM until AFTER all rc* is finished.  Then it continues and states that ASM instance startup should be put in rc.local.
    As soon as I get logged on, a ps -ef|grep ocssd shows the daemon running. I can then manually start the ASM instance.  There must be a way to get the ASM instance "auto" started at boot time.
    Ideas?

    The cheapest and administratively easiest way for me was to start Oracle instances (ASM and data) by "at" command :-) from rc scripts. Something like:
    ....echo "oracle start" | at now+2min....
    Additionally the deferred startup has some additional advantages in my environment, so I am not motivated to look for better solution.
    Best regards,
    Pavel

  • How to start OC4J at Linux boot time

    Hello,
    I am using Linux AS 3.0 and i have installed OC4J ( 9.0.4) ok, and OC4J also work fine.But each time i want to start OC4J , i must execute command java -jar oc4j.jar at console.
    Now, I want to start OC4J automatic at System startup ( ie: Linux boot time ).How can i do?
    Thanks.

    Just put your OC4J start/stop commands in a rc script.
    Scripts in the directories
    /etc/rc.d/rc2.d
    /etc/rc.d/rc3.d
    /etc/rc.d/rc5.d
    will be called by the operating system with the command line option start.
    The number in the directory names represent the desired run level of the machine.
    Scripts in the directory
    /etc/rc.d/rc0.d
    will be called during shutdown with the command line option stop.

  • Can I disable 10g Express Edition from starting at Windows XP boot time?

    I am a student who installed 10g Express Edition on my laptop for my classes.
    That is really working out great. Wonderful product.
    However, I only use it a couple of times a week.
    Is there a way that I can disable the automatic start up of 10g XE when I boot up my
    Windows XP system? So that I am in a position to go to 'Start Database' when I want
    to use the product and start it up manually? That would be great.
    My laptop is maxed out at 2GB of RAM and I am trying to hold off buying a new
    pc for a while.
    Thanks for any help!

    Thanks for all the help!
    I used the Windows GUI for Component Services.
    I found OracleServiceXE there set to Automatic.
    I changed it to Manual.
    Restarted my system.
    Checked the running Processes - didn't find any Oracle named ones.
    Did a Start Database. It started right up.
    Then I checked my Processes and found an oracle.exe running.
    So that all looks great.
    I did find a couple of other services that I didn't change.
    Those are:
    OracleJobSchedulerXE (it was set to Disabled)
    OracleMTSRecoveryService (it was set to Manual)
    OracleXEClrAgent (it was set to Manual)
    OracleXETNSListener (it was set to Automatic)
    That was the way those were set before I made my change.
    And they are still set that way.
    Let me know if I need to do anything with them.
    Thanks!

  • Start programs automatic at boot-time

    Hi All
    I need to start some software when solaris boots. Right now its ntpd. However I have no clue how to do this with Solaris 10. I assume there is a tool to do this, something like
    rc-update add ntpd default (the GenToo way)
    Thanks a lot
    LuCa

    You can either create a startup script and place it within the /etc/rc.<runlevel> directory beginning with a capital S and accepting the argument 'start'.
    Or you can create a Solaris 10 service. You'd need to modify an existing manifest that would name the service, point to the right startup script (method) and establish the startup dependencies that describe when it should launch.
    The first method is fast and quick, but not very fine grained. You can only launch in certain time periods. Creating a service involves a little more effort to get started, but gives monitoring/restart features along with explicit dependencies between services.
    Darren

  • Auditing a process started at boot time

    Hi All,
    I am having a problem with auditd. I am starting a process of my own at boottime that I would like to audit. I think the problem lies in that my process is not getting an auditID. If I run the process from a terminal after the system is started it audits correctly, only when started at boot will it not audit.
    I have the process's audit class defined in the audit_control file as such (md is my audit class):
    dir:/var/audit
    flags:md,lo,ad,-fw,-fm,-fd,-nt,no
    minfree:50
    naflags:md
    I thought placing it under naflags would allow it to audit without attributes, but this does not work. The audit event and audit class are also properly in place.
    Any help with getting a process to audit when started at boot would be greatly appreciated.
    Victor

    Hi,
    Processes, are not able to start at boot-time as the "processes" is a OS based concept. The closest method you can do is replace the bootloader of Windows with your bootloader then load the Windows through your bootloader, and before loading the OS your
    Bootloader can perform any calculations or start files up as soon as Windows loads. This is the only way to start processes closest to Boot time. 
    In windows vista+ OS this technique would not work because Windows Vista+ has Session separation which by design separates processes into sessions and if you were to start it as soon as the OS starts the process would crash the entire OS as the process would
    not be able to fit in any session as it started before "Winlogon.exe"
    process. Therefore it is not really possible. 

  • SMF - start at boot time, but don't restart - possible?

    I'm setting up a software package that has a number of background processes.
    I've got SMF manifests created and imported for all of them, and they're working great for starting the processes at boot time, and doing the automatic restarts when one fails.
    Here's my problem. It turns out that the users of this software want to be able to use the software's integrated process control methods to stop some of their processes. With the current configuration, they use the software's method to stop one of it's processes, and SMF promptly restarts it.
    Is there a way to set up SMF managed software so that SMF starts it at boot time, but then doesn't care if stops later?
    Richard

    I'm not sure how it would be SMF "managed" in such a case. Obviously you want the management to be elsewhere.
    You could use the "legacy" startup scripts in /etc/rcX.d. That will start a process and forget about it, just like pre-Solaris 10. You don't use manifests or have any other benefits of SMF.
    If you do want SMF, I guess the question is how you want it to act..
    When the users stop the processes, do you want SMF to say enabled or disabled? SMF does not track enabled processes by periodic polling, it does it by tracking contracts. This means that starting a process outside of SMF does not allow SMF to track it.
    Darren

  • Process start at boot time..

    Hi All,
    I am developing a client application which needs to be start up at boot time and there is one more requirement that no body 
    should be able to delete this to provide it security.
    Please reply .
    Thanks

    Hi,
    Processes, are not able to start at boot-time as the "processes" is a OS based concept. The closest method you can do is replace the bootloader of Windows with your bootloader then load the Windows through your bootloader, and before loading the OS your
    Bootloader can perform any calculations or start files up as soon as Windows loads. This is the only way to start processes closest to Boot time. 
    In windows vista+ OS this technique would not work because Windows Vista+ has Session separation which by design separates processes into sessions and if you were to start it as soon as the OS starts the process would crash the entire OS as the process would
    not be able to fit in any session as it started before "Winlogon.exe"
    process. Therefore it is not really possible. 

  • Machine boot time, rcscripts and jws

    Is there any way that I can specify that the jws application manager be started at the machine boot time/ restart time?
    If anyone has any ideas , please looking forward for that.
    Thanks,
    Rama

    Is there any way that I can specify that the jws
    application manager be started at the machine boot
    time/ restart time?It is just a simple program (javaws[.exe]).
    Just put it wherever one puts programs for startup on your os (Startup folder under Win32, script in one of the rc.d dirs under Unix)
    Regards,
    Marc

  • Strange error message when starting listener at boot time

    Hi I have SuSE 10 server and Oracle 10.2.0
    I followed the instruction on my how configure /etc/init.d/dbora to start
    the db instance and the listener at boot time
    The db instance starts fine;however, the listener doesnt start and gives the following strange message
    "cannot start using /ade/vikrkuma_new/oracle/bin/tnslnr"
    Does anyone has seen this and is there a workaround?
    It looks like to me the listener tries to locate the listener.ora but it fails
    I tried to force it by setting TNS_ADMIN in my /etc/init.d/dbora script but it still doesnt pick it up
    any clue?

    Hi,
    Check your oracle bin varible and oracle home varible. If possible can you force this?
    Cheers,
    Kamalesh JK

  • How do I start slapd at boot time in leopard?

    Greeting,
      Forgive me if this is the wrong forum/community.
      I want to start slapd at boot time on my new leopard upgrade.  On tiger, it was as simple as having an LDAPSERVER=-YES- line in /etc/hostconfig.  That does not seem to work for leopard.  I can run slapd from the command line.  I needed to make changes to the slapd.conf tiger version and reload my database, but all is working fine.  I just have not been able to get the deamon to start at boot up.  It must be simple.  Any ideas?
      Thanks,
    --Linn

    Texas Mac Man,
      Thanks.  Slapd is the OpenLDAP daemon (server) delivered with MacOS, even Client.  No, starting at the user level is not what I need.  I can already do that in a terminal window with /usr/libexec/slapd, after I get su'ed to root.
      Think Unix, not iApps.  When the system boots up, there should be scripts available to start specific daemons.  I am looking for hints there.
    BDAqua,
      Thanks.  I had seen that first discussion before.  It deals with slapd failing when it tries to start on MacOS Server... where all these daemons indeed start at boot time.  I am just trying to figure out how to do in leopard what I successfully did in tiger, namely start /usr/libexec/slapd at boot time.
      And note, this is not an issue with slapd failing due to slapd.conf or database problems.  All works fine from the user lever start.
      Thanks,
    --Linn

  • Unable to start Oracle 10g instance on boot time (CentOS)

    Hi all,
    I am trying to automate oracle instance start-up on boot time. I have created /etc/oratab and /etc/init.d/dbora files. Also, all the links for run-levels 2,3,4 are set. My machine boots in run-level 3. While I can start the database manually, after the system has booted, I am not able to automate the instance start-up at boot time. Following is the error, I get:
    oracle: /oracle/bin/lsnrctl: error while loading shared libraries: libclntsh.so.9.0: cannot open shared object file: No such file or directory
    I know that normally this problem occurs due to LD_LIBRARY_PATH variable problem. So, I have set the following in /etc/init.d/dbora file.
    LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export LD_LIBRARY_PATH
    System-config (uname -a):
    Linux centos4-db-us-01 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:48:03 IST 2007 i686 i686 i386 GNU/Linux
    Any help on this issue is highly appreciated.
    Thanks,
    Varun.

    Here it is:
    <code>
    ORA_HOME=/oracle
    ORA_OWNER=oracle
    export ORA_HOME
    ORACLE_SID=wlctp01
    export ORACLE_SID
    ORACLE_HOME=/oracle
    export ORACLE_HOME
    LD_LIBRARY_PATH=/oracle/lib
    export LD_LIBRARY_PATH
    LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32
    export LD_LIBRARY_PATH_32
    PATH=$ORACLE_HOME/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    export PATH
    LD_ASSUME_KERNEL=2.4.19
    export LD_ASSUME_KERNEL
    EDITOR=vi
    export EDITOR
    if [ ! -f $ORA_HOME/bin/dbstart ]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    case "$1" in
    'start')
    # Start the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    echo "Starting oracle instance."
    su - $ORA_OWNER -c $ORA_HOME/bin/dbstart >> /var/log/oracle
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start" >> /var/log/oracle
    'stop')
    # Stop the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    su - $ORA_OWNER -c $ORA_HOME/bin/dbshut >> /var/log/oracle
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl stop" >> /var/log/oracle
    esac
    </code>

  • [SOLVED] rtorrent&screen don't start at boot time

    Hello. I use rc-script from ArchWiki to start screen with rtorrent (http://wiki.archlinux.org/index.php/RTo … ith_screen), but at boot time neither rtorrent nor screen start, although script prints "[DONE]". If I login as root and start script manually it works perfect, but I can't understand why it doesn't start automatically.
    Please, help.
    P.S. Of course script was added to DAEMONS array in rc.conf.
    Last edited by Atragor (2009-03-29 11:56:10)

    jordz, adding command to rc.local didn't change anything.
    LeoSolaris, yes, script is executable, and according to screen's man page:
    -d -m      Start screen in "detached" mode. This creates a new session but doesn't  attach  to  it.  This  is  useful  for  system startup scripts.
    I think it's something that could be called "daemon mode".
    Maybe some environment variables must be set in order to execute screen and rtorrent? I've tried to set HOME manually but it didn't help.

  • Auto starting Oracle at boot time

    I have installed Oracle 11gr2 on Oracle Enterprise Linux successfully. Now i want to make oracle available automatically at boot time. I mean whenever server is up Oracle starts automatically.

    It is not happening. I have to run dbstart script to make oracle available.
    In ubuntu, we create /etc/init.d/oracledb script file, and with the use of following commands, oracle starts at boot time
    chmod a+x /etc/init.d/oracledb
    update-rc.d oracledb defaults 99
    What i need is, its parallel for OEL.

  • Slow boot time after upgrading to Mavericks

    I use MBP mid 2010 it came with Snow Leopard 10.6.8. About 2 months ago I upgraded to 10.9.2 and ever since I'm experiencing slower boot time - in previous OS it started within less than 30sec and right now it starts around ~1min untill I see the desktop, following another minute loading a few applications I have on startup.
    So far I tried many solutions, including repairing permissions, I recently uninstalled Paragon NTFS (which helped with slow shutdown I experienced too, but not any longer), updating my software so it is the newest version, I also uninstalled SMCFanControl after which I did reset SMC and PRAM. But when I view boot logs I still have some errors with SMC..
    If someone could take a look at my logs and tell me what should I do more I will greatly appreciate.
    13.05.2014 19:59:20,000 bootlog[0]: BOOT_TIME 1400003960 0
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    13.05.2014 19:59:34,000 kernel[0]: Longterm timer threshold: 1000 ms
    13.05.2014 19:59:34,000 kernel[0]: Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    13.05.2014 19:59:34,000 kernel[0]: vm_page_bootstrap: 1889879 free pages and 190889 wired pages
    13.05.2014 19:59:34,000 kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    13.05.2014 19:59:34,000 kernel[0]: zone leak detection enabled
    13.05.2014 19:59:34,000 kernel[0]: "vm_compressor_mode" is 4
    13.05.2014 19:59:34,000 kernel[0]: standard timeslicing quantum is 10000 us
    13.05.2014 19:59:34,000 kernel[0]: standard background quantum is 2500 us
    13.05.2014 19:59:34,000 kernel[0]: mig_table_max_displ = 74
    13.05.2014 19:59:34,000 kernel[0]: Notice - new kext jp.co.canon.bj.print.BJUSBLoad, v10.69 matches prelinked kext but can't determine if executables are the same (no UUIDs).
    13.05.2014 19:59:34,000 kernel[0]: Refusing new kext jp.co.canon.bj.print.BJUSBLoad, v10.69: already have prelinked v10.75.20.
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for Sandbox
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    13.05.2014 19:59:34,000 kernel[0]: calling mpo_policy_init for Quarantine
    13.05.2014 19:59:34,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    13.05.2014 19:59:34,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    13.05.2014 19:59:34,000 kernel[0]: The Regents of the University of California. All rights reserved.
    13.05.2014 19:59:34,000 kernel[0]: MAC Framework successfully initialized
    13.05.2014 19:59:34,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    13.05.2014 19:59:34,000 kernel[0]: AppleKeyStore starting (BUILT: Jan 16 2014 20:19:00)
    13.05.2014 19:59:34,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    13.05.2014 19:59:34,000 kernel[0]: ACPI: sleep states S3 S4 S5
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagement: (built 19:46:50 Jan 16 2014) initialization complete
    13.05.2014 19:59:34,000 kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration begin ]
    13.05.2014 19:59:34,000 kernel[0]: console relocated to 0xf80030000
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration end, bridges 7, devices 16 ]
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration begin ]
    13.05.2014 19:59:34,000 kernel[0]: [ PCI configuration end, bridges 8, devices 22 ]
    13.05.2014 19:59:34,000 kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    13.05.2014 19:59:34,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    13.05.2014 19:59:34,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    13.05.2014 19:59:34,000 kernel[0]: rooting via boot-uuid from /chosen: FB479244-794A-3EBC-9E4F-F0FA5BA63EFD
    13.05.2014 19:59:34,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    13.05.2014 19:59:34,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    13.05.2014 19:59:34,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    13.05.2014 19:59:34,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500420AS Media/IOGUIDPartitionScheme/bez nazwy 1@2
    13.05.2014 19:59:34,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    13.05.2014 19:59:34,000 kernel[0]: BTCOEXIST off
    13.05.2014 19:59:34,000 kernel[0]: BRCM tunables:
    13.05.2014 19:59:34,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    13.05.2014 19:59:34,000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID d83062fffee66136; max speed s800.
    13.05.2014 19:59:34,000 kernel[0]: hfs: mounted Mac OS X Snow Leopard on device root_device
    13.05.2014 19:59:22,180 com.apple.launchd[1]: *** launchd[1] has started up. ***
    13.05.2014 19:59:22,180 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    13.05.2014 19:59:33,505 com.apple.SecurityServer[14]: Session 100000 created
    13.05.2014 19:59:34,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    13.05.2014 19:59:34,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    13.05.2014 19:59:39,045 hidd[50]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    13.05.2014 19:59:39,046 hidd[50]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    13.05.2014 19:59:39,000 kernel[0]: VM Swap Subsystem is ON
    13.05.2014 19:59:41,000 kernel[0]: Waiting for DSMOS...
    13.05.2014 19:59:43,056 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:43,242 kdc[47]: label: default
    13.05.2014 19:59:43,243 kdc[47]:     dbname: od:/Local/Default
    13.05.2014 19:59:43,243 kdc[47]:     mkey_file: /var/db/krb5kdc/m-key
    13.05.2014 19:59:43,243 kdc[47]:     acl_file: /var/db/krb5kdc/kadmind.acl
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,517 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:44,816 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:44,850 com.apple.usbmuxd[25]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    13.05.2014 19:59:44,876 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:46,000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    13.05.2014 19:59:46,052 configd[17]: dhcp_arp_router: en1 SSID unavailable
    13.05.2014 19:59:46,066 configd[17]: setting hostname to "MBP.local"
    13.05.2014 19:59:46,075 configd[17]: network changed.
    13.05.2014 19:59:46,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    13.05.2014 19:59:48,000 kernel[0]: NVDAStartup: Official
    13.05.2014 19:59:48,000 kernel[0]: NVDANV50HAL loaded and registered
    13.05.2014 19:59:48,000 kernel[0]: init
    13.05.2014 19:59:48,000 kernel[0]: probe
    13.05.2014 19:59:48,000 kernel[0]: start
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    13.05.2014 19:59:48,000 kernel[0]: com_protech_nosleepextension: setting state: 0, for mode: 0 (ac-mode)
    13.05.2014 19:59:48,000 kernel[0]: com_protech_nosleepextension: successfully started
    13.05.2014 19:59:48,000 kernel[0]: AGC: 3.4.35, HW version=1.9.22, flags:0, features:20600
    13.05.2014 19:59:48,000 kernel[0]: IOBluetoothUSBDFU::probe
    13.05.2014 19:59:48,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0042
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xa000
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    13.05.2014 19:59:48,000 kernel[0]: Previous Shutdown Cause: 0
    13.05.2014 19:59:48,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    13.05.2014 19:59:48,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x9ec0 -- 0x2000 -- 0xa000 ****
    13.05.2014 19:59:48,000 kernel[0]: fNumVRAMBlocks is 4
    13.05.2014 19:59:48,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,2301,0de1,0300,c1e1,7800]
    13.05.2014 19:59:48,323 com.apple.SecurityServer[14]: Entering service
    13.05.2014 19:59:48,000 kernel[0]: IOMemoryDescriptor 0x29ccc140f991a899 prepared read only
    13.05.2014 19:59:48,000 kernel[0]: Backtrace 0xffffff80006b9e6e 0xffffff7f823f90e1 0xffffff7f82403fe2 0xffffff8000692fcf 0xffffff8000692b8f 0xffffff800068e769 0xffffff80006936e3
    13.05.2014 19:59:48,000 kernel[0]: Kernel Extensions in backtrace:
    13.05.2014 19:59:48,000 kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f9f7db000->0xffffff7f9f89afff
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9dcba000
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e218000
    13.05.2014 19:59:48,000 kernel[0]: IOMemoryDescriptor 0x29ccc140fc22ce99 prepared read only
    13.05.2014 19:59:48,000 kernel[0]: Backtrace 0xffffff80006b9e6e 0xffffff7f823f92db 0xffffff7f82403fe2 0xffffff8000692fcf 0xffffff8000692b8f 0xffffff800068e769 0xffffff80006936e3
    13.05.2014 19:59:48,000 kernel[0]: Kernel Extensions in backtrace:
    13.05.2014 19:59:48,000 kernel[0]: com.apple.driver.AppleIntelHDGraphics(8.2.4)[84DE8845-D8E6-3C61-B457-1AC155AEF9 04]@0xffffff7f9f7db000->0xffffff7f9f89afff
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f9dcba000
    13.05.2014 19:59:48,000 kernel[0]: dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f9e218000
    13.05.2014 19:59:48,562 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,596 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:48,608 mDNSResponder[40]: mDNSResponder mDNSResponder-522.90.2 (Nov  3 2013 18:51:09) starting OSXVers 13
    13.05.2014 19:59:48,637 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:48,654 awacsd[63]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    13.05.2014 19:59:48,661 digest-service[75]: label: default
    13.05.2014 19:59:48,661 digest-service[75]:     dbname: od:/Local/Default
    13.05.2014 19:59:48,661 digest-service[75]:     mkey_file: /var/db/krb5kdc/m-key
    13.05.2014 19:59:48,661 digest-service[75]:     acl_file: /var/db/krb5kdc/kadmind.acl
    13.05.2014 19:59:48,662 awacsd[63]: InnerStore CopyAllZones: no info in Dynamic Store
    13.05.2014 19:59:48,663 digest-service[75]: digest-request: uid=0
    13.05.2014 19:59:48,669 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 19:59:48,692 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    13.05.2014 19:59:48,705 mDNSResponder[40]: mDNS_SetSecretForDomain: ERROR: Could not convert shared secret from base64: domain . key mbp-net.
    13.05.2014 19:59:48,710 configd[17]: network changed: DNS*
    13.05.2014 19:59:48,711 mDNSResponder[40]: D2D_IPC: Loaded
    13.05.2014 19:59:48,711 mDNSResponder[40]: D2DInitialize succeeded
    13.05.2014 19:59:48,712 configd[17]: network changed.
    13.05.2014 19:59:48,716 digest-service[75]: digest-request: netr probe 0
    13.05.2014 19:59:48,718 digest-service[75]: digest-request: init request
    13.05.2014 19:59:48,718 mDNSResponder[40]:   4: Listening for incoming Unix Domain Socket client requests
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F3809560 MBP.local. (AAAA) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F38099F0 7.1.1.B.C.8.E.F.F.F.2.6.D.6.E.7.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F4001360 MBP.local. (Addr) that's already in the list
    13.05.2014 19:59:48,727 mDNSResponder[40]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F94F40017F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    13.05.2014 19:59:48,729 digest-service[75]: digest-request: init return domain: BUILTIN server: MBP indomain was: <NULL>
    13.05.2014 19:59:48,782 networkd[110]: networkd.110 built Aug 24 2013 22:08:46
    13.05.2014 19:59:48,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    13.05.2014 19:59:48,834 kdc[47]: KDC started
    13.05.2014 19:59:48,857 apsd[65]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    13.05.2014 19:59:48,867 systemkeychain[93]: done file: /var/run/systemkeychaincheck.done
    13.05.2014 19:59:48,878 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,890 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:48,000 kernel[0]: DSMOS has arrived
    13.05.2014 19:59:48,937 loginwindow[43]: Login Window Application Started
    13.05.2014 19:59:49,001 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:49,009 WindowServer[116]: Server is starting up
    13.05.2014 19:59:49,000 kernel[0]: createVirtIf(): ifRole = 1
    13.05.2014 19:59:49,000 kernel[0]: in func createVirtualInterface ifRole = 1
    13.05.2014 19:59:49,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    13.05.2014 19:59:49,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    13.05.2014 19:59:49,000 kernel[0]: Created virtif 0xffffff803340ac00 p2p0
    13.05.2014 19:59:49,082 airportd[67]: airportdProcessDLILEvent: en1 attached (up)
    13.05.2014 19:59:49,086 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:49,318 mds[39]: (Normal) FMW: FMW 0 0
    13.05.2014 19:59:49,000 kernel[0]: en1: setting diversity to: -1
    13.05.2014 19:59:49,000 kernel[0]: en1: Error configuring antenna diversity (index = -1).
    13.05.2014 19:59:49,000 kernel[0]: en1: setting tx antenna: -1
    13.05.2014 19:59:49,322 locationd[45]: NBB-Could not get UDID for stable refill timing, falling back on random
    13.05.2014 19:59:49,000 kernel[0]: IO80211ScanManager::startScanMultiple: Scan request received from 'airportd' (pid 67) (16 SSIDs, 0 BSSIDs).
    13.05.2014 19:59:49,000 kernel[0]: IO80211ScanManager::startScanMultiple: Initiating scan.
    13.05.2014 19:59:49,447 locationd[45]: Location icon should now be in state 'Inactive'
    13.05.2014 19:59:49,599 com.apple.InternetSharing[48]: *** no interface for service
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 19:59:49,938 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::scanDone: Scheduling cache purge timer in 30 seconds.
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    13.05.2014 19:59:50,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    13.05.2014 19:59:54,558 configd[17]: network changed: v4(en0+:178.235.243.207) DNS+ Proxy+ SMB
    13.05.2014 19:59:54,849 stackshot[28]: Timed out waiting for IOKit to finish matching.
    13.05.2014 19:59:56,117 ntpd[121]: proto: precision = 1.000 usec
    13.05.2014 19:59:59,096 configd[17]: setting hostname to "[removed from log]"
    13.05.2014 19:59:59,139 xpcd[133]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:59,230 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 19:59:59,319 apsd[65]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    13.05.2014 19:59:59,406 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,427 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,558 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,566 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,683 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,691 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,808 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,816 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,933 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 19:59:59,941 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,059 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,068 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key MOTP (kSMCKeyNotFound)
    13.05.2014 20:00:00,000 kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    13.05.2014 20:00:00,000 kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    13.05.2014 20:00:00,202 WindowServer[116]: Session 256 retained (2 references)
    13.05.2014 20:00:00,203 WindowServer[116]: Session 256 released (1 references)
    13.05.2014 20:00:00,000 kernel[0]: IO80211ScanManager::startScanMultiple: Scan request received from 'airportd' (pid 67) (16 SSIDs, 0 BSSIDs).
    13.05.2014 20:00:00,000 kernel[0]: IO80211ScanManager::startScanMultiple: Initiating scan.
    13.05.2014 20:00:00,228 WindowServer[116]: Session 256 retained (2 references)
    13.05.2014 20:00:00,233 WindowServer[116]: init_page_flip: page flip mode is on
    13.05.2014 20:00:00,363 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,371 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,509 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,518 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,662 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,672 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,812 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,819 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,921 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:00,928 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,396 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,411 com.apple.kextd[12]: Can't create kext cache under / - owner not root.
    13.05.2014 20:00:01,667 WindowServer[116]: Found 60 modes for display 0x00000000 [51, 9]
    13.05.2014 20:00:01,671 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,672 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,686 WindowServer[116]: mux_initialize: Mode is dynamic
    13.05.2014 20:00:01,689 WindowServer[116]: Found 60 modes for display 0x00000000 [51, 9]
    13.05.2014 20:00:01,697 WindowServer[116]: Found 1 modes for display 0x00000000 [1, 0]
    13.05.2014 20:00:01,745 WindowServer[116]: WSMachineUsesNewStyleMirroring: false
    13.05.2014 20:00:01,747 WindowServer[116]: Display 0x042733c1: GL mask 0x3; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccf, S/N 0, Unit 1, Rotation 0
    UUID 0x7dfbf755a87b7c3df679051e724d6c91
    13.05.2014 20:00:01,747 WindowServer[116]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    13.05.2014 20:00:01,748 WindowServer[116]: WSSetWindowTransform: Singular matrix
    13.05.2014 20:00:01,751 WindowServer[116]: Display 0x042733c1: GL mask 0x3; bounds (0, 0)[1920 x 1200], 60 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccf, S/N 0, Unit 1, Rotation 0
    UUID 0x7dfbf755a87b7c3df679051e724d6c91
    13.05.2014 20:00:01,751 WindowServer[116]: Display 0x003f003e: GL mask 0x4; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    13.05.2014 20:00:01,751 WindowServer[116]: CGXPerformInitialDisplayConfiguration
    13.05.2014 20:00:01,752 WindowServer[116]:   Display 0x042733c1: Unit 1; Alias(1, 0x3); Vendor 0x610 Model 0x9ccf S/N 0 Dimensions 14.45 x 9.06; online enabled built-in, Bounds (0,0)[1920 x 1200], Rotation 0, Resolution 1
    13.05.2014 20:00:01,752 WindowServer[116]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    13.05.2014 20:00:01,752 WindowServer[116]: CGXMuxBoot: Boot normal
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, accelerator 0x00004a2b, unit 0, caps QEX|MIPMAP, vram 288 MB
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000001, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    13.05.2014 20:00:01,834 WindowServer[116]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, accelerator 0x00004693, unit 1, caps QEX|MIPMAP, vram 512 MB
    13.05.2014 20:00:01,846 WindowServer[116]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000006, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    13.05.2014 20:00:01,846 WindowServer[116]: GLCompositor enabled for tile size [256 x 256]
    13.05.2014 20:00:01,846 WindowServer[116]: CGXGLInitMipMap: mip map mode is on
    13.05.2014 20:00:01,867 loginwindow[43]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'airportd' (pid 67) ().
    13.05.2014 20:00:02,000 kernel[0]: IO80211ScanManager::startScan: Initiating scan.
    13.05.2014 20:00:02,912 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:02,933 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:02,947 launchctl[178]: com.apple.findmymacmessenger: Already loaded
    13.05.2014 20:00:02,987 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:03,019 com.apple.SecurityServer[14]: Session 100005 created
    13.05.2014 20:00:03,126 loginwindow[43]: Setting the initial value of the magsave brightness level 1
    13.05.2014 20:00:03,145 UserEventAgent[181]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 20:00:03,166 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:03,233 loginwindow[43]: Login Window Started Security Agent
    13.05.2014 20:00:03,380 SecurityAgent[189]: This is the first run
    13.05.2014 20:00:03,380 SecurityAgent[189]: MacBuddy was run = 0
    13.05.2014 20:00:03,000 kernel[0]: NTFS driver 3.11 [Flags: R/W].
    13.05.2014 20:00:03,451 WindowServer[116]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fb1c2d02340) - enabling OpenGL
    13.05.2014 20:00:03,454 SecurityAgent[189]: User info context values set for seba
    13.05.2014 20:00:03,749 WindowServer[116]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:03,801 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:03,819 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:03,823 com.apple.launchd[1]: System: Could not find requested session: Aqua
    13.05.2014 20:00:03,824 TabletDriver[186]: com.wacom.WacomTouchDriver.105984: Invalid argument
    13.05.2014 20:00:03,829 WindowServer[116]: Received display connect changed for display 0x42733c1
    13.05.2014 20:00:03,851 WindowServer[116]: Found 20 modes for display 0x042733c1 [17, 3]
    13.05.2014 20:00:03,880 WindowServer[116]: CGXMuxAcknowledge: Posting glitchless acknowledge
    13.05.2014 20:00:03,934 WindowServer[116]: Received display connect changed for display 0x42733c1
    13.05.2014 20:00:03,934 WindowServer[116]: Found 1 modes for display 0x042733c1 [1, 0]
    13.05.2014 20:00:03,935 WindowServer[116]: Received display connect changed for display 0x3f003e
    13.05.2014 20:00:03,936 WindowServer[116]: Found 1 modes for display 0x003f003e [1, 0]
    13.05.2014 20:00:04,027 loginwindow[43]: Login Window - Returned from Security Agent
    13.05.2014 20:00:04,103 loginwindow[43]: USER_PROCESS: 43 console
    13.05.2014 20:00:04,108 awacsd[63]: Exiting
    13.05.2014 20:00:04,111 TabletDriver[186]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    13.05.2014 20:00:04,251 com.apple.launchd[1]: System: Could not find requested session: Aqua
    13.05.2014 20:00:04,251 TabletDriver[186]: com.wacom.TabletDriver.49312: Invalid argument
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'airportd' (pid 67).
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::startScan: Broadcast scan request received from 'locationd' (pid 45) ().
    13.05.2014 20:00:04,000 kernel[0]: IO80211ScanManager::getScanResult: All scan results returned for 'locationd' (pid 45).
    13.05.2014 20:00:05,000 kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(auth) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wpa_cap=0x0) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wsec=0x4) returned 0
    13.05.2014 20:00:05,000 kernel[0]: wlc_iovar_setint(wpa_auth=0x80) returned 0
    13.05.2014 20:00:05,000 kernel[0]: AppleKeyStore:Sending lock change 0
    13.05.2014 20:00:05,153 com.apple.launchd.peruser.501[197]: Background: Aqua: Registering new GUI session.
    13.05.2014 20:00:05,157 com.apple.launchd[1]: (com.wacom.WacomTouchDriver.105984[196]) Exited with code: 255
    13.05.2014 20:00:05,166 com.apple.launchd[1]: (com.wacom.wacomtablet[186]) Exited with code: 255
    13.05.2014 20:00:05,185 com.apple.launchd.peruser.501[197]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    13.05.2014 20:00:05,189 com.apple.launchd.peruser.501[197]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    13.05.2014 20:00:05,201 launchctl[202]: com.apple.pluginkit.pkd: Already loaded
    13.05.2014 20:00:05,201 launchctl[202]: com.apple.sbd: Already loaded
    13.05.2014 20:00:05,228 distnoted[204]: # distnote server agent  absolute time: 45.267061779   civil time: Tue May 13 20:00:05 2014   pid: 204 uid: 501  root: no
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Up on en1
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Down on en1. Reason 3 (Deauthenticated because station leaving).
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    13.05.2014 20:00:05,000 kernel[0]: AirPort: Link Up on en1
    13.05.2014 20:00:05,000 kernel[0]: en1: BSSID changed to 58:b0:35:65:a4:3e
    13.05.2014 20:00:05,000 kernel[0]: AirPort_Brcm43xx::getKEY_RSC: Requesting RSC for index 1.
    13.05.2014 20:00:05,000 kernel[0]: wlc_ioctl(WLC_GET_KEY_SEQ) returned 0
    13.05.2014 20:00:05,279 com.apple.InternetSharing[48]: InternetSharing: com.apple.InternetSharing.broadcast-0 has been started
    13.05.2014 20:00:05,280 com.apple.InternetSharing[48]: BCAST is ready [en0, mtu=1500, 0 DNSv6 server(s)]
    13.05.2014 20:00:05,000 kernel[0]: en1: promiscuous mode enable succeeded
    13.05.2014 20:00:05,280 com.apple.InternetSharing[48]: removed addr=fe80::5ab0:35ff:fe65:a43e on en1
    13.05.2014 20:00:05,281 com.apple.InternetSharing[48]: added addr=192.168.2.1 mask=255.255.255.0 on bridge100
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,300 com.apple.InternetSharing[48]: com.apple.InternetSharing.broadcast-0 started: [DHCP subnet=192.168.2/24 on bridge100 mtu=1500 <---> en0 mtu=1500] max-mss=1460
    13.05.2014 20:00:05,300 com.apple.InternetSharing[48]:   dns: 192.168.2.1
    13.05.2014 20:00:05,301 com.apple.InternetSharing[48]: started dns proxy
    13.05.2014 20:00:05,303 com.apple.InternetSharing[48]: dns proxy successfully enabled
    13.05.2014 20:00:05,303 mDNSResponder[40]: SetupDNSProxySkts: 25, 26, 27, 28
    13.05.2014 20:00:05,311 com.apple.InternetSharing[48]: started "natpmpd"
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIReadClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,000 kernel[0]: [BluetoothHCIWriteClassOfDevice] fails because POWER IS OFF
    13.05.2014 20:00:05,338 airportd[67]: _doAutoJoin: Already associated to “MBPs”. Bailing on auto-join.
    13.05.2014 20:00:06,026 xpcd[218]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,077 xpcd[218]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,248 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    13.05.2014 20:00:06,249 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    13.05.2014 20:00:06,250 com.apple.audio.DriverHelper[219]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    13.05.2014 20:00:06,287 com.apple.audio.DriverHelper[219]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    13.05.2014 20:00:06,588 WindowServer[116]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    13.05.2014 20:00:06,672 sharingd[227]: Starting Up...
    13.05.2014 20:00:06,780 WindowServer[116]: Display 0x042733c1: Unit 1; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    13.05.2014 20:00:06,791 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,796 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,808 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:06,899 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,109 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:07,109 configd[17]: DHCP en1: INIT-REBOOT transmit failed
    13.05.2014 20:00:07,654 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,671 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,819 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,823 com.apple.SecurityServer[14]: Session 100006 created
    13.05.2014 20:00:07,849 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,898 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,924 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:07,964 accountsd[265]: assertion failed: 13C1021: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    13.05.2014 20:00:07,986 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,005 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,012 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,018 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,123 UserEventAgent[203]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    13.05.2014 20:00:08,141 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,178 xpcproxy[267]: assertion failed: 13C1021: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    13.05.2014 20:00:08,276 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,289 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x100000000): p=272[USBOverdriveHelp] final status 0x0, allowing (remove VALID) page
    13.05.2014 20:00:08,388 SocialPushAgent[239]: ApplePushService: APSConnection being used without a delegate queue
    13.05.2014 20:00:08,550 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,565 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,577 com.apple.SecurityServer[14]: Session 100009 created
    13.05.2014 20:00:08,661 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:08,718 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,780 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:08,790 com.apple.launchd.peruser.501[197]: (com.apple.mrt.uiagent[244]) Exited with code: 255
    13.05.2014 20:00:08,829 TotalFinder[273]: agent v1.5.35 started (TotalFinder)
    13.05.2014 20:00:08,835 TotalFinder[273]: requesting injection into com.apple.finder[216]
    13.05.2014 20:00:08,915 xpcproxy[276]: assertion failed: 13C1021: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    13.05.2014 20:00:08,942 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,952 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:08,985 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:09,048 WiFiKeychainProxy[237]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    13.05.2014 20:00:09,049 WiFiKeychainProxy[237]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    13.05.2014 20:00:09,476 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:09,476 configd[17]: DHCP en1: INIT-REBOOT transmit failed
    13.05.2014 20:00:09,670 apsd[65]: Unrecognized leaf certificate
    13.05.2014 20:00:09,844 mDNSResponder[40]: mDNS_Execute: SendResponses didn't send all its responses; will try again in one second
    13.05.2014 20:00:10,061 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:10,543 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:00:10,647 BetterTouchTool[271]: init
    13.05.2014 20:00:12,737 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21c1c490 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    13.05.2014 20:00:12,761 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,770 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,770 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:12,778 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:13,344 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21c34520 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    13.05.2014 20:00:13,348 SystemUIServer[215]: Cannot find executable for CFBundle 0x7fde21eaab80 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    13.05.2014 20:00:13,700 configd[17]: inet_set_autoaddr(en1, 1) failed, Resource busy (16)
    13.05.2014 20:00:13,700 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:13,700 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:13,874 com.apple.IconServicesAgent[282]: IconServicesAgent launched.
    13.05.2014 20:00:14,230 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:14,345 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:14,726 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:15,210 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:15,210 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:15,981 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 2.26 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:00:16,585 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:17,049 secd[268]:  securityd_xpc_dictionary_handler Gmail Notifr[274] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
    13.05.2014 20:00:17,304 TabletDriver[255]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app
    13.05.2014 20:00:17,349 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:17,349 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:17,967 Gmail Notifr[274]:  SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
    13.05.2014 20:00:17,988 secd[268]:  securityd_xpc_dictionary_handler Gmail Notifr[274] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
    13.05.2014 20:00:17,988 Gmail Notifr[274]:  SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements))
    13.05.2014 20:00:18,458 bootpd[209]: server name [removed from log]
    13.05.2014 20:00:18,459 bootpd[209]: interface en0: ip 178.235.243.207 mask 255.255.248.0
    13.05.2014 20:00:18,459 bootpd[209]: interface bridge100: ip 192.168.2.1 mask 255.255.255.0
    13.05.2014 20:00:18,460 mds[39]: (Normal) Volume: volume:0x7ff291855200 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/BOOTCAMP
    13.05.2014 20:00:18,468 SystemUIServer[215]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    13.05.2014 20:00:18,468 SystemUIServer[215]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    13.05.2014 20:00:18,611 bootpd[209]: DHCP REQUEST [bridge100]: 1,a4:99:47:25:53:d4 <android-de3492c8d08a2ab5>
    13.05.2014 20:00:19,126 bootpd[209]: ACK sent android-de3492c8d08a2ab5 192.168.2.17 pktsize 300
    13.05.2014 20:00:19,127 Gmail Notifr[274]: Warning: NSBundle NSBundle </System/Library/PrivateFrameworks/XQuery.framework> (loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    13.05.2014 20:00:19,399 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:20,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    13.05.2014 20:00:20,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BC3V (kSMCKeyNotFound)
    13.05.2014 20:00:20,000 kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    13.05.2014 20:00:20,000 kernel[0]: IO80211ScanManager::cachePurge: Rescheduling in 14 seconds.
    13.05.2014 20:00:21,481 TabletDriver[255]: Finish launching /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app
    13.05.2014 20:00:21,531 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:21,641 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:21,641 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:21,886 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:23,935 AirPlayUIAgent[293]: 2014-05-13 08:00:23.934385 PM [AirPlayUIAgent] Changed PIN pairing: no
    13.05.2014 20:00:24,397 xpcd[297]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:24,430 AirPlayUIAgent[293]: 2014-05-13 08:00:24.429731 PM [AirPlayUIAgent] Changed PIN pairing: no
    13.05.2014 20:00:24,542 locationd[45]: wifi scan failed with error: @
    13.05.2014 20:00:24,618 locationd[45]: wifi scan failed with error: @
    13.05.2014 20:00:25,112 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:25,378 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,131 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,143 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:27,712 GrowlLauncher[236]: Launching Growl at URL: file://localhost/Applications/Growl.app/Contents/MacOS/Growl
    13.05.2014 20:00:29,044 syncdefaultsd[235]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    13.05.2014 20:00:29,686 configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Device not configured (6)
    13.05.2014 20:00:29,686 configd[17]: DHCP en1: INIT transmit failed
    13.05.2014 20:00:30,260 storeagent[296]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:30,771 xpcd[69]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:30,771 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:00:31,371 parentalcontrolsd[299]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    13.05.2014 20:00:31,549 configd[17]: set_arp_linklocal(en1) SIOCARPIPLL 1 failed, Resource busy
    13.05.2014 20:00:31,557 configd[17]: network changed: v4(en0:178.235.243.207) DNS Proxy SMB
    13.05.2014 20:00:34,000 kernel[0]: IO80211ScanManager::cachePurge: clearEntries[0] Firing!
    13.05.2014 20:00:34,000 kernel[0]: IO80211ScanManager::cachePurge: NOT Rescheduling.
    13.05.2014 20:00:44,530 storeagent[296]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:44,534 UserEventAgent[203]: multibyte ASN1 identifiers are  not supported.
    13.05.2014 20:00:45,818 xpcd[226]: Warning: NSBundle NSBundle </System/Library/PrivateFrameworks/Mangrove.framework> (not yet loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    13.05.2014 20:00:46,629 Growl[298]: Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this
    13.05.2014 20:00:46,636 Growl[298]: publishing
    13.05.2014 20:00:48,328 WindowServer[116]: disable_update_timeout: UI updates were forcibly disabled by application "Canon IJ Network Scanner Select" for over 1.00 seconds. Server has re-enabled them.
    13.05.2014 20:00:48,678 Growl[298]: Setup timer, this should only happen once
    13.05.2014 20:00:48,680 Growl[298]: Next image check no earlier than 24 hours from 2014-05-12 21:59:00 +0000
    13.05.2014 20:01:01,751 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:01,764 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:02,329 WindowServer[116]: disable_update_likely_unbalanced: UI updates still disabled by application "Canon IJ Network Scanner Select" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    13.05.2014 20:01:02,333 com.apple.dock.extra[284]: <NSXPCConnection: 0x7fa648624d80>: received an undecodable message (no exported object to receive message). Dropping message.
    13.05.2014 20:01:02,397 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:02,946 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,032 com.apple.SecurityServer[14]: Session 100012 created
    13.05.2014 20:01:03,232 WindowServer[116]: common_reenable_update: UI updates were finally reenabled by application "Canon IJ Network Scanner Select" after 15.90 seconds (server forcibly re-enabled them after 1.00 seconds)
    13.05.2014 20:01:03,280 Canon IJ Network Scanner Selector2[270]: void CGSUpdateManager::log() const: conn 0x137a3: spurious update.
    13.05.2014 20:01:03,295 com.apple.time[203]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    13.05.2014 20:01:03,333 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,504 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,533 xpcd[226]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
    13.05.2014 20:01:03,579 com.apple.NotesMigratorService[322]: Joined Aqua audit session
    13.05.2014 20:01:03,703 com.apple.internetaccounts[276]: An instance 0x7fa07b80e0b0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on

    A slow boot time can be caused by login items.
    User Login Items:
        Flux
        NoSleep
        ClipMenu
        Canon IJ Network Scanner Selector2
        BetterTouchTool
        USBOverdriveHelper
        TotalFinder
        Gmail Notifr
    Open System Preferences > Users & Groups > Login Items
    Remove one login item noted above then restart your Mac to test. It may be one or multiple items causing the slow boot.

Maybe you are looking for