190 - warning en varios empleados

Buenas,
Al lanzar el 190, en varios empleados me sale el siguiente warning:
Gastos fiscales sin percepciones ni retenciones, corregir con IT 0090
Alguna "pista" de por qué me puede estar saliendo este warning?

Buenas,
Lo que te sucede a ti es muy parecido a nuestro caso, por no decir el mismo.
Ese mensaje te aparece porque tienes algún concepto de nómina de años anteriores que viene al año actual como atraso .
Ese concepto posiblemente solo tiene cambios en SS, y no tributa, por eso te indica que hay gastos fiscales que no tiene retenciones y que lo corrijas con el IT90.
Ejemplo1 real.
Diciembre 2013 teníamos que cotizar por el plus transporte, porque ya cotizaban al 100% (antes solo cotizaba una parte) pero no pagabas más dinero ni nada.
Si aplicaste este cambio en Enero de 2014 tuviste una retro a diciembre de 2013.
La diferencia de cotización que te trae SAP aparece en la nómina de enero en el concepto /4HA o /4GA (depende si se considera atraso o no atraso).
Ejemplo2.
Enero 2014 pagas un bono que se devenga en el año 2013 y lo pagas en Enero de 2014.
Tienes que hacer retroactividad al año 2013 y solo te va a traer diferencias de gastos fiscales (SS) del año 2013 porque el concepto tributa en el 2014.
Suele aparecer el concepto /4HA o /4GA en la nómina de Enero con la suma total de las diferencias encontradas referentes a seguridad social del año 2014.
Si esas cantidades (/4GA) vienen consideradas como NO atrasos deben aparecer como deducción de SS en el año actual 2014 del modelo 190 (arriba en el documento, no en el bloque de atrasos).
Al final es mayor cotización en el año actual y debe salir reflejada. SAP actualmente no trata estos casos. Tengo una nota con ellos y están trabajando en ello, pero no tenemos fecha de resolución.
Mientras tienes que arreglar esa información con el IT90.
En nuestro caso como son 'no atrasos' tenemos que cargar el importe que aparece en el /4GA en dos años, en 2014 positivamente y en 2013 negativamente. Con el dato negativo ya no te sale el mensaje del modelo 190 y con el positivo se añade en el modelo 190 el importe necesario.
Espero haberte ayudado y no liarte más.

Similar Messages

  • Warning messages (Moving from JDK1.4 to DJK1.5)

    I got some warning messages after I moved from 1.4 to 1.5, can someone show me the right way to avoid them ?
    =====================================================================
    Scanner.java:909: warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.Vector
    Region[Region_Id].add(region_element);
    In my code :
    region_element=new Region_Element();
    static Vector Region[]=new Vector[64];
    I tied :
    static Vector<Region_Element> Region[]=new Vector<Region_Element>[64];
    but still got warning message.
    =====================================================================
    Set_Maker.java:31: warning: [unchecked] unchecked cast
    found : java.lang.Object
    required: java.util.TreeSet<java.lang.Object>
    try { S1=(TreeSet<Object>)o1; }
    In my code :
    static final Comparator<Object> TreeSet_Order=new Comparator<Object>()
    public int compare(Object o1,Object o2)
    if (Debug) System.out.println("=00= o1="+o1+" o2="+o2);
    TreeSet<Object> S1=new TreeSet<Object>(TreeSet_Order);
    TreeSet<Object> S2=new TreeSet<Object>(TreeSet_Order);
    try { S1=(TreeSet<Object>)o1; } // Line 31
    catch (ClassCastException e) { S1.add(o1); }
    ==================================================================
    JDBCAdapter.java:190: warning: [unchecked] unchecked call to setElementAt(E,int) as a member of the raw type java.util.Vector
    dataRow.setElementAt(value, column);
    In my code :
    Vector     rows=new Vector();
    public void setValueAt(Object value,int row,int column)
    Vector dataRow=(Vector)rows.elementAt(row);
    dataRow.setElementAt(value, column); // Line 190
    =================================================================
    TableSorter.java:60: warning: [unchecked] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable
    public int compare(Object o1, Object o2) { return ((Comparable) o1).compareTo(o2); }
    In my code :
    public static final Comparator COMPARABLE_COMAPRATOR = new Comparator()
    public int compare(Object o1, Object o2) { return ((Comparable) o1).compareTo(o2); } // Line 60
    ==================================================================
    TableSorter.java:260: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type java.util.Comparator
    else { comparison = getComparator(column).compare(o1, o2); }
    In my code :
    protected Comparator getComparator(int column)
    Class columnType = tableModel.getColumnClass(column);
    Comparator comparator = (Comparator) columnComparators.get(columnType);
    if (comparator != null) { return comparator; }
    if (Comparable.class.isAssignableFrom(columnType)) { return COMPARABLE_COMAPRATOR; }
    return LEXICAL_COMPARATOR;
    Object o1 = tableModel.getValueAt(row1, column);
    Object o2 = tableModel.getValueAt(row2, column);
    else { comparison = getComparator(column).compare(o1, o2); } // Line 260

    I have tried so many ways but I can't seem to get rid of the warning on this matter. I have no idea how to use the generics on Vector. The other part of Generics I can undertand but just this. In my case I am adding multiple types of datatype and how am I supposed just say if it is supposed to be
    <String> or <Interger>or a
    <Double>. I even tried using the Wildcard
    <?>. Still no effect on it. Earlier I was trying it out with a Cosole program so I just revised the Version back to 1.4 SDK but now I am implementing a GUI to the program and I am in a real need to know how to solve it since I have to use the 1.5 JDK. Please Help me. I can't even find an example out there which uses Generic type methods to add to the Vector using the getter and setter method. Could there be a problem with the getter or setter of the program?

  • Error: Makepkg was unable to build kdenlive package

    Another problem building kdenlive. Can anyone shed some light on the problem here, thanks
    ==>
    ==> kdenlive dependencies:
    - mlt++ (already installed)
    ==> Continue the building of 'kdenlive'? [Y/n]
    ==> ----------------------------------------------
    ==>
    ==> Building and installing package
    ==> Making package: kdenlive 0.5_1-2 (Sun Aug 3 13:34:37 CEST 2008)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found kdenlive-0.5-1.tar.gz in build dir
    -> Found kdenlive-0.5-gcc43.patch in build dir
    ==> Validating source files with md5sums...
    kdenlive-0.5-1.tar.gz ... Passed
    kdenlive-0.5-gcc43.patch ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f kdenlive-0.5-1.tar.gz
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file kdenlive/docclipavfile.cpp
    patching file kdenlive/docclipproject.cpp
    patching file kdenlive/doccliptextfile.cpp
    patching file kdenlive/docclipvirtual.cpp
    patching file kdenlive/docsubclip.cpp
    patching file kdenlive/dynamicToolTip.cpp
    patching file kdenlive/effectdesc.cpp
    patching file kdenlive/effectparamdialog.cpp
    patching file kdenlive/kdenlive.cpp
    patching file kdenlive/kmmrulerpanel.cpp
    patching file kdenlive/kmmscreen.cpp
    patching file kdenlive/krender.cpp
    patching file kdenlive/kruler.cpp
    patching file kdenlive/krulertimemodel.cpp
    patching file kdenlive/ktimeline.cpp
    patching file kdenlive/ktrackpanel.cpp
    patching file kdenlive/ktrackview.cpp
    *** automake (GNU automake) 1.10.1 found.
    *** Creating acinclude.m4
    make[1]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    make[1]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    *** Creating list of subdirectories
    make[1]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    cd . && make -f admin/Makefile.common subdirs
    make[2]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    make[2]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    make[1]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    *** Creating configure.files
    *** Creating configure.in
    make[1]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    cd . && make -f admin/Makefile.common configure.in ;
    make[2]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    make[2]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    make[1]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    *** Creating aclocal.m4
    acinclude.m4:3699: the serial number must appear before any macro definition
    acinclude.m4:3744: the serial number must appear before any macro definition
    acinclude.m4:3789: the serial number must appear before any macro definition
    acinclude.m4:5997: the serial number must appear before any macro definition
    /usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
    /usr/share/aclocal/smpeg.m4:13: run info '(automake)Extending aclocal'
    /usr/share/aclocal/smpeg.m4:13: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
    ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
    acinclude.m4:6583: AC_LIBTOOL_LINKER_OPTION is expanded from...
    acinclude.m4:8443: _LT_AC_LANG_C_CONFIG is expanded from...
    acinclude.m4:8442: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
    acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
    acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
    acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
    configure.in:54: the top level
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:6540: AC_LIBTOOL_COMPILER_OPTION is expanded from...
    acinclude.m4:10479: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:8588: _LT_AC_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:8587: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9604: _LT_AC_LANG_F77_CONFIG is expanded from...
    acinclude.m4:9603: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
    acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
    *** Creating configure
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
    ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
    acinclude.m4:6583: AC_LIBTOOL_LINKER_OPTION is expanded from...
    acinclude.m4:8443: _LT_AC_LANG_C_CONFIG is expanded from...
    acinclude.m4:8442: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
    acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
    acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
    acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
    configure.in:54: the top level
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:6540: AC_LIBTOOL_COMPILER_OPTION is expanded from...
    acinclude.m4:10479: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:8588: _LT_AC_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:8587: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9604: _LT_AC_LANG_F77_CONFIG is expanded from...
    acinclude.m4:9603: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
    acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
    *** Creating config.h template
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
    ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
    acinclude.m4:6583: AC_LIBTOOL_LINKER_OPTION is expanded from...
    acinclude.m4:8443: _LT_AC_LANG_C_CONFIG is expanded from...
    acinclude.m4:8442: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
    acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
    acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
    acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
    configure.in:54: the top level
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:6540: AC_LIBTOOL_COMPILER_OPTION is expanded from...
    acinclude.m4:10479: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:8588: _LT_AC_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:8587: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9604: _LT_AC_LANG_F77_CONFIG is expanded from...
    acinclude.m4:9603: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
    acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
    *** Creating Makefile templates
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
    ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
    acinclude.m4:6583: AC_LIBTOOL_LINKER_OPTION is expanded from...
    acinclude.m4:8443: _LT_AC_LANG_C_CONFIG is expanded from...
    acinclude.m4:8442: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
    acinclude.m4:6067: AC_LIBTOOL_SETUP is expanded from...
    acinclude.m4:6047: _AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:6012: AC_PROG_LIBTOOL is expanded from...
    acinclude.m4:11781: AM_PROG_LIBTOOL is expanded from...
    acinclude.m4:3472: KDE_PROG_LIBTOOL is expanded from...
    configure.in:54: the top level
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:6540: AC_LIBTOOL_COMPILER_OPTION is expanded from...
    acinclude.m4:10479: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:8588: _LT_AC_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:8587: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
    acinclude.m4:7580: _LT_AC_TAGCONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9604: _LT_AC_LANG_F77_CONFIG is expanded from...
    acinclude.m4:9603: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
    configure.in:54: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
    acinclude.m4:9704: _LT_AC_LANG_GCJ_CONFIG is expanded from...
    acinclude.m4:9703: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
    renderer/Makefile.am:4: compiling `kdenlive_renderer.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'
    *** Postprocessing Makefile templates
    *** Creating date/time stamp
    *** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /bin/install -c
    checking for -p flag to install... yes
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for kde-config... /opt/kde/bin/kde-config
    checking where to install... /opt/kde (as requested)
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking whether gcc is blacklisted... no
    checking whether g++ supports -Wmissing-format-attribute... yes
    checking whether gcc supports -Wmissing-format-attribute... yes
    checking whether g++ supports -Wundef... yes
    checking whether g++ supports -Wno-long-long... yes
    checking whether g++ supports -Wno-non-virtual-dtor... yes
    checking whether g++ supports -fno-reorder-blocks... yes
    checking whether g++ supports -fno-exceptions... yes
    checking whether g++ supports -fno-check-new... yes
    checking whether g++ supports -fno-common... yes
    checking whether g++ supports -fexceptions... yes
    checking whether system headers can cope with -O2 -fno-inline... irrelevant
    checking how to run the C++ preprocessor... g++ -E
    checking whether g++ supports -O0... yes
    checking whether g++ supports -Wl,--no-undefined... yes
    checking whether g++ supports -Wl,--allow-shlib-undefined... yes
    not using lib directory suffix
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking for shl_load... no
    checking for shl_load in -ldld... no
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking whether a program can dlopen itself... yes
    checking whether a statically linked program can dlopen itself... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking for shl_load... (cached) no
    checking for shl_load in -ldld... (cached) no
    checking for dlopen... (cached) no
    checking for dlopen in -ldl... (cached) yes
    checking whether a program can dlopen itself... (cached) yes
    checking whether a statically linked program can dlopen itself... (cached) yes
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking if C++ programs can be compiled... yes
    checking for strlcat... no
    checking if strlcat needs custom prototype... yes - in libkdefakes
    checking for strlcpy... no
    checking if strlcpy needs custom prototype... yes - in libkdefakes
    checking for main in -lutil... yes
    checking for main in -lcompat... no
    checking for crypt in -lcrypt... yes
    checking for socklen_t... yes
    checking for dnet_ntoa in -ldnet... no
    checking for dnet_ntoa in -ldnet_stub... no
    checking for inet_ntoa... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for sys/types.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking sys/bitypes.h usability... yes
    checking sys/bitypes.h presence... yes
    checking for sys/bitypes.h... yes
    checking for poll in -lpoll... no
    checking Carbon/Carbon.h usability... no
    checking Carbon/Carbon.h presence... no
    checking for Carbon/Carbon.h... no
    checking CoreAudio/CoreAudio.h usability... no
    checking CoreAudio/CoreAudio.h presence... no
    checking for CoreAudio/CoreAudio.h... no
    checking if res_init needs -lresolv... yes
    checking for res_init... yes
    checking if res_init needs custom prototype... no
    checking for killpg in -lucb... no
    checking size of int... 4
    checking size of short... 2
    checking size of long... 4
    checking size of char *... 4
    checking for dlopen in -ldl... (cached) yes
    checking for shl_unload in -ldld... no
    checking size of size_t... 4
    checking size of unsigned long... 4
    checking sizeof size_t == sizeof unsigned long... yes
    checking for PIE support... yes
    checking if enabling -pie/fPIE support... yes
    checking crt_externs.h usability... no
    checking crt_externs.h presence... no
    checking for crt_externs.h... no
    checking for _NSGetEnviron... no
    checking for vsnprintf... yes
    checking for snprintf... yes
    checking for X... libraries /usr/lib, headers .
    checking for IceConnectionNumber in -lICE... yes
    checking for libXext... yes
    checking for pthread_create in -lpthread... yes
    checking for extra includes... no
    checking for extra libs... no
    checking for libz... -lz
    checking for libpng... -lpng -lz -lm
    checking for libjpeg6b... no
    checking for libjpeg... -ljpeg
    checking for perl... /usr/bin/perl
    checking for Qt... libraries /opt/qt/lib, headers /opt/qt/include using -mt
    checking for moc... /opt/qt/bin/moc
    checking for uic... /opt/qt/bin/uic
    checking whether uic supports -L ... yes
    checking whether uic supports -nounload ... yes
    checking if Qt needs -ljpeg... no
    checking for rpath... yes
    checking for KDE... libraries /opt/kde/lib, headers /opt/kde/include
    checking if UIC has KDE plugins available... yes
    checking for KDE paths... defaults
    checking for dcopidl... /opt/kde/bin/dcopidl
    checking for dcopidl2cpp... /opt/kde/bin/dcopidl2cpp
    checking for mcopidl... /opt/kde/bin/mcopidl
    checking for artsc-config... /opt/kde/bin/artsc-config
    checking for meinproc... /opt/kde/bin/meinproc
    checking for kconfig_compiler... /opt/kde/bin/kconfig_compiler
    checking for dcopidlng... /opt/kde/bin/dcopidlng
    checking for xmllint... /usr/bin/xmllint
    checking whether byte ordering is bigendian... no
    checking for MAXPATHLEN... 4096
    checking for mlt-config... /usr/bin/mlt-config
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for LIBIEC61883... yes
    checking libavc1394/avc1394.h usability... yes
    checking libavc1394/avc1394.h presence... yes
    checking for libavc1394/avc1394.h... yes
    configure: creating ./config.status
    wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 966.
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    checking if doc should be compiled... yes
    checking if graphics should be compiled... yes
    checking if icons should be compiled... yes
    checking if kdenlive should be compiled... yes
    checking if pgm should be compiled... yes
    checking if po should be compiled... yes
    checking if profiles should be compiled... yes
    checking if renderer should be compiled... yes
    configure: creating ./config.status
    wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1397.
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating doc/de/Makefile
    config.status: creating doc/en/Makefile
    config.status: creating doc/fr/Makefile
    config.status: creating doc/it/Makefile
    config.status: creating graphics/Makefile
    config.status: creating icons/Makefile
    config.status: creating icons/hicolor/Makefile
    config.status: creating icons/hicolor/22x22/Makefile
    config.status: creating icons/hicolor/22x22/actions/Makefile
    config.status: creating icons/hicolor/32x32/Makefile
    config.status: creating icons/hicolor/32x32/actions/Makefile
    config.status: creating kdenlive/Makefile
    config.status: creating pgm/Makefile
    config.status: creating pgm/PAL/Makefile
    config.status: creating po/Makefile
    config.status: creating profiles/Makefile
    config.status: creating renderer/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    Good - your configure finished. Start make now
    make all-recursive
    make[1]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    Making all in doc
    make[2]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc'
    Making all in .
    make[3]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc'
    Making all in fr
    make[3]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/fr'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/fr'
    Making all in en
    make[3]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/en'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/en'
    Making all in de
    make[3]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/de'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/de'
    Making all in it
    make[3]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/it'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc/it'
    make[2]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/doc'
    Making all in graphics
    make[2]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/graphics'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/graphics'
    Making all in icons
    make[2]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons'
    Making all in hicolor
    make[3]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor'
    Making all in 32x32
    make[4]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/32x32'
    Making all in actions
    make[5]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/32x32/actions'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/32x32/actions'
    make[5]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/32x32'
    make[5]: Nothing to be done for `all-am'.
    make[5]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/32x32'
    make[4]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/32x32'
    Making all in 22x22
    make[4]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/22x22'
    Making all in actions
    make[5]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/22x22/actions'
    make[5]: Nothing to be done for `all'.
    make[5]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/22x22/actions'
    make[5]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/22x22'
    make[5]: Nothing to be done for `all-am'.
    make[5]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/22x22'
    make[4]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor/22x22'
    make[4]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor'
    make[3]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons/hicolor'
    make[3]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons'
    make[2]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/icons'
    Making all in kdenlive
    make[2]: Entering directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/kdenlive'
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT docclipavfile.o -MD -MP -MF .deps/docclipavfile.Tpo -c -o docclipavfile.o docclipavfile.cpp
    In file included from docclipref.h:37,
    from clipmanager.h:32,
    from docclipavfile.cpp:30:
    effectstack.h:39: warning: type qualifiers ignored on function return type
    docclipavfile.h: In constructor 'DocClipAVFile::DocClipAVFile(const QString&, const KURL&, uint)':
    docclipavfile.h:212: warning: 'DocClipAVFile::m_ttl' will be initialized after
    docclipavfile.h:197: warning: 'bool DocClipAVFile::m_hasCrossfade'
    docclipavfile.cpp:37: warning: when initialized here
    docclipavfile.h: In constructor 'DocClipAVFile::DocClipAVFile(const QString&, const GenTime&, uint)':
    docclipavfile.h:197: warning: 'DocClipAVFile::m_hasCrossfade' will be initialized after
    docclipavfile.h:182: warning: 'bool DocClipAVFile::m_durationKnown'
    docclipavfile.cpp:49: warning: when initialized here
    docclipavfile.h: In constructor 'DocClipAVFile::DocClipAVFile(const KURL&, const GenTime&, bool, uint)':
    docclipavfile.h:197: warning: 'DocClipAVFile::m_hasCrossfade' will be initialized after
    docclipavfile.h:180: warning: 'KURL DocClipAVFile::m_url'
    docclipavfile.cpp:60: warning: when initialized here
    docclipavfile.h: In constructor 'DocClipAVFile::DocClipAVFile(const KURL&, const QString&, const int&, const GenTime&, bool, bool, const QString&, double, uint, uint)':
    docclipavfile.h:216: warning: 'DocClipAVFile::m_lumaduration' will be initialized after
    docclipavfile.h:184: warning: 'double DocClipAVFile::m_framesPerSecond'
    docclipavfile.cpp:77: warning: when initialized here
    docclipavfile.cpp: At global scope:
    docclipavfile.cpp:77: warning: unused parameter 'extension'
    docclipavfile.h: In constructor 'DocClipAVFile::DocClipAVFile(const KURL&)':
    docclipavfile.h:197: warning: 'DocClipAVFile::m_hasCrossfade' will be initialized after
    docclipavfile.h:182: warning: 'bool DocClipAVFile::m_durationKnown'
    docclipavfile.cpp:92: warning: when initialized here
    docclipavfile.cpp: At global scope:
    docclipavfile.cpp:421: warning: unused parameter 'startTime'
    docclipavfile.cpp:421: warning: unused parameter 'endTime'
    docclipavfile.cpp: In member function 'virtual QDomDocument DocClipAVFile::sceneToXML(const GenTime&, const GenTime&) const':
    docclipavfile.cpp:423: warning: control reaches end of non-void function
    mv -f .deps/docclipavfile.Tpo .deps/docclipavfile.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT docclipproject.o -MD -MP -MF .deps/docclipproject.Tpo -c -o docclipproject.o docclipproject.cpp
    docclipproject.cpp:909:3: warning: #warning "this line might be the cause of significant trouble"
    In file included from docclipref.h:37,
    from docclipproject.h:22,
    from docclipproject.cpp:18:
    effectstack.h:39: warning: type qualifiers ignored on function return type
    In file included from docclipproject.cpp:18:
    docclipproject.h:53: warning: type qualifiers ignored on function return type
    docclipproject.h:54: warning: type qualifiers ignored on function return type
    docclipproject.cpp: In member function 'void DocClipProject::slotAddTrack(DocTrackBase*, int)':
    docclipproject.cpp:98: warning: comparison between signed and unsigned integer expressions
    docclipproject.cpp: In member function 'void DocClipProject::slotDeleteTrack(int)':
    docclipproject.cpp:121: warning: comparison between signed and unsigned integer expressions
    docclipproject.cpp: In member function 'virtual const DocClipBase::CLIPTYPE& DocClipProject::clipType() const':
    docclipproject.cpp:728: warning: returning reference to temporary
    mv -f .deps/docclipproject.Tpo .deps/docclipproject.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT doccliptextfile.o -MD -MP -MF .deps/doccliptextfile.Tpo -c -o doccliptextfile.o doccliptextfile.cpp
    doccliptextfile.cpp:273:2: warning: #warning TODO - write this funtion.
    In file included from docclipref.h:37,
    from clipmanager.h:32,
    from doccliptextfile.cpp:30:
    effectstack.h:39: warning: type qualifiers ignored on function return type
    doccliptextfile.cpp: In member function 'virtual void DocClipTextFile::removeTmpFile() const':
    doccliptextfile.cpp:111: warning: 'static bool KIO::NetAccess::del(const KURL&)' is deprecated (declared at /opt/kde/include/kio/netaccess.h:347)
    doccliptextfile.cpp: At global scope:
    doccliptextfile.cpp:150: warning: unused parameter 'element'
    doccliptextfile.cpp:212: warning: unused parameter 'startTime'
    doccliptextfile.cpp:212: warning: unused parameter 'endTime'
    doccliptextfile.cpp: In member function 'uint DocClipTextFile::numReferences() const':
    doccliptextfile.cpp:274: warning: control reaches end of non-void function
    doccliptextfile.cpp: In member function 'virtual QDomDocument DocClipTextFile::sceneToXML(const GenTime&, const GenTime&) const':
    doccliptextfile.cpp:214: warning: control reaches end of non-void function
    doccliptextfile.cpp: In static member function 'static DocClipTextFile* DocClipTextFile::createClip(QDomElement)':
    doccliptextfile.cpp:165: warning: control reaches end of non-void function
    mv -f .deps/doccliptextfile.Tpo .deps/doccliptextfile.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT docclipvirtual.o -MD -MP -MF .deps/docclipvirtual.Tpo -c -o docclipvirtual.o docclipvirtual.cpp
    docclipvirtual.cpp:186:2: warning: #warning TODO - write this funtion.
    In file included from docclipref.h:37,
    from clipmanager.h:32,
    from docclipvirtual.cpp:30:
    effectstack.h:39: warning: type qualifiers ignored on function return type
    docclipvirtual.h: In constructor 'DocClipVirtual::DocClipVirtual(const KURL&, const QString&, const QString&, GenTime, GenTime, uint)':
    docclipvirtual.h:138: warning: 'DocClipVirtual::m_end' will be initialized after
    docclipvirtual.h:128: warning: 'DocClipBase::CLIPTYPE DocClipVirtual::m_clipType'
    docclipvirtual.cpp:34: warning: when initialized here
    docclipvirtual.cpp: In member function 'virtual void DocClipVirtual::removeTmpFile() const':
    docclipvirtual.cpp:85: warning: 'static bool KIO::NetAccess::del(const KURL&)' is deprecated (declared at /opt/kde/include/kio/netaccess.h:347)
    docclipvirtual.cpp: At global scope:
    docclipvirtual.cpp:105: warning: unused parameter 'element'
    docclipvirtual.cpp:133: warning: unused parameter 'startTime'
    docclipvirtual.cpp:133: warning: unused parameter 'endTime'
    docclipvirtual.cpp: In member function 'uint DocClipVirtual::numReferences() const':
    docclipvirtual.cpp:187: warning: control reaches end of non-void function
    docclipvirtual.cpp: In member function 'virtual QDomDocument DocClipVirtual::sceneToXML(const GenTime&, const GenTime&) const':
    docclipvirtual.cpp:135: warning: control reaches end of non-void function
    docclipvirtual.cpp: In static member function 'static DocClipVirtual* DocClipVirtual::createClip(QDomElement)':
    docclipvirtual.cpp:107: warning: control reaches end of non-void function
    mv -f .deps/docclipvirtual.Tpo .deps/docclipvirtual.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT docsubclip.o -MD -MP -MF .deps/docsubclip.Tpo -c -o docsubclip.o docsubclip.cpp
    docsubclip.cpp:82:2: warning: #warning - needs writing.
    docsubclip.cpp:129:2: warning: #warning - need to re-add in/out points correctly.
    docsubclip.cpp:149:3: warning: #warning - needs to be written
    In file included from docclipref.h:37,
    from docclipreflist.h:22,
    from doctrackbase.h:24,
    from doctrackbaselist.h:23,
    from kdenlivedoc.h:32,
    from docsubclip.cpp:19:
    effectstack.h:39: warning: type qualifiers ignored on function return type
    docsubclip.cpp:26: warning: unused parameter 'doc'
    docsubclip.cpp:80: warning: unused parameter 'doc'
    docsubclip.cpp:80: warning: unused parameter 'element'
    docsubclip.cpp:127: warning: unused parameter 'startTime'
    docsubclip.cpp:127: warning: unused parameter 'endTime'
    docsubclip.cpp:142: warning: unused parameter 'toPopulate'
    docsubclip.cpp:147: warning: unused parameter 'element'
    mv -f .deps/docsubclip.Tpo .deps/docsubclip.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT dynamicToolTip.o -MD -MP -MF .deps/dynamicToolTip.Tpo -c -o dynamicToolTip.o dynamicToolTip.cpp
    In file included from docclipref.h:37,
    from docclipreflist.h:22,
    from doctrackbase.h:24,
    from kmmtrackpanel.h:27,
    from dynamicToolTip.cpp:24:
    effectstack.h:39: warning: type qualifiers ignored on function return type
    kruler.h:31: warning: '<unnamed>::g_scrollTimerDelay' defined but not used
    kruler.h:32: warning: '<unnamed>::g_scrollThreshold' defined but not used
    mv -f .deps/dynamicToolTip.Tpo .deps/dynamicToolTip.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT effectdesc.o -MD -MP -MF .deps/effectdesc.Tpo -c -o effectdesc.o effectdesc.cpp
    In file included from effectdesc.cpp:24:
    effectparamdesc.h:99: warning: type qualifiers ignored on function return type
    effectdesc.cpp:69: warning: unused parameter 'name'
    effectdesc.cpp:69: warning: unused parameter 'video'
    effectdesc.cpp:69: warning: unused parameter 'audio'
    mv -f .deps/effectdesc.Tpo .deps/effectdesc.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT effectparamdialog.o -MD -MP -MF .deps/effectparamdialog.Tpo -c -o effectparamdialog.o effectparamdialog.cpp
    In file included from ./docclipref.h:37,
    from ./docclipreflist.h:22,
    from ./doctrackbase.h:24,
    from ./kmmtrackpanel.h:27,
    from effectparamdialog.cpp:34:
    ./effectstack.h:39: warning: type qualifiers ignored on function return type
    In file included from effectparamdialog.cpp:36:
    effectparamdesc.h:99: warning: type qualifiers ignored on function return type
    ./kruler.h:31: warning: '<unnamed>::g_scrollTimerDelay' defined but not used
    ./kruler.h:32: warning: '<unnamed>::g_scrollThreshold' defined but not used
    mv -f .deps/effectparamdialog.Tpo .deps/effectparamdialog.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT kdenlive.o -MD -MP -MF .deps/kdenlive.Tpo -c -o kdenlive.o kdenlive.cpp
    In file included from kdenlive.cpp:115:
    trackpanelclipmovefunction.h:166:2: warning: #warning - The following method is a bad example for programming design.
    In file included from kdenlive.cpp:39:
    /opt/kde/include/kedittoolbar.h:271: warning: 'KEditToolbarWidget' has a field 'KEditToolbarWidget::m_inactiveList' whose type uses the anonymous namespace
    /opt/kde/include/kedittoolbar.h:271: warning: 'KEditToolbarWidget' has a field 'KEditToolbarWidget::m_activeList' whose type uses the anonymous namespace
    In file included from /opt/kde/include/kfileitem.h:31,
    from kdenlive.cpp:58:
    /opt/kde/include/kfilemetainfo.h:1237: warning: type qualifiers ignored on function return type
    In file included from ./docclipref.h:37,
    from ./docclipproject.h:22,
    from ./exportdvddialog.h:28,
    from ./kdenlive.h:48,
    from capturemonitor.h:22,
    from kdenlive.cpp:65:
    ./effectstack.h:39: warning: type qualifiers ignored on function return type
    In file included from ./exportdvddialog.h:28,
    from ./kdenlive.h:48,
    from capturemonitor.h:22,
    from kdenlive.cpp:65:
    ./docclipproject.h:53: warning: type qualifiers ignored on function return type
    ./docclipproject.h:54: warning: type qualifiers ignored on function return type
    In file included from /opt/qt/include/qdragobject.h:50,
    from /opt/kde/include/kurldrag.h:24,
    from clipdrag.h:21,
    from kdenlive.cpp:66:
    /opt/qt/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
    /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
    In file included from kdenlive.cpp:74:
    documentbasenode.h: At global scope:
    documentbasenode.h:56: warning: type qualifiers ignored on function return type
    In file included from kdenlive.cpp:104:
    documentgroupnode.h:40: warning: type qualifiers ignored on function return type
    kdenlive.cpp: In member function 'void Gui::KdenliveApp::slotSetClipDuration()':
    kdenlive.cpp:3267: warning: unused variable 'ok'
    kdenlive.cpp: In member function 'void Gui::KdenliveApp::slotProjectDeleteClips(QStringList)':
    kdenlive.cpp:3441: warning: unused variable 'refClip'
    mv -f .deps/kdenlive.Tpo .deps/kdenlive.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT kmmrulerpanel.o -MD -MP -MF .deps/kmmrulerpanel.Tpo -c -o kmmrulerpanel.o kmmrulerpanel.cpp
    kmmrulerpanel.cpp: In member function 'int Gui::KMMRulerPanel::selectedMenuItem()':
    kmmrulerpanel.cpp:160: warning: comparison between signed and unsigned integer expressions
    mv -f .deps/kmmrulerpanel.Tpo .deps/kmmrulerpanel.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT kmmscreen.o -MD -MP -MF .deps/kmmscreen.Tpo -c -o kmmscreen.o kmmscreen.cpp
    In file included from docclipref.h:37,
    from krender.h:34,
    from kmmscreen.cpp:24:
    effectstack.h:39: warning: type qualifiers ignored on function return type
    In file included from exportdvddialog.h:28,
    from kdenlive.h:48,
    from krendermanager.h:26,
    from kmmscreen.cpp:25:
    docclipproject.h:53: warning: type qualifiers ignored on function return type
    docclipproject.h:54: warning: type qualifiers ignored on function return type
    mv -f .deps/kmmscreen.Tpo .deps/kmmscreen.Po
    g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde/include -I/opt/qt/include -I. -I/usr/include -I/usr/include/mlt -D_REENTRANT -D__STDC_CONSTANT_MACROS -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=i686 -mtune=generic -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DMLT_PREFIX=\""/usr"\" -DENABLE_FIREWIRE -MT krender.o -MD -MP -MF .deps/krender.Tpo -c -o krender.o krender.cpp
    krender.cpp:26:29: error: ffmpeg/avformat.h: No such file or directory
    In file included from krender.cpp:40:
    /opt/qt/include/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
    /opt/qt/include/qimage.h:61: warning: suggest parentheses around && within ||
    In file included from ./docclipref.h:37,
    from ./docclipproject.h:22,
    from ./exportdvddialog.h:28,
    from ./kdenlive.h:48,
    from krender.cpp:53:
    ./effectstack.h: At global scope:
    ./effectstack.h:39: warning: type qualifiers ignored on function return type
    In file included from ./exportdvddialog.h:28,
    from ./kdenlive.h:48,
    from krender.cpp:53:
    ./docclipproject.h:53: warning: type qualifiers ignored on function return type
    ./docclipproject.h:54: warning: type qualifiers ignored on function return type
    In file included from krender.cpp:57:
    effectparamdesc.h:99: warning: type qualifiers ignored on function return type
    krender.h: In constructor 'KRender::KRender(const QString&, QWidget*, const char*)':
    krender.h:190: warning: 'KRender::m_winid' will be initialized after
    krender.h:171: warning: 'double KRender::m_framePosition'
    krender.cpp:62: warning: when initialized here
    krender.h:174: warning: 'KRender::m_generateScenelist' will be initialized after
    krender.h:162: warning: 'bool KRender::isBlocked'
    krender.cpp:62: warning: when initialized here
    krender.cpp:76: warning: deprecated conversion from string constant to 'char*'
    krender.cpp: At global scope:
    krender.cpp:121: warning: unused parameter 'self'
    krender.cpp: In member function 'void KRender::createVideoXWindow(WId, WId)':
    krender.cpp:146: warning: deprecated conversion from string constant to 'char*'
    krender.cpp:180: warning: deprecated conversion from string constant to 'char*'
    krender.cpp: In member function 'QPixmap KRender::extractFrame(int, int, int)':
    krender.cpp:254: warning: deprecated conversion from string constant to 'char*'
    krender.cpp: In member function 'QPixmap KRender::getVideoThumbnail(KURL, int, int, int)':
    krender.cpp:303: warning: deprecated conversion from string constant to 'char*'
    krender.cpp: In member function 'void KRender::getImage(KURL, int, int, int)':
    krender.cpp:324: warning: deprecated conversion from string constant to 'char*'
    krender.cpp: In member function 'void KRender::getFileProperties(KURL, uint)':
    krender.cpp:426: warning: deprecated conversion from string constant to 'char*'
    krender.cpp:447: error: 'AVFormatContext' was not declared in this scope
    krender.cpp:447: error: 'context' was not declared in this scope
    krender.cpp:447: error: expected primary-expression before ')' token
    krender.cpp:447: error: expected `;' before 'mlt_properties_get_data'
    krender.cpp:453: error: expected primary-expression before ')' token
    krender.cpp:453: error: expected `;' before 'mlt_properties_get_data'
    krender.cpp: In member function 'void KRender::setSceneList(QDomDocument, int)':
    krender.cpp:511: warning: deprecated conversion from string constant to 'char*'
    krender.cpp:552: warning: deprecated conversion from string constant to 'char*'
    krender.cpp: In member function 'const GenTime& KRender::seekPosition() const':
    krender.cpp:785: warning: returning reference to temporary
    krender.cpp:786: warning: returning reference to temporary
    krender.cpp: At global scope:
    krender.cpp:823: warning: unused parameter 'dropped'
    krender.cpp:843: warning: unused parameter 'sig'
    krender.cpp:895: warning: unused parameter 'startTime'
    krender.cpp:895: warning: unused parameter 'endTime'
    krender.cpp: In member function 'void KRender::exportCurrentFrame(KURL, bool)':
    krender.cpp:948: warning: deprecated conversion from string constant to 'char*'
    krender.cpp: At global scope:
    krender.cpp:937: warning: unused parameter 'notify'
    krender.cpp:121: warning: 'void consumer_stopped(mlt_consumer_s*, KRender*, mlt_frame_s*)' defined but not used
    make[2]: *** [krender.o] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5/kdenlive'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-dan/aur-kdenlive/kdenlive/src/kdenlive-0.5'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build kdenlive package.

    You sir should be up there with the Gods, thank you - it now compiles.
    I still have a problem as it now crashes and not many clues as to why.
    kdenlive
    kdenlive: + + YOUR MLT INSTALL WAS FOUND IN: /usr
    kdenlive: Mlt inited
    kdenlive: Creating new document
    kdenlive: deleting contents...
    kdenlive: Creating new document DONE
    kdenlive: Creating new document
    kdenlive: deleting contents...
    kdenlive: Creating new document DONE
    kdenlive: **************** INIT DOCUMENT VIEW ***************
    kdenlive: + + CREATING CONSUMER WITH PROFILE: atsc_1080i_60
    kdenlive: + + CREATING CONSUMER WITH PROFILE: atsc_1080i_60
    kdenlive: Creating new document
    kdenlive: deleting contents...
    kdenlive: Creating new document DONE
    KCrash: Application 'kdenlive' crashing...
    and
    [KCrash handler]
    #6 0xb7effca7 in mlt_properties_fetch () from /usr/lib/libmlt.so.0.2.4
    If any light can be shed on this, I would be on cloud 9

  • IMac keeps freezing. Console log seems to indicate Norton may be blocking, but I added two applications to firewall and still the iMac is freezing

    Hello:
    My wife's iMac keeps freezing.  Here is the info on her machine:
    mac os x 10.7.5
    processor 2.16 GHz intel core 2 duo
    memory 2GB 667  MHz ddr2 sdram
    FRee 94.5 mB
    VM size 164.85 GB
    active 1.24GB
    inactive 505.3mb
    used 1.90 GB
    page ins 386.2mb
    page outs 524 KB
    swap used 6.4mb
    It is an old imac from late 2006.
    Here is some info from the console log:
    May 28 00:30:01 Macintosh newsyslog[344]: logfile turned over
    May 28 03:27:07 Macintosh xpchelper[512]: for uid: 501 -- timeout while waiting on FSEvents flush; clearing cache.
    May 28 03:34:57 Macintosh xpchelper[531]: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    May 28 06:37:19 Macintosh powerd[31]: PMScheduleWakeEventChooseBest: m=0.00 s=0.00 a=0.00
    May 28 08:34:12 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 28 08:34:12 Macintosh configd[14]: network configuration changed.
    May 28 08:34:12 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon launched.
    May 28 08:34:13 Macintosh airportd[616]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 28 08:34:14: --- last message repeated 1 time ---
    May 28 08:34:14 Macintosh configd[14]: network configuration changed.
    May 28 08:34:14 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    May 28 08:34:14 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on HOME-A7C2 because it is protected and not on the exception list
    May 28 08:34:14 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    May 28 08:34:14 Macintosh configd[14]: network configuration changed.
    May 28 08:34:15 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon beginning submission for domain local-domain.
    May 28 08:34:15 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon: Submitting 1 error reports.
    May 28 08:34:15 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon: Submitting 1 reports.
    May 28 08:34:16 Macintosh XProtectUpdater[618]: Ignoring new signature plist: Not an increase in version
    May 28 08:34:16 Macintosh com.apple.launchd[1] (com.apple.xprotectupdater[618]): Exited with code: 252
    May 28 08:34:17 Macintosh configd[14]: network configuration changed.
    May 28 08:34:49: --- last message repeated 1 time ---
    May 28 08:35:23 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:775:0528/083523:ERROR:component_loader.cc(138)] Failed to parse extension manifest.
    May 28 08:35:36 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:775:0528/083536:ERROR:account_tracker.cc(257)] OnGetTokenFailure: Invalid credentials.
    May 28 08:35:45 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:42243:0528/083545:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    May 28 08:35:48 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:64519:0528/083548:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 08:35:52 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon: Submitting 0 panic reports.
    May 28 08:35:52 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon: Submitting 0 crash reports.
    May 28 08:35:52 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon: Submitting 1 error reports.
    May 28 08:36:17 Macintosh Symantec Error Reporting[623]: Result of upload command: 0
    May 28 08:36:23 Macintosh Symantec Error Reporting[623]: Symantec Error Reporting Daemon: Successfully submitted.
    May 28 08:36:26 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:32259:0528/083626:ERROR:video_capture_device_mac.mm (93)] Not implemented reached in static void media::VideoCaptureDevice::GetDeviceSupportedFormats(const media::VideoCaptureDevice::Name &, VideoCaptureFormats *)
    May 28 08:37:46 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:775:0528/083746:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "https://www.google.com". Protocols, domains, and ports must match.", source: chrome-extension://mcobjbefejmnadahpjbfibgkgchhmjke/Keyboard.js (238)
    May 28 08:43:19 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:64519:0528/084319:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 08:54:16 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:775:0528/085416:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "https://www.google.com". Protocols, domains, and ports must match.", source: chrome-extension://mcobjbefejmnadahpjbfibgkgchhmjke/Keyboard.js (238)
    May 28 08:54:34 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:64519:0528/085434:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 08:57:51 Macintosh SymDaemon[52]: Symantec Error Reporting: Error Not a directory (/BldArea/Source/SymSharedFrameworks_r5.2/SymBase/ErrorReporting/ErrorReport.cp :235)
    May 28 08:59:01: --- last message repeated 2 times ---
    May 28 09:00:37 Macintosh Mail[728]: Using V2 Layout
    May 28 09:01:19 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:775:0528/090119:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "https://www.google.com". Protocols, domains, and ports must match.", source: chrome-extension://mcobjbefejmnadahpjbfibgkgchhmjke/Keyboard.js (238)
    May 28 09:01:39 Macintosh Mail[736]: Using V2 Layout
    May 28 09:11:27 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:64519:0528/091127:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 09:12:10 Macintosh SymDaemon[52]: Symantec Error Reporting: Error Not a directory (/BldArea/Source/SymSharedFrameworks_r5.2/SymBase/ErrorReporting/ErrorReport.cp :235)
    May 28 09:12:11: --- last message repeated 1 time ---
    May 28 09:12:11 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: objc[647]: Class ScrollbarPrefsObserver is implemented in both /Applications/Google Chrome.app/Contents/MacOS/../Versions/35.0.1916.114/Google Chrome Framework.framework/Google Chrome Framework and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore. One of the two will be used. Which one is undefined.
    May 28 09:23:51 Macintosh SubmitDiagInfo[780]: Cleaning up expired diagnostic messages database at path: /var/log/DiagnosticMessages/2014.04.28.asl
    May 28 09:26:07 Macintosh xpchelper[800]: for uid: 501 -- timeout while waiting on FSEvents flush; clearing cache.
    May 28 09:36:48 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:64519:0528/093648:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 09:51:42 Macintosh SymDaemon[52]: Symantec Error Reporting: Error Not a directory (/BldArea/Source/SymSharedFrameworks_r5.2/SymBase/ErrorReporting/ErrorReport.cp :235)
    May 28 10:14:49 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [647:64519:0528/101449:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 10:26:42 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: [WARNING:/Volumes/Builds/jenkins/ws/St_Make/code/products/player/pepper/gypbuil d/../../../../flash/platform/pepper/pep_url_request_info.cpp(219)] Missing colon in HTTP header line "
    May 28 10:26:42 Macintosh [0x0-0x2c02c].com.google.Chrome[647]: ".
    May 28 10:29:42 localhost bootlog[0]: BOOT_TIME 1401298182 0
    May 28 10:30:01 localhost fseventsd[15]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (39770 18 39808)
    May 28 10:29:50 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    May 28 10:30:01 localhost com.apple.launchd[1] (com.apple.powerd): Unknown value for key POSIXSpawnType: Interactive
    May 28 10:30:01 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    May 28 10:30:01 localhost com.apple.launchd[1] (com.apple.usbmuxd): Unknown value for key POSIXSpawnType: Interactive
    May 28 10:30:11 localhost fseventsd[15]: implementation_register_rpc: implementation_added_client() => 22
    May 28 10:30:11 localhost com.apple.UserEventAgent-System[11]: 2014-05-28 10:30 UserEventAgent[11] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
    May 28 10:30:18 localhost com.apple.pfctl[33]: No ALTQ support in kernel
    May 28 10:30:18 localhost com.apple.pfctl[33]: ALTQ related functions disabled
    May 28 10:30:18 localhost com.apple.ucupdate.plist[23]: ucupdate: Checked 1 update, no match found.
    May 28 10:30:18 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    May 28 10:30:18 localhost UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 11783
    May 28 10:30:18 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    May 28 10:30:18 localhost Symantec Error Reporting[55]: Symantec Error Reporting Daemon launched.
    May 28 10:30:19 localhost mDNSResponder[37]: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    May 28 10:30:19 localhost com.apple.usbmuxd[22]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    May 28 10:30:26 localhost mds[36]: (Normal) FMW: FMW 0 0
    May 28 10:30:26 localhost mmcfgd[56]: MotNetConfig - started
    May 28 10:30:26 localhost com.apple.launchd[1] (com.symantec.nav.migrateqtf): Bug: launchd_core_logic.c:10480 (26200):35
    May 28 10:30:28 localhost fseventsd[15]: log dir: /.fseventsd getting new uuid: 888ED063-D3BC-4769-A001-0BBF82517CFE
    May 28 10:30:29 localhost airportd[70]: _processDLILEvent: en1 attached (down)
    May 28 10:30:29 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    May 28 10:30:29 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 28 10:30:29 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 28 10:30:29: --- last message repeated 1 time ---
    May 28 10:30:29 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 28 10:30:29 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 28 10:30:29: --- last message repeated 1 time ---
    May 28 10:30:29 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 28 10:30:29 Macintosh configd[14]: setting hostname to "Macintosh.local"
    May 28 10:30:29 Macintosh configd[14]: network configuration changed.
    May 28 10:30:29 Macintosh mDNSResponder[37]: D2D_IPC: Loaded
    May 28 10:30:29 Macintosh mDNSResponder[37]: D2DInitialize succeeded
    May 28 10:30:29 Macintosh configd[14]: network configuration changed.
    May 28 10:30:29: --- last message repeated 1 time ---
    May 28 10:30:29 Macintosh UserEventAgent[11]: ServermgrdRegistration cannot load config data
    May 28 10:30:29 Macintosh launchdadd[92]: FAILURE: Could not send MIG reply: 0x10000003
    May 28 10:30:29 Macintosh UserEventAgent[11]: get_backup_share_points no AFP
    May 28 10:30:29 Macintosh Symantec Error Reporting[55]: Symantec Error Reporting Daemon beginning submission for domain local-domain.
    May 28 10:30:29 Macintosh Symantec Error Reporting[55]: Symantec Error Reporting Daemon: Submitting 0 error reports.
    May 28 10:30:29 Macintosh Symantec Error Reporting[55]: Symantec Error Reporting Daemon: Nothing to submit.
    May 28 10:30:29 Macintosh systemkeychain[73]: done file: /var/run/systemkeychaincheck.done
    May 28 10:30:29 Macintosh loginwindow[39]: Login Window Application Started
    May 28 10:30:30 Macintosh netbiosd[80]: Unable to start NetBIOS name service:
    May 28 10:30:30 Macintosh rpcsvchost[97]: sandbox_init: com.apple.msrpc.netlogon.sb  succeeded
    May 28 10:30:31 Macintosh com.apple.SystemStarter[24]: Starting HP IO Monitor
    May 28 10:30:31 Macintosh SymSharedSettingsd[113]: Settings server starting up.
    May 28 10:30:31 Macintosh VersionCueCS2Daemon[104]: Launch of "/Library/StartupItems/AdobeVersionCueCS2/VersionCueCS2Daemon" failed: the PowerPC architecture is no longer supported.
    May 28 10:30:31 Macintosh com.apple.SystemStarter[24]: 2014-05-28 10:30:31.498 RosettaNonGrata[104:12803] Launch of "/Library/StartupItems/AdobeVersionCueCS2/VersionCueCS2Daemon" failed: the PowerPC architecture is no longer supported.
    May 28 10:30:31 Macintosh SystemStarter[24]: Adobe Version Cue CS2 (102) did not complete successfully
    May 28 10:30:31 Macintosh SystemStarter[24]: The following StartupItems failed to start properly:
    May 28 10:30:31 Macintosh SystemStarter[24]: /Library/StartupItems/AdobeVersionCueCS2
    May 28 10:30:31 Macintosh SystemStarter[24]:  - execution of Startup script failed
    May 28 10:30:31 Macintosh SymDaemon[52]:           +++ SymLM::SkuKey 0x100251580 (# 1) - 1 alive +++
    May 28 10:30:32 Macintosh mds[36]: (/.Spotlight-V100/Store-V2/E794B391-CB92-4ED1-B906-57500D4E4921)(Error) IndexPath in openReverseStore:Successfully recovered from shadow with state d00d0dd0
    May 28 10:30:33 Macintosh loginwindow[39]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    May 28 10:30:34 Macintosh com.apple.launchctl.LoginWindow[117]: com.apple.findmymacmessenger: Already loaded
    May 28 10:30:34 Macintosh loginwindow[39]: Login Window Started Security Agent
    May 28 10:30:35 Macintosh SecurityAgent[124]: Echo enabled
    May 28 10:30:35 Macintosh SecurityAgent[124]: User info context values set for lizunping
    May 28 10:30:35 Macintosh WindowServer[96]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 28 10:30:35 Macintosh loginwindow[39]: Login Window - Returned from Security Agent
    May 28 10:30:35 Macintosh loginwindow[39]: USER_PROCESS: 39 console
    May 28 10:30:35 Macintosh airportd[70]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 28 10:30:36 Macintosh configd[14]: network configuration changed.
    May 28 10:30:36 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    May 28 10:30:36 Macintosh com.apple.launchd.peruser.501[131] (com.apple.AirPortBaseStationAgent): Unknown value for key POSIXSpawnType: Background
    May 28 10:30:36 Macintosh com.apple.launchd.peruser.501[131] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    May 28 10:30:36 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    May 28 10:30:36 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on HOME-A7C2 because it is protected and not on the exception list
    May 28 10:30:36 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    May 28 10:30:36 Macintosh com.apple.launchctl.Aqua[133]: load: option requires an argument -- D
    May 28 10:30:36 Macintosh com.apple.launchctl.Aqua[133]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    May 28 10:30:36 Macintosh configd[14]: network configuration changed.
    May 28 10:30:36 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 28951
    May 28 10:30:36 Macintosh root[141]:
    May 28 10:30:36 Macintosh root[141]:  sntp sendpkt: sendto error: No route to host. Couldn't send packet!
    May 28 10:30:36 Macintosh root[141]: on_wire failed for server 0.0.0.17!
    May 28 10:30:36 Macintosh ntpd[18]: proto: precision = 1.000 usec
    May 28 10:30:37 Macintosh com.apple.launchd.peruser.501[131] (com.apple.launchctl.Aqua[133]): Exited with code: 1
    May 28 10:30:39 Macintosh configd[14]: network configuration changed.
    May 28 10:30:39: --- last message repeated 1 time ---
    May 28 10:30:39 Macintosh Mail[144]: Using V2 Layout
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: 2014-05-28 10:30:41.193 com.apple.dock.extra[165:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: 2014-05-28 10:30:41.194 com.apple.dock.extra[165:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: 2014-05-28 10:30:41.195 com.apple.dock.extra[165:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:41 Macintosh com.apple.dock.extra[165]: 2014-05-28 10:30:41.197 com.apple.dock.extra[165:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 10:30:42 Macintosh XProtectUpdater[20]: Ignoring new signature plist: Not an increase in version
    May 28 10:30:42 Macintosh com.apple.launchd[1] (com.apple.xprotectupdater[20]): Exited with code: 252
    May 28 10:30:42 Macintosh [0x0-0x6006].com.google.Chrome[146]: [146:775:0528/103042:ERROR:component_loader.cc(138)] Failed to parse extension manifest.
    May 28 10:30:47 Macintosh mds[36]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    May 28 10:30:54 Macintosh mds[36]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    May 28 10:30:55 Macintosh [0x0-0x6006].com.google.Chrome[146]: [146:775:0528/103055:ERROR:account_tracker.cc(257)] OnGetTokenFailure: Invalid credentials.
    May 28 10:30:57 Macintosh com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[122]): Exit timeout elapsed (20 seconds). Killing
    May 28 10:31:02 Macintosh mds[36]: (Error) Server: No store registered for scope "/Library/Application Support/Apple/Fonts"
    May 28 10:31:04 Macintosh [0x0-0x6006].com.google.Chrome[146]: [146:37123:0528/103104:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    May 28 10:31:04 Macintosh [0x0-0x6006].com.google.Chrome[146]: [146:25347:0528/103104:ERROR:backend_impl.cc(962)] Critical error found -8
    May 28 10:31:04 Macintosh [0x0-0x6006].com.google.Chrome[146]: [146:25347:0528/103104:ERROR:entry_impl.cc(1021)] No file for c103146e
    May 28 10:31:17 Macintosh imagent[190]: [Warning] Creating empty account: Default for service: IMDService (SubNet)
    May 28 10:31:18 Macintosh [0x0-0x6006].com.google.Chrome[146]: [146:64263:0528/103118:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 10:31:29 Macintosh [0x0-0x6006].com.google.Chrome[146]: [146:775:0528/103129:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "https://www.google.com". Protocols, domains, and ports must match.", source: chrome-extension://mcobjbefejmnadahpjbfibgkgchhmjke/Keyboard.js (238)
    May 28 10:31:30 Macintosh Extractor[205]: Starting Extractor Daemon Mode.
    May 28 10:31:38 Macintosh Symantec Error Reporting[221]: Symantec Error Reporting Daemon launched.
    May 28 10:31:38 Macintosh loginwindow[39]: Login items - LSOpenApplication returned error -10665, url=/Applications/Adobe Version Cue CS2/bin/VersionCueCS2Status.app
    May 28 10:31:38 Macintosh loginwindow[39]: Unable to lauch startup item: (null)
    May 28 10:31:38 Macintosh REUpdater[222]: REUpdate : decrypting ...
    May 28 10:31:38 Macintosh REUpdater[222]: REUpdate : decryption completed successfully
    May 28 10:31:38 Macintosh appleprofilepolicyd[228]: appleprofilepolicyd: profiling drivers not loaded, loading
    May 28 10:31:38 Macintosh REUpdater[222]: VERSION is 127
    May 28 10:31:39 Macintosh loginwindow[39]: Login items - LSOpenApplication returned error -10665, url=/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app
    May 28 10:31:39 Macintosh loginwindow[39]: Unable to lauch startup item: (null)
    May 28 10:31:39 Macintosh REUpdater[222]: REUpdate : Decrypted file deleted successfully
    May 28 10:31:41 Macintosh com.apple.launchd.peruser.501[131] (com.apple.mrt.uiagent[214]): Exited with code: 255
    May 28 10:31:41 Macintosh REUpdater[222]: REUpdate : Did not download since you have the version equal or later than that on the server
    May 28 10:31:42 Macintosh Symantec Error Reporting[221]: Symantec Error Reporting Daemon beginning submission for domain current-user.
    May 28 10:31:42 Macintosh Symantec Error Reporting[221]: Symantec Error Reporting Daemon: Submitting 0 error reports.
    May 28 10:31:42 Macintosh Symantec Error Reporting[221]: Symantec Error Reporting Daemon: Nothing to submit.
    May 28 10:31:49 Macintosh com.symantec.uiagent.application[220]: objc[220]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymQuickMenu/NCoQuickMenu.plugIn/Contents/MacOS/NCoQuickMenu. One of the two will be used. Which one is undefined.
    May 28 10:31:53 Macintosh com.symantec.uiagent.application[220]: objc[220]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymQuickMenu/NortonPersonalFirewallQM.plugIn/Contents/MacOS/No rtonPersonalFirewallQM. One of the two will be used. Which one is undefined.
    May 28 10:32:06 Macintosh com.symantec.uiagent.application[220]: objc[220]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymUIAgent/PlugIns/WebFraudAlert.bundle/Contents/MacOS/WebFrau dAlert. One of the two will be used. Which one is undefined.
    May 28 10:32:10 Macintosh MotoCast[233]: Registering Growl with Identifier: com.zecter.MotoCast
    May 28 10:32:19 Macintosh MotoCast[233]: Can't find MotoCast by identifier
    May 28 18:52:10 localhost bootlog[0]: BOOT_TIME 1401328330 0
    May 28 18:52:29 localhost fseventsd[15]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (248 18 30121)
    May 28 18:52:30 localhost fseventsd[15]: log dir: /.fseventsd getting new uuid: 73744853-27D2-4045-9348-FDD867B262C8
    May 28 18:52:30 localhost Symantec Error Reporting[55]: Symantec Error Reporting Daemon launched.
    May 28 18:52:13 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    May 28 18:52:25 localhost com.apple.launchd[1] (com.apple.powerd): Unknown value for key POSIXSpawnType: Interactive
    May 28 18:52:25 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    May 28 18:52:25 localhost com.apple.launchd[1] (com.apple.usbmuxd): Unknown value for key POSIXSpawnType: Interactive
    May 28 18:52:37 localhost com.apple.ucupdate.plist[23]: ucupdate: Checked 1 update, no match found.
    May 28 18:52:38 localhost com.apple.pfctl[33]: No ALTQ support in kernel
    May 28 18:52:38 localhost com.apple.pfctl[33]: ALTQ related functions disabled
    May 28 18:52:51 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    May 28 18:52:51 localhost UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12551
    May 28 18:52:51 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    May 28 18:52:56 localhost com.apple.usbmuxd[22]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    May 28 18:52:56 localhost mDNSResponder[37]: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    May 28 18:52:56 localhost mmcfgd[56]: MotNetConfig - started
    May 28 18:52:57 localhost airportd[70]: _processDLILEvent: en1 attached (down)
    May 28 18:52:57 localhost launchdadd[78]: FAILURE: Could not send MIG reply: 0x10000003
    May 28 18:52:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    May 28 18:52:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 28 18:52:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 28 18:52:57: --- last message repeated 1 time ---
    May 28 18:52:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 28 18:52:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 28 18:52:57: --- last message repeated 1 time ---
    May 28 18:52:57 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 28 18:52:57 localhost mds[36]: (Normal) FMW: FMW 0 0
    May 28 18:52:57 localhost configd[14]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    May 28 18:52:57 localhost configd[14]: DHCP en1: INIT-REBOOT transmit failed
    May 28 18:52:57 Macintosh configd[14]: setting hostname to "Macintosh.local"
    May 28 18:52:57 Macintosh configd[14]: network configuration changed.
    May 28 18:52:57 Macintosh systemkeychain[72]: done file: /var/run/systemkeychaincheck.done
    May 28 18:52:57 Macintosh configd[14]: network configuration changed.
    May 28 18:52:58: --- last message repeated 1 time ---
    May 28 18:52:58 Macintosh UserEventAgent[11]: ServermgrdRegistration cannot load config data
    May 28 18:52:58 Macintosh UserEventAgent[11]: get_backup_share_points no AFP
    May 28 18:52:58 Macintosh mDNSResponder[37]: D2D_IPC: Loaded
    May 28 18:52:58 Macintosh mDNSResponder[37]: D2DInitialize succeeded
    May 28 18:52:58 Macintosh Symantec Error Reporting[55]: Symantec Error Reporting Daemon beginning submission for domain local-domain.
    May 28 18:52:58 Macintosh Symantec Error Reporting[55]: Symantec Error Reporting Daemon: Submitting 0 error reports.
    May 28 18:52:58 Macintosh Symantec Error Reporting[55]: Symantec Error Reporting Daemon: Nothing to submit.
    May 28 18:52:59 Macintosh com.apple.SystemStarter[24]: Starting HP IO Monitor
    May 28 18:52:59 Macintosh rpcsvchost[106]: sandbox_init: com.apple.msrpc.netlogon.sb  succeeded
    May 28 18:52:59 Macintosh SymSharedSettingsd[107]: Settings server starting up.
    May 28 18:53:01 Macintosh SymDaemon[52]:           +++ SymLM::SkuKey 0x10022f610 (# 1) - 1 alive +++
    May 28 18:53:01 Macintosh netbiosd[112]: Unable to start NetBIOS name service:
    May 28 18:53:02 Macintosh configd[14]: network configuration changed.
    May 28 18:53:02 Macintosh mDNSResponder[37]: ConfigResolvers: interface specific index 5 not found
    May 28 18:53:02: --- last message repeated 1 time ---
    May 28 18:53:02 Macintosh airportd[70]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 28 18:53:02 Macintosh root[116]:
    May 28 18:53:02 Macintosh root[116]:  sntp sendpkt: sendto error: No route to host. Couldn't send packet!
    May 28 18:53:02 Macintosh root[116]: on_wire failed for server 0.0.0.17!
    May 28 18:53:03 Macintosh configd[14]: DHCPv6 en1: SendInformRequest transmit failed, Can't assign requested address
    May 28 18:53:03 Macintosh ntpd[18]: proto: precision = 1.000 usec
    May 28 18:53:03 Macintosh ntpd[18]: bind(25) AF_INET6 fe80::219:e3ff:fe0d:3876%5#123 flags 0x11 failed: Can't assign requested address
    May 28 18:53:03 Macintosh ntpd[18]: unable to create socket on en1 (5) for fe80::219:e3ff:fe0d:3876#123
    May 28 18:53:03 Macintosh ntpd[18]: bind(25) AF_INET6 2601:9:8200:526:219:e3ff:fe0d:3876#123 flags 0x11 failed: Can't assign requested address
    May 28 18:53:03 Macintosh ntpd[18]: unable to create socket on en1 (6) for 2601:9:8200:526:219:e3ff:fe0d:3876#123
    May 28 18:53:03 Macintosh ntpd[18]: bind(25) AF_INET6 2601:9:8200:526:a87f:2e90:6f42:dec9#123 flags 0x11 failed: Can't assign requested address
    May 28 18:53:03 Macintosh ntpd[18]: unable to create socket on en1 (7) for 2601:9:8200:526:a87f:2e90:6f42:dec9#123
    May 28 18:53:04 Macintosh configd[14]: network configuration changed.
    May 28 18:53:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    May 28 18:53:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    May 28 18:53:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on HOME-A7C2 because it is protected and not on the exception list
    May 28 18:53:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    May 28 18:53:04 Macintosh configd[14]: network configuration changed.
    May 28 18:53:04: --- last message repeated 1 time ---
    May 28 18:53:04 Macintosh loginwindow[39]: Login Window Application Started
    May 28 18:53:05 Macintosh XProtectUpdater[20]: Ignoring new signature plist: Not an increase in version
    May 28 18:53:05 Macintosh com.apple.launchd[1] (com.apple.xprotectupdater[20]): Exited with code: 252
    May 28 18:53:06 Macintosh mds[36]: (/.Spotlight-V100/Store-V2/E794B391-CB92-4ED1-B906-57500D4E4921)(Error) IndexPath in openReverseStore:Successfully recovered from shadow with state d00d0dd0
    May 28 18:53:11 Macintosh Extractor[126]: Starting Extractor Daemon Mode.
    May 28 18:53:11 Macintosh com.apple.SystemStarter[24]: 2014-05-28 18:53:11.717 RosettaNonGrata[97:12803] Launch of "/Library/StartupItems/AdobeVersionCueCS2/VersionCueCS2Daemon" failed: the PowerPC architecture is no longer supported.
    May 28 18:53:11 Macintosh VersionCueCS2Daemon[97]: Launch of "/Library/StartupItems/AdobeVersionCueCS2/VersionCueCS2Daemon" failed: the PowerPC architecture is no longer supported.
    May 28 18:53:11 Macintosh SystemStarter[24]: Adobe Version Cue CS2 (95) did not complete successfully
    May 28 18:53:11 Macintosh SystemStarter[24]: The following StartupItems failed to start properly:
    May 28 18:53:11 Macintosh SystemStarter[24]: /Library/StartupItems/AdobeVersionCueCS2
    May 28 18:53:11 Macintosh SystemStarter[24]:  - execution of Startup script failed
    May 28 18:53:12 Macintosh loginwindow[39]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    May 28 18:53:12 Macintosh com.apple.launchctl.LoginWindow[135]: com.apple.findmymacmessenger: Already loaded
    May 28 18:53:12 Macintosh airportd[70]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 28 18:53:13 Macintosh loginwindow[39]: Login Window Started Security Agent
    May 28 18:53:13 Macintosh SecurityAgent[142]: Echo enabled
    May 28 18:53:13 Macintosh SecurityAgent[142]: User info context values set for lizunping
    May 28 18:53:14 Macintosh WindowServer[122]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 28 18:53:14 Macintosh loginwindow[39]: Login Window - Returned from Security Agent
    May 28 18:53:14 Macintosh loginwindow[39]: USER_PROCESS: 39 console
    May 28 18:53:14 Macintosh airportd[70]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 28 18:53:14 Macintosh com.apple.launchd.peruser.501[151] (com.apple.AirPortBaseStationAgent): Unknown value for key POSIXSpawnType: Background
    May 28 18:53:14 Macintosh com.apple.launchd.peruser.501[151] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    May 28 18:53:14 Macintosh com.apple.launchctl.Aqua[153]: load: option requires an argument -- D
    May 28 18:53:14 Macintosh com.apple.launchctl.Aqua[153]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    May 28 18:53:15 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 27415
    May 28 18:53:15 Macintosh com.apple.launchd.peruser.501[151] (com.apple.launchctl.Aqua[153]): Exited with code: 1
    May 28 18:53:21 Macintosh Mail[161]: Using V2 Layout
    May 28 18:53:25 Macintosh Finder[168]: ISGetIconFamilyFromStorage: seed mismatch for 2146000e, actual seed is 140e0f76
    May 28 18:53:26 Macintosh Mail[161]: kCGErrorIllegalArgument: CGSOrderWindowListWithOperation
    May 28 18:53:26 Macintosh Mail[161]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 28 18:53:26 Macintosh Mail[161]: kCGErrorIllegalArgument: CGSReleaseWindowList: called with 1 invalid window(s)
    May 28 18:53:26 Macintosh Mail[161]: dispose_talagent_windows: CGSReleaseWindowList(cid, (CGSWindowIDList)wids, count) returned CGError 1001 on line 269
    May 28 18:53:27 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:775:0528/185327:ERROR:component_loader.cc(138)] Failed to parse extension manifest.
    May 28 18:53:27 Macintosh com.apple.dock.extra[183]: Could not connect the action buttonPressed: to target of class NSApplication
    May 28 18:53:27: --- last message repeated 1 time ---
    May 28 18:53:27 Macintosh com.apple.dock.extra[183]: 2014-05-28 18:53:27.418 com.apple.dock.extra[183:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 18:53:27 Macintosh com.apple.dock.extra[183]: 2014-05-28 18:53:27.419 com.apple.dock.extra[183:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 18:53:27 Macintosh com.apple.dock.extra[183]: Could not connect the action buttonPressed: to target of class NSApplication
    May 28 18:53:27 Macintosh com.apple.dock.extra[183]: 2014-05-28 18:53:27.420 com.apple.dock.extra[183:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 18:53:27 Macintosh com.apple.dock.extra[183]: Could not connect the action buttonPressed: to target of class NSApplication
    May 28 18:53:27 Macintosh com.apple.dock.extra[183]: 2014-05-28 18:53:27.421 com.apple.dock.extra[183:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 28 18:53:31 Macintosh Mail[161]: _WindowRightsGrantOfferedNotificationHandler: Got a notification with no callback registered (token (null)), rejecting
    May 28 18:53:31 Macintosh talagent[166]: CGSConnectionRelinquishWindowRights(cid, newWindowNumber, reservedRights): CGError 1001 on line 746
    May 28 18:53:31 Macintosh talagent[166]: kCGErrorIllegalArgument: CGSGetPortStreamConnection
    May 28 18:53:31 Macintosh talagent[166]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 28 18:53:31 Macintosh talagent[166]: kCGErrorIllegalArgument: CGSReadPortStream
    May 28 18:53:34 Macintosh com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[140]): Exit timeout elapsed (20 seconds). Killing
    May 28 18:53:36 Macintosh mds[36]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    May 28 18:53:42 Macintosh mds[36]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    May 28 18:53:42 Macintosh mds[36]: (Error) Server: No store registered for scope "/Library/Application Support/Apple/Fonts"
    May 28 18:53:43 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:775:0528/185343:ERROR:account_tracker.cc(257)] OnGetTokenFailure: Invalid credentials.
    May 28 18:53:47 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:37379:0528/185347:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    May 28 18:53:48 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:73227:0528/185348:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 18:53:50 Macintosh imagent[201]: [Warning] Creating empty account: Default for service: IMDService (SubNet)
    May 28 18:53:53 Macintosh mds[36]: (Error) Server: No store registered for scope "
    May 28 18:53:53 Macintosh mds[36]: (Error) Server: No store registered for scope "/Users/lizunping/Library/Mail/V2/Mailboxes"
    May 28 18:53:53 Macintosh mds[36]: (Error) Server: No store registered for scope "/Users/lizunping/Library/Mail/V2/RSS"
    May 28 18:53:58 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:775:0528/185358:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "https://www.google.com". Protocols, domains, and ports must match.", source: chrome-extension://mcobjbefejmnadahpjbfibgkgchhmjke/Keyboard.js (238)
    May 28 18:54:15 Macintosh Symantec Error Reporting[232]: Symantec Error Reporting Daemon launched.
    May 28 18:54:16 Macintosh loginwindow[39]: Login items - LSOpenApplication returned error -10665, url=/Applications/Adobe Version Cue CS2/bin/VersionCueCS2Status.app
    May 28 18:54:16 Macintosh loginwindow[39]: Unable to lauch startup item: (null)
    May 28 18:54:16 Macintosh REUpdater[233]: REUpdate : decrypting ...
    May 28 18:54:16 Macintosh loginwindow[39]: Login items - LSOpenApplication returned error -10665, url=/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app
    May 28 18:54:16 Macintosh loginwindow[39]: Unable to lauch startup item: (null)
    May 28 18:54:16 Macintosh REUpdater[233]: REUpdate : decryption completed successfully
    May 28 18:54:16 Macintosh REUpdater[233]: VERSION is 127
    May 28 18:54:17 Macintosh REUpdater[233]: REUpdate : Decrypted file deleted successfully
    May 28 18:54:17 Macintosh REUpdater[233]: REUpdate : Did not download since you have the version equal or later than that on the server
    May 28 18:54:18 Macintosh com.apple.launchd.peruser.501[151] (com.apple.mrt.uiagent[225]): Exited with code: 255
    May 28 18:54:19 Macintosh com.symantec.uiagent.application[231]: objc[231]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymQuickMenu/NCoQuickMenu.plugIn/Contents/MacOS/NCoQuickMenu. One of the two will be used. Which one is undefined.
    May 28 18:54:21 Macintosh Symantec Error Reporting[232]: Symantec Error Reporting Daemon beginning submission for domain current-user.
    May 28 18:54:21 Macintosh Symantec Error Reporting[232]: Symantec Error Reporting Daemon: Submitting 0 error reports.
    May 28 18:54:21 Macintosh Symantec Error Reporting[232]: Symantec Error Reporting Daemon: Nothing to submit.
    May 28 18:54:22 Macintosh appleprofilepolicyd[243]: appleprofilepolicyd: profiling drivers not loaded, loading
    May 28 18:54:24 Macintosh com.symantec.uiagent.application[231]: objc[231]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymQuickMenu/NortonPersonalFirewallQM.plugIn/Contents/MacOS/No rtonPersonalFirewallQM. One of the two will be used. Which one is undefined.
    May 28 18:54:34 Macintosh com.symantec.uiagent.application[231]: objc[231]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymUIAgent/PlugIns/WebFraudAlert.bundle/Contents/MacOS/WebFrau dAlert. One of the two will be used. Which one is undefined.
    May 28 18:54:51 Macintosh MotoCast[240]: Registering Growl with Identifier: com.zecter.MotoCast
    May 28 18:55:01 Macintosh MotoCast[240]: Can't find MotoCast by identifier
    May 28 18:57:23 Macintosh helpd[227]: Failed reading an alias at file://localhost/Library/Documentation/Help/.DS_Store: Error Domain=NSCocoaErrorDomain Code=256 "The file couldn’t be opened." UserInfo=0x109ba7b90 {}
    May 28 18:57:29 Macintosh mds[36]: (/.Spotlight-V100/Store-V2/E794B391-CB92-4ED1-B906-57500D4E4921)(Warning) IndexStore in setAttributes:Items's transaction id 297 is too low for the current index 297. Discarding oid 270b2bf.
    May 28 19:06:18 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:73227:0528/190618:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 19:13:56 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:33283:0528/191356:ERROR:video_capture_device_mac.mm (93)] Not implemented reached in static void media::VideoCaptureDevice::GetDeviceSupportedFormats(const media::VideoCaptureDevice::Name &, VideoCaptureFormats *)
    May 28 19:15:03 Macintosh [0x0-0x1d01d].com.apple.iTunes[308]: 2014-05-28 19:15:03.102 The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    May 28 19:37:34 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:73227:0528/193734:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 19:48:26 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:775:0528/194826:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "https://www.google.com". Protocols, domains, and ports must match.", source: chrome-extension://mcobjbefejmnadahpjbfibgkgchhmjke/Keyboard.js (238)
    May 28 20:24:28 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:73227:0528/202428:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 21:34:49 Macintosh [0x0-0x6006].com.google.Chrome[163]: [163:73227:0528/213449:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 28 21:44:38 Macintosh [0x0-0x6006].com.google.Chrome[163]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6cad0870, fPowerNotifyPort= 0x6e114c60
    May 28 21:44:38 Macintosh [0x0-0x6006].com.google.Chrome[163]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6e2998d0, fPowerNotifyPort= 0x6e2993f0
    May 28 21:44:38 Macintosh [0x0-0x6006].com.google.Chrome[163]: DVFreeThread - CFMachPortCreateWithPort hack = 0x6e127fc0, fPowerNotifyPort= 0x6e124660
    May 28 21:44:38 Macintosh com.apple.cmio.VDCAssistant[305]: AVF info: hasOfflineRenderer, borad-id check : false
    May 28 21:44:39 Macintosh com.apple.launchd.peruser.501[151] (com.symantec.uiagent.application[231]): Exited: Killed: 9
    May 28 21:44:39 Macintosh com.apple.launchd.peruser.501[151] (com.apple.talagent[166]): Exited: Killed: 9
    May 28 21:44:39 Macintosh com.apple.launchd.peruser.501[151] ([0x0-0x10010].com.apple.AppleSpell[200]): Exited: Killed: 9
    May 28 21:44:39 Macintosh com.apple.launchd.peruser.501[151] (com.apple.dt.instruments.backgroundinstruments[221]): Exited: Killed: 9
    May 28 21:44:39 Macintosh com.apple.launchd.peruser.501[151] ([0x0-0x1e01e].com.apple.iTunesHelper[312]): Exited: Killed: 9
    May 28 21:44:39 Macintosh com.apple.launchd.peruser.501[151] (com.apple.mdworker.pool.0[285]): Exited: Terminated: 15
    May 28 21:44:39 Macintosh loginwindow[39]: DEAD_PROCESS: 39 console
    May 28 21:44:42 Macintosh shutdown[416]: halt by lizunping:
    May 28 21:44:42 Macintosh shutdown[416]: SHUTDOWN_TIME: 1401338682 15491
    May 29 07:00:09 localhost bootlog[0]: BOOT_TIME 1401372009 0
    May 29 07:00:11 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    May 29 07:00:18 localhost com.apple.launchd[1] (com.apple.powerd): Unknown value for key POSIXSpawnType: Interactive
    May 29 07:00:18 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    May 29 07:00:18 localhost com.apple.launchd[1] (com.apple.usbmuxd): Unknown value for key POSIXSpawnType: Interactive
    May 29 07:00:32 localhost com.apple.ucupdate.plist[20]: ucupdate: Checked 1 update, no match found.
    May 29 07:00:38 localhost com.apple.pfctl[31]: No ALTQ support in kernel
    May 29 07:00:38 localhost com.apple.pfctl[31]: ALTQ related functions disabled
    May 29 07:00:54 localhost Symantec Error Reporting[55]: Symantec Error Reporting Daemon launched.
    May 29 07:00:54 localhost mDNSResponder[35]: mDNSResponder mDNSResponder-320.16 (Jul 19 2012 21:07:07) starting OSXVers 11
    May 29 07:00:54 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    May 29 07:00:55 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    May 29 07:00:55 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 29 07:00:55 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 29 07:00:55: --- last message repeated 1 time ---
    May 29 07:00:55 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 29 07:00:55 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 29 07:00:55: --- last message repeated 1 time ---
    May 29 07:00:55 localhost xpchelper[63]: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    May 29 07:00:56 localhost launchdadd[79]: FAILURE: Could not send MIG reply: 0x10000003
    May 29 07:00:56 localhost mmcfgd[56]: MotNetConfig - started
    May 29 07:00:57 localhost mds[34]: (Normal) FMW: FMW 0 0
    May 29 07:00:57 localhost com.apple.usbmuxd[19]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    May 29 07:00:57 localhost UserEventAgent[11]: ServermgrdRegistration cannot load config data
    May 29 07:00:57 localhost UserEventAgent[11]: get_backup_share_points no AFP
    May 29 07:00:58 localhost systemkeychain[77]: done file: /var/run/systemkeychaincheck.done
    May 29 07:00:58 localhost mDNSResponder[35]: D2D_IPC: Loaded
    May 29 07:00:58 localhost mDNSResponder[35]: D2DInitialize succeeded
    May 29 07:00:58 localhost Symantec Error Reporting[55]: Symantec Error Reporting Daemon: Could not reach the error reporting servers.
    May 29 07:00:59 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 29 07:00:59: --- last message repeated 1 time ---
    May 29 07:00:59 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 29 07:00:59 localhost airportd[66]: _processDLILEvent: en1 attached (down)
    May 29 07:01:00 localhost rpcsvchost[93]: sandbox_init: com.apple.msrpc.netlogon.sb  succeeded
    May 29 07:01:00 localhost configd[48]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    May 29 07:01:00 localhost configd[48]: DHCP en1: INIT-REBOOT transmit failed
    May 29 07:01:00 localhost configd[48]: network configuration changed.
    May 29 07:01:00 Macintosh configd[48]: setting hostname to "Macintosh.local"
    May 29 07:01:01 Macintosh com.apple.launchd[1] (com.apple.netbiosd[94]): Exited abnormally: Hangup: 1
    May 29 07:01:01 Macintosh com.apple.launchd[1] (com.apple.netbiosd): Throttling respawn: Will start in 10 seconds
    May 29 07:01:02 Macintosh com.apple.launchd[1] (com.apple.netbiosd): Throttling respawn: Will start in 8 seconds
    May 29 07:01:02 Macintosh com.apple.SystemStarter[21]: Starting HP IO Monitor
    May 29 07:01:02 Macintosh xpchelper[96]: for uid: 222 -- timeout while waiting on FSEvents flush; clearing cache.
    May 29 07:01:04 Macintosh airportd[66]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 29 07:01:04 Macintosh configd[48]: network configuration changed.
    May 29 07:01:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    May 29 07:01:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    May 29 07:01:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on HOME-A7C2 because it is protected and not on the exception list
    May 29 07:01:04 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    May 29 07:01:04 Macintosh configd[48]: network configuration changed.
    May 29 07:01:05 Macintosh root[114]:
    May 29 07:01:05 Macintosh root[114]:  sntp sendpkt: sendto error: No route to host. Couldn't send packet!
    May 29 07:01:05 Macintosh root[114]: on_wire failed for server 0.0.0.17!
    May 29 07:01:05 Macintosh ntpd[15]: proto: precision = 1.000 usec
    May 29 07:01:05 Macintosh configd[48]: network configuration changed.
    May 29 07:01:06: --- last message repeated 1 time ---
    May 29 07:01:06 Macintosh SymSharedSettingsd[115]: Settings server starting up.
    May 29 07:01:07 Macintosh loginwindow[37]: Login Window Application Started
    May 29 07:01:07 Macintosh SymDaemon[52]:           +++ SymLM::SkuKey 0x100243a10 (# 1) - 1 alive +++
    May 29 07:01:07 Macintosh XProtectUpdater[17]: Ignoring new signature plist: Not an increase in version
    May 29 07:01:07 Macintosh com.apple.launchd[1] (com.apple.xprotectupdater[17]): Exited with code: 252
    May 29 07:01:17 Macintosh VersionCueCS2Daemon[103]: Launch of "/Library/StartupItems/AdobeVersionCueCS2/VersionCueCS2Daemon" failed: the PowerPC architecture is no longer supported.
    May 29 07:01:17 Macintosh com.apple.SystemStarter[21]: 2014-05-29 07:01:17.108 RosettaNonGrata[103:12803] Launch of "/Library/StartupItems/AdobeVersionCueCS2/VersionCueCS2Daemon" failed: the PowerPC architecture is no longer supported.
    May 29 07:01:17 Macintosh SystemStarter[21]: Adobe Version Cue CS2 (101) did not complete successfully
    May 29 07:01:17 Macintosh SystemStarter[21]: The following StartupItems failed to start properly:
    May 29 07:01:17 Macintosh SystemStarter[21]: /Library/StartupItems/AdobeVersionCueCS2
    May 29 07:01:17 Macintosh SystemStarter[21]:  - execution of Startup script failed
    May 29 07:01:19 Macintosh loginwindow[37]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    May 29 07:01:19 Macintosh com.apple.launchctl.LoginWindow[125]: com.apple.findmymacmessenger: Already loaded
    May 29 07:01:20 Macintosh airportd[66]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 29 07:01:20 Macintosh loginwindow[37]: Login Window Started Security Agent
    May 29 07:01:21 Macintosh SecurityAgent[133]: Echo enabled
    May 29 07:01:21 Macintosh SecurityAgent[133]: User info context values set for lizunping
    May 29 07:01:22 Macintosh Extractor[134]: Starting Extractor Daemon Mode.
    May 29 07:01:23 Macintosh WindowServer[120]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 29 07:01:23 Macintosh loginwindow[37]: Login Window - Returned from Security Agent
    May 29 07:01:23 Macintosh loginwindow[37]: USER_PROCESS: 37 console
    May 29 07:01:23 Macintosh airportd[66]: _doAutoJoin: Already associated to “HOME-A7C2”. Bailing on auto-join.
    May 29 07:01:24 Macintosh com.apple.launchd.peruser.501[141] (com.apple.AirPortBaseStationAgent): Unknown value for key POSIXSpawnType: Background
    May 29 07:01:24 Macintosh com.apple.launchd.peruser.501[141] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    May 29 07:01:24 Macintosh com.apple.launchctl.Aqua[148]: load: option requires an argument -- D
    May 29 07:01:24 Macintosh com.apple.launchctl.Aqua[148]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    May 29 07:01:24 Macintosh UserEventAgent[11]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 18183
    May 29 07:01:25 Macintosh com.apple.launchd.peruser.501[141] (com.apple.launchctl.Aqua[148]): Exited with code: 1
    May 29 07:01:31 Macintosh Finder[163]: ISGetIconFamilyFromStorage: seed mismatch for 2146000e, actual seed is 140e0f76
    May 29 07:01:33 Macintosh Symantec Error Reporting[194]: Symantec Error Reporting Daemon launched.
    May 29 07:01:33 Macintosh REUpdater[195]: REUpdate : decrypting ...
    May 29 07:01:33 Macintosh loginwindow[37]: Login items - LSOpenApplication returned error -10665, url=/Applications/Adobe Version Cue CS2/bin/VersionCueCS2Status.app
    May 29 07:01:33 Macintosh loginwindow[37]: Unable to lauch startup item: (null)
    May 29 07:01:33 Macintosh REUpdater[195]: REUpdate : decryption completed successfully
    May 29 07:01:33 Macintosh REUpdater[195]: VERSION is 127
    May 29 07:01:33 Macintosh com.apple.launchd.peruser.501[141] (com.apple.mrt.uiagent[186]): Exited with code: 255
    May 29 07:01:33 Macintosh REUpdater[195]: REUpdate : Decrypted file deleted successfully
    May 29 07:01:34 Macintosh loginwindow[37]: Login items - LSOpenApplication returned error -10665, url=/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app
    May 29 07:01:34 Macintosh loginwindow[37]: Unable to lauch startup item: (null)
    May 29 07:01:35 Macintosh Symantec Error Reporting[194]: Symantec Error Reporting Daemon beginning submission for domain current-user.
    May 29 07:01:35 Macintosh Symantec Error Reporting[194]: Symantec Error Reporting Daemon: Submitting 0 error reports.
    May 29 07:01:35 Macintosh Symantec Error Reporting[194]: Symantec Error Reporting Daemon: Nothing to submit.
    May 29 07:01:35 Macintosh com.apple.dock.extra[204]: Could not connect the action buttonPressed: to target of class NSApplication
    May 29 07:01:35: --- last message repeated 3 times ---
    May 29 07:01:35 Macintosh com.apple.dock.extra[204]: 2014-05-29 07:01:35.471 com.apple.dock.extra[204:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 29 07:01:35 Macintosh com.apple.dock.extra[204]: 2014-05-29 07:01:35.537 com.apple.dock.extra[204:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 29 07:01:35 Macintosh com.apple.dock.extra[204]: 2014-05-29 07:01:35.538 com.apple.dock.extra[204:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 29 07:01:35 Macintosh com.apple.dock.extra[204]: 2014-05-29 07:01:35.539 com.apple.dock.extra[204:1a07] Could not connect the action buttonPressed: to target of class NSApplication
    May 29 07:01:36 Macintosh com.symantec.uiagent.application[193]: objc[193]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymQuickMenu/NCoQuickMenu.plugIn/Contents/MacOS/NCoQuickMenu. One of the two will be used. Which one is undefined.
    May 29 07:01:37 Macintosh imagent[188]: [Warning] Creating empty account: Default for service: IMDService (SubNet)
    May 29 07:01:37 Macintosh com.symantec.uiagent.application[193]: objc[193]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymQuickMenu/NortonPersonalFirewallQM.plugIn/Contents/MacOS/No rtonPersonalFirewallQM. One of the two will be used. Which one is undefined.
    May 29 07:01:39 Macintosh appleprofilepolicyd[207]: appleprofilepolicyd: profiling drivers not loaded, loading
    May 29 07:01:41 Macintosh com.symantec.uiagent.application[193]: objc[193]: Class StatPing is implemented in both /Library/Application Support/Symantec/SymQuickMenu/LiveUpdateQM.plugIn/Contents/MacOS/LiveUpdateQM and /Library/Application Support/Symantec/SymUIAgent/PlugIns/WebFraudAlert.bundle/Contents/MacOS/WebFrau dAlert. One of the two will be used. Which one is undefined.
    May 29 07:01:44 Macintosh com.apple.launchd[1] (com.apple.coreservices.appleid.authentication[129]): Exit timeout elapsed (20 seconds). Killing
    May 29 07:01:49 Macintosh REUpdater[195]: REUpdate : Did not download since you have the version equal or later than that on the server
    May 29 07:01:51 Macintosh MotoCast[205]: Registering Growl with Identifier: com.zecter.MotoCast
    May 29 07:01:53 Macintosh MotoCast[205]: Can't find MotoCast by identifier
    May 29 07:04:35 Macintosh helpd[189]: Failed reading an alias at file://localhost/Library/Documentation/Help/.DS_Store: Error Domain=NSCocoaErrorDomain Code=256 "The file couldn’t be opened." UserInfo=0x1072a8d50 {}
    May 29 07:15:41 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:775:0529/071541:ERROR:component_loader.cc(138)] Failed to parse extension manifest.
    May 29 07:15:50 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:775:0529/071550:ERROR:account_tracker.cc(257)] OnGetTokenFailure: Invalid credentials.
    May 29 07:16:00 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:49679:0529/071600:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 29 07:16:03 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:40707:0529/071603:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    May 29 07:16:53 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:33539:0529/071653:ERROR:video_capture_device_mac.mm (93)] Not implemented reached in static void media::VideoCaptureDevice::GetDeviceSupportedFormats(const media::VideoCaptureDevice::Name &, VideoCaptureFormats *)
    May 29 07:23:31 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:49679:0529/072331:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 29 07:42:16 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:49679:0529/074216:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 29 08:03:03 Macintosh XProtectUpdater[309]: Ignoring new signature plist: Not an increase in version
    May 29 08:03:03 Macintosh com.apple.launchd[1] (com.apple.xprotectupdater[309]): Exited with code: 252
    May 29 08:29:09 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:49679:0529/082909:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 29 09:39:28 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:49679:0529/093928:ERROR:get_updates_processor.cc(214)] PostClientToServerMessage() failed during GetUpdates
    May 29 09:42:33 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:775:0529/094233:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "https://www.google.com". Protocols, domains, and ports must match.", source: chrome-extension://mcobjbefejmnadahpjbfibgkgchhmjke/Keyboard.js (238)
    May 29 09:46:00 Macintosh xpchelper[395]: for uid: 501 -- timeout while waiting on FSEvents flush; clearing cache.
    May 29 09:53:34 Macintosh [0x0-0x17017].com.google.Chrome[265]: [265:775:0529/095334:ERROR:CONSOLE(238)] "Uncaught SecurityError: Blocked a frame with origin "https://plus.google.com" from accessing a frame with origin "

    Hello:
    Unfortunately, after removing Norton and Sophos, the iMac still freezes.  I am attaching the console.log below.
    Once again thanks for your help.
    Regards,
    seeker7806
    console.log:
    6 / 4 / 14 12: 31: 46.000 PM kernel 817: 0x014a089c
    6 / 4 / 14 12: 31: 46.000 PM kernel 818: 0xc070000a
    6 / 4 / 14 12: 31: 46.000 PM kernel 819: 0x9401d344
    6 / 4 / 14 12: 31: 46.000 PM kernel 820: 0x22006204
    6 / 4 / 14 12: 31: 46.000 PM kernel 821: 0x10000000
    6 / 4 / 14 12: 31: 46.000 PM kernel 822: 0x040a8141
    6 / 4 / 14 12: 31: 46.000 PM kernel 823: 0x10101080
    6 / 4 / 14 12: 31: 46.000 PM kernel 824: 0x1c420000
    6 / 4 / 14 12: 31: 46.000 PM kernel 825: 0x014a081c
    6 / 4 / 14 12: 31: 46.000 PM kernel 826: 0xc0500002
    6 / 4 / 14 12: 31: 47.000 PM kernel 827: 0x9401d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 828: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 829: 0x10000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 830: 0x040a8160
    6 / 4 / 14 12: 31: 47.000 PM kernel 831: 0x10101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 832: 0x1c020002
    6 / 4 / 14 12: 31: 47.000 PM kernel 833: 0x074a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 834: 0xc070400a
    6 / 4 / 14 12: 31: 47.000 PM kernel 835: 0x9401d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 836: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 837: 0x00000000
    6 / 4 / 14 12: 31: 47.000 PM kernel 838: 0x040e8160
    6 / 4 / 14 12: 31: 47.000 PM kernel 839: 0x10101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 840: 0x1c020002
    6 / 4 / 14 12: 31: 47.000 PM kernel 841: 0x014a081c
    6 / 4 / 14 12: 31: 47.000 PM kernel 842: 0x4010000a
    6 / 4 / 14 12: 31: 47.000 PM kernel 843: 0xb401d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 844: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 845: 0x10000000
    6 / 4 / 14 12: 31: 47.000 PM kernel 846: 0x04048160
    6 / 4 / 14 12: 31: 47.000 PM kernel 847: 0x80101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 848: 0x1c420000
    6 / 4 / 14 12: 31: 47.000 PM kernel 849: 0x074a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 850: 0x4050000a
    6 / 4 / 14 12: 31: 47.000 PM kernel 851: 0x9401d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 852: 0x22006224
    6 / 4 / 14 12: 31: 47.000 PM kernel 853: 0x10000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 854: 0x04068160
    6 / 4 / 14 12: 31: 47.000 PM kernel 855: 0x10141000
    6 / 4 / 14 12: 31: 47.000 PM kernel 856: 0x1c020002
    6 / 4 / 14 12: 31: 47.000 PM kernel 857: 0x014a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 858: 0xc050000a
    6 / 4 / 14 12: 31: 47.000 PM kernel 859: 0x9401d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 860: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 861: 0x00000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 862: 0x040a8160
    6 / 4 / 14 12: 31: 47.000 PM kernel 863: 0x10101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 864: 0x1c420002
    6 / 4 / 14 12: 31: 47.000 PM kernel 865: 0x014a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 866: 0xc050000a
    6 / 4 / 14 12: 31: 47.000 PM kernel 867: 0x9401d304
    6 / 4 / 14 12: 31: 47.000 PM kernel 868: 0x22006224
    6 / 4 / 14 12: 31: 47.000 PM kernel 869: 0x10000000
    6 / 4 / 14 12: 31: 47.000 PM kernel 870: 0x040a8160
    6 / 4 / 14 12: 31: 47.000 PM kernel 871: 0x10101084
    6 / 4 / 14 12: 31: 47.000 PM kernel 872: 0x1c000000
    6 / 4 / 14 12: 31: 47.000 PM kernel 873: 0x0342088c
    6 / 4 / 14 12: 31: 47.000 PM kernel 874: 0xc010400a
    6 / 4 / 14 12: 31: 47.000 PM kernel 875: 0x9401d364
    6 / 4 / 14 12: 31: 47.000 PM kernel 876: 0x22004204
    6 / 4 / 14 12: 31: 47.000 PM kernel 877: 0x10000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 878: 0x000a8160
    6 / 4 / 14 12: 31: 47.000 PM kernel 879: 0x10101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 880: 0x1c020002
    6 / 4 / 14 12: 31: 47.000 PM kernel 881: 0x034a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 882: 0x4030000a
    6 / 4 / 14 12: 31: 47.000 PM kernel 883: 0x9400d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 884: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 885: 0x10000000
    6 / 4 / 14 12: 31: 47.000 PM kernel 886: 0x040a8160
    6 / 4 / 14 12: 31: 47.000 PM kernel 887: 0x30141000
    6 / 4 / 14 12: 31: 47.000 PM kernel 888: 0x1c420002
    6 / 4 / 14 12: 31: 47.000 PM kernel 889: 0x034a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 890: 0xc0500002
    6 / 4 / 14 12: 31: 47.000 PM kernel 891: 0x9401c344
    6 / 4 / 14 12: 31: 47.000 PM kernel 892: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 893: 0x00000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 894: 0x000a8140
    6 / 4 / 14 12: 31: 47.000 PM kernel 895: 0x10101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 896: 0x1c020002
    6 / 4 / 14 12: 31: 47.000 PM kernel 897: 0x034a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 898: 0xc150000a
    6 / 4 / 14 12: 31: 47.000 PM kernel 899: 0x9401d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 900: 0x22006224
    6 / 4 / 14 12: 31: 47.000 PM kernel 901: 0x10000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 902: 0x000e8161
    6 / 4 / 14 12: 31: 47.000 PM kernel 903: 0x00101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 904: 0x1c020000
    6 / 4 / 14 12: 31: 47.000 PM kernel 905: 0x014a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 906: 0xc0500002
    6 / 4 / 14 12: 31: 47.000 PM kernel 907: 0x9400d344
    6 / 4 / 14 12: 31: 47.000 PM kernel 908: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 909: 0x00000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 910: 0x04028141
    6 / 4 / 14 12: 31: 47.000 PM kernel 911: 0x00101000
    6 / 4 / 14 12: 31: 47.000 PM kernel 912: 0x1c020002
    6 / 4 / 14 12: 31: 47.000 PM kernel 913: 0x074a089c
    6 / 4 / 14 12: 31: 47.000 PM kernel 914: 0xc070000a
    6 / 4 / 14 12: 31: 47.000 PM kernel 915: 0x9401d304
    6 / 4 / 14 12: 31: 47.000 PM kernel 916: 0x22006204
    6 / 4 / 14 12: 31: 47.000 PM kernel 917: 0x00000400
    6 / 4 / 14 12: 31: 47.000 PM kernel 918: 0x00088140
    6 / 4 / 14 12: 31: 48.000 PM kernel 919: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 920: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 921: 0x034a0898
    6 / 4 / 14 12: 31: 48.000 PM kernel 922: 0x4030000a
    6 / 4 / 14 12: 31: 48.000 PM kernel 923: 0x9401c3c4
    6 / 4 / 14 12: 31: 48.000 PM kernel 924: 0x22006204
    6 / 4 / 14 12: 31: 48.000 PM kernel 925: 0x10000000
    6 / 4 / 14 12: 31: 48.000 PM kernel 926: 0x040a8160
    6 / 4 / 14 12: 31: 48.000 PM kernel 927: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 928: 0x1c020000
    6 / 4 / 14 12: 31: 48.000 PM kernel 929: 0x034a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 930: 0xc0100002
    6 / 4 / 14 12: 31: 48.000 PM kernel 931: 0x9401d344
    6 / 4 / 14 12: 31: 48.000 PM kernel 932: 0x22006224
    6 / 4 / 14 12: 31: 48.000 PM kernel 933: 0x00000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 934: 0x040a8161
    6 / 4 / 14 12: 31: 48.000 PM kernel 935: 0x11101080
    6 / 4 / 14 12: 31: 48.000 PM kernel 936: 0x1c020000
    6 / 4 / 14 12: 31: 48.000 PM kernel 937: 0x034a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 938: 0xc0700002
    6 / 4 / 14 12: 31: 48.000 PM kernel 939: 0x940153c4
    6 / 4 / 14 12: 31: 48.000 PM kernel 940: 0x22006004
    6 / 4 / 14 12: 31: 48.000 PM kernel 941: 0x10000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 942: 0x04028160
    6 / 4 / 14 12: 31: 48.000 PM kernel 943: 0x10101004
    6 / 4 / 14 12: 31: 48.000 PM kernel 944: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 945: 0x034a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 946: 0xc070000a
    6 / 4 / 14 12: 31: 48.000 PM kernel 947: 0x9400d344
    6 / 4 / 14 12: 31: 48.000 PM kernel 948: 0x22006224
    6 / 4 / 14 12: 31: 48.000 PM kernel 949: 0x10000040
    6 / 4 / 14 12: 31: 48.000 PM kernel 950: 0x040a8161
    6 / 4 / 14 12: 31: 48.000 PM kernel 951: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 952: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 953: 0x074a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 954: 0xc050000a
    6 / 4 / 14 12: 31: 48.000 PM kernel 955: 0x9401d344
    6 / 4 / 14 12: 31: 48.000 PM kernel 956: 0x22006204
    6 / 4 / 14 12: 31: 48.000 PM kernel 957: 0x10000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 958: 0x04088140
    6 / 4 / 14 12: 31: 48.000 PM kernel 959: 0x00101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 960: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 961: 0x034a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 962: 0xc0500002
    6 / 4 / 14 12: 31: 48.000 PM kernel 963: 0x9401d344
    6 / 4 / 14 12: 31: 48.000 PM kernel 964: 0x22006224
    6 / 4 / 14 12: 31: 48.000 PM kernel 965: 0x10000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 966: 0x04028141
    6 / 4 / 14 12: 31: 48.000 PM kernel 967: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 968: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 969: 0x034a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 970: 0xc0500002
    6 / 4 / 14 12: 31: 48.000 PM kernel 971: 0x9400d344
    6 / 4 / 14 12: 31: 48.000 PM kernel 972: 0x22006204
    6 / 4 / 14 12: 31: 48.000 PM kernel 973: 0x10000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 974: 0x040a8160
    6 / 4 / 14 12: 31: 48.000 PM kernel 975: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 976: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 977: 0x034a081c
    6 / 4 / 14 12: 31: 48.000 PM kernel 978: 0xc050000a
    6 / 4 / 14 12: 31: 48.000 PM kernel 979: 0x9401c3c4
    6 / 4 / 14 12: 31: 48.000 PM kernel 980: 0x22006204
    6 / 4 / 14 12: 31: 48.000 PM kernel 981: 0x00000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 982: 0x04088160
    6 / 4 / 14 12: 31: 48.000 PM kernel 983: 0x00101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 984: 0x1c020000
    6 / 4 / 14 12: 31: 48.000 PM kernel 985: 0x014a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 986: 0x40300002
    6 / 4 / 14 12: 31: 48.000 PM kernel 987: 0x9401d3c4
    6 / 4 / 14 12: 31: 48.000 PM kernel 988: 0x22006204
    6 / 4 / 14 12: 31: 48.000 PM kernel 989: 0x00000000
    6 / 4 / 14 12: 31: 48.000 PM kernel 990: 0x04028160
    6 / 4 / 14 12: 31: 48.000 PM kernel 991: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 992: 0x9c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 993: 0x014a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 994: 0xc0300002
    6 / 4 / 14 12: 31: 48.000 PM kernel 995: 0x9401d344
    6 / 4 / 14 12: 31: 48.000 PM kernel 996: 0x22006224
    6 / 4 / 14 12: 31: 48.000 PM kernel 997: 0x00000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 998: 0x00028140
    6 / 4 / 14 12: 31: 48.000 PM kernel 999: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 1000: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 1001: 0x054a0898
    6 / 4 / 14 12: 31: 48.000 PM kernel 1002: 0x4050000a
    6 / 4 / 14 12: 31: 48.000 PM kernel 1003: 0x9401d3c4
    6 / 4 / 14 12: 31: 48.000 PM kernel 1004: 0x22006224
    6 / 4 / 14 12: 31: 48.000 PM kernel 1005: 0x00000400
    6 / 4 / 14 12: 31: 48.000 PM kernel 1006: 0x040e8160
    6 / 4 / 14 12: 31: 48.000 PM kernel 1007: 0x10101000
    6 / 4 / 14 12: 31: 48.000 PM kernel 1008: 0x1c020002
    6 / 4 / 14 12: 31: 48.000 PM kernel 1009: 0x034a089c
    6 / 4 / 14 12: 31: 48.000 PM kernel 1010: 0xc0700002
    6 / 4 / 14 12: 31: 49.000 PM kernel 1011: 0x9401c3c4
    6 / 4 / 14 12: 31: 49.000 PM kernel 1012: 0x22006204
    6 / 4 / 14 12: 31: 49.000 PM kernel 1013: 0x10000400
    6 / 4 / 14 12: 31: 49.000 PM kernel 1014: 0x040e8141
    6 / 4 / 14 12: 31: 49.000 PM kernel 1015: 0x90101004
    6 / 4 / 14 12: 31: 49.000 PM kernel 1016: 0x1c020002
    6 / 4 / 14 12: 31: 49.000 PM kernel 1017: 0x034a089c
    6 / 4 / 14 12: 31: 49.000 PM kernel 1018: 0xc050000a
    6 / 4 / 14 12: 31: 49.000 PM kernel 1019: 0x9401d344
    6 / 4 / 14 12: 31: 49.000 PM kernel 1020: 0x22006204
    6 / 4 / 14 12: 31: 49.000 PM kernel 1021: 0x00000400
    6 / 4 / 14 12: 31: 49.000 PM kernel 1022: 0x04088161
    6 / 4 / 14 12: 31: 49.000 PM kernel 1023: 0x90101000
    6 / 4 / 14 12: 31: 49.000 PM kernel 0x85ff2af3
    6 / 4 / 14 12: 31: 49.000 PM kernel * * ASIC Hang Log End * *
        6 / 4 / 14 12: 31: 50.000 PM kernel ATIRadeon::wait_for_rb_space: Overflowed block waiting
    for FIFO space.Have 0,
    need 5.RBBM_STATUS 0x9001c100
    6 / 4 / 14 12: 32: 02.000 PM kernel * * ASIC Hang Log Start * *
        6 / 4 / 14 12: 32: 02.000 PM kernel 0x010171c5 00040100 00000000 20080190
    6 / 4 / 14 12: 32: 02.000 PM kernel 0x1902a0a8 c0002a0c 00000002 00000008
    6 / 4 / 14 12: 32: 02.000 PM kernel 0x00000047 00000000 00000c0c 9001c100
    6 / 4 / 14 12: 32: 02.000 PM kernel 0x00080000 00000000 00000001 40000000
    6 / 4 / 14 12: 32: 02.000 PM kernel 0x600039bd 0004000a 00000000 00800000
    6 / 4 / 14 12: 32: 02.000 PM kernel 0x00000003 0000444f 10040004
    6 / 4 / 14 12: 32: 02.000 PM kernel 0: 0x61566469
    6 / 4 / 14 12: 32: 02.000 PM kernel 1: 0x6964696c
    6 / 4 / 14 12: 32: 02.000 PM kernel 2: 0x003a7974
    6 / 4 / 14 12: 32: 02.000 PM kernel 3: 0x55746573
    6 / 4 / 14 12: 32: 02.000 PM kernel 4: 0x654e6469
    6 / 4 / 14 12: 32: 02.000 PM kernel 5: 0x003a7478
    6 / 4 / 14 12: 32: 02.000 PM kernel 6: 0x69736e75
    6 / 4 / 14 12: 32: 02.000 PM kernel 7: 0x64656e67
    6 / 4 / 14 12: 32: 02.000 PM kernel 8: 0x56746e49
    6 / 4 / 14 12: 32: 02.000 PM kernel 9: 0x65756c61
    6 / 4 / 14 12: 32: 02.000 PM kernel 10: 0x72655f00
    6 / 4 / 14 12: 32: 02.000 PM kernel 11: 0x46726f72
    6 / 4 / 14 12: 32: 02.000 PM kernel 12: 0x6552726f
    6 / 4 / 14 12: 32: 02.000 PM kernel 13: 0x6e6f7073
    6 / 4 / 14 12: 32: 02.000 PM kernel 14: 0x6f3a6573
    6 / 4 / 14 12: 32: 02.000 PM kernel 15: 0x61726570
    6 / 4 / 14 12: 32: 02.000 PM kernel 16: 0x6e6f6974
    6 / 4 / 14 12: 32: 02.000 PM kernel 17: 0x725f003a
    6 / 4 / 14 12: 32: 02.000 PM kernel 18: 0x726f6365
    6 / 4 / 14 12: 32: 02.000 PM kernel 19: 0x69614d64
    6 / 4 / 14 12: 32: 02.000 PM kernel 20: 0x786f626c
    6 / 4 / 14 12: 32: 02.000 PM kernel 21: 0x70736552
    6 / 4 / 14 12: 32: 02.000 PM kernel 22: 0x65736e6f
    6 / 4 / 14 12: 32: 02.000 PM kernel 23: 0x726f663a
    6 / 4 / 14 12: 32: 02.000 PM kernel 24: 0x7265704f
    6 / 4 / 14 12: 32: 02.000 PM kernel 25: 0x6f697461
    6 / 4 / 14 12: 32: 02.000 PM kernel 26: 0x78653a6e
    6 / 4 / 14 12: 32: 02.000 PM kernel 27: 0x73747369
    6 / 4 / 14 12: 32: 02.000 PM kernel 28: 0x6f72663a
    6 / 4 / 14 12: 32: 02.000 PM kernel 29: 0x4c44496d
    6 / 4 / 14 12: 32: 02.000 PM kernel 30: 0x68003a45
    6 / 4 / 14 12: 32: 02.000 PM kernel 31: 0x6c646e61
    6 / 4 / 14 12: 32: 02.000 PM kernel 32: 0x73655265
    6 / 4 / 14 12: 32: 02.000 PM kernel 33: 0x736e6f70
    6 / 4 / 14 12: 32: 02.000 PM kernel 34: 0x6f663a65
    6 / 4 / 14 12: 32: 02.000 PM kernel 35: 0x65704f72
    6 / 4 / 14 12: 32: 02.000 PM kernel 36: 0x69746172
    6 / 4 / 14 12: 32: 02.000 PM kernel 37: 0x003a6e6f
    6 / 4 / 14 12: 32: 03.000 PM kernel 38: 0x70736572
    6 / 4 / 14 12: 32: 03.000 PM kernel 39: 0x65736e6f
    6 / 4 / 14 12: 32: 03.000 PM kernel 40: 0x646e6148
    6 / 4 / 14 12: 32: 03.000 PM kernel 41: 0x0072656c
    6 / 4 / 14 12: 32: 03.000 PM kernel 42: 0x646e6168
    6 / 4 / 14 12: 32: 03.000 PM kernel 43: 0x6552656c
    6 / 4 / 14 12: 32: 03.000 PM kernel 44: 0x6e6f7073
    6 / 4 / 14 12: 32: 03.000 PM kernel 45: 0x6f436573
    6 / 4 / 14 12: 32: 03.000 PM kernel 46: 0x72466564
    6 / 4 / 14 12: 32: 03.000 PM kernel 47: 0x65526d6f
    6 / 4 / 14 12: 32: 03.000 PM kernel 48: 0x6e6f7073
    6 / 4 / 14 12: 32: 03.000 PM kernel 49: 0x003a6573
    6 / 4 / 14 12: 32: 03.000 PM kernel 50: 0x616d6f64
    6 / 4 / 14 12: 32: 03.000 PM kernel 51: 0x5f006e69
    6 / 4 / 14 12: 32: 03.000 PM kernel 52: 0x65547369
    6 / 4 / 14 12: 32: 03.000 PM kernel 53: 0x726f706d
    6 / 4 / 14 12: 32: 03.000 PM kernel 54: 0x45797261
    6 / 4 / 14 12: 32: 03.000 PM kernel 55: 0x726f7272
    6 / 4 / 14 12: 32: 03.000 PM kernel 56: 0x6573003a
    6 / 4 / 14 12: 32: 03.000 PM kernel 57: 0x69784574
    6 / 4 / 14 12: 32: 03.000 PM kernel 58: 0x3a737473
    6 / 4 / 14 12: 32: 03.000 PM kernel 59: 0x69786500
    6 / 4 / 14 12: 32: 03.000 PM kernel 60: 0x00737473
    6 / 4 / 14 12: 32: 03.000 PM kernel 61: 0x49746573
    6 / 4 / 14 12: 32: 03.000 PM kernel 62: 0x6d6f4373
    6 / 4 / 14 12: 32: 03.000 PM kernel 63: 0x74656c70
    6 / 4 / 14 12: 32: 03.000 PM kernel 64: 0x5f003a65
    6 / 4 / 14 12: 32: 03.000 PM kernel 65: 0x6d6d6f63
    6 / 4 / 14 12: 32: 03.000 PM kernel 66: 0x53646e61
    6 / 4 / 14 12: 32: 03.000 PM kernel 67: 0x6c756f68
    6 / 4 / 14 12: 32: 03.000 PM kernel 68: 0x53654264
    6 / 4 / 14 12: 32: 03.000 PM kernel 69: 0x41746e65
    6 / 4 / 14 12: 32: 03.000 PM kernel 70: 0x6e696167
    6 / 4 / 14 12: 32: 03.000 PM kernel 71: 0x72456e4f
    6 / 4 / 14 12: 32: 03.000 PM kernel 72: 0x3a726f72
    6 / 4 / 14 12: 32: 03.000 PM kernel 73: 0x74657300
    6 / 4 / 14 12: 32: 03.000 PM kernel 74: 0x61746f54
    6 / 4 / 14 12: 32: 03.000 PM kernel 75: 0x7a69536c
    6 / 4 / 14 12: 32: 03.000 PM kernel 76: 0x6f663a65
    6 / 4 / 14 12: 32: 03.000 PM kernel 77: 0x6f755172
    6 / 4 / 14 12: 32: 03.000 PM kernel 78: 0x654d6174
    6 / 4 / 14 12: 32: 03.000 PM kernel 79: 0x67617373
    6 / 4 / 14 12: 32: 03.000 PM kernel 80: 0x756f4365
    6 / 4 / 14 12: 32: 03.000 PM kernel 81: 0x003a746e
    6 / 4 / 14 12: 32: 03.000 PM kernel 82: 0x7373656d
    6 / 4 / 14 12: 32: 03.000 PM kernel 83: 0x53656761
    6 / 4 / 14 12: 32: 03.000 PM kernel 84: 0x00657a69
    6 / 4 / 14 12: 32: 03.000 PM kernel 85: 0x63746566
    6 / 4 / 14 12: 32: 03.000 PM kernel 86: 0x73655268
    6 / 4 / 14 12: 32: 03.000 PM kernel 87: 0x57746c75
    6 / 4 / 14 12: 32: 03.000 PM kernel 88: 0x54687469
    6 / 4 / 14 12: 32: 03.000 PM kernel 89: 0x3a657079
    6 / 4 / 14 12: 32: 03.000 PM kernel 90: 0x61640000
    6 / 4 / 14 12: 32: 03.000 PM kernel 91: 0x74496174
    6 / 4 / 14 12: 32: 03.000 PM kernel 92: 0x00736d65
    6 / 4 / 14 12: 32: 03.000 PM kernel 93: 0x62756f64
    6 / 4 / 14 12: 32: 03.000 PM kernel 94: 0x6f46656c
    6 / 4 / 14 12: 32: 03.000 PM kernel 95: 0x79654b72
    6 / 4 / 14 12: 32: 03.000 PM kernel 96: 0x6573003a
    6 / 4 / 14 12: 32: 03.000 PM kernel 97: 0x61655274
    6 / 4 / 14 12: 32: 03.000 PM kernel 98: 0x66754264
    6 / 4 / 14 12: 32: 03.000 PM kernel 99: 0x53726566
    6 / 4 / 14 12: 32: 03.000 PM kernel 100: 0x3a657a69
    6 / 4 / 14 12: 32: 03.000 PM kernel 101: 0x73657200
    6 / 4 / 14 12: 32: 03.000 PM kernel 102: 0x69547465
    6 / 4 / 14 12: 32: 03.000 PM kernel 103: 0x676e696d
    6 / 4 / 14 12: 32: 03.000 PM kernel 104: 0x74736948
    6 / 4 / 14 12: 32: 03.000 PM kernel 105: 0x0079726f
    6 / 4 / 14 12: 32: 03.000 PM kernel 106: 0x64616572
    6 / 4 / 14 12: 32: 03.000 PM kernel 107: 0x66667542
    6 / 4 / 14 12: 32: 03.000 PM kernel 108: 0x69537265
    6 / 4 / 14 12: 32: 03.000 PM kernel 109: 0x7500657a
    6 / 4 / 14 12: 32: 03.000 PM kernel 110: 0x74616470
    6 / 4 / 14 12: 32: 03.000 PM kernel 111: 0x65526465
    6 / 4 / 14 12: 32: 03.000 PM kernel 112: 0x746e6563
    6 / 4 / 14 12: 32: 03.000 PM kernel 113: 0x72657641
    6 / 4 / 14 12: 32: 03.000 PM kernel 114: 0x57656761
    6 / 4 / 14 12: 32: 03.000 PM kernel 115: 0x4e687469
    6 / 4 / 14 12: 32: 03.000 PM kernel 116: 0x61567765
    6 / 4 / 14 12: 32: 03.000 PM kernel 117: 0x3a65756c
    6 / 4 / 14 12: 32: 03.000 PM kernel 118: 0x72700000
    6 / 4 / 14 12: 32: 03.000 PM kernel 119: 0x74617669
    6 / 4 / 14 12: 32: 03.000 PM kernel 120: 0x6d614e65
    6 / 4 / 14 12: 32: 03.000 PM kernel 121: 0x61707365
    6 / 4 / 14 12: 32: 03.000 PM kernel 122: 0x00736563
    6 / 4 / 14 12: 32: 03.000 PM kernel 123: 0x53746573
    6 / 4 / 14 12: 32: 03.000 PM kernel 124: 0x65726168
    6 / 4 / 14 12: 32: 03.000 PM kernel 125: 0x6d614e64
    6 / 4 / 14 12: 32: 03.000 PM kernel 126: 0x61707365
    6 / 4 / 14 12: 32: 03.000 PM kernel 127: 0x3a736563
    6 / 4 / 14 12: 32: 03.000 PM kernel 128: 0x65730000
    6 / 4 / 14 12: 32: 03.000 PM kernel 129: 0x69725074
    6 / 4 / 14 12: 32: 04.000 PM kernel 130: 0x65746176
    6 / 4 / 14 12: 32: 04.000 PM kernel 131: 0x656d614e
    6 / 4 / 14 12: 32: 04.000 PM kernel 132: 0x63617073
    6 / 4 / 14 12: 32: 04.000 PM kernel 133: 0x003a7365
    6 / 4 / 14 12: 32: 04.000 PM kernel 134: 0x61727261
    6 / 4 / 14 12: 32: 04.000 PM kernel 135: 0x74695779
    6 / 4 / 14 12: 32: 04.000 PM kernel 136: 0x6a624f68
    6 / 4 / 14 12: 32: 04.000 PM kernel 137: 0x73746365
    6 / 4 / 14 12: 32: 04.000 PM kernel 138: 0x6170003a
    6 / 4 / 14 12: 32: 04.000 PM kernel 139: 0x656d6172
    6 / 4 / 14 12: 32: 04.000 PM kernel 140: 0x73726574
    6 / 4 / 14 12: 32: 04.000 PM kernel 141: 0x65727000
    6 / 4 / 14 12: 32: 04.000 PM kernel 142: 0x746e6573
    6 / 4 / 14 12: 32: 04.000 PM kernel 143: 0x7265764f
    6 / 4 / 14 12: 32: 04.000 PM kernel 144: 0x746f7551
    6 / 4 / 14 12: 32: 04.000 PM kernel 145: 0x656c4161
    6 / 4 / 14 12: 32: 04.000 PM kernel 146: 0x5f007472
    6 / 4 / 14 12: 32: 04.000 PM kernel 147: 0x70736572
    6 / 4 / 14 12: 32: 04.000 PM kernel 148: 0x65736e6f
    6 / 4 / 14 12: 32: 04.000 PM kernel 149: 0x6d6f7246
    6 / 4 / 14 12: 32: 04.000 PM kernel 150: 0x646e6553
    6 / 4 / 14 12: 32: 04.000 PM kernel 151: 0x4f676e69
    6 / 4 / 14 12: 32: 04.000 PM kernel 152: 0x61726570
    6 / 4 / 14 12: 32: 04.000 PM kernel 153: 0x6e6f6974
    6 / 4 / 14 12: 32: 04.000 PM kernel 154: 0x7972743a
    6 / 4 / 14 12: 32: 04.000 PM kernel 155: 0x61657243
    6 / 4 / 14 12: 32: 04.000 PM kernel 156: 0x003a6574
    6 / 4 / 14 12: 32: 04.000 PM kernel 157: 0x65766173
    6 / 4 / 14 12: 32: 04.000 PM kernel 158: 0x6e616843
    6 / 4 / 14 12: 32: 04.000 PM kernel 159: 0x00736567
    6 / 4 / 14 12: 32: 04.000 PM kernel 160: 0x46746573
    6 / 4 / 14 12: 32: 04.000 PM kernel 161: 0x7367616c
    6 / 4 / 14 12: 32: 04.000 PM kernel 162: 0x646e613a
    6 / 4 / 14 12: 32: 04.000 PM kernel 163: 0x61656c43
    6 / 4 / 14 12: 32: 04.000 PM kernel 164: 0x616c4672
    6 / 4 / 14 12: 32: 04.000 PM kernel 165: 0x663a7367
    6 / 4 / 14 12: 32: 04.000 PM kernel 166: 0x6955726f
    6 / 4 / 14 12: 32: 04.000 PM kernel 167: 0x663a7364
    6 / 4 / 14 12: 32: 04.000 PM kernel 168: 0x61657243
    6 / 4 / 14 12: 32: 04.000 PM kernel 169: 0x20646574
    6 / 4 / 14 12: 32: 04.000 PM kernel 170: 0x656b6166
    6 / 4 / 14 12: 32: 04.000 PM kernel 171: 0x61656820
    6 / 4 / 14 12: 32: 04.000 PM kernel 172: 0x20726564
    6 / 4 / 14 12: 32: 04.000 PM kernel 173: 0x20726f66
    6 / 4 / 14 12: 32: 04.000 PM kernel 174: 0x2f004025
    6 / 4 / 14 12: 32: 04.000 PM kernel 175: 0x72756f53
    6 / 4 / 14 12: 32: 04.000 PM kernel 176: 0x61436563
    6 / 4 / 14 12: 32: 04.000 PM kernel 177: 0x2f656863
    6 / 4 / 14 12: 32: 04.000 PM kernel 178: 0x7373654d
    6 / 4 / 14 12: 32: 04.000 PM kernel 179: 0x2f656761
    6 / 4 / 14 12: 32: 04.000 PM kernel 180: 0x7373654d
    6 / 4 / 14 12: 32: 04.000 PM kernel 181: 0x2d656761
    6 / 4 / 14 12: 32: 04.000 PM kernel 182: 0x33383231
    6 / 4 / 14 12: 32: 04.000 PM kernel 183: 0x73654d2f
    6 / 4 / 14 12: 32: 04.000 PM kernel 184: 0x65676173
    6 / 4 / 14 12: 32: 04.000 PM kernel 185: 0x726f7453
    6 / 4 / 14 12: 32: 04.000 PM kernel 186: 0x732e7365
    6 / 4 / 14 12: 32: 04.000 PM kernel 187: 0x72706275
    6 / 4 / 14 12: 32: 04.000 PM kernel 188: 0x492f6a6f
    6 / 4 / 14 12: 32: 04.000 PM kernel 189: 0x2e50414d
    6 / 4 / 14 12: 32: 04.000 PM kernel 190: 0x70627573
    6 / 4 / 14 12: 32: 04.000 PM kernel 191: 0x2f6a6f72
    6 / 4 / 14 12: 32: 04.000 PM kernel 192: 0x50414d49
    6 / 4 / 14 12: 32: 04.000 PM kernel 193: 0x6d6d6f43
    6 / 4 / 14 12: 32: 04.000 PM kernel 194: 0x50646e61
    6 / 4 / 14 12: 32: 04.000 PM kernel 195: 0x6c657069
    6 / 4 / 14 12: 32: 04.000 PM kernel 196: 0x2e656e69
    6 / 4 / 14 12: 32: 04.000 PM kernel 197: 0x0000006d
    6 / 4 / 14 12: 32: 04.000 PM kernel 198: 0x6174756d
    6 / 4 / 14 12: 32: 04.000 PM kernel 199: 0x42656c62
    6 / 4 / 14 12: 32: 04.000 PM kernel 200: 0x73657479
    6 / 4 / 14 12: 32: 04.000 PM kernel 201: 0x00000000
    6 / 4 / 14 12: 32: 04.000 PM kernel 202: 0x45746573
    6 / 4 / 14 12: 32: 04.000 PM kernel 203: 0x74736978
    6 / 4 / 14 12: 32: 04.000 PM kernel 204: 0x72663a73
    6 / 4 / 14 12: 32: 04.000 PM kernel 205: 0x44496d6f
    6 / 4 / 14 12: 32: 04.000 PM kernel 206: 0x003a454c
    6 / 4 / 14 12: 32: 04.000 PM kernel 207: 0x626d756e
    6 / 4 / 14 12: 32: 04.000 PM kernel 208: 0x73007265
    6 / 4 / 14 12: 32: 04.000 PM kernel 209: 0x69557465
    6 / 4 / 14 12: 32: 04.000 PM kernel 210: 0x746f4e64
    6 / 4 / 14 12: 32: 04.000 PM kernel 211: 0x63697453
    6 / 4 / 14 12: 32: 04.000 PM kernel 212: 0x003a796b
    6 / 4 / 14 12: 32: 04.000 PM kernel 213: 0x50746573
    6 / 4 / 14 12: 32: 04.000 PM kernel 214: 0x616d7265
    6 / 4 / 14 12: 32: 04.000 PM kernel 215: 0x746e656e
    6 / 4 / 14 12: 32: 04.000 PM kernel 216: 0x67616c46
    6 / 4 / 14 12: 32: 04.000 PM kernel 217: 0x70003a73
    6 / 4 / 14 12: 32: 04.000 PM kernel 218: 0x616d7265
    6 / 4 / 14 12: 32: 04.000 PM kernel 219: 0x746e656e
    6 / 4 / 14 12: 32: 04.000 PM kernel 220: 0x67616c46
    6 / 4 / 14 12: 32: 04.000 PM kernel 221: 0x725f0073
    6 / 4 / 14 12: 32: 05.000 PM kernel 222: 0x726f6365
    6 / 4 / 14 12: 32: 05.000 PM kernel 223: 0x69614d64
    6 / 4 / 14 12: 32: 05.000 PM kernel 224: 0x786f626c
    6 / 4 / 14 12: 32: 05.000 PM kernel 225: 0x70736552
    6 / 4 / 14 12: 32: 05.000 PM kernel 226: 0x65736e6f
    6 / 4 / 14 12: 32: 05.000 PM kernel 227: 0x726f663a
    6 / 4 / 14 12: 32: 05.000 PM kernel 228: 0x7265704f
    6 / 4 / 14 12: 32: 05.000 PM kernel 229: 0x6f697461
    6 / 4 / 14 12: 32: 05.000 PM kernel 230: 0x73003a6e
    6 / 4 / 14 12: 32: 05.000 PM kernel 231: 0x65527465
    6 / 4 / 14 12: 32: 05.000 PM kernel 232: 0x6e4f6461
    6 / 4 / 14 12: 32: 05.000 PM kernel 233: 0x003a796c
    6 / 4 / 14 12: 32: 05.000 PM kernel 234: 0x55746573
    6 / 4 / 14 12: 32: 05.000 PM kernel 235: 0x65676173
    6 / 4 / 14 12: 32: 05.000 PM kernel 236: 0x6d6f7246
    6 / 4 / 14 12: 32: 05.000 PM kernel 237: 0x70736552
    6 / 4 / 14 12: 32: 05.000 PM kernel 238: 0x65736e6f
    6 / 4 / 14 12: 32: 05.000 PM kernel 239: 0x7571003a
    6 / 4 / 14 12: 32: 05.000 PM kernel 240: 0x5261746f
    6 / 4 / 14 12: 32: 05.000 PM kernel 241: 0x4e746f6f
    6 / 4 / 14 12: 32: 05.000 PM kernel 242: 0x00656d61
    6 / 4 / 14 12: 32: 05.000 PM kernel 243: 0x51746573
    6 / 4 / 14 12: 32: 05.000 PM kernel 244: 0x61746f75
    6 / 4 / 14 12: 32: 05.000 PM kernel 245: 0x746f6f52
    6 / 4 / 14 12: 32: 05.000 PM kernel 246: 0x00003a73
    6 / 4 / 14 12: 32: 05.000 PM kernel 247: 0x746f7571
    6 / 4 / 14 12: 32: 05.000 PM kernel 248: 0x6f6f5261
    6 / 4 / 14 12: 32: 05.000 PM kernel 249: 0x6d614e74
    6 / 4 / 14 12: 32: 05.000 PM kernel 250: 0x00007365
    6 / 4 / 14 12: 32: 05.000 PM kernel 251: 0x55746573
    6 / 4 / 14 12: 32: 05.000 PM kernel 252: 0x6565736e
    6 / 4 / 14 12: 32: 05.000 PM kernel 253: 0x756f436e
    6 / 4 / 14 12: 32: 05.000 PM kernel 254: 0x003a746e
    6 / 4 / 14 12: 32: 05.000 PM kernel 255: 0x55746573
    6 / 4 / 14 12: 32: 05.000 PM kernel 256: 0x00d10022
    6 / 4 / 14 12: 32: 05.000 PM kernel 257: 0x00d10001
    6 / 4 / 14 12: 32: 05.000 PM kernel 258: 0x00d10005
    6 / 4 / 14 12: 32: 05.000 PM kernel 259: 0x00400201
    6 / 4 / 14 12: 32: 05.000 PM kernel 260: 0x00d10042
    6 / 4 / 14 12: 32: 05.000 PM kernel 261: 0x00d10001
    6 / 4 / 14 12: 32: 05.000 PM kernel 262: 0x00d10005
    6 / 4 / 14 12: 32: 05.000 PM kernel 263: 0x00800201
    6 / 4 / 14 12: 32: 05.000 PM kernel 264: 0x00d10062
    6 / 4 / 14 12: 32: 05.000 PM kernel 265: 0x00d10001
    6 / 4 / 14 12: 32: 05.000 PM kernel 266: 0x00d10005
    6 / 4 / 14 12: 32: 05.000 PM kernel 267: 0x00f02202
    6 / 4 / 14 12: 32: 05.000 PM kernel 268: 0x00d10021
    6 / 4 / 14 12: 32: 05.000 PM kernel 269: 0x016da021
    6 / 4 / 14 12: 32: 05.000 PM kernel 270: 0x016da025
    6 / 4 / 14 12: 32: 05.000 PM kernel 271: 0x000008a1
    6 / 4 / 14 12: 32: 05.000 PM kernel 272: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 273: 0x00000880
    6 / 4 / 14 12: 32: 05.000 PM kernel 274: 0x00000480
    6 / 4 / 14 12: 32: 05.000 PM kernel 275: 0x000f8882
    6 / 4 / 14 12: 32: 05.000 PM kernel 276: 0x3ab7d4ea
    6 / 4 / 14 12: 32: 05.000 PM kernel 277: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 278: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 279: 0xbf800000
    6 / 4 / 14 12: 32: 05.000 PM kernel 280: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 281: 0x3d5d67c9
    6 / 4 / 14 12: 32: 05.000 PM kernel 282: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 283: 0xbf800000
    6 / 4 / 14 12: 32: 05.000 PM kernel 284: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 285: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 286: 0xbf800000
    6 / 4 / 14 12: 32: 05.000 PM kernel 287: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 288: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 289: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 290: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 291: 0x3f800000
    6 / 4 / 14 12: 32: 05.000 PM kernel 292: 0x000008a1
    6 / 4 / 14 12: 32: 05.000 PM kernel 293: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 294: 0x00000880
    6 / 4 / 14 12: 32: 05.000 PM kernel 295: 0x000003fe
    6 / 4 / 14 12: 32: 05.000 PM kernel 296: 0x00078882
    6 / 4 / 14 12: 32: 05.000 PM kernel 297: 0x00f00202
    6 / 4 / 14 12: 32: 05.000 PM kernel 298: 0x00d10001
    6 / 4 / 14 12: 32: 05.000 PM kernel 299: 0x016da001
    6 / 4 / 14 12: 32: 05.000 PM kernel 300: 0x016da001
    6 / 4 / 14 12: 32: 05.000 PM kernel 301: 0x00f02202
    6 / 4 / 14 12: 32: 05.000 PM kernel 302: 0x00d10021
    6 / 4 / 14 12: 32: 05.000 PM kernel 303: 0x016da021
    6 / 4 / 14 12: 32: 05.000 PM kernel 304: 0x016da021
    6 / 4 / 14 12: 32: 05.000 PM kernel 305: 0x000208b4
    6 / 4 / 14 12: 32: 05.000 PM kernel 306: 0x08420c80
    6 / 4 / 14 12: 32: 05.000 PM kernel 307: 0x00040080
    6 / 4 / 14 12: 32: 05.000 PM kernel 308: 0x00000084
    6 / 4 / 14 12: 32: 05.000 PM kernel 309: 0x000008b7
    6 / 4 / 14 12: 32: 05.000 PM kernel 310: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 311: 0x000008a1
    6 / 4 / 14 12: 32: 05.000 PM kernel 312: 0x00000000
    6 / 4 / 14 12: 32: 05.000 PM kernel 313: 0x00000820
    6 / 4 / 14 12: 32: 06.000 PM kernel 314: 0x00b0056a
    6 / 4 / 14 12: 32: 06.000 PM kernel 315: 0x000013c6
    6 / 4 / 14 12: 32: 06.000 PM kernel 316: 0x00000003
    6 / 4 / 14 12: 32: 06.000 PM kernel 317: 0x00000d0b
    6 / 4 / 14 12: 32: 06.000 PM kernel 318: 0x00000005
    6 / 4 / 14 12: 32: 06.000 PM kernel 319: 0x00001393
    6 / 4 / 14 12: 32: 06.000 PM kernel 320: 0x0000000a
    6 / 4 / 14 12: 32: 06.000 PM kernel 321: 0x00001006
    6 / 4 / 14 12: 32: 06.000 PM kernel 322: 0x00c00011
    6 / 4 / 14 12: 32: 06.000 PM kernel 323: 0x0000050b
    6 / 4 / 14 12: 32: 06.000 PM kernel 324: 0xd7003af8
    6 / 4 / 14 12: 32: 06.000 PM kernel 325: 0x0003138a
    6 / 4 / 14 12: 32: 06.000 PM kernel 326: 0x00ebe000
    6 / 4 / 14 12: 32: 06.000 PM kernel 327: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 328: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 329: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 330: 0x0003138e
    6 / 4 / 14 12: 32: 06.000 PM kernel 331: 0xfec3c5c1
    6 / 4 / 14 12: 32: 06.000 PM kernel 332: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 333: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 334: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 335: 0x00001380
    6 / 4 / 14 12: 32: 06.000 PM kernel 336: 0x00001000
    6 / 4 / 14 12: 32: 06.000 PM kernel 337: 0x00001385
    6 / 4 / 14 12: 32: 06.000 PM kernel 338: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 339: 0x00001395
    6 / 4 / 14 12: 32: 06.000 PM kernel 340: 0x00000001
    6 / 4 / 14 12: 32: 06.000 PM kernel 341: 0x00001399
    6 / 4 / 14 12: 32: 06.000 PM kernel 342: 0x000005c0
    6 / 4 / 14 12: 32: 06.000 PM kernel 343: 0x000113c8
    6 / 4 / 14 12: 32: 06.000 PM kernel 344: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 345: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 346: 0x000013d8
    6 / 4 / 14 12: 32: 06.000 PM kernel 347: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 348: 0x000013c4
    6 / 4 / 14 12: 32: 06.000 PM kernel 349: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 350: 0x000013ca
    6 / 4 / 14 12: 32: 06.000 PM kernel 351: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 352: 0x000013c7
    6 / 4 / 14 12: 32: 06.000 PM kernel 353: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 354: 0x000013cc
    6 / 4 / 14 12: 32: 06.000 PM kernel 355: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 356: 0x000013cd
    6 / 4 / 14 12: 32: 06.000 PM kernel 357: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 358: 0x000010e9
    6 / 4 / 14 12: 32: 06.000 PM kernel 359: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 360: 0x000013d1
    6 / 4 / 14 12: 32: 06.000 PM kernel 361: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 362: 0x000013d5
    6 / 4 / 14 12: 32: 06.000 PM kernel 363: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 364: 0x000110ec
    6 / 4 / 14 12: 32: 06.000 PM kernel 365: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 366: 0x0004a592
    6 / 4 / 14 12: 32: 06.000 PM kernel 367: 0x000010f4
    6 / 4 / 14 12: 32: 06.000 PM kernel 368: 0x0000aaaa
    6 / 4 / 14 12: 32: 06.000 PM kernel 369: 0x000105bb
    6 / 4 / 14 12: 32: 06.000 PM kernel 370: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 371: 0x00250592
    6 / 4 / 14 12: 32: 06.000 PM kernel 372: 0x00010832
    6 / 4 / 14 12: 32: 06.000 PM kernel 373: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 374: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 375: 0x00010835
    6 / 4 / 14 12: 32: 06.000 PM kernel 376: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 377: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 378: 0x00010838
    6 / 4 / 14 12: 32: 06.000 PM kernel 379: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 380: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 381: 0x0001083b
    6 / 4 / 14 12: 32: 06.000 PM kernel 382: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 383: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 384: 0x0001083e
    6 / 4 / 14 12: 32: 06.000 PM kernel 385: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 386: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 387: 0x00010841
    6 / 4 / 14 12: 32: 06.000 PM kernel 388: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 389: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 390: 0x00010844
    6 / 4 / 14 12: 32: 06.000 PM kernel 391: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 392: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 393: 0x00010847
    6 / 4 / 14 12: 32: 06.000 PM kernel 394: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 395: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 396: 0x00001040
    6 / 4 / 14 12: 32: 06.000 PM kernel 397: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 398: 0x80000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 399: 0x80000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 400: 0x3f800000
    6 / 4 / 14 12: 32: 06.000 PM kernel 401: 0x3f800000
    6 / 4 / 14 12: 32: 06.000 PM kernel 402: 0x00001386
    6 / 4 / 14 12: 32: 06.000 PM kernel 403: 0x00000000
    6 / 4 / 14 12: 32: 06.000 PM kernel 404: 0x00001383
    6 / 4 / 14 12: 32: 06.000 PM kernel 405: 0x0000000f
    6 / 4 / 14 12: 32: 07.000 PM kernel 406: 0x000110f8
    6 / 4 / 14 12: 32: 07.000 PM kernel 407: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 408: 0x00048591
    6 / 4 / 14 12: 32: 07.000 PM kernel 409: 0x000112f5
    6 / 4 / 14 12: 32: 07.000 PM kernel 410: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 411: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 412: 0x000012f8
    6 / 4 / 14 12: 32: 07.000 PM kernel 413: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 414: 0x000212f2
    6 / 4 / 14 12: 32: 07.000 PM kernel 415: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 416: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 417: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 418: 0x00001007
    6 / 4 / 14 12: 32: 07.000 PM kernel 419: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 420: 0x000012f0
    6 / 4 / 14 12: 32: 07.000 PM kernel 421: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 422: 0x0001109f
    6 / 4 / 14 12: 32: 07.000 PM kernel 423: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 424: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 425: 0x00011381
    6 / 4 / 14 12: 32: 07.000 PM kernel 426: 0x27210006
    6 / 4 / 14 12: 32: 07.000 PM kernel 427: 0x27210000
    6 / 4 / 14 12: 32: 07.000 PM kernel 428: 0x00001384
    6 / 4 / 14 12: 32: 07.000 PM kernel 429: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 430: 0x000013be
    6 / 4 / 14 12: 32: 07.000 PM kernel 431: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 432: 0x000013bf
    6 / 4 / 14 12: 32: 07.000 PM kernel 433: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 434: 0x000013c5
    6 / 4 / 14 12: 32: 07.000 PM kernel 435: 0x00000001
    6 / 4 / 14 12: 32: 07.000 PM kernel 436: 0x000013c5
    6 / 4 / 14 12: 32: 07.000 PM kernel 437: 0x00000001
    6 / 4 / 14 12: 32: 07.000 PM kernel 438: 0x000113c0
    6 / 4 / 14 12: 32: 07.000 PM kernel 439: 0x00000050
    6 / 4 / 14 12: 32: 07.000 PM kernel 440: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 441: 0x000110b0
    6 / 4 / 14 12: 32: 07.000 PM kernel 442: 0x4b7fffff
    6 / 4 / 14 12: 32: 07.000 PM kernel 443: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 444: 0x0000100a
    6 / 4 / 14 12: 32: 07.000 PM kernel 445: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 446: 0x000113a8
    6 / 4 / 14 12: 32: 07.000 PM kernel 447: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 448: 0xffffffff
    6 / 4 / 14 12: 32: 07.000 PM kernel 449: 0x000013e6
    6 / 4 / 14 12: 32: 07.000 PM kernel 450: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 451: 0x000013e7
    6 / 4 / 14 12: 32: 07.000 PM kernel 452: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 453: 0x000013e8
    6 / 4 / 14 12: 32: 07.000 PM kernel 454: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 455: 0x00001181
    6 / 4 / 14 12: 32: 07.000 PM kernel 456: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 457: 0x00001189
    6 / 4 / 14 12: 32: 07.000 PM kernel 458: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 459: 0x00001188
    6 / 4 / 14 12: 32: 07.000 PM kernel 460: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 461: 0x0000118c
    6 / 4 / 14 12: 32: 07.000 PM kernel 462: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 463: 0x0000118d
    6 / 4 / 14 12: 32: 07.000 PM kernel 464: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 465: 0x0000118e
    6 / 4 / 14 12: 32: 07.000 PM kernel 466: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 467: 0x000010c1
    6 / 4 / 14 12: 32: 07.000 PM kernel 468: 0x000000c0
    6 / 4 / 14 12: 32: 07.000 PM kernel 469: 0x000010c8
    6 / 4 / 14 12: 32: 07.000 PM kernel 470: 0x00010000
    6 / 4 / 14 12: 32: 07.000 PM kernel 471: 0x00001094
    6 / 4 / 14 12: 32: 07.000 PM kernel 472: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 473: 0xc0001000
    6 / 4 / 14 12: 32: 07.000 PM kernel 474: 0x00000000
    6 / 4 / 14 12: 32: 07.000 PM kernel 475: 0x00059095
    6 / 4 / 14 12: 32: 07.000 PM kernel 476: 0x00078105
    6 / 4 / 14 12: 32: 07.000 PM kernel 477: 0x10040000
    6 / 4 / 14 12: 32: 07.000 PM kernel 478: 0x10040000
    6 / 4 / 14 12: 32: 07.000 PM kernel 479: 0x00db0220
    6 / 4 / 14 12: 32: 07.000 PM kernel 480: 0x00c0c000
    6 / 4 / 14 12: 32: 07.000 PM kernel 481: 0x20490000
    6 / 4 / 14 12: 32: 07.000 PM kernel 482: 0x0007101d
    6 / 4 / 14 12: 32: 07.000 PM kernel 483: 0x000c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 484: 0x010c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 485: 0x000c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 486: 0x000c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 487: 0x000c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 488: 0x000c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 489: 0x000c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 490: 0x000c2040
    6 / 4 / 14 12: 32: 07.000 PM kernel 491: 0x000011ad
    6 / 4 / 14 12: 32: 07.000 PM kernel 492: 0x00000001
    6 / 4 / 14 12: 32: 07.000 PM kernel 493: 0x000010c0
    6 / 4 / 14 12: 32: 07.000 PM kernel 494: 0x00040080
    6 / 4 / 14 12: 32: 07.000 PM kernel 495: 0x00000880
    6 / 4 / 14 12: 32: 07.000 PM kernel 496: 0x00000606
    6 / 4 / 14 12: 32: 07.000 PM kernel 497: 0x00038882
    6 / 4 / 14 12: 32: 08.000 PM kernel 498: 0x00000000
    6 / 4 / 14 12: 32: 08.000 PM kernel 499: 0x00000000
    6 / 4 / 14 12: 32: 08.000 PM kernel 500: 0x3f800000
    6 / 4 / 14 12: 32: 08.000 PM kernel 501: 0x00000000
    6 / 4 / 14 12: 32: 08.000 PM kernel 502: 0x000008a1
    6 / 4 / 14 12: 32: 08.000 PM kernel 503: 0x00000000
    6 / 4 / 14 12: 32: 08.000 PM kernel 504: 0x00000880
    6 / 4 / 14 12: 32: 08.000 PM kernel 505: 0x00000080
    6 / 4 / 14 12: 32: 08.000 PM kernel 506: 0x00138882
    6 / 4 / 14 12: 32: 08.000 PM kernel 507: 0x00100201
    6 / 4 / 14 12: 32: 08.000 PM kernel 508: 0x00d10002
    6 / 4 / 14 12: 32: 08.000 PM kernel 509: 0x00d10001
    6 / 4 / 14 12: 32: 08.000 PM kernel 510: 0x00d10005
    6 / 4 / 14 12: 32: 08.000 PM kernel 511: 0x00200201
    6 / 4 / 14 12: 32: 08.000 PM kernel 512: 0x6476d28f
    6 / 4 / 14 12: 32: 08.000 PM kernel 513: 0x152689d4
    6 / 4 / 14 12: 32: 08.000 PM kernel 514: 0x725d8910
    6 / 4 / 14 12: 32: 08.000 PM kernel 515: 0xd712bd0a
    6 / 4 / 14 12: 32: 08.000 PM kernel 516: 0xae6bc707
    6 / 4 / 14 12: 32: 08.000 PM kernel 517: 0xf44a9322
    6 / 4 / 14 12: 32: 08.000 PM kernel 518: 0xb5a62cc9
    6 / 4 / 14 12: 32: 08.000 PM kernel 519: 0x6b720cba
    6 / 4 / 14 12: 32: 08.000 PM kernel 520: 0x5c296c4e
    6 / 4 / 14 12: 32: 08.000 PM kernel 521: 0xab946b18
    6 / 4 / 14 12: 32: 08.000 PM kernel 522: 0xa9124d70
    6 / 4 / 14 12: 32: 08.000 PM kernel 523: 0x6aca0315
    6 / 4 / 14 12: 32: 08.000 PM kernel 524: 0x5e6aa309
    6 / 4 / 14 12: 32: 08.000 PM kernel 525: 0xd95bd851
    6 / 4 / 14 12: 32: 08.000 PM kernel 526: 0xc326f9e7
    6 / 4 / 14 12: 32: 08.000 PM kernel 527: 0xc42e03d1
    6 / 4 / 14 12: 32: 08.000 PM kernel 528: 0x8e342337
    6 / 4 / 14 12: 32: 08.000 PM kernel 529: 0x660c7797
    6 / 4 / 14 12: 32: 08.000 PM kernel 530: 0x8534f5c8
    6 / 4 / 14 12: 32: 08.000 PM kernel 531: 0x5e90f514
    6 / 4 / 14 12: 32: 08.000 PM kernel 532: 0x4346f4fb
    6 / 4 / 14 12: 32: 08.000 PM kernel 533: 0xdf1129ff
    6 / 4 / 14 12: 32: 08.000 PM kernel 534: 0x77693dd3
    6 / 4 / 14 12: 32: 08.000 PM kernel 535: 0x081efddd
    6 / 4 / 14 12: 32: 08.000 PM kernel 536: 0x3905e6b6
    6 / 4 / 14 12: 32: 08.000 PM kernel 537: 0x451d48c7
    6 / 4 / 14 12: 32: 08.000 PM kernel 538: 0xf99f8eec
    6 / 4 / 14 12: 32: 08.000 PM kernel 539: 0x786f893d
    6 / 4 / 14 12: 32: 08.000 PM kernel 540: 0xbb238071
    6 / 4 / 14 12: 32: 08.000 PM kernel 541: 0xf07c7fd0
    6 / 4 / 14 12: 32: 08.000 PM kernel 542: 0x71f1e8e9
    6 / 4 / 14 12: 32: 08.000 PM kernel 543: 0xd71f26a6
    6 / 4 / 14 12: 32: 08.000 PM kernel 544: 0x7b57a45d
    6 / 4 / 14 12: 32: 08.000 PM kernel 545: 0x51d2d647
    6 / 4 / 14 12: 32: 08.000 PM kernel 546: 0x89d3fc7a
    6 / 4 / 14 12: 32: 08.000 PM kernel 547: 0x08cf1f26
    6 / 4 / 14 12: 32: 08.000 PM kernel 548: 0xee9eb9f3
    6 / 4 / 14 12: 32: 08.000 PM kernel 549: 0x69c17eec
    6 / 4 / 14 12: 32: 08.000 PM kernel 550: 0xfef1fce6
    6 / 4 / 14 12: 32: 08.000 PM kernel 551: 0x375df6cf
    6 / 4 / 14 12: 32: 08.000 PM kernel 552: 0xface4070
    6 / 4 / 14 12: 32: 08.000 PM kernel 553: 0x7105e6e8
    6 / 4 / 14 12: 32: 08.000 PM kernel 554: 0x5e3fcd66
    6 / 4 / 14 12: 32: 08.000 PM kernel 555: 0xa70efd9c
    6 / 4 / 14 12: 32: 08.000 PM kernel 556: 0x8de73a39
    6 / 4 / 14 12: 32: 08.000 PM kernel 557: 0xc72fd64e
    6 / 4 / 14 12: 32: 08.000 PM kernel 558: 0x504fdce8
    6 / 4 / 14 12: 32: 08.000 PM kernel 559: 0xc07febf8
    6 / 4 / 14 12: 32: 08.000 PM kernel 560: 0xfe551291
    6 / 4 / 14 12: 32: 08.000 PM kernel 561: 0xe4463383
    6 / 4 / 14 12: 32: 08.000 PM kernel 562: 0xabed674f
    6 / 4 / 14 12: 32: 08.000 PM kernel 563: 0x4bf7d25a
    6 / 4 / 14 12: 32: 08.000 PM kernel 564: 0x1ccd9df6
    6 / 4 / 14 12: 32: 08.000 PM kernel 565: 0xdd3b6c59
    6 / 4 / 14 12: 32: 08.000 PM kernel 566: 0xcc6dfcc5
    6 / 4 / 14 12: 32: 08.000 PM kernel 567: 0xa8d977e9
    6 / 4 / 14 12: 32: 08.000 PM kernel 568: 0x226839de
    6 / 4 / 14 12: 32: 08.000 PM kernel 569: 0xa92c4ea9
    6 / 4 / 14 12: 32: 08.000 PM kernel 570: 0x423ee0e4
    6 / 4 / 14 12: 32: 08.000 PM kernel 571: 0xe1d4de86
    6 / 4 / 14 12: 32: 08.000 PM kernel 572: 0x4b6ff594
    6 / 4 / 14 12: 32: 08.000 PM kernel 573: 0x8798d7ad
    6 / 4 / 14 12: 32: 08.000 PM kernel 574: 0xef40e14b
    6 / 4 / 14 12: 32: 08.000 PM kernel 575: 0xc4f35a15
    6 / 4 / 14 12: 32: 08.000 PM kernel 576: 0x67e7b25f
    6 / 4 / 14 12: 32: 08.000 PM kernel 577: 0x070e7642
    6 / 4 / 14 12: 32: 08.000 PM kernel 578: 0x8549d1c4
    6 / 4 / 14 12: 32: 08.000 PM kernel 579: 0xf5fe961d
    6 / 4 / 14 12: 32: 08.000 PM kernel 580: 0xf55982ba
    6 / 4 / 14 12: 32: 08.000 PM kernel 581: 0x39f79ea2
    6 / 4 / 14 12: 32: 08.000 PM kernel 582: 0x65be2cf9
    6 / 4 / 14 12: 32: 08.000 PM kernel 583: 0x6fb948b6
    6 / 4 / 14 12: 32: 08.000 PM kernel 584: 0x79e34ba0
    6 / 4 / 14 12: 32: 08.000 PM kernel 585: 0x5f382c16
    6 / 4 / 14 12: 32: 08.000 PM kernel 586: 0x0462fafa
    6 / 4 / 14 12: 32: 08.000 PM kernel 587: 0x1d668c11
    6 / 4 / 14 12: 32: 08.000 PM kernel 588: 0x41e9e99d
    6 / 4 / 14 12: 32: 09.000 PM kernel 589: 0xad114da1
    6 / 4 / 14 12: 32: 09.000 PM kernel 590: 0x362fd0bb
    6 / 4 / 14 12: 32: 09.000 PM kernel 591: 0x046ea767
    6 / 4 / 14 12: 32: 09.000 PM kernel 592: 0x10f68720
    6 / 4 / 14 12: 32: 09.000 PM kernel 593: 0x2df4f191
    6 / 4 / 14 12: 32: 09.000 PM kernel 594: 0xe932a4cd
    6 / 4 / 14 12: 32: 09.000 PM kernel 595: 0xdf930159
    6 / 4 / 14 12: 32: 09.000 PM kernel 596: 0x450d800e
    6 / 4 / 14 12: 32: 09.000 PM kernel 597: 0xb15faabf
    6 / 4 / 14 12: 32: 09.000 PM kernel 598: 0xd9e2fc8f
    6 / 4 / 14 12: 32: 09.000 PM kernel 599: 0xee7aca41
    6 / 4 / 14 12: 32: 09.000 PM kernel 600: 0xee788f41
    6 / 4 / 14 12: 32: 09.000 PM kernel 601: 0x1232a840
    6 / 4 / 14 12: 32: 09.000 PM kernel 602: 0xf3ea932c
    6 / 4 / 14 12: 32: 09.000 PM kernel 603: 0xee9fd91a
    6 / 4 / 14 12: 32: 09.000 PM kernel 604: 0xa6a3d8cc
    6 / 4 / 14 12: 32: 09.000 PM kernel 605: 0x46aa5a09
    6 / 4 / 14 12: 32: 09.000 PM kernel 606: 0xf1707387
    6 / 4 / 14 12: 32: 09.000 PM kernel 607: 0xc5b44cd8
    6 / 4 / 14 12: 32: 09.000 PM kernel 608: 0xe29f9af3
    6 / 4 / 14 12: 32: 09.000 PM kernel 609: 0x8c737bd5
    6 / 4 / 14 12: 32: 09.000 PM kernel 610: 0xb5e1f56c
    6 / 4 / 14 12: 32: 09.000 PM kernel 611: 0x61e7b55a
    6 / 4 / 14 12: 32: 09.000 PM kernel 612: 0xaee7a436
    6 / 4 / 14 12: 32: 09.000 PM kernel 613: 0x33cfe979
    6 / 4 / 14 12: 32: 09.000 PM kernel 614: 0x3409e6a3
    6 / 4 / 14 12: 32: 09.000 PM kernel 615: 0x8ff5b7f8
    6 / 4 / 14 12: 32: 09.000 PM kernel 616: 0xf632d969
    6 / 4 / 14 12: 32: 09.000 PM kernel 617: 0xf1b26b6c
    6 / 4 / 14 12: 32: 09.000 PM kernel 618: 0x8269e3e9
    6 / 4 / 14 12: 32: 09.000 PM kernel 619: 0x494bf19b
    6 / 4 / 14 12: 32: 09.000 PM kernel 620: 0x5d89a9bf
    6 / 4 / 14 12: 32: 09.000 PM kernel 621: 0x61e63fdf
    6 / 4 / 14 12: 32: 09.000 PM kernel 622: 0x3e2c797a
    6 / 4 / 14 12: 32: 09.000 PM kernel 623: 0x7aef77f0
    6 / 4 / 14 12: 32: 09.000 PM kernel 624: 0xa3f5f572
    6 / 4 / 14 12: 32: 09.000 PM kernel 625: 0xed29db37
    6 / 4 / 14 12: 32: 09.000 PM kernel 626: 0x432f4e96
    6 / 4 / 14 12: 32: 09.000 PM kernel 627: 0xca563bf7
    6 / 4 / 14 12: 32: 09.000 PM kernel 628: 0xbe49da92
    6 / 4 / 14 12: 32: 09.000 PM kernel 629: 0x3f5f4346
    6 / 4 / 14 12: 32: 09.000 PM kernel 630: 0xcaeee97d
    6 / 4 / 14 12: 32: 09.000 PM kernel 631: 0xb082d7d4
    6 / 4 / 14 12: 32: 09.000 PM kernel 632: 0xa52512c4
    6 / 4 / 14 12: 32: 09.000 PM kernel 633: 0x3bd92212
    6 / 4 / 14 12: 32: 09.000 PM kernel 634: 0x77ab0213
    6 / 4 / 14 12: 32: 09.000 PM kernel 635: 0x8acb1caa
    6 / 4 / 14 12: 32: 09.000 PM kernel 636: 0x4ded40bd
    6 / 4 / 14 12: 32: 09.000 PM kernel 637: 0x99a403ec
    6 / 4 / 14 12: 32: 09.000 PM kernel 638: 0x14a736af
    6 / 4 / 14 12: 32: 09.000 PM kernel 639: 0x489a36af
    6 / 4 / 14 12: 32: 09.000 PM kernel 640: 0x6dd5446f
    6 / 4 / 14 12: 32: 09.000 PM kernel 641: 0xb0f5b3a7
    6 / 4 / 14 12: 32: 09.000 PM kernel 642: 0xa1f09c28
    6 / 4 / 14 12: 32: 09.000 PM kernel 643: 0xae68e8fe
    6 / 4 / 14 12: 32: 09.000 PM kernel 644: 0x4bfba7bf
    6 / 4 / 14 12: 32: 09.000 PM kernel 645: 0xdad3bb69
    6 / 4 / 14 12: 32: 09.000 PM kernel 646: 0x0770494f
    6 / 4 / 14 12: 32: 09.000 PM kernel 647: 0xa7b941ee
    6 / 4 / 14 12: 32: 09.000 PM kernel 648: 0x36ef3334
    6 / 4 / 14 12: 32: 09.000 PM kernel 649: 0x133e7f9d
    6 / 4 / 14 12: 32: 09.000 PM kernel 650: 0x5f045cbd
    6 / 4 / 14 12: 32: 09.000 PM kernel 651: 0xadcdbeca
    6 / 4 / 14 12: 32: 09.000 PM kernel 652: 0xf7f7eafb
    6 / 4 / 14 12: 32: 09.000 PM kernel 653: 0x6fba71e3
    6 / 4 / 14 12: 32: 09.000 PM kernel 654: 0xff8ef9ba
    6 / 4 / 14 12: 32: 09.000 PM kernel 655: 0x5f7eef73
    6 / 4 / 14 12: 32: 09.000 PM kernel 656: 0xba558d48
    6 / 4 / 14 12: 32: 09.000 PM kernel 657: 0x89f97ae6
    6 / 4 / 14 12: 32: 09.000 PM kernel 658: 0x0a1d1691
    6 / 4 / 14 12: 32: 09.000 PM kernel 659: 0x6cffef3b
    6 / 4 / 14 12: 32: 09.000 PM kernel 660: 0x4a8b15b4
    6 / 4 / 14 12: 32: 09.000 PM kernel 661: 0x84777853
    6 / 4 / 14 12: 32: 09.000 PM kernel 662: 0xb161e326
    6 / 4 / 14 12: 32: 09.000 PM kernel 663: 0x1a73e274
    6 / 4 / 14 12: 32: 09.000 PM kernel 664: 0xf261ad48
    6 / 4 / 14 12: 32: 09.000 PM kernel 665: 0xed6ae1cc
    6 / 4 / 14 12: 32: 09.000 PM kernel 666: 0x08349e60
    6 / 4 / 14 12: 32: 09.000 PM kernel 667: 0x08686319
    6 / 4 / 14 12: 32: 09.000 PM kernel 668: 0x28f8ca57
    6 / 4 / 14 12: 32: 09.000 PM kernel 669: 0xc38c166d
    6 / 4 / 14 12: 32: 09.000 PM kernel 670: 0x5e6f32f4
    6 / 4 / 14 12: 32: 09.000 PM kernel 671: 0x91b29628
    6 / 4 / 14 12: 32: 09.000 PM kernel 672: 0xe7f97e8f
    6 / 4 / 14 12: 32: 09.000 PM kernel 673: 0x71ed2d90
    6 / 4 / 14 12: 32: 09.000 PM kernel 674: 0x5d9cbd6e
    6 / 4 / 14 12: 32: 09.000 PM kernel 675: 0xa33edcc9
    6 / 4 / 14 12: 32: 09.000 PM kernel 676: 0x6c6e59ab
    6 / 4 / 14 12: 32: 09.000 PM kernel 677: 0x333566ad
    6 / 4 / 14 12: 32: 09.000 PM kernel 678: 0xd2fe5947
    6 / 4 / 14 12: 32: 09.000 PM kernel 679: 0x7987e577
    6 / 4 / 14 12: 32: 09.000 PM kernel 680: 0x70ff7786
    6 / 4 / 14 12: 32: 09.000 PM kernel 681: 0xa254aba2
    6 / 4 / 14 12: 32: 10.000 PM kernel 682: 0x6177f573
    6 / 4 / 14 12: 32: 10.000 PM kernel 683: 0xc9f6c6e9
    6 / 4 / 14 12: 32: 10.000 PM kernel 684: 0x176fa374
    6 / 4 / 14 12: 32: 10.000 PM kernel 685: 0x0f1ca771
    6 / 4 / 14 12: 32: 10.000 PM kernel 686: 0x3ea605f9
    6 / 4 / 14 12: 32: 10.000 PM kernel 687: 0x17f1c3a4
    6 / 4 / 14 12: 32: 10.000 PM kernel 688: 0xbe9592ca
    6 / 4 / 14 12: 32: 10.000 PM kernel 689: 0xbb033446
    6 / 4 / 14 12: 32: 10.000 PM kernel 690: 0x6306110a
    6 / 4 / 14 12: 32: 10.000 PM kernel 691: 0xddf688aa
    6 / 4 / 14 12: 32: 10.000 PM kernel 692: 0xdd0fd2b2
    6 / 4 / 14 12: 32: 10.000 PM kernel 693: 0xfc335da6
    6 / 4 / 14 12: 32: 10.000 PM kernel 694: 0xbf17d07d
    6 / 4 / 14 12: 32: 10.000 PM kernel 695: 0x2d3eeddf
    6 / 4 / 14 12: 32: 10.000 PM kernel 696: 0x61a8ac9c
    6 / 4 / 14 12: 32: 10.000 PM kernel 697: 0xa16836a4
    6 / 4 / 14 12: 32: 10.000 PM kernel 698: 0x6cb1b9b1
    6 / 4 / 14 12: 32: 10.000 PM kernel 699: 0x358fc072
    6 / 4 / 14 12: 32: 10.000 PM kernel 700: 0x47408c54
    6 / 4 / 14 12: 32: 10.000 PM kernel 701: 0x6c9b986c
    6 / 4 / 14 12: 32: 10.000 PM kernel 702: 0x33fde6df
    6 / 4 / 14 12: 32: 10.000 PM kernel 703: 0x352bdabe
    6 / 4 / 14 12: 32: 10.000 PM kernel 704: 0x77f11b92
    6 / 4 / 14 12: 32: 10.000 PM kernel 705: 0x895ecad9
    6 / 4 / 14 12: 32: 10.000 PM kernel 706: 0xb522b60d
    6 / 4 / 14 12: 32: 10.000 PM kernel 707: 0x509d76c3
    6 / 4 / 14 12: 32: 10.000 PM kernel 708: 0xffeb0a7d
    6 / 4 / 14 12: 32: 10.000 PM kernel 709: 0x10a32272
    6 / 4 / 14 12: 32: 10.000 PM kernel 710: 0xb656bc78
    6 / 4 / 14 12: 32: 10.000 PM kernel 711: 0x5ab8e5a9
    6 / 4 / 14 12: 32: 10.000 PM kernel 712: 0x47db2e2f
    6 / 4 / 14 12: 32: 10.000 PM kernel 713: 0xd4d453e9
    6 / 4 / 14 12: 32: 10.000 PM kernel 714: 0xc80b5a8a
    6 / 4 / 14 12: 32: 10.000 PM kernel 715: 0xef94dde5
    6 / 4 / 14 12: 32: 10.000 PM kernel 716: 0x271dd7ee
    6 / 4 / 14 12: 32: 10.000 PM kernel 717: 0xafe247c1
    6 / 4 / 14 12: 32: 10.000 PM kernel 718: 0x539462a6
    6 / 4 / 14 12: 32: 10.000 PM kernel 719: 0x6dc5a7d5
    6 / 4 / 14 12: 32: 10.000 PM kernel 720: 0x9640a623
    6 / 4 / 14 12: 32: 10.000 PM kernel 721: 0x1f338d96
    6 / 4 / 14 12: 32: 10.000 PM kernel 722: 0x0fad9cf2
    6 / 4 / 14 12: 32: 10.000 PM kernel 723: 0xd87ce86e
    6 / 4 / 14 12: 32: 10.000 PM kernel 724: 0x7569519f
    6 / 4 / 14 12: 32: 10.000 PM kernel 725: 0x72e858b6
    6 / 4 / 14 12: 32: 10.000 PM kernel 726: 0xfbdd3cd3
    6 / 4 / 14 12: 32: 10.000 PM kernel 727: 0x57f31d54
    6 / 4 / 14 12: 32: 10.000 PM kernel 728: 0xf5e740af
    6 / 4 / 14 12: 32: 10.000 PM kernel 729: 0x7543212e
    6 / 4 / 14 12: 32: 10.000 PM kernel 730: 0x1eeab03b
    6 / 4 / 14 12: 32: 10.000 PM kernel 731: 0x6b82f4da
    6 / 4 / 14 12: 32: 10.000 PM kernel 732: 0xf94ca4d3
    6 / 4 / 14 12: 32: 10.000 PM kernel 733: 0xc39de0f0
    6 / 4 / 14 12: 32: 10.000 PM kernel 734: 0x63bd3aec
    6 / 4 / 14 12: 32: 10.000 PM kernel 735: 0x718e3aa8
    6 / 4 / 14 12: 32: 10.000 PM kernel 736: 0x76cee692
    6 / 4 / 14 12: 32: 10.000 PM kernel 737: 0x2f8fad77
    6 / 4 / 14 12: 32: 10.000 PM kernel 738: 0xeb7a52e7
    6 / 4 / 14 12: 32: 10.000 PM kernel 739: 0x4bd385db
    6 / 4 / 14 12: 32: 10.000 PM kernel 740: 0x8fb26335
    6 / 4 / 14 12: 32: 10.000 PM kernel 741: 0x1466a8a3
    6 / 4 / 14 12: 32: 10.000 PM kernel 742: 0x67c9a0c7
    6 / 4 / 14 12: 32: 10.000 PM kernel 743: 0xf3ff3ffe
    6 / 4 / 14 12: 32: 10.000 PM kernel 744: 0x73625f43
    6 / 4 / 14 12: 32: 10.000 PM kernel 745: 0xadfcefa8
    6 / 4 / 14 12: 32: 10.000 PM kernel 746: 0xd03e6fd3
    6 / 4 / 14 12: 32: 10.000 PM kernel 747: 0xccdb7ee8
    6 / 4 / 14 12: 32: 10.000 PM kernel 748: 0x1d1a0112
    6 / 4 / 14 12: 32: 10.000 PM kernel 749: 0x8e1c8292
    6 / 4 / 14 12: 32: 10.000 PM kernel 750: 0x8a05a38b
    6 / 4 / 14 12: 32: 10.000 PM kernel 751: 0x50908c9f
    6 / 4 / 14 12: 32: 10.000 PM kernel 752: 0x704a1634
    6 / 4 / 14 12: 32: 10.000 PM kernel 753: 0xaa0f4e3b
    6 / 4 / 14 12: 32: 10.000 PM kernel 754: 0xfbd0ae82
    6 / 4 / 14 12: 32: 10.000 PM kernel 755: 0x1644980b
    6 / 4 / 14 12: 32: 10.000 PM kernel 756: 0xc35af2ef
    6 / 4 / 14 12: 32: 10.000 PM kernel 757: 0x046b9ffd
    6 / 4 / 14 12: 32: 10.000 PM kernel 758: 0xfe2818c9
    6 / 4 / 14 12: 32: 10.000 PM kernel 759: 0x369139cf
    6 / 4 / 14 12: 32: 10.000 PM kernel 760: 0xada25b16
    6 / 4 / 14 12: 32: 10.000 PM kernel 761: 0x313c490c
    6 / 4 / 14 12: 32: 10.000 PM kernel 762: 0x8b9e34e2
    6 / 4 / 14 12: 32: 10.000 PM kernel 763: 0xaabb5890
    6 / 4 / 14 12: 32: 10.000 PM kernel 764: 0x843f7ff6
    6 / 4 / 14 12: 32: 10.000 PM kernel 765: 0xd48761bf
    6 / 4 / 14 12: 32: 10.000 PM kernel 766: 0x2eab602a
    6 / 4 / 14 12: 32: 10.000 PM kernel 767: 0x9abe6efd
    6 / 4 / 14 12: 32: 10.000 PM kernel 768: 0x5c020002
    6 / 4 / 14 12: 32: 10.000 PM kernel 769: 0x074a089c
    6 / 4 / 14 12: 32: 10.000 PM kernel 770: 0x4070000a
    6 / 4 / 14 12: 32: 10.000 PM kernel 771: 0x9401d344
    6 / 4 / 14 12: 32: 10.000 PM kernel 772: 0x22004224
    6 / 4 / 14 12: 32: 10.000 PM kernel 773: 0x10000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 774: 0x040a8161
    6 / 4 / 14 12: 32: 11.000 PM kernel 775: 0x00101000
    6 / 4 / 14 12: 32: 11.000 PM kernel 776: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 777: 0x034a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 778: 0x40500002
    6 / 4 / 14 12: 32: 11.000 PM kernel 779: 0x9401c344
    6 / 4 / 14 12: 32: 11.000 PM kernel 780: 0x22006204
    6 / 4 / 14 12: 32: 11.000 PM kernel 781: 0x00000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 782: 0x040a8160
    6 / 4 / 14 12: 32: 11.000 PM kernel 783: 0x10141004
    6 / 4 / 14 12: 32: 11.000 PM kernel 784: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 785: 0x054a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 786: 0x4070000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 787: 0x9401d3c4
    6 / 4 / 14 12: 32: 11.000 PM kernel 788: 0x22006224
    6 / 4 / 14 12: 32: 11.000 PM kernel 789: 0x00000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 790: 0x00028161
    6 / 4 / 14 12: 32: 11.000 PM kernel 791: 0x00101000
    6 / 4 / 14 12: 32: 11.000 PM kernel 792: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 793: 0x034a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 794: 0xc050000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 795: 0x9401c344
    6 / 4 / 14 12: 32: 11.000 PM kernel 796: 0x22006224
    6 / 4 / 14 12: 32: 11.000 PM kernel 797: 0x10000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 798: 0x040a8160
    6 / 4 / 14 12: 32: 11.000 PM kernel 799: 0x10141004
    6 / 4 / 14 12: 32: 11.000 PM kernel 800: 0x9c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 801: 0x014a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 802: 0xc070000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 803: 0x9401d3c4
    6 / 4 / 14 12: 32: 11.000 PM kernel 804: 0x22006204
    6 / 4 / 14 12: 32: 11.000 PM kernel 805: 0x10000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 806: 0x040a8140
    6 / 4 / 14 12: 32: 11.000 PM kernel 807: 0x90101004
    6 / 4 / 14 12: 32: 11.000 PM kernel 808: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 809: 0x074a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 810: 0x4010000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 811: 0x9401d344
    6 / 4 / 14 12: 32: 11.000 PM kernel 812: 0x22006224
    6 / 4 / 14 12: 32: 11.000 PM kernel 813: 0x00000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 814: 0x04028160
    6 / 4 / 14 12: 32: 11.000 PM kernel 815: 0x10101000
    6 / 4 / 14 12: 32: 11.000 PM kernel 816: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 817: 0x034a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 818: 0xc010000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 819: 0x94019344
    6 / 4 / 14 12: 32: 11.000 PM kernel 820: 0x22006224
    6 / 4 / 14 12: 32: 11.000 PM kernel 821: 0x00000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 822: 0x040a8160
    6 / 4 / 14 12: 32: 11.000 PM kernel 823: 0x00141000
    6 / 4 / 14 12: 32: 11.000 PM kernel 824: 0x1c020000
    6 / 4 / 14 12: 32: 11.000 PM kernel 825: 0x034a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 826: 0x80100002
    6 / 4 / 14 12: 32: 11.000 PM kernel 827: 0x9401d344
    6 / 4 / 14 12: 32: 11.000 PM kernel 828: 0x22006224
    6 / 4 / 14 12: 32: 11.000 PM kernel 829: 0x00000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 830: 0x040c8140
    6 / 4 / 14 12: 32: 11.000 PM kernel 831: 0x10141000
    6 / 4 / 14 12: 32: 11.000 PM kernel 832: 0x9c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 833: 0x014a081c
    6 / 4 / 14 12: 32: 11.000 PM kernel 834: 0x4050000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 835: 0x9401d3c4
    6 / 4 / 14 12: 32: 11.000 PM kernel 836: 0x22006224
    6 / 4 / 14 12: 32: 11.000 PM kernel 837: 0x10000000
    6 / 4 / 14 12: 32: 11.000 PM kernel 838: 0x040a8161
    6 / 4 / 14 12: 32: 11.000 PM kernel 839: 0x90101000
    6 / 4 / 14 12: 32: 11.000 PM kernel 840: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 841: 0x034a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 842: 0x4010000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 843: 0x9401d344
    6 / 4 / 14 12: 32: 11.000 PM kernel 844: 0x22006204
    6 / 4 / 14 12: 32: 11.000 PM kernel 845: 0x00000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 846: 0x00008160
    6 / 4 / 14 12: 32: 11.000 PM kernel 847: 0x80141000
    6 / 4 / 14 12: 32: 11.000 PM kernel 848: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 849: 0x074a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 850: 0x4030000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 851: 0x9401d364
    6 / 4 / 14 12: 32: 11.000 PM kernel 852: 0x22006224
    6 / 4 / 14 12: 32: 11.000 PM kernel 853: 0x10000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 854: 0x040a8160
    6 / 4 / 14 12: 32: 11.000 PM kernel 855: 0x10101004
    6 / 4 / 14 12: 32: 11.000 PM kernel 856: 0x1c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 857: 0x074a089c
    6 / 4 / 14 12: 32: 11.000 PM kernel 858: 0xc010000a
    6 / 4 / 14 12: 32: 11.000 PM kernel 859: 0x9401d34c
    6 / 4 / 14 12: 32: 11.000 PM kernel 860: 0x22006204
    6 / 4 / 14 12: 32: 11.000 PM kernel 861: 0x00000400
    6 / 4 / 14 12: 32: 11.000 PM kernel 862: 0x04028160
    6 / 4 / 14 12: 32: 11.000 PM kernel 863: 0x10101000
    6 / 4 / 14 12: 32: 11.000 PM kernel 864: 0x5c020002
    6 / 4 / 14 12: 32: 11.000 PM kernel 865: 0x0742089c
    6 / 4 / 14 12: 32: 12.000 PM kernel 866: 0xc030000a
    6 / 4 / 14 12: 32: 12.000 PM kernel 867: 0x9401d344
    6 / 4 / 14 12: 32: 12.000 PM kernel 868: 0x22006204
    6 / 4 / 14 12: 32: 12.000 PM kernel 869: 0x00000400
    6 / 4 / 14 12: 32: 12.000 PM kernel 870: 0x040a8161
    6 / 4 / 14 12: 32: 12.000 PM kernel 871: 0x10141000
    6 / 4 / 14 12: 32: 12.000 PM kernel 872: 0x1c420002
    6 / 4 / 14 12: 32: 12.000 PM kernel 873: 0x014a089c
    6 / 4 / 14 12: 32: 12.000 PM kernel 874: 0x0010000a
    6 / 4 / 14 12: 32: 12.000 PM kernel 875: 0x9400d304
    6 / 4 / 14 12: 32: 12.000 PM kernel 876: 0x22006224
    6 / 4 / 14 12: 32: 12.000 PM kernel 877: 0x00000000
    6 / 4 / 14 12: 32: 12.000 PM kernel 878: 0x00088141
    6 / 4 / 14 12: 32: 12.000 PM kernel 879: 0x10101000

  • Macbook Pro Stalls or Crashes

    Hi, a really annoying problem with my new MBP 17". Every now and again it will just freeze, nothing will work. The seconds stop on the clock, the keyboard and pad are unresponsive, the pointer does not move. The screen stays on, but you can't force quit anything, nothing. Totally dead. I have to hold the power button down until it restarts.
    I had a look in the console log and the only thing I could see just before it hung was 'Graphic Channel Exception'. Which doesn't sound good! Any ideas out there or am I going to have to send my baby back??!! thanks.
    Console log;
    ===== Display starts at offset 102560 within file of length 233632. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    read write
    Jun 18 21:37:44 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults write /tmp/com.adobe.ami AMIGroup admin
    Jun 18 21:37:44 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults write /tmp/com.adobe.ami AMIGroupPerms read write
    Jun 18 21:37:44 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults write /tmp/com.adobe.ami AMIEveryonePerms read only
    Jun 18 21:41:07 graham-walkers-computer kernel[0]: Limiting icmp unreach response from 471 to 250 packets per second
    Jun 18 21:41:08 graham-walkers-computer kernel[0]: Limiting icmp unreach response from 612 to 250 packets per second
    Jun 18 21:41:09 graham-walkers-computer kernel[0]: Limiting icmp unreach response from 512 to 250 packets per second
    Jun 18 21:41:10 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/Volumes/Adobe Creative Suite Disk 4/.packages/Adobe Acrobat 7.0 Professional Application.pkg/Contents/Resources/MakeAnAlias /Applications/Adobe Acrobat 7.0 Professional/Acrobat Uninstaller.app /tmp/
    Jun 18 21:41:11 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/ditto -rsrcFork /tmp/Acrobat Uninstaller.app /Applications/Adobe Creative Suite 2/Uninstallers/Acrobat Uninstaller
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/ditto -rsrcFork /tmp/Adobe Acrobat 7.0 Professional /Library/Application Support/Adobe/Launch/acrobat/7.0.0/en_US/Adobe Acrobat 7.0 Professional.app
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami AMIOwner
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown root /Applications
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami AMIGroup
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp admin /Applications
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami AMIOwner
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown -R root /Applications/Adobe Acrobat 7.0 Professional
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami AMIGroup
    Jun 18 21:41:16 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp -R admin /Applications/Adobe Acrobat 7.0 Professional
    Jun 18 21:44:11 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown -R root:admin /Applications/Adobe GoLive CS2/Legal.localized
    Jun 18 21:44:11 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/Volumes/Adobe Creative Suite Disk 4/.packages/Adobe GoLive CS2.pkg/Contents/Resources/MakeAnAlias /Applications/Adobe GoLive CS2/Adobe GoLive CS2.app /tmp/
    Jun 18 21:44:12 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/ditto -rsrcFork /tmp/Adobe GoLive CS2.app /Library/Application Support/Adobe/Launch/golive/8.0/en_US/Adobe GoLive CS2
    Jun 18 21:44:12 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=grahamwalker ; COMMAND=/usr/bin/defaults read -g AppleLanguages
    Jun 18 21:44:19 graham-walkers-computer kernel[0]: Limiting icmp unreach response from 406 to 250 packets per second
    Jun 18 21:44:21 graham-walkers-computer kernel[0]: Limiting icmp unreach response from 396 to 250 packets per second
    Jun 18 21:44:51 graham-walkers-computer kernel[0]: Limiting icmp unreach response from 408 to 250 packets per second
    Jun 18 21:45:22 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/bin/chmod 666 /Library/Application Support/Adobe/Updater/AdobeESDGlobalApps.xml
    Jun 18 21:45:22 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=grahamwalker ; COMMAND=/Volumes/Adobe Creative Suite Disk 4/.packages/Adobe GoLive CS2.pkg/Contents/Resources/invokeAdobeUpdate golive8-en_US-RET Adobe GoLive CS2 /Applications/Adobe GoLive CS2
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIOwner
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown 0 /Applications
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMISharedOwner
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown 0 /Library/Application Support
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIFixedOwner
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown 0 //Applications
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIFixedUtilsOwner
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown 0 //Applications/Utilities
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIGroup
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp 80 /Applications
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMISharedGroup
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp 80 /Library/Application Support
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIFixedGroup
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp 80 //Applications
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIFixedUtilsGroup
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp 80 //Applications/Utilities
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIOwner
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown -R 0 /Applications/Adobe GoLive CS2
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/defaults read /tmp/com.adobe.ami.gl AMIGroup
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp -R 80 /Applications/Adobe GoLive CS2
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/bin/rm -f /tmp/com.adobe.ami.gl.plist
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown root /Library/Application Support
    Jun 18 21:45:35 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp admin /Library/Application Support
    Jun 18 21:45:36 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown -R root /Library/Application Support/Adobe
    Jun 18 21:45:36 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp -R admin /Library/Application Support/Adobe
    Jun 18 21:45:36 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/sbin/chown -R root /Library/Application Support/Adobe PDF
    Jun 18 21:45:36 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/Users/grahamwalker ; USER=root ; COMMAND=/usr/bin/chgrp -R admin /Library/Application Support/Adobe PDF
    Jun 18 21:45:39 graham-walkers-computer authexec: executing /Library/Application Support/Adobe/.AMI/ActivationUtility.app/Contents/SharedSupport/Adobe LM Service
    Jun 18 21:49:36 graham-walkers-computer kernel[0]: hibernate image path: /var/vm/sleepimage
    Jun 18 21:49:36 graham-walkers-computer kernel[0]: sizeof(IOHibernateImageHeader) == 512
    Jun 18 21:49:36 graham-walkers-computer kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0xc805000, maxio 400000
    Jun 18 21:49:36 graham-walkers-computer kernel[0]: hibernate image major 14, minor 2, blocksize 512, pollers 3
    Jun 18 21:49:36 graham-walkers-computer kernel[0]: hibernateallocpages flags 00000000, gobbling 0 pages
    Jun 18 21:49:37 graham-walkers-computer configd[34]: AppleTalk shutdown
    Jun 18 21:49:37 graham-walkers-computer configd[34]: AppleTalk shutdown complete
    Jun 18 21:49:37 graham-walkers-computer /usr/sbin/AppleFileServer: AFPServer::AbnormalATListenerShutDown - clear listener
    Jun 18 21:49:37 graham-walkers-computer configd[34]: posting notification com.apple.system.config.network_change
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: System SafeSleep
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: hibernatepage_listsetall start
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: hibernatepage_listsetall time: 227 ms
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: pages 277021, wire 44156, act 34225, inact 9366, zf 5386, could discard act 35789 inact 148099
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: hibernatepage_listsetall found pageCount 277021
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: IOHibernatePollerOpen, mlget_interruptsenabled 0
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: IOHibernatePollerOpen(0)
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: writing 275831 pages
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: image1Size 74043392
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: all time: 4022 ms, comp time: 813 ms, deco time: 0 ms,
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: image 191949824, uncompressed 376598528 (91943), compressed 188396464 (50%), sum1 3b180d78, sum2 7d90c230
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: hibernatewriteimage done(0)
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: sleep
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: Started CPU 01
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: IOBluetoothHCIController::restartShutdownWL this is a wake from sleep
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: System Wake
    Jun 18 21:54:15 graham-walkers-computer kernel[0]: IOUSBWorkLoop::closeGate - interrupt Thread being held off
    Jun 18 21:54:20 graham-walkers-computer configd[34]: AppleTalk startup
    Jun 18 21:54:20 graham-walkers-computer BatteryUpdater[5659]: Battery does not need the BatteryUpdate v 1.2 (0x2)
    Jun 18 21:54:22 graham-walkers-computer configd[34]: posting notification com.apple.system.config.network_change
    Jun 18 21:54:23 graham-walkers-computer lookupd[5660]: lookupd (version 369.6) starting - Mon Jun 18 21:54:23 2007
    Jun 18 21:54:25 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 18 22:00:37 graham-walkers-computer KernelEventAgent[29]: tid 00000000 received unknown event (12)
    Jun 18 22:00:52 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 18 22:01:12 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 18 22:02:33 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 18 22:03:13 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 18 22:04:24 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 18 22:05:54 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 18 22:07:42 graham-walkers-computer KernelEventAgent[29]: tid 00000000 received unknown event (12)
    Jun 18 22:15:08 graham-walkers-computer authexec: executing /Applications/Adobe Acrobat 8 Professional/Acrobat Distiller.app/Contents/Frameworks/AdobeSelfHealing.framework/Resources/MoverToo l
    Jun 18 22:16:27 graham-walkers-computer KernelEventAgent[29]: tid 00000000 received unknown event (12)
    Jun 18 22:16:50 graham-walkers-computer authexec: executing /Volumes/QuarkXPress 7.01/QuarkXPress 7.01 Installer.app/Contents/MacOS/QuarkXPress 7.01 Installer
    Jun 18 22:26:28 graham-walkers-computer /Volumes/QuarkXPress 7.01/QuarkXPress 7.01 Installer.app/Contents/MacOS/QuarkXPress 7.01 Installer: Save online registration path: Register.htm
    Jun 18 22:35:35 graham-walkers-computer KernelEventAgent[29]: tid 00000000 received unknown event (12)
    Jun 18 22:35:50 graham-walkers-computer authexec: executing /Volumes/QuarkXPress 7.1/QuarkXPress 7.1 Updater.app/Contents/MacOS/QuarkXPress 7.1 Updater
    Jun 18 22:39:19 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/ ; USER=grahamwalker ; COMMAND=/Users/grahamwalker/Library/Caches/bridge1/AdobeLibrary1.pkg/Contents/R esources/invokeAdobeUpdate -e 4
    Jun 18 22:39:20 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/ ; USER=grahamwalker ; COMMAND=/Users/grahamwalker/Library/Caches/bridge1/AdobeLibrary1.pkg/Contents/R esources/invokeAdobeUpdate -e 0
    Jun 18 22:39:43 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/UpdateInstaller.app/Contents/Resourc es/InstallUpdates.sh
    Jun 18 22:40:31 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/OLSUpdater.app/Contents/Resources/Pa xHandler.sh
    Jun 18 22:40:31 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/OLSUpdater.app/Contents/Resources/Pa xHandler.sh
    Jun 18 22:40:31 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/OLSUpdater.app/Contents/Resources/Up daterScript.sh
    Jun 18 22:40:31 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/OLSUpdater.app/Contents/Resources/Up daterScript.sh
    Jun 18 22:40:31 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/OLSUpdater.app/Contents/Resources/Pa xHandler.sh
    Jun 18 22:40:31 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/OLSUpdater.app/Contents/Resources/En dScript.sh
    Jun 18 22:40:46 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/PaxHandler.sh
    Jun 18 22:40:46 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/PaxHandler.sh
    Jun 18 22:40:48 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/UpdaterScript.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/UpdaterScript.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/UpdaterScript.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/UpdaterScript.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/UpdaterScript.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/UpdaterScript.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/UpdaterScript.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/PaxHandler.sh
    Jun 18 22:40:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/bridge1/AdobeBridge1.0.4updater.app/Contents /Resources/EndScript.sh
    Jun 18 22:41:01 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/stockphotos1/UpdateInstaller.app/Contents/Re sources/InstallUpdates.sh
    Jun 18 22:41:12 graham-walkers-computer sudo: root : TTY=unknown ; PWD=/ ; USER=grahamwalker ; COMMAND=/usr/bin/defaults read NSGlobalDomain AppleLocale
    Jun 18 22:41:35 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/photoshop9-en_US-RET/Adobe Photoshop Updater.app/Contents/Resources/InstallUpdates.sh
    Jun 18 22:41:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/photoshop9-en_US-RET/CameraRaw3.7Updater.app /Contents/Resources/PayloadHandler.sh
    Jun 18 22:41:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/photoshop9-en_US-RET/CameraRaw3.7Updater.app /Contents/Resources/PayloadHandler.sh
    Jun 18 22:41:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/photoshop9-en_US-RET/CameraRaw3.7Updater.app /Contents/Resources/UpdaterScript.sh
    Jun 18 22:41:49 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/photoshop9-en_US-RET/CameraRaw3.7Updater.app /Contents/Resources/PayloadHandler.sh
    Jun 18 22:42:01 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/versioncue2-en_US-CS/MacVersionCue201Update. app/Contents/Resources/InstallUpdates.sh
    Jun 18 22:42:39 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/indesign4-en_GB-NONDEBUG,RET/InDesign Updater.app/Contents/Resources/InstallUpdates.sh
    Jun 18 22:42:59 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/illustrator12-eninatl-RET/AICS2_1201Updater.app/Contents/Resources/InstallUpdates.sh
    Jun 18 22:43:26 graham-walkers-computer authexec: executing /Users/grahamwalker/Library/Caches/golive8-en_US-RET/Adobe GoLive 8.0.1enUS.app/Contents/Resources/InstallUpdates.sh
    Jun 18 22:49:10 graham-walkers-computer /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdimportserver: Font Importer bounds check error at location 0.\n
    Jun 18 22:55:53 graham-walkers-computer KernelEventAgent[29]: tid 00000000 received unknown event (12)
    Jun 18 22:57:18 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 18 23:05:11 graham-walkers-computer authexec: executing /System/Library/Frameworks/Carbon.framework/Versions/Current/Support/LaunchCFMA pp
    Jun 19 00:50:42 graham-walkers-computer shutdown: halt by grahamwalker:
    Jun 19 00:50:42 graham-walkers-computer SystemStarter[9123]: authentication service (9132) did not complete successfully
    Jun 19 00:50:43 graham-walkers-computer SystemStarter[9123]: The following StartupItems failed to properly start:
    Jun 19 00:50:43 graham-walkers-computer SystemStarter[9123]: /System/Library/StartupItems/AuthServer
    Jun 19 00:50:43 graham-walkers-computer SystemStarter[9123]: - execution of Startup script failed
    Jun 20 23:11:54 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jun 20 23:11:54 localhost kernel[0]: PAE enabled
    Jun 20 23:11:54 localhost kernel[0]: 64 bit mode enabled
    Jun 20 23:11:54 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jun 20 23:11:54 localhost kernel[0]: vmpagebootstrap: 511889 free pages
    Jun 20 23:11:54 localhost kernel[0]: migtable_maxdispl = 71
    Jun 20 23:11:54 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 20 23:11:54 localhost kernel[0]: 83 prelinked modules
    Jun 20 23:11:54 localhost kernel[0]: ACPI CA 20060421
    Jun 20 23:11:54 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jun 20 23:11:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jun 20 23:11:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jun 20 23:11:54 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jun 20 23:11:54 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jun 20 23:11:54 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Jun 20 23:11:54 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 20 23:11:54 localhost kernel[0]: Started CPU 01
    Jun 20 23:11:54 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jun 20 23:11:54 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jun 20 23:11:54 localhost kernel[0]: Security auditing service present
    Jun 20 23:11:54 localhost kernel[0]: BSM auditing present
    Jun 20 23:11:54 localhost kernel[0]: disabled
    Jun 20 23:11:54 localhost kernel[0]: rooting via boot-uuid from /chosen: B112B3FF-F0C5-4E2F-A422-06AB037F83CB
    Jun 20 23:11:54 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jun 20 23:11:54 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 20 23:11:54 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 20 23:11:54 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe70b8e4; max speed s800.
    Jun 20 23:11:54 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0 /IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDrive r/FUJITSU MHW2160BHPL Media/IOGUIDPartitionScheme/Customer@2
    Jun 20 23:11:54 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jun 20 23:11:54 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Jun 20 23:11:54 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jun 20 23:11:54 localhost kernel[0]: HFS: Removed 5 orphaned unlinked files
    Jun 20 23:11:54 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jun 20 23:11:54 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jun 20 23:11:54 localhost kernel[0]: Jettisoning kernel linker.
    Jun 20 23:11:54 localhost kernel[0]: Resetting IOCatalogue.
    Jun 20 23:11:54 localhost kernel[0]: GFX0: family specific matching fails
    Jun 20 23:11:54 localhost kernel[0]: Matching service count = 1
    Jun 20 23:11:54 localhost kernel[0]: Matching service count = 2
    Jun 20 23:11:54 localhost kernel[0]: Matching service count = 2
    Jun 20 23:11:54 localhost kernel[0]: Matching service count = 2
    Jun 20 23:11:54 localhost kernel[0]: Matching service count = 2
    Jun 20 23:11:54 localhost kernel[0]: Matching service count = 2
    Jun 20 23:11:54 localhost kernel[0]: Previous Shutdown Cause: 5
    Jun 20 23:11:54 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Jun 20 23:11:54 localhost kernel[0]: GFX0: family specific matching fails
    Jun 20 23:11:54 localhost kernel[0]: ath_attach: devid 0x24
    Jun 20 23:11:54 localhost kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Jun 20 23:11:54 localhost kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Jun 20 23:11:54 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 20 23:11:54 localhost memberd[37]: memberd starting up
    Jun 20 23:11:54 localhost mDNSResponder-108.5 (May 9 2007 15: 07:55)[30]: starting
    Jun 20 23:11:54 localhost DirectoryService[41]: Launched version 2.1 (v353.6)
    Jun 20 23:11:54 localhost lookupd[42]: lookupd (version 369.6) starting - Wed Jun 20 23:11:54 2007
    Jun 20 23:11:55 localhost diskarbitrationd[36]: disk0s2 hfs F35AC7FC-245C-3DAA-8DB7-70152AF8A7CF Macintosh HD /
    Jun 20 23:11:55 localhost kernel[0]: yukon: Ethernet address 00:1b:63:91:58:aa
    Jun 20 23:11:55 localhost launchd: Server 2d0b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[42]: exited abnormally: Hangup
    Jun 20 23:11:55 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1b:63:0a:59:39
    Jun 20 23:11:56 localhost kernel[0]: Registering For 802.11 Events
    Jun 20 23:11:56 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jun 20 23:11:56 localhost mDNSResponder: Adding browse domain local.
    Jun 20 23:11:57 localhost configd[34]: AppleTalk startup
    Jun 20 23:11:57 graham-walkers-computer configd[34]: setting hostname to "graham-walkers-computer.local"
    Jun 20 23:11:57 graham-walkers-computer lookupd[65]: lookupd (version 369.6) starting - Wed Jun 20 23:11:57 2007
    Jun 20 23:11:57 graham-walkers-computer /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 20 23:11:58 graham-walkers-computer loginwindow[68]: Login Window Started Security Agent
    Jun 20 23:12:00 graham-walkers-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WELCOME TO THE MATRIX
    Jun 20 23:12:02 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 20 23:12:02 graham-walkers-computer configd[34]: AppleTalk shutdown
    Jun 20 23:12:02 graham-walkers-computer configd[34]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 20 23:12:02 graham-walkers-computer configd[34]: posting notification com.apple.system.config.network_change
    Jun 20 23:12:02 graham-walkers-computer lookupd[96]: lookupd (version 369.6) starting - Wed Jun 20 23:12:02 2007
    Jun 20 23:12:02 graham-walkers-computer configd[34]: AppleTalk shutdown complete
    Jun 20 23:12:02 graham-walkers-computer configd[34]: AppleTalk startup
    Jun 20 23:12:03 graham-walkers-computer ntpdate[113]: no servers can be used, exiting
    Jun 20 23:12:04 graham-walkers-computer VersionCueCS2Daemon[190]: warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    Jun 20 23:12:06 graham-walkers-computer configd[34]: target=enable-network: disabled
    Jun 20 23:12:08 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 20 23:29:22 graham-walkers-computer authexec: executing /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Frameworks/AdobeSelfHealing.framework/Resources/Mover Tool
    Jun 20 23:37:17 graham-walkers-computer /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock: Failed to create window context device
    Jun 20 23:37:17 graham-walkers-computer /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock: CGWindowContextCreate: failed to create software delegate.
    Jun 20 23:59:59 graham-walkers-computer loginwindow[68]: sendQuitEventToApp (iTunes Helper): AESendMessage returned error -609
    Jun 21 00:00:00 graham-walkers-computer shutdown: reboot by grahamwalker:
    Jun 21 00:00:00 graham-walkers-computer SystemStarter[452]: authentication service (460) did not complete successfully
    Jun 21 00:00:02 graham-walkers-computer SystemStarter[452]: The following StartupItems failed to properly start:
    Jun 21 00:00:02 graham-walkers-computer SystemStarter[452]: /System/Library/StartupItems/AuthServer
    Jun 21 00:02:27 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jun 21 00:02:28 localhost kernel[0]: PAE enabled
    Jun 21 00:02:28 localhost kernel[0]: 64 bit mode enabled
    Jun 21 00:02:28 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jun 21 00:02:28 localhost kernel[0]: vmpagebootstrap: 511885 free pages
    Jun 21 00:02:28 localhost kernel[0]: migtable_maxdispl = 71
    Jun 21 00:02:28 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 00:02:28 localhost kernel[0]: 84 prelinked modules
    Jun 21 00:02:28 localhost kernel[0]: ACPI CA 20060421
    Jun 21 00:02:28 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jun 21 00:02:28 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jun 21 00:02:28 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jun 21 00:02:28 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jun 21 00:02:28 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jun 21 00:02:28 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Jun 21 00:02:28 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 00:02:28 localhost kernel[0]: Started CPU 01
    Jun 21 00:02:28 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jun 21 00:02:28 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jun 21 00:02:28 localhost kernel[0]: Security auditing service present
    Jun 21 00:02:28 localhost kernel[0]: BSM auditing present
    Jun 21 00:02:28 localhost kernel[0]: disabled
    Jun 21 00:02:28 localhost kernel[0]: rooting via boot-uuid from /chosen: B112B3FF-F0C5-4E2F-A422-06AB037F83CB
    Jun 21 00:02:28 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jun 21 00:02:28 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 00:02:28 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 00:02:28 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0 /IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDrive r/FUJITSU MHW2160BHPL Media/IOGUIDPartitionScheme/Customer@2
    Jun 21 00:02:28 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jun 21 00:02:28 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe70b8e4; max speed s800.
    Jun 21 00:02:28 localhost kernel[0]: Jettisoning kernel linker.
    Jun 21 00:02:28 localhost kernel[0]: Resetting IOCatalogue.
    Jun 21 00:02:28 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 00:02:28 localhost kernel[0]: Matching service count = 1
    Jun 21 00:02:28 localhost kernel[0]: Matching service count = 2
    Jun 21 00:02:28 localhost kernel[0]: Matching service count = 2
    Jun 21 00:02:28 localhost kernel[0]: Matching service count = 2
    Jun 21 00:02:28 localhost kernel[0]: Matching service count = 2
    Jun 21 00:02:28 localhost kernel[0]: Matching service count = 2
    Jun 21 00:02:28 localhost kernel[0]: Previous Shutdown Cause: 5
    Jun 21 00:02:28 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Jun 21 00:02:28 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 00:02:28 localhost kernel[0]: ath_attach: devid 0x24
    Jun 21 00:02:28 localhost kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Jun 21 00:02:28 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Jun 21 00:02:28 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jun 21 00:02:28 localhost kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Jun 21 00:02:28 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jun 21 00:02:28 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 21 00:02:28 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jun 21 00:02:27 localhost memberd[37]: memberd starting up
    Jun 21 00:02:27 localhost mDNSResponder-108.5 (May 9 2007 17: 14:16)[30]: starting
    Jun 21 00:02:30 localhost kernel[0]: yukon: Ethernet address 00:1b:63:91:58:aa
    Jun 21 00:02:30 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1b:63:0a:59:39
    Jun 21 00:02:30 localhost DirectoryService[48]: Launched version 2.1 (v353.6)
    Jun 21 00:02:34 localhost lookupd[47]: lookupd (version 369.6) starting - Thu Jun 21 00:02:34 2007
    Jun 21 00:02:35 localhost diskarbitrationd[36]: disk0s2 hfs F35AC7FC-245C-3DAA-8DB7-70152AF8A7CF Macintosh HD /
    Jun 21 00:02:37 localhost lookupd[60]: lookupd (version 369.6) starting - Thu Jun 21 00:02:37 2007
    Jun 21 00:02:37 localhost mDNSResponder: Adding browse domain local.
    Jun 21 00:02:38 localhost kernel[0]: Registering For 802.11 Events
    Jun 21 00:02:38 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jun 21 00:02:38 localhost configd[34]: AppleTalk startup
    Jun 21 00:02:38 graham-walkers-computer configd[34]: setting hostname to "graham-walkers-computer.local"
    Jun 21 00:02:46 graham-walkers-computer /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 21 00:02:51 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 21 00:02:51 graham-walkers-computer configd[34]: AppleTalk shutdown
    Jun 21 00:02:51 graham-walkers-computer configd[34]: AppleTalk shutdown complete
    Jun 21 00:02:51 graham-walkers-computer configd[34]: AppleTalk startup
    Jun 21 00:02:53 graham-walkers-computer VersionCueCS2Daemon[120]: warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    Jun 21 00:02:53 graham-walkers-computer configd[34]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 21 00:02:53 graham-walkers-computer configd[34]: posting notification com.apple.system.config.network_change
    Jun 21 00:02:53 graham-walkers-computer lookupd[125]: lookupd (version 369.6) starting - Thu Jun 21 00:02:53 2007
    Jun 21 00:02:54 graham-walkers-computer ntpdate[138]: no servers can be used, exiting
    Jun 21 00:02:54 graham-walkers-computer loginwindow[117]: Login Window Started Security Agent
    Jun 21 00:02:57 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 21 00:02:57 graham-walkers-computer configd[34]: target=enable-network: disabled
    Jun 21 00:02:58 graham-walkers-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WELCOME TO THE MATRIX
    Jun 21 00:05:00 graham-walkers-computer /usr/sbin/ocspd: starting
    Jun 21 00:06:36 graham-walkers-computer /Applications/Firefox.app/Contents/MacOS/firefox-bin: Java is generating its shared archive, version 1.5
    Jun 21 00:10:25 graham-walkers-computer shutdown: halt by grahamwalker:
    Jun 21 00:10:25 graham-walkers-computer SystemStarter[281]: authentication service (289) did not complete successfully
    Jun 21 00:10:26 graham-walkers-computer SystemStarter[281]: The following StartupItems failed to properly start:
    Jun 21 00:10:26 graham-walkers-computer SystemStarter[281]: /System/Library/StartupItems/AuthServer
    Jun 21 00:10:26 graham-walkers-computer SystemStarter[281]: - execution of Startup script failed
    Jun 21 20:57:01 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jun 21 20:57:01 localhost kernel[0]: PAE enabled
    Jun 21 20:57:01 localhost kernel[0]: 64 bit mode enabled
    Jun 21 20:57:01 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jun 21 20:57:01 localhost kernel[0]: vmpagebootstrap: 511885 free pages
    Jun 21 20:57:01 localhost kernel[0]: migtable_maxdispl = 71
    Jun 21 20:57:01 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 20:57:01 localhost kernel[0]: 84 prelinked modules
    Jun 21 20:57:01 localhost kernel[0]: ACPI CA 20060421
    Jun 21 20:57:01 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jun 21 20:57:01 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jun 21 20:57:01 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jun 21 20:57:01 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jun 21 20:57:01 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jun 21 20:57:01 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Jun 21 20:57:01 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 20:57:01 localhost kernel[0]: Started CPU 01
    Jun 21 20:57:01 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jun 21 20:57:01 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jun 21 20:57:01 localhost kernel[0]: Security auditing service present
    Jun 21 20:57:01 localhost kernel[0]: BSM auditing present
    Jun 21 20:57:01 localhost kernel[0]: disabled
    Jun 21 20:57:01 localhost kernel[0]: rooting via boot-uuid from /chosen: B112B3FF-F0C5-4E2F-A422-06AB037F83CB
    Jun 21 20:57:01 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jun 21 20:57:01 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 20:57:01 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 20:57:01 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe70b8e4; max speed s800.
    Jun 21 20:57:01 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0 /IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDrive r/FUJITSU MHW2160BHPL Media/IOGUIDPartitionScheme/Customer@2
    Jun 21 20:57:01 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jun 21 20:57:01 localhost kernel[0]: Jettisoning kernel linker.
    Jun 21 20:57:01 localhost kernel[0]: Resetting IOCatalogue.
    Jun 21 20:57:01 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 20:57:01 localhost kernel[0]: Matching service count = 1
    Jun 21 20:57:01 localhost kernel[0]: Matching service count = 2
    Jun 21 20:57:01 localhost kernel[0]: Matching service count = 2
    Jun 21 20:57:01 localhost kernel[0]: Matching service count = 2
    Jun 21 20:57:01 localhost kernel[0]: Matching service count = 2
    Jun 21 20:57:01 localhost kernel[0]: Matching service count = 2
    Jun 21 20:57:01 localhost kernel[0]: Previous Shutdown Cause: 5
    Jun 21 20:57:01 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Jun 21 20:57:01 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 20:57:01 localhost kernel[0]: ath_attach: devid 0x24
    Jun 21 20:57:01 localhost kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Jun 21 20:57:01 localhost kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Jun 21 20:57:01 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 21 20:57:01 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Jun 21 20:57:01 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jun 21 20:57:01 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jun 21 20:57:01 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jun 21 20:57:01 localhost mDNSResponder-108.5 (May 9 2007 17: 14:16)[30]: starting
    Jun 21 20:57:01 localhost memberd[38]: memberd starting up
    Jun 21 20:57:01 localhost lookupd[41]: lookupd (version 369.6) starting - Thu Jun 21 20:57:01 2007
    Jun 21 20:57:01 localhost diskarbitrationd[37]: disk0s2 hfs F35AC7FC-245C-3DAA-8DB7-70152AF8A7CF Macintosh HD /
    Jun 21 20:57:02 localhost kernel[0]: yukon: Ethernet address 00:1b:63:91:58:aa
    Jun 21 20:57:02 localhost DirectoryService[45]: Launched version 2.1 (v353.6)
    Jun 21 20:57:02 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1b:63:0a:59:39
    Jun 21 20:57:02 localhost lookupd[59]: lookupd (version 369.6) starting - Thu Jun 21 20:57:02 2007
    Jun 21 20:57:03 localhost kernel[0]: Registering For 802.11 Events
    Jun 21 20:57:03 localhost mDNSResponder: Adding browse domain local.
    Jun 21 20:57:03 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jun 21 20:57:04 graham-walkers-computer configd[34]: setting hostname to "graham-walkers-computer.local"
    Jun 21 20:57:04 graham-walkers-computer /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 21 20:57:05 graham-walkers-computer loginwindow[67]: Login Window Started Security Agent
    Jun 21 20:57:07 graham-walkers-computer configd[34]: AppleTalk startup
    Jun 21 20:57:07 graham-walkers-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WELCOME TO THE MATRIX
    Jun 21 20:57:10 graham-walkers-computer configd[34]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 21 20:57:10 graham-walkers-computer configd[34]: posting notification com.apple.system.config.network_change
    Jun 21 20:57:10 graham-walkers-computer lookupd[98]: lookupd (version 369.6) starting - Thu Jun 21 20:57:10 2007
    Jun 21 20:57:10 graham-walkers-computer ntpdate[143]: no servers can be used, exiting
    Jun 21 20:57:11 graham-walkers-computer configd[34]: target=enable-network: disabled
    Jun 21 20:57:11 graham-walkers-computer VersionCueCS2Daemon[183]: warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    Jun 21 20:57:13 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 21 21:21:21 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jun 21 21:21:22 localhost kernel[0]: PAE enabled
    Jun 21 21:21:22 localhost kernel[0]: 64 bit mode enabled
    Jun 21 21:21:22 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jun 21 21:21:22 localhost kernel[0]: vmpagebootstrap: 511885 free pages
    Jun 21 21:21:22 localhost kernel[0]: migtable_maxdispl = 71
    Jun 21 21:21:22 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 21:21:22 localhost kernel[0]: 84 prelinked modules
    Jun 21 21:21:22 localhost kernel[0]: ACPI CA 20060421
    Jun 21 21:21:22 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jun 21 21:21:22 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jun 21 21:21:22 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jun 21 21:21:22 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jun 21 21:21:22 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jun 21 21:21:22 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Jun 21 21:21:22 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 21:21:22 localhost kernel[0]: Started CPU 01
    Jun 21 21:21:22 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jun 21 21:21:22 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jun 21 21:21:22 localhost kernel[0]: Security auditing service present
    Jun 21 21:21:22 localhost kernel[0]: BSM auditing present
    Jun 21 21:21:22 localhost kernel[0]: disabled
    Jun 21 21:21:22 localhost kernel[0]: rooting via boot-uuid from /chosen: B112B3FF-F0C5-4E2F-A422-06AB037F83CB
    Jun 21 21:21:22 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jun 21 21:21:22 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 21:21:22 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 21:21:22 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0 /IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDrive r/FUJITSU MHW2160BHPL Media/IOGUIDPartitionScheme/Customer@2
    Jun 21 21:21:22 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jun 21 21:21:22 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe70b8e4; max speed s800.
    Jun 21 21:21:22 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Jun 21 21:21:22 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jun 21 21:21:22 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jun 21 21:21:22 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jun 21 21:21:22 localhost kernel[0]: HFS: Removed 1 orphaned unlinked files
    Jun 21 21:21:22 localhost kernel[0]: Jettisoning kernel linker.
    Jun 21 21:21:22 localhost kernel[0]: Resetting IOCatalogue.
    Jun 21 21:21:22 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 21:21:22 localhost kernel[0]: Matching service count = 1
    Jun 21 21:21:22 localhost kernel[0]: Matching service count = 2
    Jun 21 21:21:22 localhost kernel[0]: Matching service count = 2
    Jun 21 21:21:22 localhost kernel[0]: Matching service count = 2
    Jun 21 21:21:22 localhost kernel[0]: Matching service count = 2
    Jun 21 21:21:22 localhost kernel[0]: Matching service count = 2
    Jun 21 21:21:22 localhost kernel[0]: Previous Shutdown Cause: 3
    Jun 21 21:21:22 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Jun 21 21:21:22 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 21:21:22 localhost kernel[0]: ath_attach: devid 0x24
    Jun 21 21:21:22 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 21:21:22 localhost kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Jun 21 21:21:22 localhost kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Jun 21 21:21:22 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 21 21:21:22 localhost memberd[56]: memberd starting up
    Jun 21 21:21:22 localhost mDNSResponder-108.5 (May 9 2007 17: 14:16)[49]: starting
    Jun 21 21:21:22 localhost lookupd[64]: lookupd (version 369.6) starting - Thu Jun 21 21:21:22 2007
    Jun 21 21:21:22 localhost DirectoryService[63]: Launched version 2.1 (v353.6)
    Jun 21 21:21:22 localhost diskarbitrationd[55]: disk0s2 hfs F35AC7FC-245C-3DAA-8DB7-70152AF8A7CF Macintosh HD /
    Jun 21 21:21:23 localhost kernel[0]: yukon: Ethernet address 00:1b:63:91:58:aa
    Jun 21 21:21:23 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1b:63:0a:59:39
    Jun 21 21:21:23 localhost lookupd[79]: lookupd (version 369.6) starting - Thu Jun 21 21:21:23 2007
    Jun 21 21:21:23 localhost kernel[0]: Registering For 802.11 Events
    Jun 21 21:21:23 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jun 21 21:21:24 localhost mDNSResponder: Adding browse domain local.
    Jun 21 21:21:24 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 21 21:21:24 localhost configd[53]: AppleTalk startup
    Jun 21 21:21:24 graham-walkers-computer configd[53]: setting hostname to "graham-walkers-computer.local"
    Jun 21 21:21:24 graham-walkers-computer loginwindow[85]: Login Window Started Security Agent
    Jun 21 21:21:27 graham-walkers-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WELCOME TO THE MATRIX
    Jun 21 21:21:30 graham-walkers-computer configd[53]: AppleTalk startup complete
    Jun 21 21:21:30 graham-walkers-computer configd[53]: AppleTalk shutdown
    Jun 21 21:21:30 graham-walkers-computer configd[53]: AppleTalk shutdown complete
    Jun 21 21:21:30 graham-walkers-computer configd[53]: AppleTalk startup
    Jun 21 21:21:30 graham-walkers-computer configd[53]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 21 21:21:30 graham-walkers-computer configd[53]: posting notification com.apple.system.config.network_change
    Jun 21 21:21:30 graham-walkers-computer lookupd[119]: lookupd (version 369.6) starting - Thu Jun 21 21:21:30 2007
    Jun 21 21:21:30 graham-walkers-computer ntpdate[145]: no servers can be used, exiting
    Jun 21 21:21:30 graham-walkers-computer configd[53]: target=enable-network: disabled
    Jun 21 21:21:30 graham-walkers-computer VersionCueCS2Daemon[215]: warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    Jun 21 21:21:35 graham-walkers-computer configd[53]: AppleTalk startup complete
    Jun 21 21:22:22 graham-walkers-computer shutdown: halt by grahamwalker:
    Jun 21 21:22:22 graham-walkers-computer SystemStarter[296]: authentication service (305) did not complete successfully
    Jun 21 21:22:24 graham-walkers-computer SystemStarter[296]: The following StartupItems failed to properly start:
    Jun 21 21:22:24 graham-walkers-computer SystemStarter[296]: /System/Library/StartupItems/AuthServer
    Jun 21 21:22:24 graham-walkers-computer SystemStarter[296]: - execution of Startup script failed
    Jun 21 21:44:02 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jun 21 21:44:02 localhost kernel[0]: PAE enabled
    Jun 21 21:44:02 localhost kernel[0]: 64 bit mode enabled
    Jun 21 21:44:02 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jun 21 21:44:02 localhost kernel[0]: vmpagebootstrap: 511858 free pages
    Jun 21 21:44:02 localhost kernel[0]: migtable_maxdispl = 71
    Jun 21 21:44:02 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 21:44:02 localhost kernel[0]: 88 prelinked modules
    Jun 21 21:44:02 localhost kernel[0]: ACPI CA 20060421
    Jun 21 21:44:02 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jun 21 21:44:02 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jun 21 21:44:02 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jun 21 21:44:02 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jun 21 21:44:02 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jun 21 21:44:02 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Jun 21 21:44:02 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 21 21:44:02 localhost kernel[0]: Started CPU 01
    Jun 21 21:44:02 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jun 21 21:44:02 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jun 21 21:44:02 localhost kernel[0]: Security auditing service present
    Jun 21 21:44:02 localhost kernel[0]: BSM auditing present
    Jun 21 21:44:02 localhost kernel[0]: disabled
    Jun 21 21:44:02 localhost kernel[0]: rooting via boot-uuid from /chosen: B112B3FF-F0C5-4E2F-A422-06AB037F83CB
    Jun 21 21:44:02 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jun 21 21:44:02 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 21:44:02 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 21 21:44:02 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0 /IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDrive r/FUJITSU MHW2160BHPL Media/IOGUIDPartitionScheme/Customer@2
    Jun 21 21:44:02 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jun 21 21:44:02 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe70b8e4; max speed s800.
    Jun 21 21:44:02 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Jun 21 21:44:02 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jun 21 21:44:02 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jun 21 21:44:02 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jun 21 21:44:02 localhost kernel[0]: Jettisoning kernel linker.
    Jun 21 21:44:02 localhost kernel[0]: Resetting IOCatalogue.
    Jun 21 21:44:02 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 21:44:02 localhost kernel[0]: Matching service count = 1
    Jun 21 21:44:02 localhost kernel[0]: Matching service count = 2
    Jun 21 21:44:02 localhost kernel[0]: Matching service count = 2
    Jun 21 21:44:02 localhost kernel[0]: Matching service count = 2
    Jun 21 21:44:02 localhost kernel[0]: Matching service count = 2
    Jun 21 21:44:02 localhost kernel[0]: Matching service count = 2
    Jun 21 21:44:02 localhost kernel[0]: Previous Shutdown Cause: 5
    Jun 21 21:44:02 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Jun 21 21:44:02 localhost kernel[0]: GFX0: family specific matching fails
    Jun 21 21:44:02 localhost kernel[0]: ath_attach: devid 0x24
    Jun 21 21:44:02 localhost kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Jun 21 21:44:02 localhost kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Jun 21 21:44:02 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 21 21:44:02 localhost memberd[37]: memberd starting up
    Jun 21 21:44:03 localhost DirectoryService[43]: Launched version 2.1 (v353.6)
    Jun 21 21:44:03 localhost lookupd[41]: lookupd (version 369.6) starting - Thu Jun 21 21:44:03 2007
    Jun 21 21:44:03 localhost kernel[0]: yukon: Ethernet address 00:1b:63:91:58:aa
    Jun 21 21:44:03 localhost diskarbitrationd[36]: disk0s2 hfs F35AC7FC-245C-3DAA-8DB7-70152AF8A7CF Macintosh HD /
    Jun 21 21:44:03 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1b:63:0a:59:39
    Jun 21 21:44:04 localhost kernel[0]: Registering For 802.11 Events
    Jun 21 21:44:04 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jun 21 21:44:04 localhost mDNSResponder: Adding browse domain local.
    Jun 21 21:44:05 graham-walkers-computer configd[34]: AppleTalk startup
    Jun 21 21:44:05 graham-walkers-computer configd[34]: setting hostname to "graham-walkers-computer.local"
    Jun 21 21:44:05 graham-walkers-computer lookupd[62]: lookupd (version 369.6) starting - Thu Jun 21 21:44:05 2007
    Jun 21 21:44:05 graham-walkers-computer /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 21 21:44:05 graham-walkers-computer loginwindow[65]: Login Window Started Security Agent
    Jun 21 21:44:08 graham-walkers-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WELCOME TO THE MATRIX
    Jun 21 21:44:10 graham-walkers-computer configd[34]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 21 21:44:10 graham-walkers-computer configd[34]: posting notification com.apple.system.config.network_change
    Jun 21 21:44:10 graham-walkers-computer lookupd[95]: lookupd (version 369.6) starting - Thu Jun 21 21:44:10 2007
    Jun 21 21:44:10 graham-walkers-computer ntpdate[110]: no servers can be used, exiting
    Jun 21 21:44:11 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 21 21:44:11 graham-walkers-computer configd[34]: AppleTalk shutdown
    Jun 21 21:44:11 graham-walkers-computer configd[34]: AppleTalk shutdown complete
    Jun 21 21:44:11 graham-walkers-computer configd[34]: AppleTalk startup
    Jun 21 21:44:11 graham-walkers-computer VersionCueCS2Daemon[186]: warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    Jun 21 21:44:13 graham-walkers-computer configd[34]: target=enable-network: disabled
    Jun 21 21:44:16 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 21 22:02:14 graham-walkers-computer shutdown: halt by grahamwalker:
    Jun 21 22:02:15 graham-walkers-computer SystemStarter[295]: authentication service (304) did not complete successfully
    Jun 21 22:02:16 graham-walkers-computer SystemStarter[295]: The following StartupItems failed to properly start:
    Jun 21 22:02:16 graham-walkers-computer SystemStarter[295]: /System/Library/StartupItems/AuthServer
    Jun 21 22:02:16 graham-walkers-computer SystemStarter[295]: - execution of Startup script failed
    Jun 24 14:32:12 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jun 24 14:32:13 localhost kernel[0]: PAE enabled
    Jun 24 14:32:13 localhost kernel[0]: 64 bit mode enabled
    Jun 24 14:32:13 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jun 24 14:32:13 localhost kernel[0]: vmpagebootstrap: 511858 free pages
    Jun 24 14:32:13 localhost kernel[0]: migtable_maxdispl = 71
    Jun 24 14:32:13 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 24 14:32:13 localhost kernel[0]: 88 prelinked modules
    Jun 24 14:32:13 localhost kernel[0]: ACPI CA 20060421
    Jun 24 14:32:13 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jun 24 14:32:13 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jun 24 14:32:13 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jun 24 14:32:13 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jun 24 14:32:13 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jun 24 14:32:13 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Jun 24 14:32:13 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jun 24 14:32:13 localhost kernel[0]: Started CPU 01
    Jun 24 14:32:13 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jun 24 14:32:13 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jun 24 14:32:13 localhost kernel[0]: Security auditing service present
    Jun 24 14:32:13 localhost kernel[0]: BSM auditing present
    Jun 24 14:32:13 localhost kernel[0]: disabled
    Jun 24 14:32:13 localhost kernel[0]: rooting via boot-uuid from /chosen: B112B3FF-F0C5-4E2F-A422-06AB037F83CB
    Jun 24 14:32:13 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jun 24 14:32:13 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 24 14:32:13 localhost kernel[0]: USB caused wake event (EHCI)
    Jun 24 14:32:13 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0 /IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDrive r/FUJITSU MHW2160BHPL Media/IOGUIDPartitionScheme/Customer@2
    Jun 24 14:32:13 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jun 24 14:32:13 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe70b8e4; max speed s800.
    Jun 24 14:32:13 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Jun 24 14:32:13 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jun 24 14:32:13 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jun 24 14:32:13 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jun 24 14:32:13 localhost kernel[0]: Jettisoning kernel linker.
    Jun 24 14:32:13 localhost kernel[0]: Resetting IOCatalogue.
    Jun 24 14:32:13 localhost kernel[0]: GFX0: family specific matching fails
    Jun 24 14:32:13 localhost kernel[0]: Matching service count = 1
    Jun 24 14:32:13 localhost kernel[0]: Matching service count = 2
    Jun 24 14:32:13 localhost kernel[0]: Matching service count = 2
    Jun 24 14:32:13 localhost kernel[0]: Matching service count = 2
    Jun 24 14:32:13 localhost kernel[0]: Matching service count = 2
    Jun 24 14:32:13 localhost kernel[0]: Matching service count = 2
    Jun 24 14:32:13 localhost kernel[0]: Previous Shutdown Cause: 5
    Jun 24 14:32:13 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Jun 24 14:32:13 localhost kernel[0]: GFX0: family specific matching fails
    Jun 24 14:32:13 localhost kernel[0]: ath_attach: devid 0x24
    Jun 24 14:32:13 localhost kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Jun 24 14:32:13 localhost kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Jun 24 14:32:13 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jun 24 14:32:13 localhost memberd[37]: memberd starting up
    Jun 24 14:32:13 localhost mDNSResponder-108.5 (May 9 2007 17: 14:16)[30]: starting
    Jun 24 14:32:13 localhost DirectoryService[42]: Launched version 2.1 (v353.6)
    Jun 24 14:32:13 localhost lookupd[43]: lookupd (version 369.6) starting - Sun Jun 24 14:32:13 2007
    Jun 24 14:32:13 localhost kextd[25]: kextdwatchvolumes: couldn't set up diskarb sessions
    Jun 24 14:32:14 localhost kernel[0]: yukon: Ethernet address 00:1b:63:91:58:aa
    Jun 24 14:32:14 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1b:63:0a:59:39
    Jun 24 14:32:14 localhost kernel[0]: Registering For 802.11 Events
    Jun 24 14:32:14 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jun 24 14:32:14 localhost diskarbitrationd[36]: disk0s2 hfs F35AC7FC-245C-3DAA-8DB7-70152AF8A7CF Macintosh HD /
    Jun 24 14:32:15 localhost mDNSResponder: Adding browse domain local.
    Jun 24 14:32:15 localhost configd[34]: AppleTalk startup
    Jun 24 14:32:15 localhost lookupd[61]: lookupd (version 369.6) starting - Sun Jun 24 14:32:15 2007
    Jun 24 14:32:15 graham-walkers-computer configd[34]: setting hostname to "graham-walkers-computer.local"
    Jun 24 14:32:16 graham-walkers-computer /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jun 24 14:32:16 graham-walkers-computer loginwindow[65]: Login Window Started Security Agent
    Jun 24 14:32:18 graham-walkers-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WELCOME TO THE MATRIX
    Jun 24 14:32:21 graham-walkers-computer VersionCueCS2Daemon[143]: warning: VersionCueCS2Daemon not started by mach_init process (parent pid: 1)
    Jun 24 14:32:21 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 24 14:32:21 graham-walkers-computer configd[34]: AppleTalk shutdown
    Jun 24 14:32:21 graham-walkers-computer configd[34]: AppleTalk shutdown complete
    Jun 24 14:32:21 graham-walkers-computer configd[34]: AppleTalk startup
    Jun 24 14:32:25 graham-walkers-computer configd[34]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jun 24 14:32:25 graham-walkers-computer configd[34]: posting notification com.apple.system.config.network_change
    Jun 24 14:32:25 graham-walkers-computer lookupd[149]: lookupd (version 369.6) starting - Sun Jun 24 14:32:25 2007
    Jun 24 14:32:26 graham-walkers-computer configd[34]: AppleTalk startup complete
    Jun 24 14:32:28 grah

    About time I followed this post up. Still no joy, MBP is still freezing every now and again. I have run the hardware test and no probs there. Version Cue has been deleted but the problem remains. One thing I have noticed is this, from the console log, just before it crashed at 23:34. 'Graphics Channel Timeout' which sounds a bit dodgy to me. If there's anyone out there who can tell me what this means or if it is related. Every time this happens I have to hard restart the machine and it takes an age for it to restart. As you can see from the times on the log file, it takes a good few minutes to restart.
    Jul 24 22:56:02 graham-walkers-computer /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WELCOME TO THE MATRIX
    Jul 24 22:56:05 graham-walkers-computer configd[35]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 24 22:56:05 graham-walkers-computer configd[35]: posting notification com.apple.system.config.network_change
    Jul 24 22:56:05 graham-walkers-computer lookupd[159]: lookupd (version 369.6) starting - Tue Jul 24 22:56:05 2007
    Jul 24 22:56:08 graham-walkers-computer configd[35]: AppleTalk startup complete
    Jul 24 22:56:09 graham-walkers-computer configd[35]: target=enable-network: disabled
    Jul 24 23:33:46 graham-walkers-computer kernel[0]: NVChannel(GL): Graphics channel exception! status = 0xffff info32 = 0x8 = Fifo: Watchdog Timeout Error
    Jul 24 23:33:46 graham-walkers-computer kernel[0]: 0000000c
    Jul 24 23:33:46 graham-walkers-computer kernel[0]: 00000010 00005097 0000047c 00000000
    Jul 24 23:33:46 graham-walkers-computer kernel[0]: 00000486 00001528 00000000 00000003
    Jul 24 23:33:46 graham-walkers-computer kernel[0]: 00000000 00000000 00000000
    Jul 24 23:33:59 graham-walkers-computer kernel[0]: NVChannel(GL): Graphics channel timeout!
    Jul 24 23:34:08 graham-walkers-computer lookupd[159]: NetInfo connection failed for server 127.0.0.1/local
    Jul 24 23:34:08 graham-walkers-computer lookupd[159]: ni_statistics: Communication failure
    Jul 24 23:34:36 graham-walkers-computer kernel[0]: NVChannel(GL): Graphics channel timeout!
    Jul 24 23:41:50 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jul 24 23:41:51 localhost kernel[0]: PAE enabled
    Jul 24 23:41:51 localhost kernel[0]: 64 bit mode enabled
    Jul 24 23:41:51 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jul 24 23:41:51 localhost kernel[0]: vmpagebootstrap: 511855 free pages
    Jul 24 23:41:51 localhost kernel[0]: migtable_maxdispl = 71
    Jul 24 23:41:51 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jul 24 23:41:51 localhost kernel[0]: 88 prelinked modules
    Jul 24 23:41:51 localhost kernel[0]: ACPI CA 20060421
    Jul 24 23:41:51 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jul 24 23:41:51 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled

  • JMS-MQ Series error( MQJMS2002)

    Hi,
    I have an MDB listening to a queue. I am using MQ Series instead of Jboss mq. It has been working fine but I have faced the below error a fews days back and i am unable to solve it.
    For a particular message , I get an error javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue , when I remove it from the queue , it works fine i.e the messages starts being processed by the MDB. But if i again place the message back in the queue the same error keeps appearing again and again in the log and no further messages gets proceesed by the MDB.
    In our application the length of the message is more than 4mb so we have modified all the queues to 10mb in mqseries and it has been working fine from a long time. But for this particular message the above situation is occuring. Note size of dead letter queue is still 4mb.
    Can the below be happening:-
    For some reason the queue manager cannot deliver a message and so it attempts to put the message on its dead-letter queue , but since the DLQ max size is 4mb , it goes into a loop.....may not sound very convincing thought...........but if i change the size of DLQ to 10mb ...will it help my cause.....below is the full stack trace ..........
    44526 2007-07-25 09:16:24,162 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected:
    44527 javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
    44528 at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:567)
    44529 at com.ibm.mq.jms.MQSession.consume(MQSession.java:3113)
    44530 at com.ibm.mq.jms.MQSession.run(MQSession.java:1612)
    44531 at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:182)
    44532 at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
    44533 at java.lang.Thread.run(Thread.java:534)
    44534 2007-07-25 09:16:24,162 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] innerStop
    44535 2007-07-25 09:16:24,162 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] unset exception listener
    44536 2007-07-25 09:16:29,138 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] connection stopped
    44537 2007-07-25 09:16:29,138 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] destroyService
    44538 2007-07-25 09:16:29,162 DEBUG [org.jboss.jms.asf.StdServerSessionPool] Clearing 1 from ServerSessionPool
    44539 2007-07-25 09:16:29,163 DEBUG [org.jboss.jms.asf.StdServerSession] closed
    44540 2007-07-25 09:16:29,164 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Stopping DLQHandler
    44541 2007-07-25 09:16:29,164 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Stopped DLQHandler
    44542 2007-07-25 09:16:29,164 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Destroying DLQHandler
    44543 2007-07-25 09:16:29,166 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Destroyed DLQHandler
    44544 2007-07-25 09:16:29,166 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Waiting for reconnect internal 10000 ms
    44545 2007-07-25 09:16:39,164 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect to JMS provider
    44546 2007-07-25 09:16:39,164 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Initializing
    44547 2007-07-25 09:16:39,164 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/WSMQ JMSProvider
    44548 2007-07-25 09:16:39,164 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org.jboss.jms.jndi.JN DIProviderAdapter@15e0638
    44549 2007-07-25 09:16:39,165 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler
    44550 2007-07-25 09:16:39,165 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Using factory: com.ibm.mq.jms.MQQueueConnectionF actory@895ab1c7
    44551 2007-07-25 09:16:39,187 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Created connection: com.ibm.mq.jms.MQQueueConnec tion@bd7301
    44552 2007-07-25 09:16:39,187 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Using Queue: queue://OMNT031P/SYSTEM.DEAD.LETTER .QUEUE
    44553 2007-07-25 09:16:39,187 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Created DLQHandler
    44554 2007-07-25 09:16:39,187 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] context: javax.naming.InitialContext@1c 95c92
    44555 2007-07-25 09:16:39,187 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] jndiSuffix: ossToNpgQueue
    44556 2007-07-25 09:16:39,187 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Got destination type Queue for OssJmsMd bOm
    44557 2007-07-25 09:16:39,187 DEBUG [org.jboss.jms.ConnectionFactoryHelper] using connection factory: com.ibm.mq.jms.MQQueu eConnectionFactory@895ab1c7
    44558 2007-07-25 09:16:39,188 DEBUG [org.jboss.jms.ConnectionFactoryHelper] using username/password: null/null
    44559 2007-07-25 09:16:39,190 DEBUG [org.jboss.jms.ConnectionFactoryHelper] created QueueConnection: com.ibm.mq.jms.MQQueue Connection@dcb4bb
    44560 2007-07-25 09:16:39,190 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Using client id: null
    44561 2007-07-25 09:16:39,190 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Could not find the queue destination-jn di-name=ossToNpgQueue
    44562 2007-07-25 09:16:39,190 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] looking up session pool factory: java:/ StdJMSPool
    44563 2007-07-25 09:16:39,190 DEBUG [org.jboss.jms.asf.StdServerSessionPool] initializing with connection: com.ibm.mq.jms.M QQueueConnection@dcb4bb
    44564 2007-07-25 09:16:39,191 WARN [org.jboss.jms.asf.StdServerSessionPool] Using a non-XA QueueConnection. It will not b e able to participate in a Global UOW
    44565 2007-07-25 09:16:39,191 DEBUG [org.jboss.jms.asf.StdServerSession] initializing (pool, session, xaSession, useLocalTX ): org.jboss.jms.asf.StdServerSessionPool@1dd92ab, com.ibm.mq.jms.MQQueueSession@1c8363b, null, false
    44566 2007-07-25 09:16:39,191 DEBUG [org.jboss.jms.asf.StdServerSessionPool] added server session to the pool: org.jboss.jm s.asf.StdServerSession@1605c66
    44567 2007-07-25 09:16:39,191 DEBUG [org.jboss.jms.asf.StdServerSessionPool] Server Session pool set up
    44568 2007-07-25 09:16:39,191 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Server session pool: org.jboss.jms.asf. StdServerSessionPool@1dd92ab
    44569 2007-07-25 09:16:39,195 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Connection consumer: com.ibm.mq.jms.MQC onnectionConsumer@1526ddf
    44570 2007-07-25 09:16:39,195 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Initialized with config org.jboss.ejb.p lugins.jms.JMSContainerInvoker@9ba786{ maxMessagesNr=1, maxPoolSize=1, reconnectInterval=10000, providerAdapterJNDI=j        ava:/WSMQJMSProvider, serverSessionPoolFactoryJNDI=java:/StdJMSPool, acknowledgeMode=1, isContainerManagedTx=false, i        sNotSupportedTx=false, useDLQ=true, dlqHandler=org.jboss.ejb.plugins.jms.DLQHandler@ab5354{ destinationJNDI=queue/WSM        Q/DLQ, maxResent=1, timeToLive=0 }, destinationJNDI=ossToNpgQueue }
    44571 2007-07-25 09:16:39,195 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Starting DLQHandler
    44572 2007-07-25 09:16:39,195 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Started DLQHandler
    44573 2007-07-25 09:16:39,196 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Reconnected to JMS provider
    44574 2007-07-25 09:16:39,226 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected:
    44575 javax.jms.JMSException: MQJMS2002: failed to get message from MQ queue
    44576 at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:567)
    44577 at com.ibm.mq.jms.MQSession.consume(MQSession.java:3113)
    44578 at com.ibm.mq.jms.MQSession.run(MQSession.java:1612)
    44579 at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:182)
    44580 at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
    44581 at java.lang.Thread.run(Thread.java:534)
    44582 2007-07-25 09:16:39,226 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] innerStop
    44583 2007-07-25 09:16:39,226 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] unset exception listener
    44584 2007-07-25 09:16:44,204 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] connection stopped
    44585 2007-07-25 09:16:44,204 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] destroyService
    44586 2007-07-25 09:16:44,204 DEBUG [org.jboss.jms.asf.StdServerSessionPool] Clearing 1 from ServerSessionPool
    44587 2007-07-25 09:16:44,205 DEBUG [org.jboss.jms.asf.StdServerSession] closed
    44588 2007-07-25 09:16:44,205 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Stopping DLQHandler
    44589 2007-07-25 09:16:44,205 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Stopped DLQHandler
    44590 2007-07-25 09:16:44,205 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Destroying DLQHandler
    44591 2007-07-25 09:16:44,206 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Destroyed DLQHandler
    44592 2007-07-25 09:16:44,206 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Waiting for reconnect internal 10000 ms
    44593 2007-07-25 09:16:54,211 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect to
    Thanks

    Hi,
    This is with reference to your CV Posted in jobsite. Let me introduce myself Kranti, working with Techpoint Solutions! as IT Recruiter. We have job opening matching your profile.
    Send your update Resume to
    [email protected]
    Note:
    1. Check list below is mandatory, without the check list we cannot process your CV.
    Full Name:
    DOB:
    Current CTC:
    Exp CTC:
    Notice Period:
    Current Location:
    Ready to relocate to Hyderabad :
    Job Location : Hyderabad
    Once your profile gets short-listed, you would be called for a face to face interview.
    JOB SPECIFICATION �
    Senior Developer/ Lead
    Experience Required:
    Total Years of Experience: 4+years experience in IT
    At least 1 -2 years experience leading a team.
    Education: Should be a BE/ B Tech/ ME/ M Tech/ ! MCA/ M Sc in IT/ Systems/ Computers.
    - Consistent 60% academic record is a must.
    - Candidates interviewed by us in the last 6 months are not eligible.
    - Correspondence / Part time Courses does not qualify.
    - Gaps in Education / Career should not be more than 2 yrs (If any).
    - At least 50% of yo! ur Post Qualification experience should be relevant to IT or to the skill set that we are looking at.
    Description
    Develop web pages and backend programs
    Technical Skills
    Must haves:
    Operating System worked on: Experience on Unix at least 3 years.
    Scripting language: Worked on She ll and Perl scripts minimum 3 years.
    Database exposure/Worked on : Experience on Sybase development. WebLogic Server or WebSphere. Java J2EE, JMS
    MQ, VSS (should on Application side)
    Actuate Reporting is a plus.
    Domain: Investment Banking
    Job! Location: Hyderabad
    Thanks & Regards,
    Kranti Punjala
    Executive (Recruitments)
    Techpoint Solutions.
    [email protected]

  • Entries in clustering log for DFSR checkpoints

    Hi,
    I am looking through our cluster logs trying to rule out errors and I notice a repeat instance of this error for all of the cluster disks every 5 minutes:
    ERR   [RHS] Error 161 from ResourceControl for resource Cluster Disk 80
    This seems to be related to other behavior happening at the same time related to DFSR. What I think is happening is that DFSR resource is checking the validity of the path on each physical disk until it finds the one the replicated folder is on (the last
    entry) and then tries to create the checkpoint file which already exists. Does anyone know why it keeps scanning through all the disks and not just the relevant disk? Also is there a way to stop it spamming the log with this information every 5 minutes if
    it is normal behaviour? This is happening on all our nodes and resource groups with DFSR configured.
    Note I have truncated the GUIDs:
    00001924.00003fb4::2014/12/16-05:06:00.769 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001924.00003fb4::2014/12/16-05:06:00.769 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 117.
    00000804.000073e4::2014/12/16-05:06:00.769 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 117 returned 161.
    00003738.000048e8::2014/12/16-05:06:00.769 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00003738.000048e8::2014/12/16-05:06:00.769 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 77.
    00000804.000073e4::2014/12/16-05:06:00.769 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 77 returned 161.
    000036fc.000042c8::2014/12/16-05:06:00.785 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000036fc.000042c8::2014/12/16-05:06:00.785 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 76.
    00000804.000073e4::2014/12/16-05:06:00.785 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 76 returned 161.
    000038d4.00001d54::2014/12/16-05:06:00.785 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000038d4.00001d54::2014/12/16-05:06:00.785 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 80.
    00000804.000073e4::2014/12/16-05:06:00.785 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 80 returned 161.
    00001bb8.000050d8::2014/12/16-05:06:00.785 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001bb8.000050d8::2014/12/16-05:06:00.785 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 16.
    00000804.000073e4::2014/12/16-05:06:00.785 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 16 returned 161.
    00001aec.00001658::2014/12/16-05:06:00.800 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001aec.00001658::2014/12/16-05:06:00.800 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 14.
    00000804.000073e4::2014/12/16-05:06:00.800 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 14 returned 161.
    000038fc.00003508::2014/12/16-05:06:00.800 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000038fc.00003508::2014/12/16-05:06:00.800 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 81.
    00000804.000073e4::2014/12/16-05:06:00.800 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 81 returned 161.
    00001884.00002120::2014/12/16-05:06:00.800 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001884.00002120::2014/12/16-05:06:00.800 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 116.
    00000804.000073e4::2014/12/16-05:06:00.800 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 116 returned 161.
    000037d8.00005ed4::2014/12/16-05:06:00.816 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000037d8.00005ed4::2014/12/16-05:06:00.816 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 78.
    00000804.000073e4::2014/12/16-05:06:00.816 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 78 returned 161.
    00001b90.00007524::2014/12/16-05:06:00.816 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001b90.00007524::2014/12/16-05:06:00.816 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 15.
    00000804.000073e4::2014/12/16-05:06:00.816 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 15 returned 161.
    000019f0.00001b84::2014/12/16-05:06:00.816 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000019f0.00001b84::2014/12/16-05:06:00.816 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 119.
    00000804.000073e4::2014/12/16-05:06:00.816 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 119 returned 161.
    000016c0.00001a80::2014/12/16-05:06:00.832 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML can be on the disk
    00000804.000073e4::2014/12/16-05:06:00.832 INFO [GUM] Node 11: Processing RequestLock 11:46479
    00000804.000025c4::2014/12/16-05:06:00.832 INFO [GUM] Node 11: Processing GrantLock to 11 (sent by 6 gumid: 7595767)
    00000804.000073e4::2014/12/16-05:06:01.190 ERR [RCM] rcm::RcmResControl::DoResourceControl: ERROR_ALREADY_EXISTS(183)' because of 'Key System\CurrentControlSet\Services\DFSR\Parameters\Replication Groups\D0A is already being checkpointed for resource Cluster Disk 111. Key name 603c.'
    00000804.000073e4::2014/12/16-05:06:01.190 WARN [RCM] ResourceControl(ADD_REGISTRY_CHECKPOINT) to Cluster Disk 111 returned 183.
    00001924.00006330::2014/12/16-05:06:03.499 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001924.00006330::2014/12/16-05:06:03.499 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 117.
    00000804.000071d8::2014/12/16-05:06:03.499 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 117 returned 161.
    00003738.000072fc::2014/12/16-05:06:03.499 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00003738.000072fc::2014/12/16-05:06:03.499 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 77.
    00000804.000071d8::2014/12/16-05:06:03.499 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 77 returned 161.
    000036fc.00005464::2014/12/16-05:06:03.515 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000036fc.00005464::2014/12/16-05:06:03.515 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 76.
    00000804.000071d8::2014/12/16-05:06:03.515 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 76 returned 161.
    000038d4.00005150::2014/12/16-05:06:03.530 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000038d4.00005150::2014/12/16-05:06:03.530 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 80.
    00000804.000071d8::2014/12/16-05:06:03.530 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 80 returned 161.
    00001bb8.000050d8::2014/12/16-05:06:03.530 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001bb8.000050d8::2014/12/16-05:06:03.530 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 16.
    00000804.000071d8::2014/12/16-05:06:03.530 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 16 returned 161.
    00001aec.00001658::2014/12/16-05:06:03.530 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001aec.00001658::2014/12/16-05:06:03.530 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 14.
    00000804.000071d8::2014/12/16-05:06:03.530 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 14 returned 161.
    000038fc.00001498::2014/12/16-05:06:03.546 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000038fc.00001498::2014/12/16-05:06:03.546 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 81.
    00000804.000071d8::2014/12/16-05:06:03.546 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 81 returned 161.
    00001884.000012fc::2014/12/16-05:06:03.546 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001884.000012fc::2014/12/16-05:06:03.546 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 116.
    00000804.000071d8::2014/12/16-05:06:03.546 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 116 returned 161.
    000037d8.00005ed4::2014/12/16-05:06:03.562 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000037d8.00005ed4::2014/12/16-05:06:03.562 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 78.
    00000804.000071d8::2014/12/16-05:06:03.562 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 78 returned 161.
    00001b90.000058bc::2014/12/16-05:06:03.562 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    00001b90.000058bc::2014/12/16-05:06:03.562 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 15.
    00000804.000071d8::2014/12/16-05:06:03.562 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 15 returned 161.
    000019f0.00003558::2014/12/16-05:06:03.562 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML is not on the disk
    000019f0.00003558::2014/12/16-05:06:03.562 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 119.
    00000804.000071d8::2014/12/16-05:06:03.562 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 119 returned 161.
    000016c0.00001a80::2014/12/16-05:06:03.577 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_D0A.XML can be on the disk
    00000804.000073e4::2014/12/16-05:06:03.593 ERR [RCM] rcm::RcmResControl::DoResourceControl: ERROR_ALREADY_EXISTS(183)' because of 'Key System\CurrentControlSet\Services\DFSR\Access Checks\Replication Groups\D0A is already being checkpointed for resource Cluster Disk 111. Key name ca5d2.'
    00000804.000073e4::2014/12/16-05:06:03.593 WARN [RCM] ResourceControl(ADD_REGISTRY_CHECKPOINT) to Cluster Disk 111 returned 183.
    00001924.00003fb4::2014/12/16-05:06:05.886 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    00001924.00003fb4::2014/12/16-05:06:05.886 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 117.
    00000804.00001de0::2014/12/16-05:06:05.886 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 117 returned 161.
    00003738.000048e8::2014/12/16-05:06:05.886 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    00003738.000048e8::2014/12/16-05:06:05.886 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 77.
    00000804.00001de0::2014/12/16-05:06:05.902 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 77 returned 161.
    000036fc.000042c8::2014/12/16-05:06:05.902 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    000036fc.000042c8::2014/12/16-05:06:05.902 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 76.
    00000804.00001de0::2014/12/16-05:06:05.902 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 76 returned 161.
    000038d4.00001d54::2014/12/16-05:06:05.902 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    000038d4.00001d54::2014/12/16-05:06:05.902 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 80.
    00000804.00001de0::2014/12/16-05:06:05.902 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 80 returned 161.
    00001bb8.000050d8::2014/12/16-05:06:05.917 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    00001bb8.000050d8::2014/12/16-05:06:05.917 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 16.
    00000804.00001de0::2014/12/16-05:06:05.917 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 16 returned 161.
    00001aec.00007554::2014/12/16-05:06:05.917 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    00001aec.00007554::2014/12/16-05:06:05.917 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 14.
    00000804.00001de0::2014/12/16-05:06:05.917 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 14 returned 161.
    000038fc.00003508::2014/12/16-05:06:05.933 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    000038fc.00003508::2014/12/16-05:06:05.933 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 81.
    00000804.00001de0::2014/12/16-05:06:05.933 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 81 returned 161.
    00001884.000012fc::2014/12/16-05:06:05.933 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    00001884.000012fc::2014/12/16-05:06:05.933 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 116.
    00000804.00001de0::2014/12/16-05:06:05.933 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 116 returned 161.
    000037d8.00005ed4::2014/12/16-05:06:05.933 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    000037d8.00005ed4::2014/12/16-05:06:05.933 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 78.
    00000804.00001de0::2014/12/16-05:06:05.933 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 78 returned 161.
    00001b90.00007524::2014/12/16-05:06:05.949 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    00001b90.00007524::2014/12/16-05:06:05.949 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 15.
    00000804.00001de0::2014/12/16-05:06:05.949 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 15 returned 161.
    000019f0.00003558::2014/12/16-05:06:05.949 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML is not on the disk
    000019f0.00003558::2014/12/16-05:06:05.949 ERR [RHS] Error 161 from ResourceControl for resource Cluster Disk 119.
    00000804.000071d8::2014/12/16-05:06:05.949 WARN [RCM] ResourceControl(STORAGE_IS_PATH_VALID) to Cluster Disk 119 returned 161.
    000016c0.000006e4::2014/12/16-05:06:05.964 INFO [RES] Physical Disk: Path \\?\Volume{e377}\System Volume Information\DFSR\Config\Replica_e377.XML can be on the disk
    00000804.00001de0::2014/12/16-05:06:05.980 ERR [RCM] rcm::RcmResControl::DoResourceControl: ERROR_ALREADY_EXISTS(183)' because of 'Key System\CurrentControlSet\Services\DFSR\Parameters\Volumes\e377 is already being checkpointed for resource Cluster Disk 111. Key name fedc.'
    00000804.00001de0::2014/12/16-05:06:05.980 WARN [RCM] ResourceControl(ADD_REGISTRY_CHECKPOINT) to Cluster Disk 111 returned 183.

    Hi DH84,
    Please offer us more information about your current cluster configuration, such as the event cluster occur, the server edition,
     please disable RSS, TCP Chimney on both cluster nodes RSS, NetDMA to narrow down the issue first.
    If you are using 2008R2 cluster please confirm you have installed the following hotfix,
    Slow failover operation if no router exists between the cluster and an application server
    http://support.microsoft.com/kb/2582281
    A transient communication failure causes a Windows Server 2008 R2 failover cluster to stop working
    http://support.microsoft.com/kb/2550886
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Aironet 1300 dropping every 36-48 hours, help please

    Within the past month our 1300's have begun going down around every 36 hours. They are setup with a root bridge and 4 non-root bridges and are set to use the least congested frequency. I am interested in solving this problem as well as setting up the non-root bridges to act as APs as well as connecting some offices to our main network. Please help if you can! A

    This is the error patern from an associated bridge:
    Interface Dot11Radio0, changed state to up
    2 Mar 10 15:27:15.265 Warning Interface Dot11Radio0, Associated To AP ClarendonHealth 0018.b92b.4190 [None WPA PSK]
    3 Mar 10 15:27:15.060 Error Interface Dot11Radio0, changed state to down
    4 Mar 10 15:27:15.059 Warning Interface Dot11Radio0, parent lost: Received deauthenticate (2) not valid
    5 Mar 10 15:16:57.191 Notification Line protocol on Interface Dot11Radio0, changed state to up
    6 Mar 10 15:16:56.191 Error Interface Dot11Radio0, changed state to up
    7 Mar 10 15:16:56.190 Warning Interface Dot11Radio0, Associated To AP ClarendonHealth 0018.b92b.4190 [None WPA PSK]
    8 Mar 10 15:16:56.003 Warning Interface Dot11Radio0, cannot associate: Associating
    9 Mar 10 15:15:48.999 Warning Interface Dot11Radio0, cannot associate: No Response
    10 Mar 10 15:15:39.446 Notification Line protocol on Interface Dot11Radio0, changed state to down
    11 Mar 10 15:15:38.446 Error Interface Dot11Radio0, changed state to down
    12 Mar 10 15:15:38.445 Warning Interface Dot11Radio0, parent lost: Too many retries
    13 Mar 8 15:20:26.778 Notification Line protocol on Interface Dot11Radio0, changed state to up
    14 Mar 8 15:20:25.778 Error Interface Dot11Radio0, changed state to up
    15 Mar 8 15:20:25.777 Warning Interface Dot11Radio0, Associated To AP ClarendonHealth 0018.b92b.4190 [None WPA PSK]
    16 Mar 8 15:20:25.193 Warning Interface Dot11Radio0, cannot associate: Rcvd response from 0018.b92b.4190 channel 9 3367
    17 Mar 8 15:19:14.188 Warning Interface Dot11Radio0, cannot associate: No Response
    18 Mar 8 15:19:04.550 Notification Line protocol on Interface Dot11Radio0, changed state to down

  • Server 2008 Cluster Random failover occuring on Fileserver Resource

    We have a 2 node active/passive 2008 Sql Cluster that also has a fileshare on it that randomly fails over. We get events
    Events from Cluster Admin
    Event ID 1230
    cluster resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)' (resource type '', DLL 'clusres.dll') either crashed or deadlocked. The Resource Hosting Subsystem (RHS) process will now attempt to terminate, and the resource will be marked to run in a separate monitor.
    Event2
    EventID 1146
    the cluster resource host subsystem (RHS) stopped unexpectedly. An attempt will be made to restart it. This is usually due to a problem in a resource DLL. Please determine which resource DLL is causing the issue and report the problem to the resource vendor.
    Event 3
    EventID 1069
    Cluster resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)' in clustered service or application 'SQL Server (SQLPRODA)' failed.
    Event 4
    Event ID 1205
    The Cluster service failed to bring clustered service or application 'SQL Server (SQLPRODA)' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered service or application.
    We have updated the NIC drivers on each node, the Drivers and Bios have been updated on the HBA's. We have updated the srv.sys and the srv2.sys files thinking it might be an SMB issue. TCP offloading is disabled on the the Nics. We are running SP2 on both nodes and all the windows updates are current.  In the cluster logs we are seeing what is listed below.
    HYSQL02
    ========
    00000cc8.00001364::2010/02/17-18:23:32.352 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:24:32.353 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:25:32.356 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:26:32.414 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_ImportFiles), status 2114. Tolerating...
    00000cc8.00001364::2010/02/17-18:29:32.369 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:32:32.431 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    00000cc8.00001364::2010/02/17-18:35:32.387 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:37:32.392 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:42:32.408 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:43:32.410 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:44:32.425 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:48:32.798 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:51:32.949 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:54:33.045 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-18:58:33.158 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    00000cc8.00001364::2010/02/17-19:01:33.192 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    00000cc8.00001364::2010/02/17-19:05:33.166 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:10:33.182 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:11:33.184 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:13:33.190 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:22:33.218 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:26:33.229 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:27:33.232 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:28:33.236 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:29:33.238 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_ImportFiles), status 64. Tolerating...
    00000cc8.00001364::2010/02/17-19:30:33.241 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_ReportImages), status 64. Tolerating...
    00000cc8.00000cd4::2010/02/17-19:30:34.000 ERR [RHS] RhsCall::DeadlockMonitor: Call ISALIVE timed out for resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)'.
    00000cc8.00000cd4::2010/02/17-19:30:34.000 ERR [RHS] Resource FileServer-(MSCS3)(Cluster Disk 4- Database) handling deadlock. Cleaning current operation and terminaiting RHS process.
    000009ec.0000174c::2010/02/17-19:30:34.000 INFO [RCM] HandleMonitorReply: FAILURENOTIFICATION for 'FileServer-(MSCS3)(Cluster Disk 4- Database)', gen(0) result 4.
    000009ec.0000174c::2010/02/17-19:30:34.000 INFO [RCM] rcm::RcmResource::HandleMonitorReply: Resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)' consecutive failure count 1.
    000009ec.0000174c::2010/02/17-19:30:34.002 ERR [RCM] rcm::RcmMonitor::RecoverProcess: Recovering monitor process 3272 / 0xcc8
    000009ec.0000174c::2010/02/17-19:30:34.004 INFO [RCM] Created monitor process 2248 / 0x8c8
    000008c8.000010c8::2010/02/17-19:30:34.019 INFO [RHS] Initializing.
    000009ec.0000174c::2010/02/17-19:30:34.030 INFO [RCM] rcm::RcmResource::ReattachToMonitorProcess: (FileServer-(MSCS3)(Cluster Disk 4- Database), Online)
    000009ec.0000174c::2010/02/17-19:30:34.030 INFO [RCM] TransitionToState(FileServer-(MSCS3)(Cluster Disk 4- Database)) Initializing-->OpenCallIssued.
    000009ec.0000174c::2010/02/17-19:30:34.030 INFO [RCM] rcm::RcmGroup::ProcessStateChange: (SQL Server (SQLPRODA), Online --> PartialOnline)
    000009ec.0000174c::2010/02/17-19:30:34.055 INFO [RCM] TransitionToState(FileServer-(MSCS3)(Cluster Disk 4- Database)) Online-->ProcessingFailure.
    000009ec.0000174c::2010/02/17-19:30:34.055 INFO [RCM] rcm::RcmGroup::ProcessStateChange: (SQL Server (SQLPRODA), PartialOnline --> Failed)
    000009ec.0000174c::2010/02/17-19:30:34.055 ERR [RCM] rcm::RcmResource::HandleFailure: (FileServer-(MSCS3)(Cluster Disk 4- Database))
    000009ec.0000174c::2010/02/17-19:30:34.055 INFO [RCM] resource FileServer-(MSCS3)(Cluster Disk 4- Database): failure count: 1, restartAction: 2.
    000009ec.0000174c::2010/02/17-19:30:34.055 INFO [RCM] Will restart resource in 500 milliseconds.
    000009ec.0000174c::2010/02/17-19:30:34.055 INFO [RCM] TransitionToState(FileServer-(MSCS3)(Cluster Disk 4- Database)) ProcessingFailure-->[Terminating to DelayRestartingResource].
    000009ec.0000174c::2010/02/17-19:30:34.055 INFO [RCM] rcm::RcmGroup::ProcessStateChange: (SQL Server (SQLPRODA), Failed --> Pending)
    000008c8.00001784::2010/02/17-19:30:34.112 INFO [RES] File Server : FileServerDoTerminate: Terminate called... !!!
    000009ec.0000126c::2010/02/17-19:30:34.119 INFO [RCM] TransitionToState(FileServer-(MSCS3)(Cluster Disk 4- Database)) [Terminating to DelayRestartingResource]-->DelayRestartingResource.
    000009ec.0000174c::2010/02/17-19:30:34.619 INFO [RCM] Delay-restarting FileServer-(MSCS3)(Cluster Disk 4- Database) and any waiting dependents.
    000009ec.0000174c::2010/02/17-19:30:34.619 INFO [RCM] TransitionToState(FileServer-(MSCS3)(Cluster Disk 4- Database)) DelayRestartingResource-->OnlineCallIssued.
    000009ec.0000126c::2010/02/17-19:30:34.620 INFO [RCM] HandleMonitorReply: ONLINERESOURCE for 'FileServer-(MSCS3)(Cluster Disk 4- Database)', gen(1) result 997.
    000009ec.0000126c::2010/02/17-19:30:34.620 INFO [RCM] TransitionToState(FileServer-(MSCS3)(Cluster Disk 4- Database)) OnlineCallIssued-->OnlinePending.
    000008c8.000016cc::2010/02/17-19:30:34.657 INFO [RES] File Server : Shares 'are being scoped to virtual name MSCS3
    HYSQL01
    =========
    000015ac.00001200::2010/02/17-21:42:54.976 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-21:47:51.082 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-21:51:51.094 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-21:56:51.056 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000015ac.00001200::2010/02/17-22:06:51.139 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-22:09:51.148 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000009e0.00001b08::2010/02/17-22:17:51.431 INFO [NM] Received request from client address 10.1.0.220.
    000015ac.00001200::2010/02/17-22:21:51.184 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-22:25:31.804 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-22:30:34.959 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000015ac.00001200::2010/02/17-22:31:36.518 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-22:34:41.036 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-22:39:48.514 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000015ac.00001200::2010/02/17-22:42:51.247 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000009e0.0000132c::2010/02/17-22:44:16.801 INFO [NM] Received request from client address 10.1.0.220.
    000015ac.00001200::2010/02/17-22:47:51.209 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000015ac.00001200::2010/02/17-22:49:51.215 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    000009e0.000015f4::2010/02/17-22:51:27.511 INFO [NM] Received request from client address 10.1.0.220.
    000015ac.00001200::2010/02/17-22:52:51.277 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-22:55:51.286 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-23:06:51.319 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-23:12:51.284 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000015ac.00001200::2010/02/17-23:13:51.340 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 2114. Tolerating...
    000015ac.00001200::2010/02/17-23:16:51.349 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    2nd Issues
    000018f0.0000137c::2010/02/16-18:03:23.988 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 2114. Tolerating...
    000018f0.0000137c::2010/02/16-18:07:23.947 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:11:23.959 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:13:23.965 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:14:24.021 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 2114. Tolerating...
    000018f0.0000137c::2010/02/16-18:20:23.986 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:23:23.996 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:26:24.005 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:27:24.007 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:28:24.063 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 2114. Tolerating...
    000018f0.0000137c::2010/02/16-18:37:24.038 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:38:24.094 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 2114. Tolerating...
    000018f0.0000137c::2010/02/16-18:41:24.102 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000018f0.0000137c::2010/02/16-18:44:24.059 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:50:24.129 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000018f0.0000137c::2010/02/16-18:54:24.089 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:55:24.091 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:56:24.095 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-18:57:24.151 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_ImportFiles), status 2114. Tolerating...
    000009e0.00000d2c::2010/02/16-19:13:04.903 INFO [NM] Received request from client address 10.1.0.220.
    000018f0.0000137c::2010/02/16-19:18:24.213 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    000018f0.0000137c::2010/02/16-19:22:24.172 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    000018f0.0000137c::2010/02/16-19:24:24.178 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    000018f0.000012dc::2010/02/16-19:25:25.000 ERR [RHS] RhsCall::DeadlockMonitor: Call ISALIVE timed out for resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)'.
    000018f0.000012dc::2010/02/16-19:25:25.000 ERR [RHS] Resource FileServer-(MSCS3)(Cluster Disk 4- Database) handling deadlock. Cleaning current operation and terminaiting RHS process.
    000009e0.00000f48::2010/02/16-19:25:25.000 INFO [RCM] HandleMonitorReply: FAILURENOTIFICATION for 'FileServer-(MSCS3)(Cluster Disk 4- Database)', gen(1) result 4.
    000009e0.00000f48::2010/02/16-19:25:25.000 INFO [RCM] rcm::RcmResource::HandleMonitorReply: Resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)' consecutive failure count 1.
    000009e0.00000f48::2010/02/16-19:25:25.002 ERR [RCM] rcm::RcmMonitor::RecoverProcess: Recovering monitor process 6384 / 0x18f0
    000009e0.00000f48::2010/02/16-19:25:25.003 INFO [RCM] Created monitor process 6020 / 0x1784
    00001784.00001b1c::2010/02/16-19:25:25.012 INFO [RHS] Initializing.
    000009e0.00000f48::2010/02/16-19:25:25.023 INFO [RCM] rcm::RcmResource::ReattachToMonitorProcess: (FileServer-(MSCS3)(Cluster Disk 4- Database), Online)
    000009e0.00000f48::2010/02/16-19:25:25.023 INFO [RCM] TransitionToState(FileServer-(MSCS3)(Cluster Disk 4- Database)) Initializing-->OpenCallIssued.
    000009e0.00000f48::2010/02/16-19:25:25.023 INFO [RCM] rcm::RcmGroup::ProcessStateChange: (SQL Server (SQLPRODA), Online --> PartialOnline)
    3)
    00000d80.00000388::2010/02/16-12:15:13.281 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    00000d80.00000388::2010/02/16-12:19:19.253 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-12:24:22.132 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-12:25:22.187 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 2114. Tolerating...
    00000d80.00000388::2010/02/16-12:29:22.146 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-12:42:22.185 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-12:50:22.209 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-12:51:22.212 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00000d80.00000388::2010/02/16-12:53:22.218 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-12:54:22.274 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_ImportFiles), status 2114. Tolerating...
    00000d80.00000388::2010/02/16-13:01:31.308 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    00000d80.00000388::2010/02/16-13:10:22.322 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 2114. Tolerating...
    00000d80.00000388::2010/02/16-13:13:22.279 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-13:17:22.291 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-13:20:22.300 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00000d80.00000388::2010/02/16-13:22:22.305 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00000d80.00000388::2010/02/16-13:24:22.311 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    00000d80.00000d8c::2010/02/16-13:24:23.000 ERR [RHS] RhsCall::DeadlockMonitor: Call ISALIVE timed out for resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)'.
    00000d80.00000d8c::2010/02/16-13:24:23.000 ERR [RHS] Resource FileServer-(MSCS3)(Cluster Disk 4- Database) handling deadlock. Cleaning current operation and terminaiting RHS process.
    000009e0.000015dc::2010/02/16-13:24:23.000 INFO [RCM] HandleMonitorReply: FAILURENOTIFICATION for 'FileServer-(MSCS3)(Cluster Disk 4- Database)', gen(0) result 4.
    000009e0.000015dc::2010/02/16-13:24:23.000 INFO [RCM] rcm::RcmResource::HandleMonitorReply: Resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)' consecutive failure count 1.
    000009e0.000015dc::2010/02/16-13:24:23.002 ERR [RCM] rcm::RcmMonitor::RecoverProcess: Recovering monitor process 3456 / 0xd80
    4)
    00001770.00001594::2010/02/09-16:01:06.362 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_ReportImages), status 2114. Tolerating...
    00000aa4.0000183c::2010/02/09-16:01:15.630 INFO [RES] Physical Disk: HardDiskpGetDiskInfo: Disk is of type MBR, signature 0x3ba33338
    00000aa4.0000183c::2010/02/09-16:01:19.036 INFO [RES] Physical Disk: HardDiskpGetDiskInfo: Disk is of type MBR, signature 0x3ba3333f
    00000aa4.0000183c::2010/02/09-16:01:19.040 INFO [RES] Physical Disk: HardDiskpGetDiskInfo: Disk is of type MBR, signature 0x3ba3333a
    00000aa4.0000183c::2010/02/09-16:01:19.044 INFO [RES] Physical Disk: HardDiskpGetDiskInfo: Disk is of type MBR, signature 0x3ba33339
    00001770.00001910::2010/02/09-16:05:06.311 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, HelpSystem), status 64. Tolerating...
    00001770.00001910::2010/02/09-16:06:06.314 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, ImportFiles), status 64. Tolerating...
    00001770.00001910::2010/02/09-16:07:06.317 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_HelpSystem), status 64. Tolerating...
    00001770.00001910::2010/02/09-16:08:06.320 WARN [RES] File Server : Failed in NetShareGetInfo(MSCS3, PreProd_ImportFiles), status 64. Tolerating...
    00001770.00000d14::2010/02/09-16:08:07.000 ERR [RHS] RhsCall::DeadlockMonitor: Call ISALIVE timed out for resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)'.
    00001770.00000d14::2010/02/09-16:08:07.000 ERR [RHS] Resource FileServer-(MSCS3)(Cluster Disk 4- Database) handling deadlock. Cleaning current operation and terminaiting RHS process.
    000009f0.00001324::2010/02/09-16:08:07.000 INFO [RCM] HandleMonitorReply: FAILURENOTIFICATION for 'FileServer-(MSCS3)(Cluster Disk 4- Database)', gen(4) result 4.
    000009f0.00001324::2010/02/09-16:08:07.000 INFO [RCM] rcm::RcmResource::HandleMonitorReply: Resource 'FileServer-(MSCS3)(Cluster Disk 4- Database)' consecutive failure count 1.
    000009f0.00001324::2010/02/09-16:08:07.002 ERR [RCM] rcm::RcmMonitor::RecoverProcess: Recovering monitor process 6000 / 0x1770
    000009f0.00001324::2010/02/09-16:08:07.003 INFO [RCM] Created monitor process 4748 / 0x128c
    Analysis
    We are getting Error 64 and 2114 and the File share is failing with a Deadlock Error
    Status 64 = the specified network name is no longer available.
    Status 2114 = The Server service is not started.
    We setup Netmon and ran traces yesterday when the issue happened and they did not show anything. The Server service does not seem to get any errors.
    We have also engaged EMC into the issue and MS has escalated the case but wanted to see if anyone else has experienced this issue or found any resolution. We have run out of options.

    Here you go!
    KB950811
    why not this one:
    http://support.microsoft.com/kb/2231728
    /* Server Support Specialist */

  • Java.lang.OutOfMemoryError: PermGen space in Oracle Jdevelpoer 11.1.2.3.0

    dear all,
    i am facing PerGen Space Problem to run my application.
    how to resolve this.....???
    Error: An unreported error occurred in Appc. No errors were reported, but the tool returned a failure result code: 1.
    Warning: java.lang.OutOfMemoryError: PermGen space
    Warning:      at java.lang.ClassLoader.defineClass1(Native Method)
    Warning:      at java.lang.ClassLoader.defineClassCond(ClassLoader.java:630)
    Warning:      at java.lang.ClassLoader.defineClass(ClassLoader.java:614)
    Warning:      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    Warning:      at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    Warning:      at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    Warning:      at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    Warning:      at java.security.AccessController.doPrivileged(Native Method)
    Warning:      at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    Warning:      at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    Warning:      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    Warning:      at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Warning:      at weblogic.jsp.internal.jsp.JspCheckContext.check(JspCheckContext.java:82)
    Warning:      at weblogic.jsp.internal.jsp.JspAnalyzer.check(JspAnalyzer.java:57)
    Warning:      at weblogic.jsp.internal.ProxySourceFile._check(ProxySourceFile.java:136)
    Warning:      at weblogic.jsp.internal.SourceFile.masterCheck(SourceFile.java:762)
    Warning:      at weblogic.jsp.internal.SourceFile.check(SourceFile.java:314)
    Warning:      at weblogic.jsp.internal.SourceFile.check(SourceFile.java:335)
    Warning:      at weblogic.jsp.internal.ProxySourceFile.codeGen(ProxySourceFile.java:224)
    Warning:      at weblogic.jsp.internal.SourceFile.codeGen(SourceFile.java:327)
    Warning:      at weblogic.jsp.internal.client.ClientUtilsImpl$CodeGenJob.run(ClientUtilsImpl.java:599)
    Warning:      at weblogic.jsp.internal.client.Job.performJob(Job.java:83)
    Warning:      at weblogic.jsp.internal.client.ThreadPool$WorkerThread.run(ThreadPool.java:217)

    Dear Pavan,
    In this scenerio there is issue in PERMGEN space which is the reason it is throwing outOFMemory exception.
    Increase the size of PERMGEN space in setDomainEnv.cmd.
    set MEM_MAX_PERM_SIZE=-XX:MaxPermSize=128m
    Increase the size of this parameter to this:
    MEM_MAX_PERM_SIZE="-XX:MaxPermSize=256m"
    Regards,
    Abdul

  • Essbase Services stops immediatly

    Hi all,
    I just configured Shared Services before trying to start Essbase 11.1.1.3 Server. The service starts but stops immediatly.
    The log of Essbase is OK.
    When I look at the Shared Services, I understand that something is wrong but I really don't understand what and why..!?
    Can you help me I'm really lost and in stress with configurations issues...
    See below the logs :
    SharedServices_Hub.log
    2011-09-14 10:34:06,665 [main] ERROR com.hyperion.hub.struts.action.HUBActionServlet - Unable to perform Native Directory Migration.
    2011-09-14 14:39:58,956 [main] ERROR com.hyperion.hub.struts.action.HUBActionServlet - Unable to perform Native Directory Migration.
    SharedServices_Security.log
    2011-09-14 14:39:58,987 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:58,987 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,081 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,081 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,081 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,097 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,112 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,112 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,128 WARN [main] com.hyperion.css.spi.util.upgrade.UpgradeUtility.startMigration(Unknown Source) -- Native Directory Upgrade completed successfully.
    2011-09-14 14:39:59,143 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,143 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,175 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,175 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,190 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,190 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,190 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,190 ERROR [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.updateProvisionData(Unknown Source) -- Skipping identity:- Cannot match idenity -
    2011-09-14 14:39:59,190 WARN [main] com.hyperion.css.spi.util.upgrade.UpgradeUtilityV3.startMigration(Unknown Source) -- Native Directory Upgrade completed successfully.
    2011-09-14 14:39:59,925 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute givenName[key=spi.provider.msad.user.fnAttribute,value=null]
    2011-09-14 14:39:59,925 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute sn[key=spi.provider.msad.user.snAttribute,value=null]
    2011-09-14 14:39:59,925 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute userPrincipalName[key=spi.provider.msad.user.emailAttribute,value=null]
    2011-09-14 14:39:59,940 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute givenName[key=spi.provider.msad.user.fnAttribute,value=null]
    2011-09-14 14:39:59,940 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute sn[key=spi.provider.msad.user.snAttribute,value=null]
    2011-09-14 14:39:59,940 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute userPrincipalName[key=spi.provider.msad.user.emailAttribute,value=null]
    2011-09-14 14:39:59,956 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute givenName[key=spi.provider.msad.user.fnAttribute,value=null]
    2011-09-14 14:39:59,956 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute sn[key=spi.provider.msad.user.snAttribute,value=null]
    2011-09-14 14:39:59,956 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute userPrincipalName[key=spi.provider.msad.user.emailAttribute,value=null]
    2011-09-14 14:39:59,987 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute givenName[key=spi.provider.msad.user.fnAttribute,value=null]
    2011-09-14 14:39:59,987 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute sn[key=spi.provider.msad.user.snAttribute,value=null]
    2011-09-14 14:39:59,987 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute userPrincipalName[key=spi.provider.msad.user.emailAttribute,value=null]
    2011-09-14 14:39:59,987 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute givenName[key=spi.provider.msad.user.fnAttribute,value=null]
    2011-09-14 14:39:59,987 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute sn[key=spi.provider.msad.user.snAttribute,value=null]
    2011-09-14 14:39:59,987 WARN [main] com.hyperion.css.spi.impl.msad.MSADProvider.constructUserFilterMap(Unknown Source) -- Failed to create filter entry for attribute userPrincipalName[key=spi.provider.msad.user.emailAttribute,value=null]
    2011-09-14 14:41:20,501 WARN [main] com.hyperion.css.sync.impl.CSSMigrationAPIImpl.migrate(Unknown Source) -- Started Native Directory Migration!!!!
    2011-09-14 14:41:20,579 WARN [main] com.hyperion.css.sync.impl.CSSMigrationAPIImpl.migrate(Unknown Source) -- Native Directory Migration log files are available at : D:\Hyperion\logs\SharedServices9\migration
    SharedServices_Metadata.log
    2011-09-14 14:39:59,987 [main] ERROR com.hyperion.eie.common.cms.CMSFacade - cleanupSlideUsers() - Skipping updating user identity in HSS DB
    java.lang.ArrayIndexOutOfBoundsException: 0
         at com.hyperion.eie.common.cms.CMSFacade.cleanupSlideUsers(Unknown Source)
         at com.hyperion.hub.struts.action.HUBActionServlet.performHSSDBCleanup(Unknown Source)
         at com.hyperion.hub.struts.action.HUBActionServlet.init(Unknown Source)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    2011-09-14 14:40:00,003 [main] ERROR com.hyperion.eie.common.cms.CMSFacade - cleanupSlideUsers() - Skipping updating user identity in HSS DB
    java.lang.ArrayIndexOutOfBoundsException: 0
         at com.hyperion.eie.common.cms.CMSFacade.cleanupSlideUsers(Unknown Source)
         at com.hyperion.hub.struts.action.HUBActionServlet.performHSSDBCleanup(Unknown Source)
         at com.hyperion.hub.struts.action.HUBActionServlet.init(Unknown Source)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
         at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
         at org.apache.catalina.core.StandardService.start(StandardService.java:450)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    Thanks in advance !

    First of all can you log into shared services without any problems, if so can create users and provision?
    When you say the essbase.log looks ok can you post the details, also there should be SharedServices_Security_Client.log in the same directory
    Before posting the logs delete essbase.log and SharedServices_Security_Client.log and then try and start the service, once it fails copy and post those logs.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Network Dropping

    Since I upgraded to Mavericks, my network connection would drop after waking from sleep and after startup. I would have to turn wifi off then on. I have log files to. I changed my email address to [email protected] in the logs
    Jan  7 17:54:59 Macbook WiFiKeychainProxy[202]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    Jan  7 17:54:59 Macbook WiFiKeychainProxy[202]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    Jan  7 17:54:59 Macbook com.apple.dock.extra[191]: <NSXPCConnection: 0x7fbf52c0bea0>: received an undecodable message (no exported object to receive message). Dropping message.
    Jan  7 17:55:00 Macbook com.apple.SecurityServer[14]: Session 100013 created
    Jan  7 17:55:00 Macbook com.apple.time[158]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Jan  7 17:55:00 Macbook com.apple.NotesMigratorService[234]: Joined Aqua audit session
    Jan  7 17:55:01 Macbook com.apple.iCloudHelper[218]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
                  "Accept-Language" = "en-us";
                  "X-Mme-Client-Info" = "<MacBookAir4,2> <Mac OS X;10.9.1;13B42> <com.apple.AOSKit/176>";
                  "X-Mme-Country" = US;
                  "X-Mme-Nac-Version" = 11A457;
                  "X-Mme-Timezone" = CST;
              error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8fbb42faf0 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
              (null)
    Jan  7 17:55:01 Macbook gamed[198]: CKSoftwareMap: Registering with Daemon
    Jan  7 17:55:01 Macbook com.apple.iCloudHelper[218]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
                  "Accept-Language" = "en-us";
                  "X-Mme-Client-Info" = "<MacBookAir4,2> <Mac OS X;10.9.1;13B42> <com.apple.AOSKit/176>";
                  "X-Mme-Country" = US;
                  "X-Mme-Nac-Version" = 11A457;
                  "X-Mme-Timezone" = CST;
              error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8fbb6517b0 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
              (null)
    Jan  7 17:55:01 Macbook com.apple.iCloudHelper[218]: AOSKit ERROR: Setup request failed, appleID=1282936213, url=(null), requestHeaders=
              (null),
              error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7f8fbb404cb0 {HttpStatusCode=0, DialogInfo={
                  DialogType = Unknown;
              }}, httpStatusCode=0, responseHeaders=
              (null),
              responseBody=
              (null)
    Jan  7 17:55:01 Macbook awacsd[87]: Exiting
    Jan  7 17:55:02 Macbook CalendarAgent[195]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8c43e57020 {NSUnderlyingError=0x7f8c43e60650 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://email%[email protected]/1282936213/principal///email%[email protected]/1282936213/principal/, NSErrorFailingURLKey=https://email%[email protected]/1282936213/principal///email%[email protected]/1282936213/principal/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    Jan  7 17:55:02 Macbook CalendarAgent[195]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7f8c43e46bf0; Sequence: 0>] to failed operations.]
    Jan  7 17:55:05 Macbook com.apple.InputMethodKit.UserDictionary[245]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  Jason~CD44495E-2053-58CA-85DE-271E9C9A8672:UserDictionary
              Using local storage: 1
    Jan  7 17:55:05 Macbook com.apple.InputMethodKit.UserDictionary[245]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  Jason~CD44495E-2053-58CA-85DE-271E9C9A8672:UserDictionary
              Using local storage: 0
    Jan  7 17:55:06 Macbook kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Jan  7 17:55:08 Macbook kernel[0]: en0: 802.11d country code set to 'X0'.
    Jan  7 17:55:08 Macbook kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    Jan  7 17:55:08 Macbook kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Jan  7 17:55:08 Macbook parentalcontrolsd[253]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    Jan  7 17:55:09 Macbook kernel[0]: en0: 802.11d country code set to 'US'.
    Jan  7 17:55:09 Macbook kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    Jan  7 17:55:09 Macbook kernel[0]: MacAuthEvent en0   Auth result for: 00:7f:28:bf:20:e6  MAC AUTH succeeded
    Jan  7 17:55:09 Macbook kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Jan  7 17:55:09 Macbook kernel[0]: AirPort: Link Up on en0
    Jan  7 17:55:09 Macbook kernel[0]: en0: BSSID changed to 00:7f:28:bf:20:e6
    Jan  7 17:55:09 Macbook kernel[0]: AirPort: RSN handshake complete on en0
    Jan  7 17:55:09 Macbook kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    Jan  7 17:55:12 Macbook UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en0: SSID 'LU' making interface primary (protected network)
    Jan  7 17:55:12 Macbook configd[19]: network changed: DNS* Proxy
    Jan  7 17:55:12 Macbook UserEventAgent[11]: Captive: CNPluginHandler en0: Evaluating
    Jan  7 17:55:12 Macbook UserEventAgent[11]: Captive: en0: Probing 'LU'
    Jan  7 17:55:12 Macbook configd[19]: network changed: v4(en0!:192.168.1.7) DNS+ Proxy+ SMB+
    Jan  7 17:55:12 Macbook UserEventAgent[11]: Captive: CNPluginHandler en0: Authenticated
    Jan  7 17:55:12 Macbook com.apple.time[158]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    Jan  7 17:55:12 --- last message repeated 1 time ---
    Jan  7 17:55:12 Macbook ntpd[52]: proto: precision = 1.000 usec
    Jan  7 17:55:13 Macbook apsd[89]: Unrecognized leaf certificate
    Jan  7 17:55:25 Macbook com.apple.IconServicesAgent[189]: main Failed to composit image for binding VariantBinding [0x271] flags: 0x8 binding: FileInfoBinding [0x173] - extension: gif, UTI: com.compuserve.gif, fileType: ????.
    Jan  7 17:55:25 Macbook quicklookd[190]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: gif, UTI: com.compuserve.gif, fileType: ???? request size:16 scale: 1
    Jan  7 17:55:26 Macbook Console[264]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    Jan  7 17:55:40 Macbook kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    Jan  7 17:55:40 Macbook kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key BC3V (kSMCKeyNotFound)
    Jan  7 17:55:54 Macbook distnoted[277]: # distnote server agent  absolute time: 76.757231806   civil time: Tue Jan  7 17:55:54 2014   pid: 277 uid: 89  root: no
    Jan  7 17:55:59 Macbook mds_stores[119]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Warning) IndexStore in void setAttributes(si_set_attr_ctx *, Boolean):Items's transaction id 34 is too low for the current index 35. Discarding oid 136a07.
    Jan  7 17:56:03 Macbook PluginProcess[285]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial Unicode MS" and got font with PostScript name "ArialUnicodeMS". For best performance, only use PostScript names when calling this API.
    Jan  7 17:56:03 Macbook PluginProcess[285]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
    Jan  7 17:56:04 Macbook PluginProcess[285]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    Jan  7 17:56:05 Macbook PluginProcess[285]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API.
    Jan  7 17:56:19 Macbook SubmitDiagInfo[279]: SubmitDiagInfo successfully uploaded 18 diagnostic messages.
    Jan  7 17:57:28 Macbook com.apple.preferences.users.remoteservice[311]: assertion failed: 13B42: liblaunch.dylib + 25164 [FCBF0A02-0B06-3F97-9248-5062A9DEB32C]: 0x25
    Jan  7 17:57:28 --- last message repeated 1 time ---
    Jan  7 17:57:28 Macbook com.apple.preferences.users.remoteservice[311]: Bogus event received by listener connection:
              <error: 0x10d3afb50> { count = 1, contents =
                        "XPCErrorDescription" => <string: 0x10d3afe60> { length = 18, contents = "Connection invalid" }
    Jan  7 17:57:38 Macbook System Preferences[305]: view service marshal for <NSRemoteView: 0x7fbbda552590> failed to forget accessibility connection due to Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection was invalidated from this process.) UserInfo=0x60800026dec0 {NSDebugDescription=The connection was invalidated from this process.}
              timestamp: 17:57:38.610 Tuesday 07 January 2014
              process/thread/queue: System Preferences (305) / 0x112301000 / com.apple.NSXPCConnection.user.endpoint
              code: line 2940 of /SourceCache/ViewBridge/ViewBridge-46/NSRemoteView.m in __57-[NSRemoteView viewServiceMarshalProxy:withErrorHandler:]_block_invoke
              domain: communications-failure
    Jan  7 17:58:47 Macbook mds[69]: (Normal) Volume: volume:0x7fd980861000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.c2QymM

    Are you connecting to a gigabit switch? If so, try going in to System Preferences/Network/Built-In Ethernet/Ethernet and manually switch to 100baseTX.
    If that does't work, try turning off sleep in System Preferences/Energy Saver.
    I've seen some problems with iMac Intel and some brands of gigabit switches.
    Let us know what works.
    TL

  • Kernel_task problem on MBP 8,2 eating up huge CPU power, and messed up Ethernet.

    Hello.
    After using resource-intensive apps like VMware, I find that kernel_task is gobbling up lots of CPU power, causing my fans to keep spinning at high speeds even after VMware has been shut down for over half an hour.
    The same thing happens after using BlueStacks.
    PS some places are telling me that it could be a faulty temperature sensor, but I can't confirm this as Apple Hardware Test just wouldn't load up on my MBP.
    I have provided two images showing Activity Monitor and iStat.
    EDIT: This problem has also prevented me from connecting to the web via Ethernet. Attempts to disconnect from Ethernet has also failed. The Ethernet status in the menu bar keeps saying 'disconnecting…' for several minutes, but to no avail.
    Note: This is on an early-2011 15" MBP, 2.3GHz i7, 8GB RAM.
    Is there any way to solve this problem?
    Thanks in advance.

    Okay, here's the log. The kernel_task started hogging CPU power the moment I connected to my PPPoE service via Ethernet:
    02/09/2012 15:59:07.000
    bootlog[0]
    BOOT_TIME 1346572747 0
    02/09/2012 15:59:18.000
    kernel[0]
    PMAP: PCID enabled
    02/09/2012 15:59:18.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
    02/09/2012 15:59:18.000
    kernel[0]
    vm_page_bootstrap: 2004996 free pages and 75772 wired pages
    02/09/2012 15:59:18.000
    kernel[0]
    kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    02/09/2012 15:59:18.000
    kernel[0]
    zone leak detection enabled
    02/09/2012 15:59:18.000
    kernel[0]
    standard timeslicing quantum is 10000 us
    02/09/2012 15:59:18.000
    kernel[0]
    standard background quantum is 2500 us
    02/09/2012 15:59:18.000
    kernel[0]
    mig_table_max_displ = 74
    02/09/2012 15:59:18.000
    kernel[0]
    TSC Deadline Timer supported and enabled
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto kext started!
    02/09/2012 15:59:18.000
    kernel[0]
    Running kernel space in FIPS MODE
    02/09/2012 15:59:18.000
    kernel[0]
    Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    02/09/2012 15:59:18.000
    kernel[0]
    Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS integrity POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS AES CBC POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS TDES CBC POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS AES ECB AESNI POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS AES XTS AESNI POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS SHA POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS HMAC POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS ECDSA POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS DRBG POST test passed!
    02/09/2012 15:59:18.000
    kernel[0]
    corecrypto.kext FIPS POST passed!
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    02/09/2012 15:59:18.000
    kernel[0]
    calling mpo_policy_init for TMSafetyNet
    02/09/2012 15:59:18.000
    kernel[0]
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    02/09/2012 15:59:18.000
    kernel[0]
    calling mpo_policy_init for Sandbox
    02/09/2012 15:59:18.000
    kernel[0]
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    02/09/2012 15:59:18.000
    kernel[0]
    calling mpo_policy_init for Quarantine
    02/09/2012 15:59:18.000
    kernel[0]
    Security policy loaded: Quarantine policy (Quarantine)
    02/09/2012 15:59:18.000
    kernel[0]
    Copyright (c) 1982, 1986, 1989, 1991, 1993
    02/09/2012 15:59:18.000
    kernel[0]
    The Regents of the University of California. All rights reserved.
    02/09/2012 15:59:18.000
    kernel[0]
    MAC Framework successfully initialized
    02/09/2012 15:59:18.000
    kernel[0]
    using 16384 buffer headers and 10240 cluster IO buffer headers
    02/09/2012 15:59:18.000
    kernel[0]
    IOAPIC: Version 0x20 Vectors 64:87
    02/09/2012 15:59:18.000
    kernel[0]
    ACPI: System State [S0 S3 S4 S5] (S3)
    02/09/2012 15:59:18.000
    kernel[0]
    PFM64 (36 cpu) 0xf10000000, 0xf0000000
    02/09/2012 15:59:18.000
    kernel[0]
    [ PCI configuration begin ]
    02/09/2012 15:59:18.000
    kernel[0]
    AppleIntelCPUPowerManagement: Turbo Ratios 88AB
    02/09/2012 15:59:18.000
    kernel[0]
    AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    02/09/2012 15:59:18.000
    kernel[0]
    console relocated to 0xf60010000
    02/09/2012 15:59:18.000
    kernel[0]
    PCI configuration changed (bridge=16 device=5 cardbus=0)
    02/09/2012 15:59:18.000
    kernel[0]
    [ PCI configuration end, bridges 12 devices 18 ]
    02/09/2012 15:59:18.000
    kernel[0]
    FireWire (OHCI) Lucent ID 5901 built-in now active, GUID c82a14fffe81c7a8; max speed s800.
    02/09/2012 15:59:18.000
    kernel[0]
    mbinit: done [96 MB total pool size, (64/32) split]
    02/09/2012 15:59:18.000
    kernel[0]
    Pthread support ABORTS when sync kernel primitives misused
    02/09/2012 15:59:18.000
    kernel[0]
    rooting via boot-uuid from /chosen: 26EE8AAD-DFBC-399D-8F6E-B825F8A84EEC
    02/09/2012 15:59:18.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>
    02/09/2012 15:59:18.000
    kernel[0]
    com.apple.AppleFSCompressionTypeZlib kmod start
    02/09/2012 15:59:18.000
    kernel[0]
    com.apple.AppleFSCompressionTypeDataless kmod start
    02/09/2012 15:59:18.000
    kernel[0]
    Error 2 registering socket filter (com.symantec.fw.ac.at). Your computer may not be fully protected.
    02/09/2012 15:59:18.000
    kernel[0]
    com.apple.AppleFSCompressionTypeZlib load succeeded
    02/09/2012 15:59:18.000
    kernel[0]
    com.apple.AppleFSCompressionTypeDataless load succeeded
    02/09/2012 15:59:18.000
    kernel[0]
    AppleIntelCPUPowerManagementClient: ready
    02/09/2012 15:59:18.000
    kernel[0]
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/Hitachi HTS725050A9A362 Media/IOGUIDPartitionScheme/Customer@2
    02/09/2012 15:59:18.000
    kernel[0]
    BSD root: disk0s2, major 1, minor 1
    02/09/2012 15:59:18.000
    kernel[0]
    BTCOEXIST off
    02/09/2012 15:59:18.000
    kernel[0]
    BRCM tunables:
    02/09/2012 15:59:18.000
    kernel[0]
    pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    02/09/2012 15:59:18.000
    kernel[0]
    highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    02/09/2012 15:59:18.000
    kernel[0]
    Kernel is LP64
    02/09/2012 15:59:18.000
    kernel[0]
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    02/09/2012 15:59:08.672
    com.apple.launchd[1]
    *** launchd[1] has started up. ***
    02/09/2012 15:59:08.672
    com.apple.launchd[1]
    *** Shutdown logging is enabled. ***
    02/09/2012 15:59:18.062
    com.apple.launchd[1]
    (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    02/09/2012 15:59:32.855
    hidd[47]
    Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    02/09/2012 15:59:33.000
    kernel[0]
    macx_swapon SUCCESS
    02/09/2012 15:59:34.000
    kernel[0]
    BCM5701Enet: Ethernet address c8:2a:14:26:41:68
    02/09/2012 15:59:34.000
    kernel[0]
    AirPort_Brcm4331: Ethernet address e4:ce:8f:02:e2:6e
    02/09/2012 15:59:34.000
    kernel[0]
    IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    02/09/2012 15:59:34.000
    kernel[0]
    IO80211Interface::efiNVRAMPublished(): 
    02/09/2012 15:59:34.165
    Extractor[64]
    Starting Extractor Daemon Mode.
    02/09/2012 15:59:35.814
    kdc[45]
    label: default
    02/09/2012 15:59:35.815
    kdc[45]
    dbname: od:/Local/Default
    02/09/2012 15:59:35.815
    kdc[45]
    mkey_file: /var/db/krb5kdc/m-key
    02/09/2012 15:59:35.815
    kdc[45]
    acl_file: /var/db/krb5kdc/kadmind.acl
    02/09/2012 15:59:36.000
    kernel[0]
    Waiting for DSMOS...
    02/09/2012 15:59:36.210
    Symantec Error Reporting[63]
    Symantec Error Reporting Daemon launched.
    02/09/2012 15:59:36.819
    hidd[47]
    void __IOHIDLoadBundles(): Loaded 0 HID plugins
    02/09/2012 15:59:36.821
    mDNSResponder[39]
    mDNSResponder mDNSResponder-379.27.1 (Aug  1 2012 20:12:04) starting OSXVers 12
    02/09/2012 15:59:36.846
    appleeventsd[53]
    main: Starting up
    02/09/2012 15:59:36.852
    airportd[69]
    _processDLILEvent: en1 attached (down)
    02/09/2012 15:59:36.900
    com.apple.usbmuxd[27]
    usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    02/09/2012 15:59:37.000
    kernel[0]
    createVirtIf(): ifRole = 1
    02/09/2012 15:59:37.000
    kernel[0]
    in func createVirtualInterface ifRole = 1
    02/09/2012 15:59:37.000
    kernel[0]
    AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8014146c00
    02/09/2012 15:59:37.000
    kernel[0]
    AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    02/09/2012 15:59:37.000
    kernel[0]
    Created virtif 0xffffff8014146c00 p2p0
    02/09/2012 15:59:37.665
    coreservicesd[65]
    FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    02/09/2012 15:59:37.000
    kernel[0]
    AGC: 3.2.6, HW version=1.9.23, flags:0, features:20600
    02/09/2012 15:59:37.000
    kernel[0]
    Previous Shutdown Cause: 5
    02/09/2012 15:59:37.000
    kernel[0]
    IOBluetoothUSBDFU::probe
    02/09/2012 15:59:37.000
    kernel[0]
    IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    02/09/2012 15:59:37.000
    kernel[0]
    [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    02/09/2012 15:59:37.000
    kernel[0]
    ACPI_SMC_PlatformPlugin::initFanThrottleControl - waiting for AppleSMC
    02/09/2012 15:59:37.806
    com.apple.kextd[12]
    Can't load /System/Library/Extensions/iavkfs.kext - no code for running kernel's architecture.
    02/09/2012 15:59:37.812
    com.apple.kextd[12]
    Load com.pctools.iantivirus.kfs failed; removing personalities from kernel.
    02/09/2012 15:59:37.845
    com.apple.kextd[12]
    Can't load /System/Library/Extensions/iavkfs.kext - no code for running kernel's architecture.
    02/09/2012 15:59:37.940
    com.apple.kextd[12]
    Load com.pctools.iantivirus.kfs failed; removing personalities from kernel.
    02/09/2012 15:59:38.000
    kernel[0]
    [AGPM Controller] build GPUDict by Vendor1002Device6741
    02/09/2012 15:59:38.000
    kernel[0]
    DSMOS has arrived
    02/09/2012 15:59:38.000
    kernel[0]
    [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    02/09/2012 15:59:38.000
    kernel[0]
    [IOBluetoothHCIController][start] -- completed
    02/09/2012 15:59:38.000
    kernel[0]
    [IOBluetoothHCIController::setConfigState] calling registerService
    02/09/2012 15:59:38.687
    com.apple.SecurityServer[15]
    Session 100000 created
    02/09/2012 15:59:39.166
    mds[38]
    (Normal) FMW: FMW 0 0
    02/09/2012 15:59:39.169
    WindowServer[80]
    Server is starting up
    02/09/2012 15:59:39.172
    WindowServer[80]
    Session 256 retained (2 references)
    02/09/2012 15:59:39.172
    WindowServer[80]
    Session 256 released (1 references)
    02/09/2012 15:59:39.178
    WindowServer[80]
    Session 256 retained (2 references)
    02/09/2012 15:59:39.559
    WindowServer[80]
    init_page_flip: page flip mode is on
    02/09/2012 15:59:39.560
    WindowServer[80]
    init_resolution: resolution is enabled
    02/09/2012 15:59:40.000
    kernel[0]
    AirPort: Link Down on en1. Reason 1 (Unspecified).
    02/09/2012 15:59:40.000
    kernel[0]
    en1::IO80211Interface::postMessage bssid changed
    02/09/2012 15:59:40.000
    kernel[0]
    AppleLMUController found an AG vendor product (0x9cb7), notifying SMC.
    02/09/2012 15:59:40.341
    configd[18]
    network changed.
    02/09/2012 15:59:40.342
    configd[18]
    setting hostname to "Yung-Ju-Chuas-MacBook-Pro.local"
    02/09/2012 15:59:42.000
    kernel[0]
    Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]
    02/09/2012 15:59:42.228
    WindowServer[80]
    mux_initialize: Mode is dynamic
    02/09/2012 15:59:42.240
    WindowServer[80]
    GLCompositor enabled for tile size [256 x 256]
    02/09/2012 15:59:42.240
    WindowServer[80]
    CGXGLInitMipMap: mip map mode is on
    02/09/2012 15:59:42.250
    WindowServer[80]
    WSMachineUsesNewStyleMirroring: false
    02/09/2012 15:59:42.250
    WindowServer[80]
    Display 0x04272dc0: GL mask 0x9; bounds (0, 0)[1680 x 1050], 51 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cb7, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cb70000000004272dc0
    02/09/2012 15:59:42.250
    WindowServer[80]
    Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    02/09/2012 15:59:42.250
    WindowServer[80]
    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
    02/09/2012 15:59:42.257
    WindowServer[80]
    Created shield window 0x5 for display 0x04272dc0
    02/09/2012 15:59:42.257
    WindowServer[80]
    Created shield window 0x6 for display 0x003f003e
    02/09/2012 15:59:42.257
    WindowServer[80]
    Created shield window 0x7 for display 0x003f003d
    02/09/2012 15:59:42.261
    WindowServer[80]
    Display 0x04272dc0: GL mask 0x9; bounds (0, 0)[1680 x 1050], 51 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cb7, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cb70000000004272dc0
    02/09/2012 15:59:42.262
    WindowServer[80]
    Display 0x003f003e: GL mask 0x4; bounds (2704, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    02/09/2012 15:59:42.262
    WindowServer[80]
    Display 0x003f003d: GL mask 0x2; bounds (2705, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    02/09/2012 15:59:42.262
    WindowServer[80]
    CGXPerformInitialDisplayConfiguration
    02/09/2012 15:59:42.262
    WindowServer[80]
      Display 0x04272dc0: MappedDisplay Unit 0; Alias(0, 0x9); Vendor 0x610 Model 0x9cb7 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1680 x 1050], Rotation 0, Resolution 1
    02/09/2012 15:59:42.262
    WindowServer[80]
      Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2704,0)[1 x 1], Rotation 0, Resolution 1
    02/09/2012 15:59:42.262
    WindowServer[80]
      Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2705,0)[1 x 1], Rotation 0, Resolution 1
    02/09/2012 15:59:42.262
    WindowServer[80]
    CGXMuxBoot: Boot normal
    02/09/2012 15:59:42.326
    WindowServer[80]
    GLCompositor: GL renderer id 0x01021b06, GL mask 0x00000007, accelerator 0x00003d63, unit 0, caps QEX|QGL|MIPMAP, vram 1024 MB
    02/09/2012 15:59:42.326
    WindowServer[80]
    GLCompositor: GL renderer id 0x01021b06, GL mask 0x00000007, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    02/09/2012 15:59:42.326
    WindowServer[80]
    GLCompositor: GL renderer id 0x01024301, GL mask 0x00000008, accelerator 0x00004477, unit 3, caps QEX|QGL|MIPMAP, vram 451 MB
    02/09/2012 15:59:42.327
    WindowServer[80]
    GLCompositor: GL renderer id 0x01024301, GL mask 0x00000008, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    02/09/2012 15:59:42.338
    WindowServer[80]
    Unable to open IOHIDSystem (e00002bd)
    02/09/2012 15:59:42.000
    kernel[0]
    virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    02/09/2012 15:59:44.258
    WindowServer[80]
    **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    02/09/2012 15:59:44.284
    WindowServer[80]
    Received display connect changed for display 0x4272dc0
    02/09/2012 15:59:44.324
    WindowServer[80]
    CGXMuxAcknowledge: Posting glitchless acknowledge
    02/09/2012 15:59:44.342
    WindowServer[80]
    Received display connect changed for display 0x4272dc0
    02/09/2012 15:59:44.342
    WindowServer[80]
    Received display connect changed for display 0x3f003d
    02/09/2012 15:59:44.342
    WindowServer[80]
    Received display connect changed for display 0x3f003e
    02/09/2012 15:59:44.687
    com.apple.SecurityServer[15]
    Entering service
    02/09/2012 15:59:44.714
    systemkeychain[71]
    done file: /var/run/systemkeychaincheck.done
    02/09/2012 15:59:44.724
    configd[18]
    network changed: DNS*
    02/09/2012 15:59:44.727
    kdc[45]
    WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    02/09/2012 15:59:44.727
    mDNSResponder[39]
    D2D_IPC: Loaded
    02/09/2012 15:59:44.727
    mDNSResponder[39]
    D2DInitialize succeeded
    02/09/2012 15:59:44.740
    Symantec Error Reporting[63]
    Symantec Error Reporting Daemon beginning submission for domain local-domain.
    02/09/2012 15:59:44.741
    Symantec Error Reporting[63]
    Symantec Error Reporting Daemon: Submitting 0 error reports.
    02/09/2012 15:59:44.741
    Symantec Error Reporting[63]
    Symantec Error Reporting Daemon: Submitting 2 reports.
    02/09/2012 15:59:44.778
    netbiosd[81]
    Unable to start NetBIOS name service:
    02/09/2012 15:59:45.077
    Extractor[64]
    Profile: npfmac4
    02/09/2012 15:59:45.077
    Extractor[64]
    Could not upload /var/tmp/tmp.0.LSxwVC. Error: [Login Error: Could not resolve host: upload4.symantec.com; nodename nor servname provided, or not known]
    02/09/2012 15:59:45.957
    UserEventAgent[11]
    Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    02/09/2012 15:59:46.180
    kdc[45]
    KDC started
    02/09/2012 15:59:46.363
    awacsd[57]
    Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    02/09/2012 15:59:46.366
    awacsd[57]
    InnerStore CopyAllZones: no info in Dynamic Store
    02/09/2012 15:59:46.460
    sudo[117]
        root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    02/09/2012 15:59:47.177
    loginwindow[42]
    Login Window Application Started
    02/09/2012 15:59:47.191
    loginwindow[42]
    **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    02/09/2012 15:59:48.398
    WindowServer[80]
    Created shield window 0x8 for display 0x04272dc0
    02/09/2012 15:59:48.398
    WindowServer[80]
    Display 0x04272dc0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    02/09/2012 15:59:48.412
    WindowServer[80]
    Display 0x04272dc0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    02/09/2012 15:59:49.781
    SymSharedSettingsd[124]
    Settings server starting up.
    02/09/2012 15:59:49.849
    digest-service[112]
    label: default
    02/09/2012 15:59:49.849
    digest-service[112]
    dbname: od:/Local/Default
    02/09/2012 15:59:49.849
    digest-service[112]
    mkey_file: /var/db/krb5kdc/m-key
    02/09/2012 15:59:49.849
    digest-service[112]
    acl_file: /var/db/krb5kdc/kadmind.acl
    02/09/2012 15:59:49.852
    digest-service[112]
    digest-request: uid=0
    02/09/2012 15:59:49.873
    rpcsvchost[125]
    sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    02/09/2012 15:59:49.877
    digest-service[112]
    digest-request: init request
    02/09/2012 15:59:49.880
    digest-service[112]
    digest-request: init return domain: BUILTIN server: YUNG-JU-CHUAS-MACBOOK-PRO
    02/09/2012 15:59:50.058
    SymDaemon[60]
    +++ SymLM::SkuKey 0x10251a150 (# 1) - 1 alive +++
    02/09/2012 15:59:50.476
    locationd[43]
    NOTICE,Location icon should now be in state 0
    02/09/2012 15:59:50.788
    coreaudiod[103]
    2012-09-02 03:59:50.787831 PM [AirPlay] Started browsing for _airplay._tcp.
    02/09/2012 15:59:50.789
    coreaudiod[103]
    2012-09-02 03:59:50.788665 PM [AirPlay] Started browsing for _raop._tcp.
    02/09/2012 15:59:51.316
    WindowServer[80]
    Display 0x04272dc0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    02/09/2012 15:59:51.332
    launchctl[129]
    com.apple.findmymacmessenger: Already loaded
    02/09/2012 15:59:51.352
    com.apple.SecurityServer[15]
    Session 100004 created
    02/09/2012 15:59:51.563
    hidd[47]
    CGSShutdownServerConnections: Detaching application from window server
    02/09/2012 15:59:51.563
    hidd[47]
    CGSDisplayServerShutdown: Detaching display subsystem from window server
    02/09/2012 15:59:51.666
    ALSPlugin 235.55[47]
    Failed to get brightness for displayID 0x04272dc0
    02/09/2012 15:59:52.287
    UserEventAgent[131]
    cannot find useragent 1102
    02/09/2012 15:59:52.288
    loginwindow[42]
    Login Window Started Security Agent
    02/09/2012 15:59:53.034
    WindowServer[80]
    3891612: App SecurityAgent cannot order in untagged windows before login.
    02/09/2012 15:59:53.034
    WindowServer[80]
    kCGErrorInvalidOperation: CGXOrderWinsAndPanels: error ordering window
    02/09/2012 15:59:54.825
    SymDaemon[60]
    ZSharedObject::Attach - 0x100525a70 already deleted - BACKTRACE:
    02/09/2012 15:59:55.601
    DictationIM[143]
    3891612: (connect_and_check) Untrusted apps are not allowed to connect to or launch Window Server before login.
    02/09/2012 15:59:55.601
    DictationIM[143]
    Window Server is not available.
    02/09/2012 15:59:55.601
    DictationIM[143]
    Window Server is not available.
    02/09/2012 15:59:55.601
    DictationIM[143]
    Window Server is not available.
    02/09/2012 15:59:55.601
    DictationIM[143]
    Window Server is not available.
    02/09/2012 15:59:55.630
    SecurityAgent[138]
    This is the first run
    02/09/2012 15:59:55.631
    SecurityAgent[138]
    MacBuddy was run = 0
    02/09/2012 15:59:55.665
    SecurityAgent[138]
    spawn_via_launchd() failed, errno=5 label=[0x0-0x7007].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    02/09/2012 15:59:55.665
    SecurityAgent[138]
    spawn_via_launchd() failed, errno=5 label=[0x0-0x7007].com.apple.AppleSpell path=/System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell flags=0
    02/09/2012 15:59:55.992
    SymDaemon[60]
    0   SymBase                             0x0000000100038bc0 _ZN13ZSharedObject6AttachEv + 74
    02/09/2012 15:59:55.992
    SymDaemon[60]
    1   SymSharedSettings                   0x00000001000a6760 _ZNK6SymSS29ZssObject11DescriptionEPc + 1800
    02/09/2012 15:59:55.993
    SymDaemon[60]
    2   SymSharedSettings                   0x000000010009ecac _ZN6SymSS29ZssStDataC1EPKcm + 716
    02/09/2012 15:59:55.993
    SymDaemon[60]
    3   SymSharedSettings                   0x000000010009adf2 _ZN6SymSS213ZssConnection19OpenOrCreateSettingEPPNS_12ZssContainerEjPKcj + 508
    02/09/2012 15:59:55.993
    SymDaemon[60]
    4   SymPersonalFirewall                 0x0000000102798b63 _ZN5SymFW16AutoSetupCluster4copyEPN6SymSS213ZssConnectionEj + 201
    02/09/2012 15:59:55.993
    SymDaemon[60]
    5   SymAutoSetup                        0x00000001004d5492 AutoSetupDaemonPlugInFactory + 12439
    02/09/2012 15:59:55.993
    SymDaemon[60]
    6   SymDaemon                           0x000000010000a449 main + 17446
    02/09/2012 15:59:55.993
    SymDaemon[60]
    7   SymDaemon                           0x000000010000e7e2 main + 34751
    02/09/2012 15:59:55.993
    SymDaemon[60]
    8   SymDaemon                           0x000000010000e8b7 main + 34964
    02/09/2012 15:59:55.993
    SymDaemon[60]
    9   SymDaemon                           0x000000010000dc23 main + 31744
    02/09/2012 15:59:55.993
    SymDaemon[60]
    10  SymBase                             0x0000000100045d60 _ZN12SymException14DispatchSync_fEP16dispatch_queue_sPvPFvS2_E + 56
    02/09/2012 15:59:55.993
    SymDaemon[60]
    11  SymDaemon                           0x000000010000daa2 main + 31359
    02/09/2012 15:59:55.993
    SymDaemon[60]
    12  SymDaemon                           0x000000010000a867 main + 18500
    02/09/2012 15:59:55.993
    SymDaemon[60]
    13  SymBase                             0x000000010004366b _ZN12SymException13ExceptionDataD1Ev + 39
    02/09/2012 15:59:55.993
    SymDaemon[60]
    14  libdispatch.dylib                   0x00007fff934cb0fa _dispatch_client_callout + 8
    02/09/2012 15:59:55.993
    SymDaemon[60]
    15  libdispatch.dylib                   0x00007fff934cc4c3 _dispatch_queue_drain + 235
    02/09/2012 15:59:55.993
    SymDaemon[60]
    16  libdispatch.dylib                   0x00007fff934cc335 _dispatch_queue_invoke + 52
    02/09/2012 15:59:55.994
    SymDaemon[60]
    17  libdispatch.dylib                   0x00007fff934cc207 _dispatch_worker_thread2 + 249
    02/09/2012 15:59:55.994
    SymDaemon[60]
    18  libsystem_c.dylib                   0x00007fff8cfe3ceb _pthread_wqthread + 404
    02/09/2012 15:59:55.994
    SymDaemon[60]
    19  libsystem_c.dylib                   0x00007fff8cfce1b1 start_wqthread + 13
    02/09/2012 15:59:57.665
    com.apple.launchd[1]
    (com.symantec.nav.migrateqtf) Bug: 12B19: launchd + 33673 [AEF41441-17BC-36E6-B1F8-57BADBDFEBCF]: 0x10000003
    02/09/2012 15:59:58.312
    SystemStarter[110]
    StartOuc (116) did not complete successfully
    02/09/2012 15:59:58.313
    SystemStarter[110]
    The following StartupItems failed to start properly:
    02/09/2012 15:59:58.313
    SystemStarter[110]
    /Library/StartupItems/StartOuc
    02/09/2012 15:59:58.313
    SystemStarter[110]
    - execution of Startup script failed
    02/09/2012 15:59:58.441
    configd[18]
    subnet_route: write routing socket failed, Network is unreachable
    02/09/2012 15:59:58.490
    ReportCrash[147]
    DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    02/09/2012 16:00:00.168
    configd[18]
    network changed: v4(en0+:169.254.35.103) DNS+ Proxy+ SMB
    02/09/2012 16:00:01.368
    awacsd[57]
    Exiting
    02/09/2012 16:00:01.404
    configd[18]
    setting hostname to "yung-ju-chuas-macbook-pro.local"
    02/09/2012 16:00:23.007
    ReportCrash[147]
    failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    02/09/2012 16:00:23.007
    ReportCrash[147]
    LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    02/09/2012 16:00:23.007
    ReportCrash[147]
    failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    02/09/2012 16:00:23.007
    ReportCrash[147]
    LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    02/09/2012 16:00:23.008
    ReportCrash[147]
    failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    02/09/2012 16:00:23.008
    ReportCrash[147]
    LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    02/09/2012 16:00:23.008
    ReportCrash[147]
    failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    02/09/2012 16:00:23.008
    ReportCrash[147]
    LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    02/09/2012 16:00:23.008
    ReportCrash[147]
    failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    02/09/2012 16:00:23.009
    ReportCrash[147]
    LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    02/09/2012 16:00:23.111
    com.apple.launchd[1]
    (com.symantec.symdaemon[60]) Job appears to have crashed: Segmentation fault: 11
    02/09/2012 16:00:24.122
    SymDaemon[167]
    +++ SymLM::SkuKey 0x102600080 (# 1) - 1 alive +++
    02/09/2012 16:00:27.000
    kernel[0]
    Sandbox: sandboxd(168) deny mach-lookup com.apple.coresymbolicationd
    02/09/2012 16:00:32.415
    ReportCrash[147]
    Saved crash report for SymDaemon[60] version 5.1 (3) to /Library/Logs/DiagnosticReports/SymDaemon_2012-09-02-160032_Yung-Ju-Chuas-MacBo ok-Pro.crash
    02/09/2012 16:00:36.186
    SecurityAgent[138]
    User info context values set for yjchua
    02/09/2012 16:00:37.410
    SecurityAgent[138]
    Login Window login proceeding
    02/09/2012 16:00:38.351
    loginwindow[42]
    Login Window - Returned from Security Agent
    02/09/2012 16:00:38.357
    DictationIM[143]
    Window Server is not available.
    02/09/2012 16:00:38.357
    DictationIM[143]
    Window Server is not available.
    02/09/2012 16:00:38.357
    DictationIM[143]
    Window Server is not available.
    02/09/2012 16:00:38.357
    DictationIM[143]
    Window Server is not available.
    02/09/2012 16:00:38.556
    loginwindow[42]
    USER_PROCESS: 42 console
    02/09/2012 16:00:39.360
    com.apple.launchd.peruser.501[176]
    (com.BlueStacks.AppPlayer.LogRotator) Bug: 12B19: launchd + 101332 [AEF41441-17BC-36E6-B1F8-57BADBDFEBCF]: 0x16
    02/09/2012 16:00:39.360
    com.apple.launchd.peruser.501[176]
    (com.BlueStacks.AppPlayer.Service) Bug: 12B19: launchd + 101332 [AEF41441-17BC-36E6-B1F8-57BADBDFEBCF]: 0x16
    02/09/2012 16:00:39.360
    com.apple.launchd.peruser.501[176]
    (com.BlueStacks.AppPlayer.UpdaterAgent) Bug: 12B19: launchd + 101332 [AEF41441-17BC-36E6-B1F8-57BADBDFEBCF]: 0x16
    02/09/2012 16:00:39.362
    com.apple.launchd.peruser.501[176]
    (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    02/09/2012 16:00:39.367
    loginwindow[42]
    Connection with distnoted server was invalidated
    02/09/2012 16:00:39.374
    distnoted[179]
    # distnote server agent  absolute time: 92.947071690   civil time: Sun Sep  2 16:00:39 2012   pid: 179 uid: 501  root: no
    02/09/2012 16:00:40.074
    WindowServer[80]
    **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    02/09/2012 16:00:40.477
    WindowServer[80]
    Display 0x04272dc0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    02/09/2012 16:00:40.545
    NetworkBrowserAgent[195]
    Starting NetworkBrowserAgent
    02/09/2012 16:00:41.354
    com.apple.SecurityServer[15]
    Session 100007 created
    02/09/2012 16:00:41.671
    Symantec Error Reporting[218]
    Symantec Error Reporting Daemon launched.
    02/09/2012 16:00:41.743
    com.apple.launchd.peruser.501[176]
    (com.apple.afpstat-qfa[215]) Exited with code: 2
    02/09/2012 16:00:41.000
    kernel[0]
    CODE SIGNING: cs_invalid_page(0x1000): p=221[GoogleSoftwareUp] clearing CS_VALID
    02/09/2012 16:00:41.978
    coreservicesd[65]
    SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=134
    02/09/2012 16:00:42.784
    WindowServer[80]
    CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    02/09/2012 16:00:44.371
    Symantec Error Reporting[218]
    Symantec Error Reporting Daemon beginning submission for domain current-user.
    02/09/2012 16:00:44.372
    Symantec Error Reporting[218]
    Symantec Error Reporting Daemon: Submitting 0 error reports.
    02/09/2012 16:00:44.372
    Symantec Error Reporting[218]
    Symantec Error Reporting Daemon: Nothing to submit.
    02/09/2012 16:00:44.374
    blued[166]
    kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    02/09/2012 16:00:44.408
    locationd[243]
    NOTICE,Location icon should now be in state 0
    02/09/2012 16:00:44.465
    SocialPushAgent[202]
    Error: unable to get the current device-token:(null) and/or the uuid:(null)
    02/09/2012 16:00:44.467
    SocialPushAgent[202]
    Error: unable to get the current device-token:(null) and/or the uuid:(null)
    02/09/2012 16:00:45.831
    imagent[208]
    [Warning] No service: removing this chat [IMDChat: 0xA392A9D0  GUID: Jabber;-;[email protected]  Style: -  Participants: (
        "[email protected]"
    )  Room Name: (null)  Identifier: [email protected]]
    02/09/2012 16:00:45.833
    imagent[208]
    [Warning] No service: removing this chat [IMDChat: 0xA392E140  GUID: Jabber;-;[email protected]  Style: -  Participants: (
        "[email protected]"
    )  Room Name: (null)  Identifier: [email protected]]
    02/09/2012 16:00:45.837
    imagent[208]
    [Warning] No service: removing this chat [IMDChat: 0xA3931180  GUID: Jabber;-;chat.facebook.com  Style: -  Participants: (
        "chat.facebook.com"
    )  Room Name: (null)  Identifier: chat.facebook.com]
    02/09/2012 16:00:45.841
    imagent[208]
    [Warning] No service: removing this chat [IMDChat: 0xA3936360  GUID: Jabber;-;[email protected]  Style: -  Participants: (
        "[email protected]"
    )  Room Name: (null)  Identifier: [email protected]]
    02/09/2012 16:00:45.843
    imagent[208]
    [Warning] No service: removing this chat [IMDChat: 0xA3937C10  GUID: Jabber;-;[email protected]  Style: -  Participants: (
        "[email protected]"
    )  Room Name: (null)  Identifier: [email protected]]
    02/09/2012 16:00:45.865
    imagent[208]
    [Warning] No service: removing this chat [IMDChat: 0xA3927690  GUID: Jabber;-;[email protected]  Style: -  Participants: (
        "[email protected]"
    )  Room Name: (null)  Identifier: [email protected]]
    02/09/2012 16:00:46.364
    WindowServer[80]
    reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 4.58 seconds (server forcibly re-enabled them after 1.00 seconds)
    02/09/2012 16:00:46.424
    CalendarAgent[212]
    [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fdd5e150b20 {NSUnderlyingError=0x7fdd5c61c0c0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://yjchua95%[email protected]/principals///yjchua95%[email protected]/principals/, NSErrorFailingURLKey=https://yjchua95%[email protected]/principals///yjchua95%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    02/09/2012 16:00:50.809
    SystemUIServer[190]
    *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    02/09/2012 16:00:50.810
    SystemUIServer[190]
    *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    02/09/2012 16:00:53.139
    locationd[255]
    NOTICE,Location icon should now be in state 0
    02/09/2012 16:00:53.410
    imagent[208]
    [Warning] Bag loading failed! Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. http://init.ess.apple.com/WebObjects/VCInit.woa/wa/getBag?ix=1
    02/09/2012 16:00:53.411
    imagent[208]
    [Warning] Bag loading failed! Error (NSURLErrorDomain:-1009): The Internet connection appears to be offline. http://init-p01md.apple.com/bag
    02/09/2012 16:00:55.345
    WindowServer[80]
    CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    02/09/2012 16:00:55.452
    WindowServer[80]
    reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.11 seconds (server forcibly re-enabled them after 1.00 seconds)
    02/09/2012 16:00:55.848
    Adobe Reader Updater Helper[225]
    Adobe Reader Updater encountered errorCode 260
    02/09/2012 16:00:55.995
    Adobe Reader Updater Helper[225]
    Adobe Reader Updater encountered errorCode 1001
    02/09/2012 16:01:03.974
    assistantd[213]
    <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFOutputStream: 0x7f921d5041e0>, error = Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)" UserInfo=0x7f921ea138e0 {kCFGetAddrInfoFailureKey=8}, domain = kCFErrorDomainCFNetwork, code = 2
    02/09/2012 16:01:03.000
    kernel[0]
    Symantec Vulnerability Protection loaded new signatures successfully.
    02/09/2012 16:01:04.000
    assistantd[213]
    <Error>: Session - Connection error: <ADAceConnection: 0x7f921bc22fd0> Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)" UserInfo=0x7f921ea152d0 {kCFGetAddrInfoFailureKey=8}
    02/09/2012 16:01:04.001
    assistantd[213]
    <Error>: Daemon - Session Error Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)" UserInfo=0x7f921ea152d0 {kCFGetAddrInfoFailureKey=8}
    02/09/2012 16:01:05.620
    configd[18]
    SCNC: start, triggered by SystemUIServer, type PPPoE, status 0
    02/09/2012 16:01:06.496
    pppd[261]
    pppd 2.4.2 (Apple version 596.13) started by yjchua, uid 501
    02/09/2012 16:01:06.636
    pppd[261]
    PPPoE connecting to service 'Streamyx' [access concentrator '']...
    02/09/2012 16:01:06.000
    kernel[0]
    PPPoE domain init
    02/09/2012 16:01:07.129
    pppd[261]
    PPPoE connection established.
    02/09/2012 16:01:07.132
    pppd[261]
    Connect: ppp0 <--> socket[34:16]
    02/09/2012 16:01:07.931
    pppd[261]
    PAP authentication succeeded
    02/09/2012 16:01:08.280
    pppd[261]
    local  IP address 60.48.248.51
    02/09/2012 16:01:08.281
    pppd[261]
    remote IP address 219.93.218.177
    02/09/2012 16:01:08.281
    pppd[261]
    primary   DNS address 202.188.0.133
    02/09/2012 16:01:08.281
    pppd[261]
    secondary DNS address 202.188.1.5
    02/09/2012 16:01:08.286
    configd[18]
    network changed: v4(en0:169.254.35.103) DNS* Proxy SMB
    02/09/2012 16:01:08.299
    configd[18]
    network changed: v4(ppp0+:60.48.248.51, en0) DNS! Proxy! SMB
    02/09/2012 16:01:08.772
    SIMBL Agent[216]
    No identifier for bundle at path '/Library/Application Support/SIMBL/Plugins/XSetApplicationIconImage.bundle'
    02/09/2012 16:01:09.394
    configd[18]
    setting hostname to "51.248.48.60.klj03-home.tm.net.my"
    02/09/2012 16:01:12.152
    com.apple.SecurityServer[15]
    Session 100005 created
    02/09/2012 16:01:15.383
    digest-service[280]
    label: default
    02/09/2012 16:01:15.383
    digest-service[280]
    dbname: od:/Local/Default
    02/09/2012 16:01:15.383
    digest-service[280]
    mkey_file: /var/db/krb5kdc/m-key
    02/09/2012 16:01:15.383
    digest-service[280]
    acl_file: /var/db/krb5kdc/kadmind.acl
    02/09/2012 16:01:15.384
    digest-service[280]
    digest-request: uid=0
    02/09/2012 16:01:15.387
    digest-service[280]
    digest-request: init request
    02/09/2012 16:01:15.388
    digest-service[280]
    digest-request: init return domain: MACBOOKPRO-4168 server: 51
    02/09/2012 16:01:15.425
    mdwrite[278]
    [ERROR] [0.000s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/yjchua/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/yjchua/Library/Mobile Documents": 2 (No such file or directory)
    02/09/2012 16:01:15.425
    mdwrite[278]
    [ERROR] [0.001s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/yjchua/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/yjchua/Library/Mobile Documents": 2 (No such file or directory)
    02/09/2012 16:01:16.928
    SIMBL Agent[216]
    No identifier for bundle at path '/Library/Application Support/SIMBL/Plugins/XSetApplicationIconImage.bundle'
    02/09/2012 16:02:10.346
    com.apple.launchd[1]
    (com.apple.xprotectupdater[25]) Exited with code: 255
    02/09/2012 16:02:16.166
    SIMBL Agent[216]
    No identifier for bundle at path '/Library/Application Support/SIMBL/Plugins/XSetApplicationIconImage.bundle'
    02/09/2012 16:02:17.497
    librariand[303]
    MMe quota status changed: under quota
    02/09/2012 16:02:19.621
    TextEdit[300]
    Couldn't contact spell checker for U.S. English
    02/09/2012 16:02:21.768
    WindowServer[80]
    CGXDeferSurfaces : Invalid source window 85
    02/09/2012 16:02:21.768
    WindowServer[80]
    CGXDeferSurfaces : Invalid source window 84
    02/09/2012 16:02:40.569

  • Borrado de nomina masivamente

    hola buenas tardes pueden ayudarme
    requiero borrar masivamente la nomina de varios empleados como puedo hacerle
    podrían ayudarme
    saludos

    Hola Fabián.
    puedes usar el reporte RPUDEL20 pero si estás en un ambiente Productivo este reporte está deshabilitado. Ver nota 537138
    Para habilitar el reporte RPUDEL20 en un abiente productivo puedes seguir las recomendaciones de la nota 537115 bajo tu propia responsabilidad.
    Se sugiere aplicar esta nota. Borrar los resultados que son el problema y desaplicar la nota para que no quede abierta la opción de borrado (por motivos de seguridad).
    Saludos!

  • Btanks pkgbuild do not compile. serializator.os error 1

    Hi!
    I am trying to package btanks, http://aur.archlinux.org/packages.php?ID=12631
    but is not working ok...
    any idea?
    g++ -o build/release/mrt/serializator.os -c -march=i686 -mtune=generic -O2 -pipe -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -fPIC -O3 -Wall -pedantic -Wno-long-long -pipe -pthread -DUSE_GLSDL -DV3_DISABLE_Z -D_REENTRANT -DRELEASE -DMRTAPI=DLLEXPORT -Ibuild/release/mrt -Imrt -Imrt -Ibuild/release/mrt/src -Imrt/src -Imrt/src -I. -Isrc mrt/serializator.cpp
    mrt/serializator.cpp: In member function 'void mrt::Serializator::add(int)':
    mrt/serializator.cpp:99: error: 'memcpy' was not declared in this scope
    mrt/serializator.cpp: In member function 'void mrt::Serializator::add(const std::string&)':
    mrt/serializator.cpp:123: error: 'memcpy' was not declared in this scope
    mrt/serializator.cpp: In member function 'void mrt::Serializator::add(const mrt::Chunk&)':
    mrt/serializator.cpp:134: error: 'memcpy' was not declared in this scope
    mrt/serializator.cpp: In member function 'void mrt::Serializator::add(const void*, int)':
    mrt/serializator.cpp:144: error: 'memcpy' was not declared in this scope
    mrt/serializator.cpp: In member function 'void mrt::Serializator::get(int&) const':
    mrt/serializator.cpp:190: warning: left shift count >= width of type
    mrt/serializator.cpp: In member function 'void mrt::Serializator::get(void*, int) const':
    mrt/serializator.cpp:237: error: 'memcpy' was not declared in this scope
    mrt/serializator.cpp: In member function 'void mrt::Serializator::get(mrt::Chunk&) const':
    mrt/serializator.cpp:253: error: 'memcpy' was not declared in this scope
    scons: *** [build/release/mrt/serializator.os] Error 1
    scons: building terminated because of errors.
    ==> ERROR: Fallo build()
        Abortando...
    Last edited by luuuciano (2008-04-21 14:48:36)

    thanks a lot!

Maybe you are looking for

  • Lion... Apple's Vista. More crashes then my other Mac's together

    I'm getting seriously fed up with this piece of crap. Apple don't give a toss (no replies to emails) and errors that have been around for months are being completey ignored. Right, now that's off my chest... A couple of months back, my Macbook Air be

  • At selection screen event

    suppose i have declared parameter on selection screen for carrid and  i want to validate it like this. suppose when i am putting valid carrid then i am getting the list but if i put another value for carrid and if no values exist in database for carr

  • Auto GR from Inbound Delivery

    Hi Alll... 1. Is ther any std config or Master data checks involed for creating an Auto GR from Inbound Delviery ?? 2. Thru ASN i am going to get an Inbound Delivery Created & need an Auto GR for one scenarion & other it shd not create an Auto GR. Ba

  • Everything is HD, but exporting in 16:9 is impossible

    This is so frustrating. Final Cut Express HD is perfect for widescreen. iDVD is perfect for widescreen. So, why is it so freakin' hard to export in 16:9 and get it on iDVD and onto a DVD to play in 16:9? Please help. I don't actually care if it comes

  • Buffalo wifi card not useable

    I purchased a Buffalo WLI-CB-G54A card for use with my 15" Apple PowerBook G4, 1.67 GHz with built in Airport Extreme for better range and the ability to use an external antenna. The pcmcia card states it's supported natively with AirPort 3.1 drivers