Size of Kernel parameter and SGA

Hi,
Can you please suggest me the ideal size of kernel parameters and SGA?
Currently, I have installed 2GB RAM on my machine using Oracle 10.1 database version on Fedora Linux platform. The parameters are currently set as below:
kernel.shmall = 2097152 (2MB)
kernel.shmmax = 2147483648 (2048 MB)
kernel.shmmni = 4096
# semaphores: semmsl, semmns, semopm, semmni
kernel.sem = 250 32000 100 128
I will appreciate if you can give me an idea about the proper size of SGA including SHARED_POOL_SIZE,LARGE_POOL_SIZE AND JAVA_POOL_SIZE.
Thanks in advance.
Jayesh

Oracle's install docs indicate practical minimums. The specific section for Linux x86 is at
http://download-west.oracle.com/docs/cd/B19306_01/install.102/b15660/pre_install.htm#sthref264
The proper size of the pools is always dependent on the workload. It takes experience, understanding of the application and monitoring to size these properly - the realm of the DBA.
However, by setting the SGA_TARGET to some value (less than equal to SGA_MAX_SIZE) and setting these three parameters to '0', the system will use an effective compromise that dynamically changes based on workload.
My suggestion is that the SGA_TARGET and the PGA_AGGREGATE_TARGET be set to ensure the system does not start swapping - when considering all the other normal memory requirements on the system.

Similar Messages

  • Kernel para and sga,pga sizing

    Hello,
    OS-HP-UX(configured to use high sga /no restrictions)
    Current database is running without any issue
    Due to increase in physical ram i plan to increase sga and pga(ram is increase about 3 times)
    My question:
    1)should i also increase sga and pga in same propotion (3 times then existing)
    or use 70% ROT formula
    2)whatever figure i arrive by analysis for increasing sga,do i need to change kernel parameters also
    (does i requre to change kernel parameter every time ram and sga is increased)
    Please suggest
    Thanks

    880991 wrote:
    Ok some questions based on your reply:
    1)then how any gain in upgrading memory above 4 GB if shmmax cannot be more then 4 GB (32 bit OS),then
    SGA also cannot be > 4GB (As per documents SHMMAX should be > SGA)Because the SGA doesn't have to be in one segment. Which version of Oracle are you looking at? It makes a difference!
    http://kevinclosson.wordpress.com/2009/07/27/little-things-doth-crabby-make-part-x-posts-about-linux-hugepages-makes-some-crabby-it-seems/
    >
    2)I read if Operating system is linux can use SGA above 4GB,in fact one of friend told they implemented SGA
    4GB on linux configuring VLM/Huge pages,so in that case ( VLM ) needs to set SHMMAX > 4GB (as per memory ROT) of VLM take cares of SGA > 4GB even if SHMMAX is not setintrestingly my friend also mentioned that in there server VLM is set and shmmax is set < 4 GB and SGA > 4GB
    still it works without problem when checking SGA usage in dyanamic views its shown as using above 4 GB
    ,it contradicts what i read in documents,how this is working ,anyone have idea?[url http://download.oracle.com/docs/cd/B28359_01/server.111/b32009/appi_vlm.htm]No contradiction.
    Also VLM implementation is restricted to Linux or it can be on set on Unix as well and if its set do all components
    of SGA benefit or only buffer cache?
    ThanksIt varies, some unix are quite different than others. Specific answers can only be given to specific configurations. I really have to wonder when you are asking about hp-ux and 32 bit.

  • Confirm that SHMMAX kernel parameter is set datastore size

    Hi,
    I'm getting below exception when i'm trying to create datastore. The error is complaining about failure to create shared memory segment.
    I did go through the T-10 documentation and various post on this forum, and have made sure that the OS and the DSN settings are as per the recommended values. The values meets(or rather exceeds) the minimum values.
    The values are based on below formulas:
    kernel.shmmax (in bytes) = Should be >= PermSize + TempSize + LogBufMB +~50MB overhead
    kernel.shmall (in pages) = Should be >= ceil ( SHMMAX / PAGE_SIZE)
    SwapTotal (in KB) = Swap space should generally be at least 1.5x total physical memory size. It should be sufficient to allow allocation of a large enough shared memory segment
    TempSize (in MB) = Should be >= 40 MB + ceiling( PermSize / 8 MB)
    I have pasted below following things. Please, can any one help me resolve this issue.
    - exception in ttmessg.log
    - output of cat /etc/sysctl.conf
    - sys.odbc.ini datastore configuration
    - cat /proc/meminfo
    - Swap space
    - output of ttstatus
    - output of ttversion
    [oracle@ttnode1 info]$ ttdaemonadmin -stop
    TimesTen Daemon stopped.
    [oracle@ttnode1 info]$ ttdaemonadmin -start
    TimesTen Daemon startup OK.
    [oracle@ttnode1 info]$ ttisql "dsn=tt"
    Copyright (c) 1996-2011, Oracle. All rights reserved.
    Type ? or "help" for help, type "exit" to quit ttIsql.
    connect "dsn=tt";
    *836: Cannot create data store shared-memory segment, error 22*
    The command failed.
    Done
    The exception in ttmesg.log
    [oracle@ttnode1 info]$ tail -f ttmesg.log
    2013-01-14 17:42:49.98 Warn: : 6533: TimesTen Daemon Release 11.2.2.4.0.tt started.
    2013-01-14 17:42:59.45 Err : : 6533: TT14000: TimesTen daemon internal error: Error 22 creating shared segment, KEY 0x0200778b
    2013-01-14 17:42:59.45 Err : : 6533: -- OS reports invalid shared segment size
    2013-01-14 17:42:59.45 Err : : 6533: -- Confirm that SHMMAX kernel parameter is set > datastore size
    2013-01-14 17:45:32.67 Warn: : 6533: request id check 'MKB9+MF7V7DybTjglCEC/10d5/N7FCEFtayvZF4a9xQ=' failed (-5)
    2013-01-14 17:47:18.45 Warn: : 6533: request id check 'u6GF7bBtmRQCXKYMAWa7LhwCv1GtIG8HXdW0GLRLHEU=' failed (-5)
    2013-01-14 17:47:41.62 Warn: : 6533: request id check 'nNAzUc/plNUStN85qP9htbsz/E5psODMEeRYLmE/n50=' failed (-5)
    2013-01-14 23:15:34.58 Warn: : 8590: TimesTen Daemon Release 11.2.2.4.0.tt started.
    2013-01-14 23:15:43.44 Err : : 8590: TT14000: TimesTen daemon internal error: Error 22 creating shared segment, KEY 0x02008294
    2013-01-14 23:15:43.44 Err : : 8590: -- OS reports invalid shared segment size
    2013-01-14 23:15:43.44 Err : : 8590: -- Confirm that SHMMAX kernel parameter is set > datastore size
    2013-01-14 23:16:11.23 Warn: : 8590: request id check 'v4TJ+ZyP3KRvGxfkguLgxNyRUdtfw/MMFrvR2tWMUBk=' failed (-5)
    2013-01-14 23:18:01.34 Warn: : 8590: request id check 'p4DVyvW75Fjlo3dQ5f8OFbk4qpolqj8gFyQhqfW4ekQ=' failed (-5)
    2013-01-14 23:19:50.28 Warn: : 8590: request id check 'DPQ8gSYcljQtkuvx6ccI5a5OGcjXklItV4Mj3Cf0DmA=' failed (-5)
    2013-01-14 23:41:01.97 Warn: : 8820: TimesTen Daemon Release 11.2.2.4.0.tt started.
    *2013-01-14 23:41:10.10 Err : : 8820: TT14000: TimesTen daemon internal error: Error 22 creating shared segment, KEY 0x02008294*
    *2013-01-14 23:41:10.10 Err : : 8820: -- OS reports invalid shared segment size*
    *2013-01-14 23:41:10.10 Err : : 8820: -- Confirm that SHMMAX kernel parameter is set > datastore size*
    2013-01-14 23:42:20.31 Warn: : 8820: request id check 'sHRtjK5AUKI/RYPN6Mf6ivOPeGVFysbXT4eU9dfBZPw=' failed (-5)
    2013-01-14 23:43:24.14 Warn: : 8905: TimesTen Daemon Release 11.2.2.4.0.tt started.
    2013-01-14 23:43:29.64 Err : : 8905: TT14000: TimesTen daemon internal error: Error 22 creating shared segment, KEY 0x02008294
    2013-01-14 23:43:29.64 Err : : 8905: -- OS reports invalid shared segment size
    2013-01-14 23:43:29.64 Err : : 8905: -- Confirm that SHMMAX kernel parameter is set > datastore size
    Here is the OS setting.
    *[oracle@ttnode1 ~]$ cat /etc/sysctl.conf*
    # Kernel sysctl configuration file for Red Hat Linux
    # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
    # sysctl.conf(5) for more details.
    # Controls IP packet forwarding
    net.ipv4.ip_forward = 0
    # Controls source route verification
    net.ipv4.conf.default.rp_filter = 1
    # Do not accept source routing
    net.ipv4.conf.default.accept_source_route = 0
    # Controls the System Request debugging functionality of the kernel
    kernel.sysrq = 0
    # Controls whether core dumps will append the PID to the core filename
    # Useful for debugging multi-threaded applications
    kernel.core_uses_pid = 1
    # Controls the use of TCP syncookies
    net.ipv4.tcp_syncookies = 1
    # Controls the maximum size of a message, in bytes
    kernel.msgmnb = 65536
    # Controls the default maxmimum size of a mesage queue
    kernel.msgmax = 65536
    # Controls the maximum shared segment size, in bytes
    kernel.shmmax = 68719476736
    # Controls the maximum number of shared memory segments, in pages
    kernel.shmall = 4294967296
    Here's the DSN setting
    * Datastore configuration in sys.odbc.ini file*
    *[oracle@ttnode1 info]$ grep -v ^# sys.odbc.ini | sed '/^ *$/d'
    [ODBC Data Sources]
    TT=TimesTen 11.2.2 Driver
    [TT]
    Driver=/home/oracle/TimesTen/tt/lib/libtten.so
    DataStore=/home/oracle/TimesTen/tt/info/DStore/itt_11224
    DatabaseCharacterSet=AL32UTF8
    PermSize=128
    TempSize=96
    ReplicationApplyOrdering=0
    ReplicationParallelism=4
    LogBufParallelism=4
    LogBufMB=32
    LogFileSize=32
    LogFlushMethod=2
    *[ice@ttnode1 ~]$ cat /proc/meminfo*
    MemTotal: 3865624 kB
    MemFree: 2287936 kB
    Buffers: 9744 kB
    Cached: 189340 kB
    SwapCached: 62588 kB
    Active: 739244 kB
    Inactive: 796816 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 3865624 kB
    LowFree: 2287936 kB
    SwapTotal: 2031608 kB
    SwapFree: 1755480 kB
    Dirty: 316 kB
    Writeback: 0 kB
    AnonPages: 1310800 kB
    Mapped: 24260 kB
    Slab: 12952 kB
    PageTables: 8712 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    CommitLimit: 3964420 kB
    Committed_AS: 2886040 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 1616 kB
    VmallocChunk: 34359736599 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    Hugepagesize: 2048 kB
    *[ice@ttnode1 ~]$ grep SwapTotal /proc/meminfo*
    SwapTotal: 4128752 kB
    Earlier the swap space was 2031608 KB, but snice it shuold be 1.5 times the physical memory, i bumped it up to its current value
    *[oracle@ttnode1 info]$ ttstatus*
    TimesTen status report as of Mon Jan 14 17:47:32 2013
    Daemon pid 6533 port 53398 instance tt
    TimesTen server pid 6550 started on port 53399
    Accessible by group oinstall
    End of report
    *[oracle@ttnode1 info]$ ttversion*
    TimesTen Release 11.2.2.4.0 (64 bit Linux/x86_64) (tt:53398) 2012-09-24T08:28:05Z
    Instance admin: oracle
    Instance home directory: /homankse/oracle/TimesTen/tt
    Group owner: oinstall
    Daemon home directory: /home/oracle/TimesTen/tt/info
    Thanks,
    Ved

    Hi,
    On continuing my debugging steps, if checked the limits for IPC facility.
    ipcs -m -l
    ------ Shared Memory Limits --------
    max number of segments = 4096
    max seg size (kbytes) = 32768
    max total shared memory (kbytes) = 8388608
    min seg size (bytes) = 1
    This says that "max number of segments = 4096", where as the kernel parameter is defined as "kernel.shmall = 4294967296".
    Am i correct in understanding that "max number of segments" is same as "kernel.shmall" and the values should be same.
    Also, it says that "max seg size (kbytes) = 32768" ie around 32MB, where as the kernel parameter is defined as "kernel.shmmax = 68719476736" i.e around 64BG.
    and since, the DSN is requesting to create shared memory segment of 128MB, which is greater that 32MB(as per max seg size (kbytes) = 32768), Timesten is throwing the error.
    Thanks everyone for helping me out.
    _ved                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Change a size of PGA and SGA

    Hi,
    I have a plan to increase size of PGA and SGA. Please recommend me which metric in Statspack report I should monitor to check what is the impact of such change.
    Best.

    Hi Lesak;
    Please check below 2 thread:
    How we size SGA
    Re: Estimating SGA Size
    SGA and PGA size
    SGA and PGA size
    Regard
    Helios

  • MY RAM IS 12GB  HOW WOULD YOU SUGGEST SHMMAX SIZE AND SGA SIZE

    Hi Export
    MY RAM IS 12GB HOW WOULD YOU SUGGEST SHMMAX SIZE AND SGA SIZE.
    thanks

    afzal wrote:
    my ram 12gb
    database size 70gb
    windows 2003
    harddisk 500gbHow large is your SGA now??
    Do you have a performance problem yet ??
    Is the problem a global problem in the whole database, or are there just some queries that are slow ??
    What db version are you using ??
    What other applications are using this server ??
    How many users are using this database ??
    Tuning is very much dependent on the application/situation and database type.
    I would like to suggest you start looking at AWR or Statspack.
    HTH
    FJ Franken
    My Blog: http://managingoracle.blogspot.com

  • Maximu Shared Memory (shmmax kernel parameter)

    Hi,
    in all Unix Installation documents...
    shmmax kernel parameter to be set as the Half of the Physical RAM.
    per suppose...if we have 6 GB Ram...cant we increase the SGA size to 5 GB........does it make sense...or any other ....this is the Apps Database with 10g..no other database on this machine....
    anywork arounds .....

    It depends on your exact Unix OS and if your database is 32 or 64 bit. I would not advise setting SGA to 5GB on a 6 GB machine as you leave almost nothing for the OS, nor PGA/UGA shadow processes. If you have more than like 10 connections, I would set the SGA to no more than 2 or 3 GB, then have a 1 GB pga_aggregate_target.

  • What is the resource control corresponding to each kernel parameter

    Hi
    I am trying to prepare (i.e. tune) a Solaris 10 instance for an Oracle 10g install using a Solaris 10 project.
    I am new to using Solaris 10 project resource controls so I might get some of this totally wrong.
    I know all of the "old" kernel parameter names: what each represents and its' required value and I know some of the corresponding resource controls but not all of them.
    That is I do not know the resource control corresponding to each and all of the kernel parameters.
    e.g. I know:
    semsys:seminfo_semmsl == process.max-sem-nsems == The maximum number of sempahores that can be in one semaphore set
    shmsys:shminfo_shmmax == project.max-shm-memory == The maximum size(in bytes) of a single shared memory segment
    shmsys:shminfo_shmmni == project.max-shm-ids == The number of shared memory identifiers
    But I do not know, for example, what resource control corresponds to:
    semsys:seminfo_semmns == The number of semaphores in the system
    Is there a list somewhere of the resource control corresponding to each of the kernel parameters ?
    I know I can set some kernel parameters in /etc/system but that should only be used for system - wide kernel parameters, right ?
    I know there are project, process, task and zone classes of resource controls.
    Can a resource control of any and all of these types be set in a project ?
    Are zone resource controls equivalent to system-wide resource controls ?
    Are there corresponding resource controls to all kernel parameters e.g. such as noexec_user_stack ?
    I have set noexec_user_stack in /etc/system.
    And finally - just to be sure - using a project makes the resource control values permanent, right ?
    Thanks
    Brett.

    Hi;
    Please check below which could be helpful for your issue:
    Kernel setup for Solaris 10 using project files [ID 429191.1]
    Regard
    Helios

  • Kernel Parameter Update

    Best Friends
    Recently added new hardware to a production server, before I had:
    06 cpu
    24 Gb Mem
    Now you have:
    08 cpu
    32Gb Mem
    After that, evaluate SGA Delk increase server area was very small, the area now has 8GB SGA
    The parameters to increase in this activity increased SGA were:
                                                         Before      Now
    sga_max_size                               03Gb      08Gb
    db_cache_size                              02Gb      04Gb
    SHARED_POOL_SIZE                    816Mb    2.4Gb
    shared_pool_reserved_size          84Mb      245 Mb
    What I'm not clear is the following,:
    After increasing CPU and memory on the server and then adjust these parameters of the SGA, I have to adjust or increase any kernel parameter value??

    Hi Friends,
    That's the point, I know the parameters needed depending on the SAP installation should have some defaults.
    But here, after increasing CPU and memory, there is also some connection to increase certain parameters at the kernel level?
    I do not know.
    So my consuls, if I increase some kernel parameters.
    Thank you for your attention

  • My Mac is running INCREDIBLY slow, Kernel-task and LR, PS, PSE, etc. are not functioning well.

    Hi!  Been trying to follow a thread about the Kernel-task and slow Mac performance.  I did download EtreCheck and ran the report.  I am a photographer using LR 4 and Chrome is my main browser.  Both Chrome and LR (or PSE, or PS or Xee (a photo viewing app) make my computer run beyond ridiculously slow.  I have so much work to do for clients and I get stopped in the middle of editing and cannot move forward because my beloved Mac is having issues.  I did go through several old apps and the Application Support and Prefernces and deleted what I could of what I knew "what was what".  I would appreciate any help in getting my Mac back on track.  Thanks!
    - Amy
    Problem description:
    My Mac is running incredibly sluggish.  Chrome continues to lag, and the spinning ball is ridiculous when I am working in LR.  I did the EtreCheck and the report is below.  I JUST cleared out my LR catalogs and now have just two folders in the catalog from a current wedding I am working on.  I will have to consider using separate catalogs for my other genres or even smaller catalogs and just make a catalog for each client.  Thanks for looking this over!  I am so frustrated.
    Amy
    EtreCheck version: 2.1.8 (121)
    Report generated March 14, 2015 1:38:01 PM CDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        iMac (21.5-inch, Mid 2010) (Technical Specifications)
        iMac - model: iMac11,2
        1 3.2 GHz Intel Core i3 CPU: 2-core
        4 GB RAM
            BANK 0/DIMM0
                Empty  
            BANK 1/DIMM0
                Empty  
            BANK 0/DIMM1
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM1
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless: Unknown
    Video Information: ℹ️
        ATI Radeon HD 5670 - VRAM: 512 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.8.5 (12F2501) - Time since boot: 3:36:47
    Disk Information: ℹ️
        WDC WD1001FALS-40Y6A0 disk0 : (1 TB)
            disk0s1 (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (177.87 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        OPTIARC DVD RW AD-5680H 
    USB Information: ℹ️
        Wacom Co.,Ltd. Bamboo Pad, wireless
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader
        Generic  External         2 TB
            disk1s1 (disk1s1) <not mounted> : 210 MB
            Archive 2TB (disk1s2) /Volumes/Archive 2TB : 2.00 TB (47.65 GB free)
        Generic Mass Storage Device
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        Apple Inc. Built-in iSight
        Apple Computer, Inc. IR Receiver
    Configuration files: ℹ️
        /etc/hosts - Count: 15
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Conduit [Adware! - Remove]
        Geneio [Adware! - Remove]
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.wacom.kext.pentablet (5.3.3 - SDK 10.8) [Click for support]
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.coresymbolicationd.plist [Click for details]
        [failed]    com.apple.wdhelper.plist [Click for details]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [failed]    com.conduit.loader.agent.plist [Adware! - Remove]
        [running]    com.genieoinnovation.macextension.plist [Adware! - Remove]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.pentablet.plist [Click for support]
    Launch Daemons: ℹ️
        [not loaded]    .plist (hidden) [Click for support]
            /usr/local/libexec/TorchUpdater /usr/local/libexec/TorchUpdater --hello=torch
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.genieoinnovation.macextension.client.plist [Adware! - Remove]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.skype.skypeinstaller.plist [Click for support]
        [running]    com.xrite.device.xrdd.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.citrixonline.GoToMeeting.G2MUpdate.plist [Click for support]
        [loaded]    com.facebook.videochat.[redacted].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.Installer.completer.download.plist [Click for support]
        [loaded]    com.Installer.completer.ltvbit.plist [Click for support]
        [loaded]    com.Installer.completer.update.plist [Click for support]
        [failed]    com.mediafire.express.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
        [not loaded]    jp.co.canon.Inkjet_Extended_Survey_Agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN  (missing value)
        Microsoft AU Daemon    UNKNOWN  (missing value)
        Canon IJ Network Scanner Selector2    Application Hidden (/Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app)
        GrowlHelperApp    UNKNOWN  (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        ColorMunkiDisplayTray    Application  (/Library/Application Support/Colormunki/Display/Tools/ColorMunkiDisplayTray.app)
        Spotify    Application  (/Applications/Spotify.app)
        apple-scc-20131227-135420    UNKNOWN  (missing value)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.1
        JavaAppletPlugin: Version: Java 7 Update 75 Check version
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown
    Safari Extensions: ℹ️
        TelevisionFanatic
        Readability
        Produtools_Manuals_21
    3rd Party Preference Panes: ℹ️
        Java  [Click for support]
        PenTablet  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: NO - Auto backup turned off
        Destinations:
            Everything - 2TB [Local]
            Total size: 0 B
            Total number of backups: 0
            Oldest backup: -
            Last backup: -
            Size of backup disk: Excellent
                Backup size 0 B > (Disk size 0 B X 3)
        /sbin excluded from backup!
        /usr excluded from backup!
        /System excluded from backup!
        /bin excluded from backup!
        /private excluded from backup!
        /Library excluded from backup!
        /Applications excluded from backup!
    Top Processes by CPU: ℹ️
             2%    activitymonitord
             1%    WindowServer
             1%    Activity Monitor
             1%    Google Chrome
             0%    ColorMunkiDisplayTray
    Top Processes by Memory: ℹ️
        210 MB    mds
        189 MB    Google Chrome
        90 MB    Google Drive
        90 MB    Google Chrome Helper
        86 MB    Microsoft Word
    Virtual Memory Information: ℹ️
        1.52 GB    Free RAM
        1.65 GB    Active RAM
        480 MB    Inactive RAM
        644 MB    Wired RAM
        1.92 GB    Page-ins
        16.91 GB    Page-outs
    Diagnostics Information: ℹ️
        Mar 14, 2015, 09:58:17 AM    Self test - passed
        Mar 14, 2015, 09:53:54 AM    /Library/Logs/DiagnosticReports/Google Drive_2015-03-14-095354_[redacted].crash
        Mar 11, 2015, 02:33:04 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Google Chrome_2015-03-11-143304_[redacted].crash
        Mar 14, 2015, 10:04:09 AM    /Library/Logs/DiagnosticReports/Spotify_2015-03-14-100409_[redacted].hang
        Mar 14, 2015, 08:28:48 AM    /Library/Logs/DiagnosticReports/PenTabletDriver_2015-03-14-082848_[redacted].cr ash
        Mar 12, 2015, 12:56:47 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/ColorMunkiDisplayTray_2015-03- 12-125647_[redacted].crash

    Several problems exist.
    1.
    Back up your Mac prior to making any changes to its file system. Time Machine has not been configured properly To learn how to use Time Machine read Mac Basics: Time Machine backs up your Mac - Apple Support.
    2.
    You inadvertently installed adware. You do not need to download or install anything to fix it.
    For a description of how this may have occurred, how to avoid it in the future, and for Apple's recommended actions read How to install adware. Apple's instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.
    3.
    That Mac's Hosts file appears to have been modified. Fixing a modified Hosts file requires specific instructions. Apple Support Communities contributor and EtreCheck author etresoft recently added a User Tip discussing that concern, and how to correct it: Fixing a hacked /etc/hosts file

  • My MBP is Kernel Panicing, and I see the Crash Report is at 107% CPU

    My fans are spinning quickly, and the whole thing sounds like a Jet Plane, even when no programs are open.  I have been to the Genius bar 3 times this week.
    They keep looking at it, doing disk checks, repairing permissions, then I left it with them for 3 days.  They ran "diagnostic tests", but still came back with nothing.
    They finally agreed to wipe my Hard Drive.  Since I got it back Friday night, I had one more kernel panic, and I've managed to update Mountain Lion...but the Crash Report thing is still going on.
    It's pretty obvious that the Genius bar here in London doesn't have a clue how to fix this, so what should I do?

    Here's the one from last night.
    Interval Since Last Panic Report:  908 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    BE47B0D8-E4D1-B2D2-B22B-F4EEB7B82C44
    Sat Feb  9 22:18:42 2013
    panic(cpu 0 caller 0xffffff80082b7bd5): Kernel trap at 0xffffff8008636e02, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000250, CR3: 0x0000000000c78021, CR4: 0x00000000000606e0
    RAX: 0x0000000000000000, RBX: 0xffffff80d9beb000, RCX: 0x0000000000000000, RDX: 0xffffff8019736880
    RSP: 0xffffff80f887bd70, RBP: 0xffffff80f887bd80, RSI: 0xffffff80088e1490, RDI: 0x0000000000000200
    R8:  0x0000000000000000, R9:  0x0000000000000155, R10: 0x0000000000000000, R11: 0x0000000000000000
    R12: 0xffffff801d22bc30, R13: 0xffffff801d22bc30, R14: 0xffffff80d9beb000, R15: 0xffffff802d7e8990
    RFL: 0x0000000000010206, RIP: 0xffffff8008636e02, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000250, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80f887ba10 : 0xffffff800821d626
    0xffffff80f887ba80 : 0xffffff80082b7bd5
    0xffffff80f887bc50 : 0xffffff80082ce4ed
    0xffffff80f887bc70 : 0xffffff8008636e02
    0xffffff80f887bd80 : 0xffffff800862c671
    0xffffff80f887bda0 : 0xffffff8008293075
    0xffffff80f887bde0 : 0xffffff8008220b0c
    0xffffff80f887be10 : 0xffffff8008210448
    0xffffff80f887be60 : 0xffffff8008220df2
    0xffffff80f887be90 : 0xffffff800824f021
    0xffffff80f887bed0 : 0xffffff8008216d00
    0xffffff80f887bf20 : 0xffffff8008219f64
    0xffffff80f887bf50 : 0xffffff8008218c97
    0xffffff80f887bf70 : 0xffffff80082a5b16
    0xffffff80f887bfb0 : 0xffffff80082ced53
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000008000000
    Kernel text base: 0xffffff8008200000
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 2231670437867
    last loaded kext at 1251112887675: com.apple.filesystems.afpfs 10.0 (addr 0xffffff7f89e1f000, size 348160)
    last unloaded kext at 573356712709: com.apple.driver.AppleUSBUHCI 5.2.5 (addr 0xffffff7f88b39000, size 65536)
    loaded kexts:
    com.apple.filesystems.afpfs 10.0
    com.apple.nke.asp_tcp 7.0.0
    com.apple.filesystems.smbfs 1.8
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AudioAUUC 1.60
    com.apple.iokit.IOBluetoothSerialManager 4.0.9f33
    com.apple.driver.AGPM 100.12.69
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleMikeyHIDDriver 122
    com.apple.driver.AppleHDA 2.3.1f2
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleMikeyDriver 2.3.1f2
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleUpstreamUserClient 3.5.10
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.2d0
    com.apple.driver.ApplePolicyControl 3.2.11
    com.apple.driver.SMCMotionSensor 3.0.2d6
    com.apple.driver.AppleLPC 1.6.0
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport 4.0.9f33
    com.apple.driver.AppleIntelHD3000Graphics 8.0.0
    com.apple.driver.AppleIntelSNBGraphicsFB 8.0.0
    com.apple.driver.AppleBacklight 170.2.3
    com.apple.driver.AppleMCCSControl 1.0.33
    com.apple.driver.AppleUSBTCButtons 235.4
    com.apple.driver.AppleUSBTCKeyboard 235.4
    com.apple.driver.AppleIRController 320.15
    com.apple.iokit.SCSITaskUserClient 3.5.1
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.2.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 34
    com.apple.driver.AppleUSBHub 5.2.5
    com.apple.driver.AirPort.Brcm4331 602.15.22
    com.apple.driver.AppleSDXC 1.2.2
    com.apple.driver.AppleFWOHCI 4.9.6
    com.apple.driver.AppleAHCIPort 2.4.1
    com.apple.iokit.AppleBCM5701Ethernet 3.2.5b3
    com.apple.driver.AppleUSBEHCI 5.4.0
    com.apple.driver.AppleEFINVRAM 1.6.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 1.6
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleHPET 1.7
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.6
    com.apple.driver.AppleAPIC 1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient 196.0.0
    com.apple.nke.applicationfirewall 4.0.39
    com.apple.security.quarantine 2
    com.apple.driver.AppleIntelCPUPowerManagement 196.0.0
    com.apple.security.SecureRemotePassword 1.0
    com.apple.iokit.IOSerialFamily 10.0.6
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.3.1f2
    com.apple.iokit.IOAudioFamily 1.8.9fc10
    com.apple.kext.OSvKernDSPLib 1.6
    com.apple.iokit.IOSurface 86.0.3
    com.apple.iokit.IOBluetoothFamily 4.0.9f33
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.AppleSMBusPCI 1.0.10d0
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.IOPlatformPluginFamily 5.2.0d16
    com.apple.driver.AppleHDAController 2.3.1f2
    com.apple.iokit.IOHDAFamily 2.3.1f2
    com.apple.driver.AppleSMC 3.1.4d2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport 4.0.9f33
    com.apple.driver.AppleGraphicsControl 3.2.11
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.3.5
    com.apple.driver.AppleSMBusController 1.0.10d0
    com.apple.iokit.IOGraphicsFamily 2.3.5
    com.apple.driver.AppleThunderboltDPInAdapter 1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily 1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.2.5
    com.apple.driver.AppleUSBMultitouch 235.7
    com.apple.iokit.IOUSBHIDDriver 5.2.5
    com.apple.driver.AppleUSBMergeNub 5.2.5
    com.apple.driver.AppleUSBComposite 5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.5.1
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.1
    com.apple.driver.AppleThunderboltNHI 1.6.0
    com.apple.iokit.IOThunderboltFamily 2.1.1
    com.apple.iokit.IO80211Family 500.15
    com.apple.iokit.IOUSBUserClient 5.2.5
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.2b1
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.iokit.IOUSBFamily 5.4.0
    com.apple.driver.AppleEFIRuntime 1.6.1
    com.apple.iokit.IOHIDFamily 1.8.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 220
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.DiskImages 344
    com.apple.iokit.IOStorageFamily 1.8
    com.apple.driver.AppleKeyStore 28.21
    com.apple.driver.AppleACPIPlatform 1.6
    com.apple.iokit.IOPCIFamily 2.7.2
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 8 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 320.07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 6
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

  • Installing Mavericks cause Kernel Panic and after installing too

    Hi,
    I worked with Mountain Lion and all was good, but I thought that would be nice to update to Mavericks.
    And I'm not good in Mac OS, so I didn't prepare backup before, because believed that it have to work.
    But during installation I got kernel panic several times, yeah. But installation process was continued and finally Mavericks was installed.
    I was happy, but I shouldn't.
    From time to time I'm getting kernel panic and I don't know what is reason.
    The worst things that I can't rollback to ML, because for some reason Mavericks installing instead.
    And I did clean install several times, and did cleaning NVRAM and PRAM, but it all didn't help to me.
    I haven't Apple Support in my country, so I can't even come to service center.
    And my last hope is your support.
    Could you please look on a kernel panic log and say me what is wrong with it?
    Anonymous UUID:  
    CB0D1011-3613-05A6-5015-9ABF6A5C5764
    Sun Dec  8 22:57:24 2013
    panic(cpu 1 caller 0xffffff80074dc19e): Kernel trap at 0xffffff7f8934696c, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffef7f8936c9b8, CR3: 0x000000000a169000, CR4: 0x0000000000000660
    RAX: 0x0fffffc5f76d0000, RBX: 0xffffef7f8936c9b0, RCX: 0x0000000000000001, RDX: 0x000003a0892cfa12
    RSP: 0xffffff80efc03d80, RBP: 0xffffff80efc03e70, RSI: 0x000003c0892c668c, RDI: 0xffffff80e8eed148
    R8:  0x00000000e0000000, R9:  0x0000000000000005, R10: 0x00000000ffffffff, R11: 0xffffffffffffffff
    R12: 0xffffff801937f800, R13: 0x0000000000000005, R14: 0xffffff80e8eed148, R15: 0xffffff7f8936ae20
    RFL: 0x0000000000010006, RIP: 0xffffff7f8934696c, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffef7f8936c9b8, Error code: 0x0000000000000002, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80efc03a10 : 0xffffff8007422f69
    0xffffff80efc03a90 : 0xffffff80074dc19e
    0xffffff80efc03c60 : 0xffffff80074f3606
    0xffffff80efc03c80 : 0xffffff7f8934696c
    0xffffff80efc03e70 : 0xffffff7f89345b89
    0xffffff80efc03f30 : 0xffffff80074dda5c
    0xffffff80efc03f50 : 0xffffff800743757a
    0xffffff80efc03f90 : 0xffffff80074378c8
    0xffffff80efc03fb0 : 0xffffff80074d6aa7
    Kernel Extensions in backtrace:
    com.apple.driver.AppleIntelCPUPowerManagement(216.0)[A6EE4D7B-228E-3A3C-95BA-10E D6F331236]@0xffffff7f89343000->0xffffff7f8936dfff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:
    0x0000000007200000
    Kernel text base: 0xffffff8007400000
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 6087597184120
    last loaded kext at 734223625091: com.apple.filesystems.smbfs
    2.0.0 (addr 0xffffff7f89736000, size 335872)
    last unloaded kext at 317416816502: com.apple.filesystems.msdosfs
    1.9 (addr 0xffffff7f89736000, size 57344)
    loaded kexts:
    com.apple.filesystems.smbfs
    2.0.0
    com.apple.filesystems.autofs
    3.0
    com.apple.driver.AppleHWSensor
    1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager
    4.2.0f6
    com.apple.driver.AudioAUUC
    1.60
    com.apple.driver.AGPM
    100.14.11
    com.apple.driver.AppleMikeyHIDDriver
    124
    com.apple.driver.AppleHDA
    2.5.2fc2
    com.apple.iokit.IOUserEthernet
    1.0.0d1
    com.apple.driver.AppleMikeyDriver
    2.5.2fc2
    com.apple.Dont_Steal_Mac_OS_X
    7.0.0
    com.apple.driver.AppleHWAccess
    1
    com.apple.driver.ACPI_SMC_PlatformPlugin
    1.0.0
    com.apple.driver.AppleLPC
    1.7.0
    com.apple.driver.AppleSMCLMU
    2.0.4d1
    com.apple.GeForceTesla
    8.1.8
    com.apple.driver.AppleUpstreamUserClient
    3.5.13
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.driver.AppleBacklight
    170.3.5
    com.apple.driver.AppleMCCSControl
    1.1.12
    com.apple.driver.SMCMotionSensor
    3.0.4d1
    com.apple.driver.AppleUSBTCButtons
    240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless
    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib
    1.0.0d1
    com.apple.BootCache
    35
    com.apple.driver.AppleUSBTCKeyboard
    240.2
    com.apple.driver.AppleIRController
    325.7
    com.apple.driver.AppleUSBCardReader
    3.3.5
    com.apple.iokit.SCSITaskUserClient
    3.6.0
    com.apple.driver.XsanFilter
    404
    com.apple.iokit.IOAHCIBlockStorage
    2.4.0
    com.apple.driver.AirPort.Brcm4331
    700.20.22
    com.apple.driver.AppleFWOHCI
    4.9.9
    com.apple.driver.AppleUSBHub
    650.4.4
    com.apple.driver.AppleAHCIPort
    2.9.5
    com.apple.nvenet
    2.0.21
    com.apple.driver.AppleUSBOHCI
    650.4.1
    com.apple.driver.AppleUSBEHCI
    650.4.1
    com.apple.driver.AppleSmartBatteryManager
    161.0.0
    com.apple.driver.AppleRTC
    2.0
    com.apple.driver.AppleHPET
    1.8
    com.apple.driver.AppleACPIButtons
    2.0
    com.apple.driver.AppleSMBIOS
    2.0
    com.apple.driver.AppleACPIEC
    2.0
    com.apple.driver.AppleAPIC
    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient
    216.0.0
    com.apple.nke.applicationfirewall
    153
    com.apple.security.quarantine
    3
    com.apple.driver.AppleIntelCPUPowerManagement
    216.0.0
    com.apple.kext.triggers
    1.0
    com.apple.iokit.IOSerialFamily
    10.0.7
    com.apple.AppleGraphicsDeviceControl
    3.4.12
    com.apple.driver.DspFuncLib
    2.5.2fc2
    com.apple.vecLib.kext
    1.0.0
    com.apple.iokit.IOAudioFamily
    1.9.4fc11
    com.apple.kext.OSvKernDSPLib
    1.14
    com.apple.iokit.IOSurface
    91
    com.apple.iokit.IOBluetoothFamily
    4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy
    1.0.0
    com.apple.driver.AppleSMBusPCI
    1.0.12d1
    com.apple.driver.IOPlatformPluginFamily
    5.5.1d27
    com.apple.nvidia.classic.NVDANV50HalTesla
    8.1.8
    com.apple.nvidia.classic.NVDAResmanTesla
    8.1.8
    com.apple.iokit.IOBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.iokit.IOFireWireIP
    2.2.5
    com.apple.driver.AppleHDAController
    2.5.2fc2
    com.apple.iokit.IOHDAFamily
    2.5.2fc2
    com.apple.driver.AppleBacklightExpert
    1.0.4
    com.apple.driver.AppleSMBusController
    1.0.11d1
    com.apple.iokit.IONDRVSupport
    2.3.6
    com.apple.iokit.IOGraphicsFamily
    2.3.6
    com.apple.driver.AppleSMC
    3.1.6d1
    com.apple.driver.AppleUSBMultitouch
    240.6
    com.apple.iokit.IOUSBHIDDriver
    650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice
    3.6.0
    com.apple.iokit.IOUSBMassStorageClass
    3.6.0
    com.apple.driver.AppleUSBMergeNub
    650.4.0
    com.apple.driver.AppleUSBComposite
    650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice
    3.6.0
    com.apple.iokit.IOBDStorageFamily
    1.7
    com.apple.iokit.IODVDStorageFamily
    1.7.1
    com.apple.iokit.IOCDStorageFamily
    1.7.1
    com.apple.iokit.IOAHCISerialATAPI
    2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily
    3.6.0
    com.apple.iokit.IO80211Family
    600.34
    com.apple.iokit.IOFireWireFamily
    4.5.5
    com.apple.iokit.IOUSBUserClient
    650.4.4
    com.apple.iokit.IOAHCIFamily
    2.6.0
    com.apple.iokit.IONetworkingFamily
    3.2
    com.apple.iokit.IOUSBFamily
    650.4.4
    com.apple.driver.NVSMU
    2.2.9
    com.apple.driver.AppleEFINVRAM
    2.0
    com.apple.driver.AppleEFIRuntime
    2.0
    com.apple.iokit.IOHIDFamily
    2.0.0
    com.apple.iokit.IOSMBusFamily
    1.1
    com.apple.security.sandbox
    278.10
    com.apple.kext.AppleMatch
    1.0.0d1
    com.apple.security.TMSafetyNet
    7
    com.apple.driver.AppleKeyStore
    2
    com.apple.driver.DiskImages
    371.1
    com.apple.iokit.IOStorageFamily
    1.9
    com.apple.iokit.IOReportFamily
    21
    com.apple.driver.AppleFDEKeyStore
    28.30
    com.apple.driver.AppleACPIPlatform
    2.0
    com.apple.iokit.IOPCIFamily
    2.8
    com.apple.iokit.IOACPIFamily
    1.4
    com.apple.kec.corecrypto
    1.0
    com.apple.kec.pthread
    1
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3035312E4130304C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3035312E4130304C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST9500420AS, 500,11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Built-in iSight
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus:

    Oksan wrote:
    Sun Dec  8 22:57:24 2013
    panic(cpu 1 caller 0xffffff80074dc19e): Kernel trap at 0xffffff7f8934696c, type 14=page fault, registers:
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.47f2
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3035312E4130304C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3035312E4130304C4620
    1333 MHz is the wrong memory.
    Your Mid 2009 MacBook Pro 5,5 uses PC3-8500 1066 MHz Memory....?
    see > MacBook Pro (13-inch, Mid 2009) - Technical Specifications
    and > MacBook Pro: How to remove or install memory
    or > How to Upgrade MacBook Pro RAM (2009, 2010, 2011, 2012)

  • How to Change the Size of the Parameter Form in Report6i

    hi
    Does any one know how to change the size of the "PARAMETER FORM" in Report6i.

    Hi,
    You can change it in the "Parameter Form Window" property of the Report Object.
    In the object navigator, select the Report object and open its property palette. Under "Parameter Form Window" you can change the "width" and "height" properties.
    Regards,
    Siva B

  • Kernel parameter tuning in Solaris 10

    Hi Guru's
    Can you any one help me to find the some good docs for Solaris kernel tuning. How to change the kernel parameter online?
    How to do kernel tuning in online and what is the purposre of /etc/system and sysdef command.
    How I can search for exisiting kernel value.
    Thanks in advance.
    Jimbe

    There is interesting info at [Solaris Internals|http://www.solarisinternals.com/wiki/index.php/Solaris_Internals] .
    have a good day,
    Glen

  • IMac keeps freezing - kernel panics and other

    My iMac keeps freezing on me. Sometimes I get a notice that my computer experience a kernel panic and upon restart have the option of sending the info to Apple, other times it just feezes and I have to do a hard restart but get no prompts about the improper shutdown. This usually happens when I'm working in Adobe Premiere Pro and Adobe After Effects at the same time.
    Am I just overloading the system? And if so, why would it allow me to do that? Shouldn't it just run really slowly or have one application freeze, not the entire system? This hasn't been a problem in the past, it just recently started happening more and more often. Do I need more Ram? That's pretty much the only thing I can upgrade. Here are my system specs, please let me know if you have any suggestions for things I can do to prevent this from happening again. Thank you!

    Thanks for the replies. Baltwo I'll try running those test and see if they find anything.
    Here's a recent Kernel panic log:
    Anonymous UUID:       052529F7-3E96-7D93-EE57-F11E2985864C
    Mon Apr 14 10:40:57 2014
    panic(cpu 2 caller 0xffffff7fa3a4e241): NVRM[0/1:0:0]: Read Error 0x00100c80: CFG 0x11a310de 0x00100406 0xb0000000, BAR0 0x102c00000 0xffffff81faa66000 0x0e4230a2, D0, P2/4
    Backtrace (CPU 2), Frame : Return Address
    0xffffff803ae33450 : 0xffffff8023022fa9
    0xffffff803ae334d0 : 0xffffff7fa3a4e241
    0xffffff803ae33590 : 0xffffff7fa3b18106
    0xffffff803ae335d0 : 0xffffff7fa3ce7b09
    0xffffff803ae33640 : 0xffffff7fa3ce7938
    0xffffff803ae336a0 : 0xffffff7fa3c8469e
    0xffffff803ae33740 : 0xffffff7fa3c80fae
    0xffffff803ae337e0 : 0xffffff7fa3c80af8
    0xffffff803ae33840 : 0xffffff7fa3b670e8
    0xffffff803ae338d0 : 0xffffff7fa3d30bae
    0xffffff803ae33940 : 0xffffff7fa3d26b16
    0xffffff803ae33a10 : 0xffffff7fa3d26edf
    0xffffff803ae33a80 : 0xffffff7fa3b8bbbc
    0xffffff803ae33bd0 : 0xffffff7fa3b8b5b1
    0xffffff803ae33ce0 : 0xffffff7fa3b8f189
    0xffffff803ae33d30 : 0xffffff7fa3d54bf3
    0xffffff803ae33da0 : 0xffffff7fa3b8edb1
    0xffffff803ae33e20 : 0xffffff7fa3a36aea
    0xffffff803ae33ee0 : 0xffffff7fa3a04635
    0xffffff803ae33f20 : 0xffffff802304a23a
    0xffffff803ae33fb0 : 0xffffff80230d6ff7
          Kernel Extensions in backtrace:
             com.apple.nvidia.driver.NVDAResman(8.2.4)[3D591202-DD24-3441-925A-F6808ABDF185] @0xffffff7fa39fe000->0xffffff7fa3c62fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7fa36bb000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7fa39ee000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7fa39ab000
             com.apple.nvidia.driver.NVDAGK100Hal(8.2.4)[ACFCEA0C-4C80-36C0-8636-D10EE7D2DE1 7]@0xffffff7fa3c6d000->0xffffff7fa3e19fff
                dependency: com.apple.nvidia.driver.NVDAResman(8.2.4)[3D591202-DD24-3441-925A-F6808ABDF185] @0xffffff7fa39fe000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7fa36bb000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13C64
    Kernel version:
    Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    Kernel UUID: 9FEA8EDC-B629-3ED2-A1A3-6521A1885953
    Kernel slide:     0x0000000022e00000
    Kernel text base: 0xffffff8023000000
    System model name: iMac13,2 (Mac-FC02E91DDD3FA6A4)
    System uptime in nanoseconds: 163806849337921
    last loaded kext at 17058727564: com.apple.driver.AppleHWSensor          1.9.5d0 (addr 0xffffff7fa508d000, size 36864)
    loaded kexts:
    com.nvidia.CUDA          1.1.0
    com.Cycling74.driver.Soundflower          1.5.1
    com.logmein.driver.LogMeInSoundDriver          1.0.3
    com.promise.driver.stex          5.2.7
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.iokit.IOBluetoothSerialManager          4.2.3f10
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleMikeyDriver          2.6.0f1
    com.apple.driver.AGPM          100.14.15
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleHDAHardwareConfigDriver          2.6.0f1
    com.apple.driver.AppleHDA          2.6.0f1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.GeForce          8.2.4
    com.apple.driver.AppleMuxControl          3.4.35
    com.apple.iokit.IOBluetoothUSBDFU          4.2.3f10
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.driver.AppleIntelHD4000Graphics          8.2.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.nvidia.NVDAStartup          8.2.4
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleThunderboltIP          1.1.2
    com.apple.driver.AppleIntelMCEReporter          104
    com.apple.driver.AppleIntelFramebufferCapri          8.2.4
    com.apple.iokit.SCSITaskUserClient          3.6.6
    com.apple.driver.CoreStorageFsck          380
    com.apple.driver.AppleFileSystemDriver          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.5.1
    com.apple.driver.AppleUSBHub          666.4.0
    com.apple.driver.AppleSDXC          1.5.2
    com.apple.iokit.AppleBCM5701Ethernet          3.8.1b2
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          3.0.0
    com.apple.driver.AppleUSBEHCI          660.4.0
    com.apple.driver.AppleUSBXHCI          670.4.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.1
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.kext.triggers          1.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.3f10
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOBluetoothFamily          4.2.3f10
    com.apple.driver.DspFuncLib          2.6.0f1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.5fc2
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOAcceleratorFamily          98.14
    com.apple.nvidia.driver.NVDAGK100Hal          8.2.4
    com.apple.nvidia.driver.NVDAResman          8.2.4
    com.apple.driver.AppleGraphicsControl          3.4.35
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IONDRVSupport          2.4.1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.iokit.IOFireWireIP          2.2.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.AppleHDAController          2.6.0f1
    com.apple.iokit.IOHDAFamily          2.6.0f1
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleSMC          3.1.8
    com.apple.driver.IOPlatformPluginFamily          5.7.0d10
    com.apple.iokit.IOAcceleratorFamily2          98.14
    com.apple.AppleGraphicsDeviceControl          3.4.35
    com.apple.iokit.IOGraphicsFamily          2.4.1
    com.apple.driver.AppleThunderboltEDMSink          2.1.3
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.6
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOUSBHIDDriver          660.4.0
    com.apple.driver.AppleThunderboltDPInAdapter          3.1.7
    com.apple.driver.AppleThunderboltDPOutAdapter          3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily          3.1.7
    com.apple.driver.AppleThunderboltPCIUpAdapter          1.4.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.5
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          656.4.1
    com.apple.driver.CoreStorage          380
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOSCSIParallelFamily          3.0.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.6
    com.apple.driver.AppleThunderboltNHI          2.0.1
    com.apple.iokit.IOThunderboltFamily          3.2.7
    com.apple.iokit.IOEthernetAVBController          1.0.3b4
    com.apple.driver.mDNSOffloadUserClient          1.0.1b5
    com.apple.iokit.IO80211Family          630.35
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          660.4.2
    com.apple.iokit.IOAHCIFamily          2.6.5
    com.apple.iokit.IOUSBFamily          675.4.0
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          23
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.9
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    System Profile:
    Model: iMac13,2, BootROM IM131.010A.B05, 4 processors, Intel Core i7, 3.4 GHz, 16 GB, SMC 2.11f14
    Graphics: NVIDIA GeForce GTX 680MX, NVIDIA GeForce GTX 680MX, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363746313630304700000000
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x85F7, 0x483634353155363746313630304700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    PCI Card: pci105a,8760, RAID Controller, Thunderbolt@192,0,0
    PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@196,0,0
    Serial ATA Device: APPLE HDD WDC WD10EALX-408EA0, 1 TB
    Serial ATA Device: APPLE SSD SM128E, 121.33 GB
    USB Device: Rugged USB3-FW
    USB Device: USB-SATA Bridge
    USB Device: Hub
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: iMac, Apple Inc., 23.4
    Thunderbolt Device: Pegasus R-Series, Promise Technology, Inc., 1, 22.2

  • A Kernel Panic and two Crashes since updating to 10.8.1

    I've been running a 15" MacBook Pro (Mid 2009) for about a year and a half.  It's factory stock (no hardware modifications) with a 2.8 Core 2 Duo processor and 4gig RAM with a 500GB HD.  It came with 10.5 installed.  I upgraded to 10.6, 10.7 & 10.8 respectively.  Each time a new operating system came out, I did a clean install.  My system has been 100% reliable up until I installed the 10.8.1 update.  Since then, I've had a Kernel Panic and two separate crashes.
    I doubt it's a hardware issue as it's never been suspect before.  Also, I've run Disk Utility and verified the disk and permissions.  No Problems there.
    The first problem was the Kernel Panic, which occurred while I was in the guest account watching YouTube videos.  The system went to a gray screen then gave me the typical "Panic" message and rebooted itself.
    The second problem must have occurred while the computer was in sleep mode, as I don't recall any particular issue, but I found a CRASH log in the logs folder.
    Finally, I encountered the most recent crash while I was exiting out of the ADMIN account on my computer.  The system went to a gray screen with a rotating bezel indicator, and wouldn't return to the log-in screen.  I had to manually cycle the power button in order for the computer to reboot.
    I'm not sure what's going on. 

    Hi. Since updating to 10.8 I've had numerous kernel panics on start-up. A restart always worked successfully, but it's getting annoying. I started out by replacing the HD with an SSD. That didn't work. Then I resent the PRAM/NVRAM. That seemed to work. Then I upgraded to 10.8.1 - and we're back to kernel panics.
    Here's the log, and below it are photos of the initial kernel panic. :
    29/08/2012 10:30:58.000 bootlog[0]: BOOT_TIME 1346232658 0
    29/08/2012 10:31:00.000 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
    29/08/2012 10:31:00.000 kernel[0]: vm_page_bootstrap: 859948 free pages and 114900 wired pages
    29/08/2012 10:31:00.000 kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    29/08/2012 10:31:00.000 kernel[0]: zone leak detection enabled
    29/08/2012 10:31:00.000 kernel[0]: standard timeslicing quantum is 10000 us
    29/08/2012 10:31:00.000 kernel[0]: standard background quantum is 2500 us
    29/08/2012 10:31:00.000 kernel[0]: mig_table_max_displ = 74
    29/08/2012 10:31:00.000 kernel[0]: corecrypto kext started!
    29/08/2012 10:31:00.000 kernel[0]: Running kernel space in FIPS MODE
    29/08/2012 10:31:00.000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    29/08/2012 10:31:00.000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    29/08/2012 10:31:00.000 kernel[0]: corecrypto.kext FIPS POST passed!
    29/08/2012 10:31:00.000 kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    29/08/2012 10:31:00.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    29/08/2012 10:31:00.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    29/08/2012 10:31:00.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    29/08/2012 10:31:00.000 kernel[0]: calling mpo_policy_init for Sandbox
    29/08/2012 10:31:00.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    29/08/2012 10:31:00.000 kernel[0]: calling mpo_policy_init for Quarantine
    29/08/2012 10:31:00.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    29/08/2012 10:31:00.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    29/08/2012 10:31:00.000 kernel[0]: The Regents of the University of California. All rights reserved.
    29/08/2012 10:31:00.000 kernel[0]: MAC Framework successfully initialized
    29/08/2012 10:31:00.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    29/08/2012 10:31:00.000 kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    29/08/2012 10:31:00.000 kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    29/08/2012 10:31:00.000 kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    29/08/2012 10:31:00.000 kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    29/08/2012 10:31:00.000 kernel[0]: [ PCI configuration begin ]
    29/08/2012 10:31:00.000 kernel[0]: console relocated to 0xf10010000
    29/08/2012 10:31:00.000 kernel[0]: PCI configuration changed (bridge=2 device=1 cardbus=0)
    29/08/2012 10:31:00.000 kernel[0]: [ PCI configuration end, bridges 5 devices 18 ]
    29/08/2012 10:31:00.000 kernel[0]: NVEthernet::start - Built Jun 25 2012 17:20:40
    29/08/2012 10:31:00.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    29/08/2012 10:31:00.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    29/08/2012 10:31:00.000 kernel[0]: rooting via boot-uuid from /chosen:
    29/08/2012 10:31:00.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>
    29/08/2012 10:31:00.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    29/08/2012 10:31:00.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    29/08/2012 10:31:00.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    29/08/2012 10:31:00.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    29/08/2012 10:31:00.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    29/08/2012 10:31:00.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/M4-CT512M4SSD2 Media/IOGUIDPartitionScheme/Aidan's SSD@2
    29/08/2012 10:31:00.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    29/08/2012 10:31:00.000 kernel[0]: Kernel is LP64
    29/08/2012 10:31:00.000 kernel[0]: BTCOEXIST off
    29/08/2012 10:31:00.000 kernel[0]: BRCM tunables:
    29/08/2012 10:31:00.000 kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    29/08/2012 10:31:00.000 kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    29/08/2012 10:31:00.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID d49a20fffefbdb82; max speed s800.
    29/08/2012 10:31:00.000 kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    29/08/2012 10:30:58.141 com.apple.launchd[1]: *** launchd[1] has started up. ***
    29/08/2012 10:30:58.141 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    29/08/2012 10:30:59.971 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    29/08/2012 10:31:00.000 kernel[0]: NVEthernet: Ethernet address d4:9a:20:fb:db:82
    29/08/2012 10:31:00.000 kernel[0]: AirPort_Brcm4331: Ethernet address 00:23:6c:96:cc:0e
    29/08/2012 10:31:00.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    29/08/2012 10:31:00.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    29/08/2012 10:31:01.891 airportd[27]: _processDLILEvent: en1 attached (down)
    29/08/2012 10:31:02.000 kernel[0]: createVirtIf(): ifRole = 1
    29/08/2012 10:31:02.000 kernel[0]: in func createVirtualInterface ifRole = 1
    29/08/2012 10:31:02.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff802049dc00
    29/08/2012 10:31:02.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    29/08/2012 10:31:02.000 kernel[0]: Created virtif 0xffffff802049dc00 p2p0
    29/08/2012 10:31:02.229 com.apple.SecurityServer[17]: Session 100000 created
    29/08/2012 10:31:02.000 kernel[0]: NVDANV50HAL loaded and registered.
    29/08/2012 10:31:02.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    29/08/2012 10:31:02.000 kernel[0]: IOBluetoothUSBDFU::probe
    29/08/2012 10:31:02.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8213 FirmwareVersion - 0x0201
    29/08/2012 10:31:02.000 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    29/08/2012 10:31:02.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    29/08/2012 10:31:02.000 kernel[0]: Previous Shutdown Cause: 3
    29/08/2012 10:31:02.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    29/08/2012 10:31:02.282 com.apple.SecurityServer[17]: Entering service
    29/08/2012 10:31:02.383 UserEventAgent[13]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    29/08/2012 10:31:02.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    29/08/2012 10:31:02.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    29/08/2012 10:31:03.000 kernel[0]: DSMOS has arrived
    29/08/2012 10:31:03.000 kernel[0]: macx_swapon SUCCESS
    29/08/2012 10:31:03.051 hidd[56]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    29/08/2012 10:31:03.075 appleeventsd[61]: main: Starting up
    29/08/2012 10:31:03.105 mDNSResponder[49]: mDNSResponder mDNSResponder-379.27.1 (Aug  1 2012 20:12:04) starting OSXVers 12
    29/08/2012 10:31:03.176 configd[19]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    29/08/2012 10:31:03.177 configd[19]: DHCP en1: INIT transmit failed
    29/08/2012 10:31:03.202 loginwindow[52]: Login Window Application Started
    29/08/2012 10:31:03.279 awacsd[65]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    29/08/2012 10:31:03.000 kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    29/08/2012 10:31:03.341 awacsd[65]: InnerStore CopyAllZones: no info in Dynamic Store
    29/08/2012 10:31:03.363 mDNSResponder[49]: D2D_IPC: Loaded
    29/08/2012 10:31:03.363 mDNSResponder[49]: D2DInitialize succeeded
    29/08/2012 10:31:03.530 com.apple.usbmuxd[37]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    29/08/2012 10:31:03.551 configd[19]: network changed: DNS*
    29/08/2012 10:31:03.441 systemkeychain[70]: done file: /var/run/systemkeychaincheck.done
    29/08/2012 10:31:03.563 configd[19]: setting hostname to "Aidan-Byrnes-Computer.local"
    29/08/2012 10:31:03.646 locationd[53]: NOTICE,Location icon should now be in state 0
    29/08/2012 10:31:03.674 mds[48]: (Normal) FMW: FMW 0 0
    29/08/2012 10:31:03.676 WindowServer[86]: Server is starting up
    29/08/2012 10:31:03.680 WindowServer[86]: Session 256 retained (2 references)
    29/08/2012 10:31:03.680 WindowServer[86]: Session 256 released (1 references)
    29/08/2012 10:31:03.703 WindowServer[86]: Session 256 retained (2 references)
    29/08/2012 10:31:03.705 WindowServer[86]: init_page_flip: page flip mode is on
    29/08/2012 10:31:03.779 coreservicesd[29]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    29/08/2012 10:31:03.881 apsd[67]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29/08/2012 10:31:03.882 apsd[67]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    29/08/2012 10:31:04.048 netbiosd[72]: Unable to start NetBIOS name service:
    29/08/2012 10:31:04.249 WindowServer[86]: mux_initialize: Couldn't find any matches
    29/08/2012 10:31:04.276 WindowServer[86]: GLCompositor enabled for tile size [256 x 256]
    29/08/2012 10:31:04.276 WindowServer[86]: CGXGLInitMipMap: mip map mode is on
    29/08/2012 10:31:04.311 WindowServer[86]: WSMachineUsesNewStyleMirroring: false
    29/08/2012 10:31:04.312 WindowServer[86]: Display 0x04272240: GL mask 0x1; bounds (0, 0)[1280 x 800], 30 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c89, S/N 0, Unit 0, Rotation 0
    UUID
    29/08/2012 10:31:04.312 WindowServer[86]: 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
    29/08/2012 10:31:04.323 WindowServer[86]: Created shield window 0x5 for display 0x04272240
    29/08/2012 10:31:04.324 WindowServer[86]: Created shield window 0x6 for display 0x003f003d
    29/08/2012 10:31:04.331 WindowServer[86]: Display 0x04272240: GL mask 0x1; bounds (0, 0)[1280 x 800], 30 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c89, S/N 0, Unit 0, Rotation 0
    UUID
    29/08/2012 10:31:04.331 WindowServer[86]: Display 0x003f003d: GL mask 0x2; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    29/08/2012 10:31:04.331 WindowServer[86]: CGXPerformInitialDisplayConfiguration
    29/08/2012 10:31:04.331 WindowServer[86]:   Display 0x04272240: MappedDisplay Unit 0; Vendor 0x610 Model 0x9c89 S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    29/08/2012 10:31:04.331 WindowServer[86]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    29/08/2012 10:31:04.000 kernel[0]: Ethernet [nvenet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0000,0de1,0005,41e1,0000]
    29/08/2012 10:31:04.000 kernel[0]: 05f5e100  00100026  NVEthernet::setLinkStatus - Active
    29/08/2012 10:31:04.000 kernel[0]: Ethernet [nvenet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,0000,0de1,0005,41e1,0000]
    29/08/2012 10:31:04.000 kernel[0]: 05f5e100  00100026  NVEthernet::setLinkStatus - Active
    29/08/2012 10:31:04.449 WindowServer[86]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, accelerator 0x00003863, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    29/08/2012 10:31:04.452 WindowServer[86]: GLCompositor: GL renderer id 0x0102260e, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    29/08/2012 10:31:04.456 loginwindow[52]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    29/08/2012 10:31:04.469 hidd[56]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    29/08/2012 10:31:04.517 WindowServer[86]: Unable to open IOHIDSystem (e00002bd)
    29/08/2012 10:31:04.000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    29/08/2012 10:31:04.608 WindowServer[86]: Created shield window 0x7 for display 0x04272240
    29/08/2012 10:31:04.608 WindowServer[86]: Display 0x04272240: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    29/08/2012 10:31:04.662 com.apple.launchd[1]: (name.razzfazz.daemon.iScroll2[104]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    29/08/2012 10:31:04.662 com.apple.launchd[1]: (name.razzfazz.daemon.iScroll2[104]) Job failed to exec(3) for weird reason: 2
    29/08/2012 10:31:04.668 launchctl[97]: com.apple.findmymacmessenger: Already loaded
    29/08/2012 10:31:04.730 com.apple.SecurityServer[17]: Session 100005 created
    29/08/2012 10:31:04.770 hidd[56]: CGSShutdownServerConnections: Detaching application from window server
    29/08/2012 10:31:04.770 hidd[56]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    29/08/2012 10:31:04.834 loginwindow[52]: Login Window Started Security Agent
    29/08/2012 10:31:04.950 SecurityAgent[107]: This is the first run
    29/08/2012 10:31:04.950 SecurityAgent[107]: MacBuddy was run = 0
    29/08/2012 10:31:05.015 SecurityAgent[107]: User info context values set for aidanbyrne
    29/08/2012 10:31:05.300 configd[19]: network changed: v4(en0+:134.220.228.104) DNS+ Proxy+ SMB
    29/08/2012 10:31:05.331 root[114]:  sntp sendpkt: sendto error: No route to host. Couldn't send packet!
    29/08/2012 10:31:05.331 root[114]: on_wire failed for server 0.0.0.17!
    29/08/2012 10:31:05.349 ntpd[34]: proto: precision = 1.000 usec
    29/08/2012 10:31:05.493 loginwindow[52]: Login Window - Returned from Security Agent
    29/08/2012 10:31:05.000 kernel[0]: [ffffff8021495800][BNBTrackpadDevice::init][75.15] init is complete
    29/08/2012 10:31:05.522 loginwindow[52]: USER_PROCESS: 52 console
    29/08/2012 10:31:05.604 com.apple.launchd.peruser.501[115]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    29/08/2012 10:31:05.609 loginwindow[52]: Connection with distnoted server was invalidated
    29/08/2012 10:31:05.633 distnoted[118]: # distnote server agent  absolute time: 7.965250809   civil time: Wed Aug 29 10:31:05 2012   pid: 118 uid: 501  root: no
    29/08/2012 10:31:05.791 WindowServer[86]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    29/08/2012 10:31:05.808 com.apple.SecurityServer[17]: Session 100006 created
    29/08/2012 10:31:06.000 kernel[0]: [ffffff8021495800][BNBTrackpadDevice::handleStart][75.15] returning 1
    29/08/2012 10:31:06.000 kernel[0]: [ffffff8021601c00][AppleMultitouchHIDEventDriver::start] entered
    29/08/2012 10:31:06.000 kernel[0]: [ffffff80216af100][AppleMultitouchDevice::start] entered
    29/08/2012 10:31:06.014 talagent[128]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:06.188 SystemUIServer[129]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:06.217 WindowServer[86]: Display 0x04272240: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    29/08/2012 10:31:06.323 configd[19]: setting hostname to "wxp-itr11564.unv.wlv.ac.uk"
    29/08/2012 10:31:06.324 WindowServer[86]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    29/08/2012 10:31:06.888 NetworkBrowserAgent[139]: Starting NetworkBrowserAgent
    29/08/2012 10:31:07.016 Finder[130]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:07.142 WindowServer[86]: Display 0x04272240: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    29/08/2012 10:31:07.423 com.apple.launchd.peruser.501[115]: (name.razzfazz.daemon.iScroll2[157]) Exited with code: 2
    29/08/2012 10:31:07.423 com.apple.launchd.peruser.501[115]: (name.razzfazz.daemon.iScroll2) Throttling respawn: Will start in 10 seconds
    29/08/2012 10:31:07.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=159[GoogleSoftwareUp] clearing CS_VALID
    29/08/2012 10:31:07.527 loginwindow[52]: Login items - LSOpenApplication returned error -10665, url=/Library/CFMSupport/CNQL1212_ButtonManager.app
    29/08/2012 10:31:07.527 loginwindow[52]: Unable to lauch startup item: (null)
    29/08/2012 10:31:07.533 com.apple.launchd.peruser.501[115]: (com.apple.afpstat-qfa[156]) Exited with code: 2
    29/08/2012 10:31:07.742 Folder Actions Dispatcher[160]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:07.788 loginwindow[52]: Login items - LSOpenApplication returned error -10665, url=/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app
    29/08/2012 10:31:07.788 loginwindow[52]: Unable to lauch startup item: (null)
    29/08/2012 10:31:07.892 System Events[166]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:08.135 NotificationCenter[146]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:08.413 WindowServer[86]: Display 0x04272240: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    29/08/2012 10:31:08.506 coreaudiod[106]: 2012-08-29 10:31:08.505832 AM [AirPlay] Started browsing for _airplay._tcp.
    29/08/2012 10:31:08.507 coreaudiod[106]: 2012-08-29 10:31:08.507315 AM [AirPlay] Started browsing for _raop._tcp.
    29/08/2012 10:31:08.678 TISwitcher[168]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:08.736 com.apple.dock.extra[165]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:08.762 coreservicesd[29]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=129
    29/08/2012 10:31:09.026 GoogleSoftwareUpdateAgent[159]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:09.102 SystemUIServer[129]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    29/08/2012 10:31:09.102 SystemUIServer[129]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    29/08/2012 10:31:08.046 CCAAgent[163]: ****************************************
    29/08/2012 10:31:08.047 CCAAgent[163]: **          CCA agent starts!         **
    29/08/2012 10:31:08.047 CCAAgent[163]: ****************************************
    29/08/2012 10:31:08.294 CCAAgent[163]: CCAAgent Logfiles: (/Users/aidanbyrne/Library/Application Support/Cisco Systems/CCAAgent/event.log) (/Users/aidanbyrne/Library/Application Support/Cisco Systems/CCAAgent/eventPrevious.log)
    29/08/2012 10:31:08.458 DictationIM[178]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:08.844 BezelServices 235.55[52]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    29/08/2012 10:31:09.170 CCAAgent[163]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:09.292 blued[64]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    29/08/2012 10:31:09.415 locationd[187]: NOTICE,Location icon should now be in state 0
    29/08/2012 10:31:09.467 UserEventAgent[142]: cannot find fw daemon port 1102
    29/08/2012 10:31:10.036 CoreLocationAgent[189]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:11.013 Dropbox[167]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:11.424 CalendarAgent[153]: -[SOAPParser:0x7fb0d8c971e0 parser:didStartElement:namespaceURI:qualifiedName:attributes:] Type not found in SOAPDocument for html (html)
    29/08/2012 10:31:11.431 LKDCHelper[198]: Starting (uid=501)
    29/08/2012 10:31:11.458 CalendarAgent[153]: -[SOAPParser:0x7fb0d98b3560 parser:didStartElement:namespaceURI:qualifiedName:attributes:] Type not found in SOAPDocument for html (html)
    29/08/2012 10:31:11.459 CalendarAgent[153]: [com.apple.calendar.store.log.exchange.queue] [error = Error Domain=CalExchangeErrorDomain Code=-2 "Calendar can’t refresh the account “wlv.ac.uk”." UserInfo=0x7fb0d8c98230 {NSLocalizedFailureReason=The primary email address for the account can’t be found., CalFailedOperationKey=<CalExchangeSyncAccountOperation: 0x7fb0d9897830>, NSLocalizedDescription=Calendar can’t refresh the account “wlv.ac.uk”.}]
    29/08/2012 10:31:11.495 CalendarAgent[153]: -[SOAPParser:0x7fb0d98f9e70 parser:didStartElement:namespaceURI:qualifiedName:attributes:] Type not found in SOAPDocument for html (html)
    29/08/2012 10:31:11.498 CalendarAgent[153]: [com.apple.calendar.store.log.exchange.queue] [error = Error Domain=CalExchangeErrorDomain Code=-2 "Calendar can’t refresh the account “wlv.ac.uk”." UserInfo=0x7fb0d8cea360 {NSLocalizedFailureReason=The primary email address for the account can’t be found., CalFailedOperationKey=<CalExchangeSyncAccountOperation: 0x7fb0d9897830>, NSLocalizedDescription=Calendar can’t refresh the account “wlv.ac.uk”.}]
    29/08/2012 10:31:14.284 Image Capture Extension[214]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:14.316 CIJScannerRegister[215]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:15.303 com.apple.launchd.peruser.501[115]: (name.razzfazz.daemon.iScroll2[218]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    29/08/2012 10:31:15.303 com.apple.launchd.peruser.501[115]: (name.razzfazz.daemon.iScroll2[218]) Job failed to exec(3) for weird reason: 2
    29/08/2012 10:31:16.224 awacsd[65]: Exiting
    29/08/2012 10:31:23.456 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[103]) Exit timeout elapsed (20 seconds). Killing
    29/08/2012 10:31:31.525 com.apple.SecurityServer[17]: Session 100002 created
    29/08/2012 10:31:36.000 kernel[0]: Sandbox: sandboxd(232) deny mach-lookup com.apple.coresymbolicationd
    29/08/2012 10:31:37.404 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-data /Library/Audio/Plug-Ins/Components/CamelCrusher.component
    29/08/2012 10:31:37.409 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-metadata /Library/Audio/Plug-Ins/Components/CamelCrusher.component/Contents
    29/08/2012 10:31:37.414 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-metadata /Library/Audio/Plug-Ins/Components/CamelCrusher.component
    29/08/2012 10:31:37.419 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-data /Library/Audio/Plug-Ins/Components/CamelPhat.component
    29/08/2012 10:31:37.424 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-metadata /Library/Audio/Plug-Ins/Components/CamelPhat.component/Contents
    29/08/2012 10:31:37.428 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-metadata /Library/Audio/Plug-Ins/Components/CamelPhat.component
    29/08/2012 10:31:37.433 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-data /Library/Audio/Plug-Ins/Components/CamelSpace.component
    29/08/2012 10:31:37.438 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-metadata /Library/Audio/Plug-Ins/Components/CamelSpace.component/Contents
    29/08/2012 10:31:37.442 sandboxd[232]: ([106]) coreaudiod(106) deny file-read-metadata /Library/Audio/Plug-Ins/Components/CamelSpace.component
    29/08/2012 10:31:47.300 Safari[242]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:47.327 WebProcess[244]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:31:50.474 PluginProcess[247]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:32:03.134 Safari[242]: CGContextClipToRect: invalid context 0x0
    29/08/2012 10:32:03.539 WebProcess[250]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:38:22.299 Dock[127]: no information back from LS about running process
    29/08/2012 10:38:22.373 Console[341]: Can't open input server /Library/InputManagers/Menu Extra Enabler.bundle
    29/08/2012 10:41:22.416 com.apple.launchd.peruser.501[115]: (com.apple.KerberosHelper.LKDCHelper[198]) Exited with code: 1

Maybe you are looking for