Start/shutdown oracle automatically.

Hi
I have installed oracle 9i in my mac ( Mac OS X 10.3.9 ) laptop. I would like start/shutdown oracle automatically.
How do I do that ?
Point to the place, where I can find more information on this.
Thanks in advance
-siva

Hi Siva,
if you looked a bit closer you could have found the link to 'Autostart oracle' <http://homepage.mac.com/ik_zelf/oracle/Personal12.html> where you can find a complete working setup.
MacosX does not run the shutdown scripts so the database is terminated by a normal kill.
regards,
Ronald
http://ronr.nl/unix-dba

Similar Messages

  • Can not start & shutdown Oracle automatically

    I followed Linux installation guide, Page 4-4, 4-5 to set up dbora script & link to rc0.d, rc2.d & rc3.d. But Oracle doesn't start when Linux starts. I can run "./dbora start" or "./dbora stop" and it works. I think somehow in Linux has problem to execute dbora script. Anyone knows why & how to set it up?? Thanks..

    Well I am even unable to connect from windows 98 as well from linux server machine where database is installed !
    My dbstart is opening the datbase, lsnrctl is working okie, it is showing the services for orcl database, tnsnames.ora is okie.
    But when i try to connect using sqlplus from the linux machine or from 98 machine thro' telnet or enterprise manager of 98, it is giving error ORA-01034 oracle not avaiable.
    Any guidence.
    You can also mail me on [email protected]
    I am using oracle 8i 8.1.6
    Thanx in advance,
    Naimesh Trivedi
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by David Wang ([email protected]):
    I followed Linux installation guide, Page 4-4, 4-5 to set up dbora script & link to rc0.d, rc2.d & rc3.d. But Oracle doesn't start when Linux starts. I can run "./dbora start" or "./dbora stop" and it works. I think somehow in Linux has problem to execute dbora script. Anyone knows why & how to set it up?? Thanks..<HR></BLOCKQUOTE>
    null

  • Setting Resource Manager to start at boot automatically

    I am putting together a script to automatically install multiple vendor software packages for a test system.  As part of that script, it would be nice to set the Resource Manager configuration to start at boot.
    Is there a registry setting or equivalent that I can set (instead of providing manual instructions such as listed at Configuring the VXI Resource Manager to Run at Startup )?

    Not sure how much detail you are looking for. I did this by setting up a start/stop script in /etc/init.d (chkconfig 345 91 10).
    Since I still run the backend (database) as the ORA_OWNR and only run the webservice as root, I start this in a two step process.
    the shutdown is a 3 step process because the node_manager gets left running until the stopall command is issued.
    Code excerpt:
    case "$1" in
    start)
    # Oracle listener and instance startup
    echo -n "Starting Oracle: "
    # Changed ses to run as root so that the webservice can bind to port 80 instead of port 7777
    # Backend (aka ses database) still needs to run as ora_ownr, so start becomes a
    # two step process
    su - $ORA_OWNR -c "$ORA_HOME/bin/searchctl start_backend < /home/$ORA_OWNR/.tmp_passwd.txt"
    $ORA_HOME/bin/searchctl start < /home/$ORA_OWNR/.tmp_passwd.txt
    touch /var/lock/subsys/oracleses
    echo "OK"
    stop)
    # Oracle listener and instance shutdown
    echo -n "Shutdown Oracle: "
    # mid-tier owned and stopped by root. backend owned and stopped by ora_owner
    # node manager is left running by stop command (root), so a stopall needs to be re-issued
    # after the database has come down.
    $ORA_HOME/bin/searchctl stop < /home/$ORA_OWNR/.tmp_passwd.txt
    su - $ORA_OWNR -c "$ORA_HOME/bin/searchctl stop_backend < /home/$ORA_OWNR/.tmp_passwd.txt"
    $ORA_HOME/bin/searchctl stopall < /home/$ORA_OWNR/.tmp_passwd.txt
    rm -f /var/lock/subsys/oracleses
    echo "OK"
    reload|restart)
    $0 stop
    $0 start
    echo "Usage: $0 start|stop|restart|reload"
    exit 1
    esac

  • Not able to start the oracle database with ASM

    HI all,
    WE are using oracle10.2.0.1 on OEL5.
    I have mounted ASM but when i try to start the oracle database, it is asking "db is already started shut it down first"
    [root@localhost ~]# /etc/init.d/oracleasm listdisks
    VOL1
    VOL2
    [root@localhost ~]#
    [root@localhost ~]# su - oracle
    -bash-3.2$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:12:06 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> shutdown
    ORA-01012: not logged on
    SQL> startp mount
    SP2-0734: unknown command beginning "startp mou..." - rest of line ignored.
    SQL> conn / as sysdba
    Connected.
    SQL> shutdown
    ASM diskgroups dismounted
    ASM instance shutdown
    SQL> startup mount
    ASM instance started
    Total System Global Area  130023424 bytes
    Fixed Size                  2019032 bytes
    Variable Size             102838568 bytes
    ASM Cache                  25165824 bytes
    ASM diskgroups mounted
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    -bash-3.2$ export ORACLE_SID=dbtest
    -bash-3.2$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:13:30 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> exit
    -bash-3.2$ cd /u01/app/oracle/admin/dbtest/pfile/
    -bash-3.2$ ls -l
    total 8
    -rw-r----- 1 oracle oinstall 2442 May 27 23:07 init.ora.427201023913
    -rw-r--r-- 1 oracle oinstall 1406 May 31 01:44 sqlnet.log
    -bash-3.2$ pwd
    /u01/app/oracle/admin/dbtest/pfile
    -bash-3.2$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:14:00 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> exit
    -bash-3.2$ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:14:09 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> startup pfile="/u01/app/oracle/admin/dbtest/pfile/init.ora.427201023913';
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL>
    -bash-3.2$ ps -ef|grep ora
    root      5501  5483  0 00:32 ?        00:00:00 hald-addon-storage: polling /dev/hdc
    root      6333     1  0 00:32 ?        00:00:00 /bin/su -l oracle -c sh -c 'cd /u01/app/oracle/product/10.1.0/db_1/log/localhost/cssd;  ulimit -c unlimited; exec /u01/app/oracle/product/10.1.0/db_1/bin/ocssd '
    oracle    6527  6333  0 00:33 ?        00:00:00 /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
    oracle    6849     1  0 00:49 ?        00:00:00 /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr LISTENER -inherit
    root      7637  7617  0 01:53 pts/2    00:00:00 su - oracle
    oracle    7638  7637  0 01:53 pts/2    00:00:00 -bash
    root      7751  6763  0 02:11 pts/1    00:00:00 su - oracle
    oracle    7752  7751  0 02:11 pts/1    00:00:00 -bash
    oracle    7773     1  0 02:12 ?        00:00:00 oracledbtest (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle    7777     1  0 02:13 ?        00:00:00 asm_pmon_dbtest
    oracle    7779     1  0 02:13 ?        00:00:00 asm_psp0_dbtest
    oracle    7781     1  0 02:13 ?        00:00:00 asm_mman_dbtest
    oracle    7783     1  0 02:13 ?        00:00:00 asm_dbw0_dbtest
    oracle    7785     1  0 02:13 ?        00:00:00 asm_lgwr_dbtest
    oracle    7787     1  0 02:13 ?        00:00:00 asm_ckpt_dbtest
    oracle    7789     1  0 02:13 ?        00:00:00 asm_smon_dbtest
    oracle    7791     1  0 02:13 ?        00:00:00 asm_rbal_dbtest
    oracle    7793     1  0 02:13 ?        00:00:00 asm_gmon_dbtest
    oracle    7805  7752  0 02:15 pts/1    00:00:00 ps -ef
    oracle    7806  7752  0 02:15 pts/1    00:00:00 grep ora
    -bash-3.2$
    {code}
    so anybody can help me how to start the oracle database....                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    -bash-3.2$ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:26:11 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show parameter instance
    NAME                                 TYPE        VALUE
    active_instance_count                integer
    cluster_database_instances           integer     1
    instance_groups                      string
    instance_name                        string      dbtest
    instance_number                      integer     0
    instance_type                        string      asm
    open_links_per_instance              integer     4
    parallel_instance_group              string
    parallel_server_instances            integer     1
    SQL>
    -bash-3.2$ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:26:11 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show paramete instance_name
    SP2-0158: unknown SHOW option "paramete"
    instance "local"
    SP2-0158: unknown SHOW option "_name"
    SQL> show parameter instance
    NAME                                 TYPE        VALUE
    active_instance_count                integer
    cluster_database_instances           integer     1
    instance_groups                      string
    instance_name                        string      dbtest
    instance_number                      integer     0
    instance_type                        string      asm
    open_links_per_instance              integer     4
    parallel_instance_group              string
    parallel_server_instances            integer     1
    SQL>
    -bash-3.2$ ps -ef|grep pmon
    oracle    7777     1  0 02:13 ?        00:00:00 asm_pmon_dbtest
    oracle    7851  7752  0 02:32 pts/1    00:00:00 grep pmon
    -bash-3.2$
    -bash-3.2$

  • Auto Start/Stop Oracle Database Lintener DBConslone on Linux

    Dear all
    I have install oracle 10.2.0 on redhat 4.7 every time i have to start manualy.
    it try with following scrip / process but database not starting automatically.
    Please any one can provide steps for auto start and stop oracel services on RedHat 4.7
    Once the instance is created, edit the "/etc/oratab" file setting the restart flag for each instance to 'Y'.
    TSH1:/u01/app/oracle/product/10.2.0:Y
    Next, create a file called "/etc/init.d/dbora" as the root user, containing the following.
    #!/bin/bash
    #chkconfig: 345 95 10
    #description: init script to start/stop oracle database 10g, TNS listener, EMS and isqlplus
    case $1 in
         start)
         su - oracle -c 'lsnrctl start'
         su - oracle -c 'dbstart'
    su - ora10g -c 'isqlplusctl start'
         su - oracle -c 'emctl start dbconsole'
         stop)
    su - oracle -c 'emctl stop dbconsole'
         su - oracle -c 'isqlplusctl stop'
    su - oracle -c 'dbshut'
    su - oracle -c 'lsnrctl stop'
         restart)
    su - oracle -c 'emctl stop dbconsole'
         su - oracle -c 'isqlplusctl stop'
    su - oracle -c 'dbshut'
    su - oracle -c 'lsnrctl stop'
         su - oracle -c 'lsnrctl start'
         su - oracle -c 'dbstart'
    su - ora10g -c 'isqlplusctl start'
         su - oracle -c 'emctl start dbconsole'
    esac
    create service on linux
    Actions >> System Settings >> Server Settings >> Services Then
    Actions >> Add Service Then
    Service Name = dbora Then Press Ok
    chmod a+x /etc/init.d/dbora
    Check is it running this service properly
    service dbora stop
    service dbora start
    showing error
    :bad interperter : no such file or directory
    Please forward me process/steps for auto start/stop oracel services

    :bad interperter : no such file or directorymeans that it could not find the interpreter which should be used to interpret the script.
    most probably this is caused by the shebang (#!/bin/bash)
    the default location of bash on RHEL (OEL/CentOS) is /bin/bash, which means that the shebang looks correct.
    can you make the shebang:
    #!/bin/bash -xso shelltracing is put on and execute script again?
    this will make clear if it is the shebang in your script, or in another script.

  • How to Start / Stop Oracle Applications

    How to Start / Stop Oracle Applications.
    Oracle Applications Services (TCF, ConcManagers, Metric, Forms, Reports etc...) TnsListner & Oracle Service (DB) are started when the Server is started.
    What is the sequential Order to Start / Shutdown services, Listener & DB.
    Best regards,

    hi
    there is no hard coded rule on which service should be started first.
    the basic thing is concurrent manager uses database for starting, so i advice you the following sequence:
    1. start the database
    2. start the database listener
    3. Apache server
    4. forms server
    5. report server
    6. concurrent manager
    and shutdown in the reverse order
    simple
    regards
    srinivas

  • What happen during shutdown oracle database

    Dear All,
    i have a questions and i enclosed some suggestions for the answer because I'm confused about the answers :
    What happens during shutdown oracle database :
    and the suggested answer :
    1- When shutdown the database with NORMAL or IMMEDIATE option : the database system writes check point before shutting down the database .
    2- when you shutdown the database with the IMMEDIATE , option , open transaction are rolled back before the database is shutdown .
    3- shutting down the database with abort always requires an instance recovery at the next startup .
    please suggest the right answer .
    Regards

    Hi Anwar,
    When you close a database, Oracle writes all database data and recovery data in the SGA to the datafiles and redo log files, respectively. Next, Oracle closes all online datafiles and redo log files.
    When you terminate the instance of an open database/use abort command to close and completely shut down the database the writing of all data in the buffers of the SGA to the datafiles and redo log files is skipped. The subsequent reopening of the database requires recovery, which Oracle performs automatically.
    I hope this will help you out to understand the process.

  • Start the Listener Automatically

    OS is Solaris
    Data base is 9i
    I shutdown database (shutdown immediate) and after that Solaris server (shutdown now).
    When I start solaris server database started but
    listener didn't start.
    How to start the listener automatically when OS reeboots?
    Thankx in Advance....

    You work with your system administrators to find which directory the script currently resides. The posting above gave the possible locations for the Sun OS.
    etc/rc0.d/ or /etc/rc2.d/ and so on
    Usually it is the normal dbstart script that is executed. You will need to work with the system administrators to either include the command line for stating the listener or include it in the dbstart script (which in not advisable since it could change with upgrades to the database version).
    Regards
    Tim

  • Script Start/Stop Oracle Applications Services

    Hi
    I am constructing some scripts to stop or start some Oracle Applications services (APP, Apache, DB, Construct Manager, discover, forms, etc)
    I now that are some script in the folder \viscomn\admin\scripts\, but my questions are, what services must I stop/start first?? The APP?? Then the BD vision?? Then apache?? Or first BD, discover, apache, app, etc?
    Please can anyone help on this? Tank you
    JailBreak

    Hi
    Tank you for your reply’s.
    Yes i will use the Oracle scripts to stop and start services.
    But when the Network Administrator shutdown the server, he must shut down some services, and I will include this scripts in the main script. But my dough was what services will stop first.
    The IAS services don’t need to be started?? My IAS service are all stopped and if I start Apache Server Service first, the IAS HTTP Server service don’t start. I must start IAS HTTP Server first, then start apache server. IF not give an error and the service don’t start. But then after the Apache Server will stop by itself.
    And some times the Oracle script doesn’t start the Concurrent Manager Service. I must start it manually.
    My services that are started are:
    Oracle Apache Server
    Oracle Fulfiment Server
    Oracle Metrics Server
    Oracle Metrics Client
    Oracle Reports Server
    Oracle Concrrent Manager
    Oracle Discover Server
    Oracle Forms Server
    Oracle OracleVIS_db920_RDBMSTNSListenerVIS(from the OracleVIS_db920_RDBMSTNS this is the only service that are started, the others are stopped. Is this correct?)
    Oracle OracleVISOra806_2TNSListener80APPS_VIS
    This is all the services that are started.
    But I have a problem in my discover. When I login to the applications as a user, and pick some options (that will open discover) it gives me one error.
    Locator unable to start session altranitsgp.altranit.pt_8000OracleDiscovererSession4. - Hint: An administrator can further diagnose connection problems by running the "checkdiscoverer" script under <ORACLE_HOME>/806/discwb4/util.
    But I have started the Discover Server and tested, and all went ok. The problem is in the applications. I don’t know why.
    Any one can give a hand on these issues?
    Tank in advance.

  • Facing error while starting/ stopping Oracle EBS R12 services

    Hi,
    I am trying to shutdown Oracle EBS apps node services from following command and getting following error message. Database listener is up and password is also correct for apps but still facing error. Any suggestions for resolution of this issue.
    [ebsmgr@test scripts]$ sh adstpall.sh
    You are running adstpall.sh version 120.10.12010000.4
    Enter the APPS username: apps
    Enter the APPS password:
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE:  adstpall.sh <appsusername/appspassword>
            adstpall.sh <applications_username/applications_password> -secureapps
            adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    Regards,
    Salahuddin.

    please see
    R12 Adstrtal.sh Fails with "Database Connection Could Not Be Established error starting all services on the target" (Doc ID 1499837.1)
    R12: "adstrtal.sh: Database connection could not be established" Error When Running Script adstrtal.sh and adstpall.sh (Doc ID 1492611.1)
    ApPsMaStI
    sharing is Caring

  • Oracle Automatically creates some indexes.

    Hi,
    In my database on several table on some non indexed columns , oracle automatically creates indexes which start with naming convention 'XIF'.
    what are this indexes? and what is benefit with it? is there any way to stop this?
    Thanks

    HI,
    thanks for reply,
    its actually non oracle user,
    see the below output
    select index_name,table_name,owner from dba_indexes where index_name like 'XIF%';
    INDEX_NAME TABLE_NAME OWNER
    XIF582TBLMGROUP TBLMGROUP JISPBILCORBILLINGSQA510
    XIF439TBLMACCOUNT TBLMACCOUNT JISPBILCORBILLINGSQA510
    XIF440TBLMACCOUNT TBLMACCOUNT JISPBILCORBILLINGSQA510
    XIF1006TBLMACCOUNT TBLMACCOUNT JISPBILCORBILLINGSQA510
    XIF1070TBLMACCOUNT TBLMACCOUNT JISPBILCORBILLINGSQA510
    XIF140TBLMACCOUNT TBLMACCOUNT JISPBILCORBILLINGSQA510
    XIF141TBLMACCOUNT TBLMACCOUNT JISPBILCORBILLINGSQA510
    XIF228TBLMACCOUNT TBLMACCOUNT JISPBILCORBILLINGSQA510
    XIF210TBLMACCOUNT     TBLMACCOUNT JISPBILCORBILLINGSQA510
    above indexes are automatically created, for application server we are using Oracle Application Server as well as JBOSS.

  • ASM instance shutdown abort automatic on 10gr2 RAC

    Hi all, I have a oracle 10gR2 RAC on solaris9 with three nodes.the node2 and node3 work right,but the ASM instance on node1 often shutdown abort automatic and no any erros in alertlog file.
    why ?
    Fri Nov 3 10:17:39 2006
    Shutting down instance (abort)
    License high water mark = 6
    Instance terminated by USER, pid = 15327

    Does anyone know ?

  • Mac Pro suddenly shuts down and starts up again automatically

    Hello Friends!
    Got a really strange problem here, with my Mac Pro.
    Specs:
    2010 Mac Pro 2.GHz Quad-Core Intel Xeon
    RAM: 16GB Kingston RAM
    2x1000GB HDs (one from apple, and another Western Digital)
    My Mac Pro suddenly shuts down, and starts up again automatically. No warning, no freezing - just a shut down noise and black screen. After 3-4 seconds, it starts up again.
    Can someone help me with that?
    All the best,
    Lukas

    I have an older MacPro 32 GBs RAM 2008   4 hard drives (Int. and two ext. 1 & 2TB).  MacOSX 10.6.8
    Just started shutting down and starting up for not reason a day or two ago.  I'm not a programmer and these instructions are difficult for me.  
    Start Time of first crash.  4-20-14 10:46:01 AM
    4/20/14 10:46:01 AM
    bootlog[49]
    BOOT_TIME: 1397958350 0
    Last One
    4/22/14 1:46:06 PM
    bootlog[43]
    BOOT_TIME: 1398141945 0
    (Not all the way back)!
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
      java.lang.NullPointerException
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    at com.aelitis.azureus.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow$OpenTorr entInstance$26.runSupport(OpenTorrentOptionsWindow.java:2606)
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    at org.gudy.azureus2.core3.util.AERunnable.run(AERunnable.java:38)
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    at org.gudy.azureus2.ui.swt.Utils.execSWTThread(Utils.java:733)
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    *** process 282 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    4/19/14 4:04:51 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=300[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 4:06:03 PM
    [0x0-0x32032].com.azureus.vuze[282]
    /usr/bin/nice -n 0 "/Users/ralphcabit/Library/Application Support/Vuze/plugins/azemp/vuzeplayer" -slave -identify -prefer-ipv4 -osdlevel 0 -noautosub -font /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Tmp-/LiberationSans-Bold.ttf335924 4140842114239.ttf -subfont-text-scale 2.5 -subfont-blur 4 -subfont-outline 2 -framedrop -vo corevideo:buffer_name=vuze_1397891163260 "/Volumes/HD2/AzDL/Day of the Locust/Day of the Locust.avi"
    4/19/14 4:34:10 PM
    [0x0-0x3a03a].org.mozilla.firefox[324]
    OpenGL version detected: 210
    4/19/14 4:34:10 PM
    [0x0-0x3a03a].org.mozilla.firefox[324]
    OpenGL version detected: 210
    4/19/14 4:57:32 PM
    kernel
    IOAudioStream[0x1324c700]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (4627,29b)->(4628,a1b).
    4/19/14 4:57:32 PM
    kernel
    IOAudioStream[0x1324c700]::clipIfNecessary() - adjusting clipped position to (4628,29b)
    4/19/14 5:03:34 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=347[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:55 PM
    kernel
    Message Version Check or Length Not Match.
    4/19/14 5:15:55 PM
    kernel
    Message Length Check - msglength = 3152, expectingLength = 3152
    4/19/14 5:15:55 PM
    kernel
    Message Version Check - msg(0.0.0)@0x14430024 atifb:(3.1.0)
    4/19/14 5:15:55 PM
    kernel
    Message Version Check or Length Not Match.
    4/19/14 5:15:55 PM
    kernel
    Message Length Check - msglength = 3152, expectingLength = 3152
    4/19/14 5:15:55 PM
    kernel
    Message Version Check - msg(0.0.0)@0x159e6024 atifb:(3.1.0)
    4/19/14 5:15:55 PM
    kernel
    Message Version Check or Length Not Match.
    4/19/14 5:15:55 PM
    kernel
    Message Length Check - msglength = 3152, expectingLength = 3152
    4/19/14 5:15:55 PM
    kernel
    Message Version Check - msg(0.0.0)@0x14348024 atifb:(3.1.0)
    4/19/14 5:23:58 PM
    iTunes[363]
    *** attempt to pop an unknown autorelease pool (0x35003000)
    4/19/14 5:45:56 PM
    [0x0-0x47047].com.apple.iTunes[363]
    AppleGVA:: Error creating the accelerator 1
    4/19/14 6:02:17 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=402[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 6:12:35 PM
    Finder[136]
    CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/19/14 6:12:35 PM
    Finder[136]
    CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/19/14 6:12:35 PM
    Finder[136]
    CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=429[ksadmin] clearing CS_VALID
    4/19/14 6:21:34 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=432[ksadmin] clearing CS_VALID
    4/19/14 6:21:54 PM
    [0x0-0x50050].com.google.Chrome[427]
    [427:46339:0419/182154:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    4/19/14 6:23:15 PM
    [0x0-0x5b05b].org.mozilla.firefox[444]
    OpenGL version detected: 210
    4/19/14 6:23:15 PM
    [0x0-0x5b05b].org.mozilla.firefox[444]
    OpenGL version detected: 210
    4/19/14 6:25:41 PM
    VLC[449]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 6:25:41 PM
    VLC[449]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10026a2e0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x100225150] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    4/19/14 6:25:41 PM
    VLC[449]
    ERROR: <PXSourceList: 0x10064adc0>: Attempt to set unknown item as dropItem=<SideBarItem: 0x136030330>.
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1006984d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1006984d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x100267a30] main playlist: stopping playback
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1045290d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1045290d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    VLC[449]
    *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    4/19/14 6:25:41 PM
    VLC[449]
    *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    4/19/14 6:25:44 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [rm @ 0x10181c600] Invalid stream index 1 for index at pos 1460481
    4/19/14 6:43:10 PM
    Finder[136]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 6:43:10 PM
    Finder[136]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x136921eb0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 7:01:00 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=481[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    SubmitDiagInfo[485]
    SubmitDiagInfo successfully uploaded 28 diagnostic messages.
    4/19/14 7:59:43 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=512[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:49 PM
    Mail[525]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 8:16:49 PM
    Mail[525]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x137c81d60 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 8:54:11 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:54:11 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:54:11 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=562[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=601[ksadmin] clearing CS_VALID
    4/19/14 9:26:48 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=604[ksadmin] clearing CS_VALID
    4/19/14 9:27:07 PM
    [0x0-0x78078].com.google.Chrome[599]
    [599:46851:0419/212707:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    4/19/14 9:27:45 PM
    [0x0-0x78078].com.google.Chrome[599]
    [WARNING:/Volumes/Builds/jenkins/ws/St_Make/code/products/player/pepper/gypbuild /../../../../flash/platform/pepper/pep_url_request_info.cpp(219)] Missing colon in HTTP header line "
    4/19/14 9:27:45 PM
    [0x0-0x78078].com.google.Chrome[599]
    4/19/14 9:29:06 PM
    Google Chrome[599]
    Cannot find function pointer GraphicConverterCMIFactory for factory E3F3BEA1-3194-11D9-87A7-000A95874F98 in CFBundle/CFPlugIn 0x3b41f260 </Users/ralphcabit/Library/Contextual Menu Items/GraphicConverterCMI.plugin> (not loaded)
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    KernelEventAgent[39]
    tid 00000000 received event(s) VQ_LOWDISK, VQ_VERYLOWDISK (516)
    4/19/14 9:32:00 PM
    Google Chrome[599]
    Cannot find function pointer GraphicConverterCMIFactory for factory E3F3BEA1-3194-11D9-87A7-000A95874F98 in CFBundle/CFPlugIn 0x3b41f260 </Users/ralphcabit/Library/Contextual Menu Items/GraphicConverterCMI.plugin> (not loaded)
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=652[ksadmin] clearing CS_VALID
    4/19/14 9:35:41 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=655[ksadmin] clearing CS_VALID
    4/19/14 9:36:00 PM
    [0x0-0x88088].com.google.Chrome[650]
    [650:46339:0419/213600:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    4/19/14 9:39:03 PM
    com.apple.kextcache[628]
    Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_i386.AF146629.
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:57:09 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=680[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 10:46:25 PM
    quicklookd[714]
    [QL] 'Creating thumbnail - cancelled' timed out for '<QLThumbnailRequest /Volumes/HD4/MUSIC VIDS/Zappa - Video From **** DivX.avi>' (Start date: 2014-04-19 22:46:13 +0900)
    4/19/14 10:46:49 PM
    VLC[716]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 10:46:49 PM
    VLC[716]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x100647cf0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 10:46:49 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1002240e0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    4/19/14 10:46:50 PM
    VLC[716]
    ERROR: <PXSourceList: 0x10028b800>: Attempt to set unknown item as dropItem=<SideBarItem: 0x13636ab70>.
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [mpeg4 @ 0x103802c00] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it.
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x103800cb0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [mpeg4 @ 0x100830c00] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it.
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1020730b0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:46:52 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    shader program 1: WARNING: vertex shader writes varying 'TexCoord1' which is not active.
    4/19/14 10:46:52 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    WARNING: vertex shader writes varying 'TexCoord2' which is not active.
    4/19/14 10:47:16 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1038948b0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:47:16 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1038948b0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:55:52 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=733[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [flv @ 0x10105a200] Stream discovered after head already parsed
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [flv @ 0x1038a0400] Stream discovered after head already parsed
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    shader program 1: WARNING: vertex shader writes varying 'TexCoord1' which is not active.
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    WARNING: vertex shader writes varying 'TexCoord2' which is not active.
    4/19/14 11:52:41 PM
    [0x0-0x32032].com.azureus.vuze[282]
    Jeff Beck - There and Back (1980) [EAC-FLAC]: Incoming keep-alive message flood detected, dropping spamming peer connection.L: 5.254.138.76: 59929 [Transmission 2.82]
    4/19/14 11:54:36 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=806[GoogleSoftwareUp] clearing CS_VALID
    4/20/14 12:12:32 AM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [flv @ 0x103860c00] Stream discovered after head already parsed
    4/20/14 12:12:33 AM
    [0x0-0x32032].com.azureus.vuze[282]
    core.stop
    4/20/14 12:12:33 AM
    [0x0-0x32032].com.azureus.vuze[282]
    Stopping idle sleep preventer
    4/20/14 12:12:36 AM
    [0x0-0x32032].com.azureus.vuze[282]
    core.stop done in 3100
    4/20/14 12:12:36 AM
    System Preferences[823]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/20/14 12:12:36 AM
    System Preferences[823]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x200081d60 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    ([0x0-0x4f04f].com.apple.Preview[416]) Exited: Killed
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    (com.apple.AirPortBaseStationAgent[166]) Exited: Killed
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    (com.apple.FolderActions.enabled[170]) Exited: Killed
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    ([0x0-0x8008].com.apple.inputmethod.Kotoeri[155]) Exited: Killed
    4/20/14 12:12:56 AM
    loginwindow[38]
    DEAD_PROCESS: 38 console
    4/20/14 12:12:57 AM
    kernel
    systemShutdown true
    4/20/14 12:12:57 AM
    kernel
    systemShutdown true
    4/20/14 12:12:57 AM
    shutdown[828]
    halt by ralphcabit:
    4/20/14 12:12:57 AM
    shutdown[828]
    SHUTDOWN_TIME: 1397920377 530969
    4/20/14 12:12:58 AM
    kernel
    Kext loading now disabled.
    4/20/14 12:12:58 AM
    kernel
    Kext unloading now disabled.
    4/20/14 12:12:58 AM
    kernel
    Kext autounloading now disabled.
    4/20/14 12:12:58 AM
    kernel
    Kernel requests now disabled.
    4/20/14 12:13:17 AM
    mDNSResponder[37]
    mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) stopping
    4/20/14 12:13:17 AM
    DirectoryService[16]
    BUG in libdispatch: 10K549 - 1960 - 0x10004004
    4/20/14 12:13:17 AM
    com.apple.SecurityServer[33]
    Session 0x301fe0 dead
    4/20/14 12:13:17 AM
    com.apple.SecurityServer[33]
    Killing auth hosts
    4/20/14 12:13:17 AM
    WindowServer[91]
    hidd died. Reestablishing connection.
    4/20/14 12:13:17 AM
    com.apple.SecurityServer[33]
    Session 0x301fe0 destroyed
    4/20/14 10:45:55 AM
    kernel
    npvhash=4095
    4/20/14 12:13:17 AM
    WindowServer[91]
    bootstrap_look_ip failed: Unknown service name
    4/20/14 10:45:55 AM
    kernel
    PAE enabled
    4/20/14 10:45:55 AM
    kernel
    64 bit mode enabled
    4/20/14 10:45:55 AM
    kernel
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    4/20/14 10:45:55 AM
    kernel
    vm_page_bootstrap: 6159568 free pages and 99120 wired pages
    4/20/14 10:45:55 AM
    kernel
    standard timeslicing quantum is 10000 us
    4/20/14 10:45:55 AM
    kernel
    mig_table_max_displ = 73
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=2 LocalApicId=6 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=3 LocalApicId=7 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=4 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    calling mpo_policy_init for TMSafetyNet
    4/20/14 10:45:55 AM
    kernel
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    4/20/14 10:45:55 AM
    kernel
    calling mpo_policy_init for Quarantine
    4/20/14 10:45:55 AM
    kernel
    Security policy loaded: Quarantine policy (Quarantine)
    4/20/14 10:45:55 AM
    kernel
    calling mpo_policy_init for Sandbox
    4/20/14 10:45:55 AM
    kernel
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    4/20/14 10:45:55 AM
    kernel
    Copyright (c) 1982, 1986, 1989, 1991, 1993
    4/20/14 10:45:55 AM
    kernel
    The Regents of the University of California. All rights reserved.
    4/20/14 10:45:55 AM
    kernel
    MAC Framework successfully initialized
    4/20/14 10:45:55 AM
    kernel
    using 16384 buffer headers and 4096 cluster IO buffer headers
    4/20/14 10:45:55 AM
    kernel
    IOAPIC: Version 0x20 Vectors 64:87
    4/20/14 10:45:55 AM
    kernel
    ACPI: System State [S0 S3 S4 S5] (S3)
    4/20/14 10:45:55 AM
    kernel
    PFM64 0xf10000000, 0xf0000000
    4/20/14 10:45:55 AM
    kernel
    [ PCI configuration begin ]
    4/20/14 10:45:55 AM
    kernel
    PCI configuration changed (bridge=4 device=1 cardbus=0)
    4/20/14 10:45:55 AM
    kernel
    [ PCI configuration end, bridges 17 devices 26 ]
    4/20/14 10:45:55 AM
    kernel
    AppleIntelCPUPowerManagement: (built 16:44:45 Jun  7 2011) initialization complete
    4/20/14 10:45:55 AM
    kernel
    mbinit: done (64 MB memory set for mbuf pool)
    4/20/14 10:45:55 AM
    kernel
    rooting via boot-uuid from /chosen: 09A76986-C881-305A-9A97-15F2D98B28A5
    4/20/14 10:45:55 AM
    kernel
    Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    4/20/14 10:45:55 AM
    kernel
    com.apple.AppleFSCompressionTypeZlib kmod start
    4/20/14 10:45:55 AM
    kernel
    com.apple.AppleFSCompressionTypeZlib load succeeded
    4/20/14 10:45:55 AM
    kernel
    AppleIntelCPUPowerManagementClient: ready
    4/20/14 10:45:55 AM
    kernel
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/WDC WD2500AAJS-41RYA0 Media/IOGUIDPartitionScheme/Customer@2
    4/20/14 10:45:55 AM
    kernel
    BSD root: disk0s2, major 14, minor 2
    4/20/14 10:45:55 AM
    kernel
    FireWire (OHCI) TI ID 8025 built-in now active, GUID 001cb3fffe8e3a66; max speed s800.
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:50 AM
    com.apple.launchd[1]
    *** launchd[1] has started up. ***
    4/20/14 10:45:55 AM
    com.apple.launchd[1]
    (com.apple.usbmuxd) Unknown key: POSIXSpawnType
    4/20/14 10:45:56 AM
    kernel
    AppleIntel8254XEthernet: Ethernet address 00:17:f2:0d:18:4a
    4/20/14 10:45:56 AM
    kernel
    AppleIntel8254XEthernet: Ethernet address 00:17:f2:0d:18:4b
    4/20/14 10:45:56 AM
    kernel
    systemShutdown false
    System Diagnostic Report (last one)
    Process:         plugin-container [236]
    Path:            /Applications/Firefox.app/Contents/MacOS/plugin-container.app/Contents/MacOS/pl ugin-container
    Identifier:      plugin-container
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  firefox [220]
    Date/Time:       2014-04-12 17:49:47.384 +0900
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          271743 sec
    Crashes Since Last Report:           6
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      1D7447CF-D1D4-4E24-AEAA-5DEA325A3E4A
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      could not load inserted library:
    Binary Images:
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <69130DA3-7CB3-54C8-ABC5-423DECDD2AF7> /usr/lib/dyld
    System Profile:
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 12 GB, SMC 1.7f10
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 32768 MB
    Memory Module: global_name
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-1
    PCI Card: ATI Radeon HD 5770, ATY,HoolockParent, Slot-1
    PCI Card: NVIDIA GeForce 7300 GT, sppci_displaycontroller, Slot-2
    Serial ATA Device: WDC WD2500AAJS-41RYA0, 232.89 GB
    Serial ATA Device: WDC WD20EARX-00PASB0, 1.82 TB
    Serial ATA Device: WDC WD5000AAKS-00TMA0, 465.76 GB
    Serial ATA Device: Hitachi HDP725050GLA360, 465.76 GB
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: Composite Device, 0x0763  (M-Audio), 0x1002, 0x5d100000 / 2
    USB Device: nanoKONTROL2, 0x0944  (KORG, Inc.), 0x0117, 0x1d200000 / 2
    USB Device: Hub in Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x1003, 0x3d100000 / 2
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0x3d110000 / 4
    USB Device: Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x020d, 0x3d130000 / 3
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: My Book 1112, WD, Up to 800 Mb/sec

  • Oracle automatic startup

    Hi,
    I have Oracle 10g installed on Windows 2000 SP4. Oracle automatically starts up... is there any way to change this so that I can manually startup Oracle every time?
    Thanks
    Mark

    In Configuration Panel\Administration Tools\Services windows, Configure the service OracleService<SID> as manually.
    Nicolas.

  • At the start of Oracle

    Could anyone please tell what is the first process to start when oracle is started?
    Thanks for ur help in advance

    Not sure what you are trying to ask, so my stub in the dark on the subject:
    Database start up - nomount: the instance is started (all the processers for the memory, SGA, PGA initialised etc. Then DB is going to mount state - this is where it connects to the control file, p/spfile (whichever you are using).
    pmon and smon are started at the nomount state. server processors (logwriter, pmon, smon) start at mount state.
    So when DB starts you have processors responsible for instance first, then in mount all the rest of it.
    better still - shutdown your DB then go to taks manager/ ps (util in lunix) (depending on OS you are using), then startup your DB. You see what is starting first...
    Hope this helps.
    Vix

Maybe you are looking for

  • HT4356 unable to print from my ipad mini

    unable to print from ipad1 or ipad mini.  tried all suggestions in support.  This problem has been highlighted before is there a a problem with an software upgrade.  I have hp 5510 that works fine fromPC.

  • Acrobat 9 Pro disappeared and won't install

    I have a new computer running Win7, Processor is a quad7 and has 8gigs Ram. I have no desktop icon for Acrobat 9 Pro and no link to the program under programs yet when I try to reinstall using the disk, it tells me there is a functional copy of Acrob

  • Signatures from multiple computers

    Can I use the same digital certificate developed on one computer to also digitally sign from an alternative computer, such as a portable laptop?  Or do I need to create a new digital certificate for the laptop?  If I can transfer this certificate for

  • Dbc_file path in JDeveloper 10.1.3.3.0

    Hi Gurus, I have just started learning OAF for Oracle Apps. I have downloaded the template.dbc file from the $FND_TOP/secure but I could not able to get this path (<JDEV_USER_HOME>\dbc_files\secure directory) in my machine JDEVELOPER Version 10.1.3.3

  • NB100 doesnt starts recovery process

    Hi, my model is NB 105-SP2802R, I tried to recovery using "press 0 when you turn on" but doesnt works. It displays LOADING DISKRAM... the bar complete and then appear "if I want to install a SCSI RAid of other manufactures" and then goes to a black s