Netbeans 6.1 C++ / SunStudio12 compiler / Solaris 10 - can I use GDB?

Hello,
My team dev stack is Solaris 10 and compilers that come with SunStudio12 (latest patches installed). We have been evaluating Netbeans 6.1 and it runs really nice. We like features, we like performance.
Now, can we use DBX in Netbean6.1 (C++ module) or even better, can we use GDB to debug binaries made with SS12 compiler?
I was looking for an answer on the forum but I'm confused. Can sb clarify this for me?
Thanks a lot!
Regards,
Przemyslaw Owczarek
Programmer / Analyst
Sabre Airline Products & Services

Some facts, not in any particular order.
- A version of sunstudio which runs on NB 6.0 has been available since Feb.
See the sticky articles at the beginning of this forum.
- NB 6.1 C++ pack only works with gdb.
- You can try gdb with sunstudio12 compilers but it's unlikely to work
well since debuggers and compilers work best when used as a matched pair.
- A sunstudio based on NB6.1 will be available sometime in the early summer.

Similar Messages

  • Compiled successfully, but can't use java.exe

    Hi all,
    I could compile Hello.java with javac successfully, and the Hello.class was created. But when I run with java, it gave me an error :(
    For example:
    javac Hello.java
    compiled successfully, Hello.class was created java Hello
    gave me an error: Exception in thread "main" java.lang.NoClassDefFoundError: Hello
    I'm sure the code was correct, because I could run it in BlueJ and JCreator. I just can't run it in command prompt. The .class was compiled in command prompt. So, why wouldn't java.exe work in the command prompt?
    Thanks

    The earlier post is correct - the problem is the classpath.
    Change to the directory that contains Hello.java and verify that it exists and is correctly named. Then use this command:
    java -classpath . Hello
    IMPORTANT: include the period and the surrounding spaces.
    Learn about finding classes and setting the classpath here:
    http://java.sun.com/j2se/1.5.0/docs/tooldocs/index.html#general

  • Fdisk and format show different cylinders can't use whole disk for solaris?

    Solaris 10 5/09 s10x_u7wos_08 X86
    Format did not show enough cylinders, so we can't use whole raid5 (4x 146GB) volume.
    How can we fix it? We need the full raid5 volume for our solaris.
    formatAVAILABLE DISK SELECTIONS:
    0. c2t0d0 <DEFAULT cyl 17817 alt 2 hd 255 sec 63>
    /pci@0,0/pci10de,375@f/pci108e,286@0/disk@0,0
    Specify disk (enter its number):
    fdisk outputTotal disk size is 53502 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active Solaris2 1 17819 17819 33
    arcconf getconfigbash-3.00# ./arcconf getconfig 1
    Controllers found: 1
    Controller information
    Controller Status : Optimal
    Channel description : SAS/SATA
    Controller Model : Sun STK RAID INT
    Controller Serial Number : 00919AA0670
    Physical Slot : 0
    Temperature : 71 C/ 159 F (Normal)
    Installed memory : 256 MB
    Copyback : Disabled
    Background consistency check : Disabled
    Automatic Failover : Enabled
    Global task priority : High
    Defunct disk drive count : 0
    Logical devices/Failed/Degraded : 1/0/0
    Controller Version Information
    BIOS : 5.2-0 (16732)
    Firmware : 5.2-0 (16732)
    Driver : 2.2-2 (1)
    Boot Flash : 5.2-0 (16732)
    Controller Battery Information
    Status : Optimal
    Over temperature : No
    Capacity remaining : 99 percent
    Time remaining (at current draw) : 3 days, 1 hours, 11 minutes
    Logical device information
    Logical device number 0
    Logical device name : v
    RAID level : 5
    Status of logical device : Optimal
    Size : 419690 MB
    Stripe-unit size : 256 KB
    Read-cache mode : Enabled
    Write-cache mode : Enabled (write-back)
    Write-cache setting : Enabled (write-back)
    Partitioned : Yes
    Protected by Hot-Spare : No
    Bootable : Yes
    Failed stripes : No
    Logical device segment information
    Segment 0 : Present (0,0) 000849E5RY9A P4X5RY9A
    Segment 1 : Present (0,1) 000849E4TX4A P4X4TX4A
    Segment 2 : Present (0,2) 000849E56KAA P4X56KAA
    Segment 3 : Present (0,3) 000849E5S0GA P4X5S0GA
    Physical Device information
    Device #0 - 3
    Device is a Hard drive
    State : Online
    Supported : Yes
    Transfer Speed : SAS 3.0 Gb/s
    Reported Channel,Device : 0,0
    Reported Location : Enclosure 0, Slot 0
    Reported ESD : 2,0
    Vendor : HITACHI
    Model : H101414SCSUN146G
    Firmware : SA25
    Serial number : 000849E5RY9A P4X5RY9A
    World-wide name : 5000CCA0007B2BFF
    Size : 140009 MB
    Write Cache : Disabled (write-through)
    FRU : None
    S.M.A.R.T. : No
    Device #4
    Device is an Enclosure services device
    Reported Channel,Device : 2,0
    Enclosure ID : 0
    Type : SES2
    Vendor : ADAPTEC
    Model : Virtual SGPIO
    Firmware : 0001
    Status of Enclosure services device
    Temperature : Normal
    Device #5
    Device is an Enclosure services device
    Reported Channel,Device : 2,1
    Enclosure ID : 1
    Type : SES2
    Vendor : ADAPTEC
    Model : Virtual SGPIO
    Firmware : 0001
    Status of Enclosure services device
    Temperature : Normal

    astra666 wrote:
    Hi Smart71,
    I know it sounds complicated, but it really isn't.
    You need to select the option to manually edit the disk label
    when you install solaris.
    Your problem is that you have assigned 73 GB for your / (root)
    and 63 GB for your swap. That's not the problem that I see. The problem is that the Solaris partition (and therefore the Solaris VTOC label inside) is only for 136GB. But the actual underlying storage is 409GB. So the entire partition and the VTOC have to be rewritten.
    You only have 2 options. Either re-install Solaris, of re-partition the disk.
    If you don't have a spare disk to copy root to and you want to use
    the whole disk, with just one / root partition, you will need to shrink /swap
    create another slice to copy root to temporarily, and then re-partition your disk. Agreed reinstalling is easiest. But moving slices around will not let you change the VTOC size.
    eg:
    boot from CD into single user mode.
    partition the disk so that eg:
    swap is 3 GB. eg: ( from cylinder 1 to cylinder 400 )
    partition 3 is 7 GB ( from cylinder 401 to cylinder 1318 )
    ( if 7 GB is enough to hold all your / data )
    write the disk label out
    newfs partition 3
    mount / on /a
    mount partition 3 on /mnt
    Copy everything from /a to /mnt eg:
    rsync -vaxH /a /mnt
    or
    find /a -xdev -print | cpio -pdam /mnt
    umount /a and /mnt
    re partition the disk so that / takes all the free space.If that were your goal, you wouldn't have to move anything. Just repartition and use 'growfs' on the root filesystem directly (while booted from CD).
    eg ( starting at cylinder 1319 to cylinder 17816 )
    write disk label out
    newfs part 0 for /
    mount / on /a and part 3 on /mnt
    copy everything back from /mnt to /a
    Check /a to make sure everything is there.
    umount /a and /mnt
    re partition the disk to make /swap 10 GB
    ( starting at cylinder 1 to cylinder 1318 )
    write disk label out.
    And that's it.
    The disk you are working on is 17816 cylinders in size.
    yet down the bottom you say that :
    Total disk size is 53502 cylinders
    That tells me there are 4 disks in the raid 5 set, and that
    you have probably been presented with 3 x 136 GB disks.
    That means that you should have 2 x 136 GB disks free.
    Use one of these to copy your /root to. and then
    re-partition your first disk and copy data back.
    Or partition another disk correctly, write a boot block to it
    Copy your root data to it, and boot from it.The entire disk is presented to the machine (as seen in the fdisk output), but the Solaris partition is only using the smaller portion of it. You can't create a second Solaris partition and use it at the same time, either. Only one Solaris partition can be used at a time.
    Darren

  • Cannot compile a prog in C++ using Sun WS 5.0 on Solaris 8

    I am getting errors while compiling a helloworld program in C++ using Sun Workshop 5.0 on Solaris 8. The error messages are given below.
    The command I use for compiling my program is :
    CC Hello.cpp
    Is there anything wrong with the installation of the compiler?
    (All my C is code is compiling perfectly)
    Do I need to make some settings?
    Is the Sun compiler 5.0 incompatible with Solaris 8?
    In addition to this, if I want to use the list and vector classes, what headers can I use? What should the compilation command be?
    Thanks,
    Puneet Singhal
    I am getting these error messages:
    "/usr/include/iso/wchar_iso.h", line 100: Error: Multiple declaration for mbstate_t.
    "/opt/SUNWspro/SC5.0/include/CC/./iosfwd", line 51: Error: The name mbstate_t is ambiguous, std::mb
    state_t and std::mbstate_t.
    "/opt/SUNWspro/SC5.0/include/CC/./iosfwd", line 78: Error: The name mbstate_t is ambiguous, std::mb
    state_t and std::mbstate_t.
    "/opt/SUNWspro/SC5.0/include/CC/rw/iotraits", line 56: Error: The name mbstate_t is ambiguous, std:
    :mbstate_t and std::mbstate_t.
    4 Error(s) detected.
    The program listing of Hello.cpp:
    ----------------------------------------------------#include<iostream.h>
    int main()
    cout << "Hello World";
    return 0;

    I've been able to compile this program fine on Solaris 8 with Forte Developer 6 Update 2. The exact version+patches is: CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-04 2001/12/13
    I've also compiled with Workshop 5.0, and the code works fine. This is on Solaris 8 with the following compiler version+patches:
    CC: WorkShop Compilers 5.0 01/12/04 C++ 5.0 Patch 107311-16
    Let me know if you have any questions.
    -Moazam

  • How can I use the "gcc compiler and emacs editor" in Solaris 8 for Intel?

    I installed Solaris 8 for Intel to my desktop computer.
    After the installation, I found I couldn't use the companion software (the software CD included in the Multilinugal Media Kit for Solaris 8) - especially the emacs editor and gcc compilers.
    I certainly installed the companion software to my computer. And I can identify that those softwares are
    really installed to my system. In order to check out whether I installed them or not, I went to the "System Administrator" and opened the "Solaris Product Registry", in which I identified that all the files in
    the companion software were succesfully installed in my computer.
    However, when I open terminal or console box and tries to use those
    software, the system responds that "there is no emacs or gcc."
    Why I cannot use those things?
    Did I install the companion software wrong?
    I really don't understand why I can't use them.
    For your reference, I saw the directories "/usr/bin" and "usr/ccs/bin"
    too.
    In /usr/bin I typed
    #as
    and no such command.
    In /usr/ccs/bin
    #as
    and also no such command
    was what I had as a response.
    If I installed the companion software CD correctly and if they are installed somewhere in my computer,
    where I can find them and how I can use those softwares?
    Lastly, whenever I try to connect to my ISP via telnet mode, I see this
    message.
    "Try to connect ...
    connected to ***.***.***.*** (IP address of my ISP)
    Closed by foreign hosts."
    Is there any one who knows why this happens?
    Thanks for reading my question.

    gcc and emacs install in /opt/sfw. You should change your path statement to include /opt/sfw/bin and should obtain the FAQ from sunfreeware.com. The FAQ answers all your questions.
    I have installed gcc and gtk and am using both at this time.
    [email protected]

  • Using GDB to debug a code compiled with Sun cc

    When using gdb to debug C code compiled with Sun's cc, the step-into doesn't work, i can only "step into" a function if i put a breakpoint on it. Also, sometimes if i set a breakpoint on a function name, like "break foo", gdb indeed breaks when foo is reached, but without showing the source code (this i could not reproduce with a small demo program).
    I am using Sun Studio 12 on a SunOS 5.10 sun4u sparc machine.
    My demo program is:
    #include <stdio.h>
    #include <strings.h>
    void func1(str)
    char str;
    printf("This is the first line\n");
    printf("STR: %s\n",str);
    int main()
    char str[10];
    strcpy(str,"lalalal");
    printf("Calling func1\n");
    func1(str);
    printf("Returned from func1\n");
    The compilation command i run is:
    cc -c -g step_into.c -o step_into.o
    cc -g -o step_into step_into.o
    When running the program with gdb, the "step" command does not step into func1, but runs it like "next".
    I know there's the dbx debugger, but if there's a way to fix this with gdb - it is much preferable for us. Switching to dbx is not really feasible for us.
    Regards,
    Yael

    Hello Yael,
    I tried your example on my laptop (OpenSolaris x86/x64) with Sun Studio 12 update 1
    and GDB 6.3.50 - it works properly:
    $ gdb dist/Debug/SunStudio-Solaris-x86/forum_c_20091230
    GNU gdb 6.3.50_2004-11-23-cvs
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB.  Type "show warranty" for details.
    This GDB was configured as "i386-pc-solaris2.11"...
    (gdb) break main
    Breakpoint 1 at 0x8050a87: file src/args.c, line 15.
    (gdb) run
    Starting program: /export/home/nikm/SunStudioProjects/Forum_C_20091230/dist/Debug/SunStudio-Solaris-x86/forum_c_20091230
    Breakpoint 1, main () at src/args.c:15
    15         printf("Calling func1\n");
    Current language:  auto; currently minimal
    (gdb) next
    Calling func1
    16         func1(str);
    (gdb) step
    This is the first line
    func1 (str=0x80477ba "lalalal") at src/args.c:7
    7         printf("STR: %s\n",str);
    (gdb) Could you please download and try Sun Studio 12 update 1?
    It is available for free. Here is the web page:
    http://developers.sun.com/sunstudio/
    BTW, which GDB version do you use?
    I'll try it on a sparc system and let you know.
    Thanks.
    Nik
    P.S.: there is a typo in the source code:
    void func1(str)
    *char *str;I think it should be:
    void func1(char *str)Probably a copy-paste problem.
    Please use "CODE" mode when you copy-paste source lines (selected text, press 'CODE' button).

  • Compile error in bitset when using 12.4 beta with -std=c++11

    When using the new -std=c++11 option, there is a compile error in SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset.
    On line 86, there is a cpp conditional that is using the sizeof() operator.
    Can you use an operator like that in a preprocessor conditional?
    I grepped the other files in that directory and this seems to be the only instance of this usage.
    You can easily reproduce this by compiling a trivial program.
    foo.c:
    #include <bitset>
    int main( void ) { return 0; }
    CC -std=c++11 foo.c
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset'", line 86: Error: Badly formed constant expression.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 89: Error: "}" expected instead of "{".
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 238: Error: _M_do_left_shift is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 264: Error: _M_do_right_shift is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 291: Error: _M_do_to_ulong is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 302: Error: _M_do_to_ullong is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 319: Error: _M_do_find_first is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 335: Error: _M_do_find_next is not a member of std::_Base_bitset<_Nw>.
    I didn't look into lines 238+ yet. Figured that was likely a side-effect from the earlier problem once the parsing got off-track.

    SFV wrote:
    > it means <memory> can't be included either.
    There should be no problem with <memory> related to this issue and I dont see how it could change with non-supported platform
    (as we bring those headers with the compiler).
    So if it does not work for you then it is something new and it would be nice to know details.
    stedding /tmp $ cat mem.cc
    #include <memory>
    stedding /tmp $ sunCC mem.cc -c -std=c++11
    "/opt/SolarisStudio12.4-beta_mar14-linux-x86/lib/compilers/CC-gcc/include/c++/4.7.2/ext/concurrence.h", line 202: Error: Cannot assign ? to pthread_mutex_t.
    "/opt/SolarisStudio12.4-beta_mar14-linux-x86/lib/compilers/CC-gcc/include/c++/4.7.2/ext/concurrence.h", line 202: Error: Cannot assign ? to pthread_mutex_t.
    2 Error(s) detected.
    The problematic line is:
        __gthread_recursive_mutex_t _M_mutex = __GTHREAD_RECURSIVE_MUTEX_INIT;

  • Problem while using GDB to debug a binary generated with Sun's CC compiler

    When I compile any .cpp file with CC compiler using -g option:
    CC -g test.cpp
    and use GDB to debug, it works fine. However if I compile in two steps as in:
    CC -g test.cpp -o test.o
    CC -g test.o
    GDB complains and says "Debug Symbol not found"
    THis is definately not correct, however not sure if its a GDB Bug or SunCompiler Bug. I've checked on both forums however could not fin any such bug reported? Is it that I am missing on something ?
    Regards,
    Sumit

    Just in case it is not a misprint: first command for compilation in two steps is weird -- it's missing -c (compile) parameter. If it's not there, test.o would be executable, not object. From the other hand, linker seem to treat that as an error producing no output, so I consider lack of -c as an artifact of forum post.
    Now, to gdb complaints... I just tried to compile a tiny program using CC 5.9 (from Sun Studio 12) and debug it with gdb 6.4 (from Nexenta repository) and 6.6 (built from source). First one (6.4) didn't recognize a.out as an executable, second one (6.6) read a.out fine and I was able to debug it.
    So the point is it's all about versions. I don't know much about [recent] changes in gdb, but Sun Studio C++ compiler has only recently switch it's default debugging information format to DWARF, which gdb should understand. Previous version (5.8 from Sun Studio 11) produced stabs by default and this format was known to be incompatible with what GCC produces for GDB.
    If you have Sun Studio 11 (or earlier) you can try switching to dwarf by adding -xdebugformat=dwarf to C++ compiler command line. But if at all possible, I'd recommend you to upgrade to Sun Studio 12 (and probably latest gdb) and start from there.
    Also, dbx should be able to debug executables produced by Sun Studio compilers in any way and the transition from gdb to dbx might be easier, especially if you're on Solaris where all power of dbx unveils. Check out this table, it should help you to start using dbx:
    http://blogs.sun.com/dbx/entry/gdb_vs_dbx_commands_mapping
    And remember there's 'gdb on' command, which makes dbx accept some gdb native commands.

  • Can I use gcc to compile sample driver code?

    Hi:
    I am trying to compile the sample driver code using gcc.
    I got lots of error messages while parsing header files under the sys/ directory.
    Have I missed something?
    Or does it mean that I have to use the cc compiler from Sun?
    By the way, need I any tools other than the compiler if I want to develope Solaris driver?
    Any replies would be appreciated.
    B.Regards
    Steven

    Thanks for your help.
    I just found out this might be due to the conflicts between different OSs.
    Becuase I usually work under the MicroSoft Windows enviroment, so I first downloaded and unzipped the sample code in Windows.
    (I might have opened the file using Visual Studio, too.)
    Then I copied the files to the Solaris environment and compiled them there.
    In that case, lots of errors are found by the make utility and gcc.
    But if I do all the jobs under Solaris, everying is going well.
    Now I find myself in trouble becuase I have used Visual Studio to edit my own driver source file.
    Could anyone please tell me how to transform my source code so that it can be compiled under Solaris?

  • When i open programs as NetBeans my mac shuts down, and then i can't boot it

    Okay so to be more precise, about 1-2 months ago my mac started to do weird things. Whenever i opened webcam or some other programs my mac shuts down, and then i would not be able to boot it up again, so i had to try to boot it in safe mode, resest NVRAM and all of that.
    If i try to boot it up normally it starts fine with the apple logo, then its changing into a clean white/grey screen, and if i try to boot it up in safe mode it becomes blue.
    The funny thing is if i keep to try to boot it, then it will eventually boot up, but still i can't use my programs for school (For an example NetBeans for my programming)
    At first i thought it was my harddrive, so i bought a 120GB SSD Samsung EVO and installed Snow Leopard. But it still ****** up (Tried to update it to Maverick, still didn't do anything)
    So i'm out of ideas of what to do.. Please help
    (I have a MacBook Pro Mid 2010)
    Sincerely,
    Frederik Bang

    This is from step 1
    8/19/14 12:06:04.000 bootlog[0]: BOOT_TIME 1408442764 0
    8/16/14 22:44:57.293 WindowServer[105]: CGXDisplayDidWakeNotification [31138563430987]: posting kCGSDisplayDidWake
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/16/14 22:44:57.294 WindowServer[105]: handle_will_sleep_auth_and_shield_windows: NULL shield_window (lock state: 1)
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    8/16/14 22:44:58.059 AirPlayUIAgent[201]: 2014-08-16 10:44:58.059243 PM [AirPlayUIAgent] Changed PIN pairing: no
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/16/14 22:44:58.082 AirPlayUIAgent[201]: 2014-08-16 10:44:58.081511 PM [AirPlayUIAgent] Changed PIN pairing: no
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    8/19/14 12:06:05.000 kernel[0]: Longterm timer threshold: 1000 ms
    8/19/14 12:06:05.000 kernel[0]: PMAP: PCID enabled
    8/19/14 12:06:05.000 kernel[0]: Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    8/19/14 12:06:05.000 kernel[0]: vm_page_bootstrap: 924365 free pages and 116019 wired pages
    8/19/14 12:06:05.000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    8/19/14 12:06:05.000 kernel[0]: zone leak detection enabled
    8/19/14 12:06:05.000 kernel[0]: "vm_compressor_mode" is 4
    8/19/14 12:06:05.000 kernel[0]: standard timeslicing quantum is 10000 us
    8/19/14 12:06:05.000 kernel[0]: standard background quantum is 2500 us
    8/19/14 12:06:05.000 kernel[0]: mig_table_max_displ = 74
    8/19/14 12:06:05.000 kernel[0]: TSC Deadline Timer supported and enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    8/19/14 12:06:05.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    8/19/14 12:06:05.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    8/19/14 12:06:05.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    8/19/14 12:06:05.000 kernel[0]: calling mpo_policy_init for Sandbox
    8/19/14 12:06:05.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    8/19/14 12:06:05.000 kernel[0]: calling mpo_policy_init for Quarantine
    8/19/14 12:06:05.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    8/19/14 12:06:05.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    8/19/14 12:06:05.000 kernel[0]: The Regents of the University of California. All rights reserved.
    8/19/14 12:06:05.000 kernel[0]: MAC Framework successfully initialized
    8/19/14 12:06:05.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    8/19/14 12:06:05.000 kernel[0]: AppleKeyStore starting (BUILT: Jun  3 2014 21:40:51)
    8/19/14 12:06:05.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    8/19/14 12:06:05.000 kernel[0]: ACPI: sleep states S3 S4 S5
    8/19/14 12:06:05.000 kernel[0]: pci (build 21:30:51 Jun  3 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    8/19/14 12:06:05.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 88AB
    8/19/14 12:06:05.000 kernel[0]: AppleIntelCPUPowerManagement: (built 21:36:10 Jun  3 2014) initialization complete
    8/19/14 12:06:05.000 kernel[0]: [ PCI configuration begin ]
    8/19/14 12:06:05.000 kernel[0]: console relocated to 0xf90010000
    8/19/14 12:06:05.000 kernel[0]: [ PCI configuration end, bridges 12, devices 18 ]
    8/19/14 12:06:05.000 kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    8/19/14 12:06:05.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    8/19/14 12:06:05.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    8/19/14 12:06:05.000 kernel[0]: rooting via boot-uuid from /chosen: 954CD513-4F88-37E4-AAC0-40A2EB5EF706
    8/19/14 12:06:05.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>
    8/19/14 12:06:05.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    8/19/14 12:06:05.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    8/19/14 12:06:05.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    8/19/14 12:06:05.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    8/19/14 12:06:05.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    8/19/14 12:06:05.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    8/19/14 12:06:05.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    8/19/14 12:06:05.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/Samsung SSD 840 EVO 120GB Media/IOGUIDPartitionScheme/MacBook Pro SSD@2
    8/19/14 12:06:05.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    8/19/14 12:06:05.000 kernel[0]: jnl: b(1, 2): replay_journal: from: 4111872 to: 8367104 (joffset 0x37e000)
    8/19/14 12:06:05.000 kernel[0]: BTCOEXIST off
    8/19/14 12:06:05.000 kernel[0]: BRCM tunables:
    8/19/14 12:06:05.000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    8/19/14 12:06:05.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 70cd60fffedafe78; max speed s800.
    8/19/14 12:06:05.000 kernel[0]: FWOHCI : enableCycleSync - enabled count going negative?!?
    8/19/14 12:06:05.000 kernel[0]: jnl: b(1, 2): journal replay done.
    8/19/14 12:06:05.000 kernel[0]: hfs: mounted MacBook Pro SSD on device root_device
    8/19/14 12:06:05.000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/19/14 12:06:05.000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    8/19/14 12:06:04.554 com.apple.launchd[1]: *** launchd[1] has started up. ***
    8/19/14 12:06:04.554 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    8/19/14 12:06:05.428 com.apple.SecurityServer[14]: Session 100000 created
    8/19/14 12:06:05.509 opendirectoryd[21]: sandbox cache error 11: database disk image is malformed
    8/19/14 12:06:05.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    8/19/14 12:06:05.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    8/19/14 12:06:05.674 com.apple.SecurityServer[14]: Entering service
    8/19/14 12:06:05.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/19/14 12:06:05.753 configd[18]: network changed.
    8/19/14 12:06:05.755 configd[18]: setting hostname to "Frederik-Bangs-MacBook-Pro.local"
    8/19/14 12:06:05.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/19/14 12:06:05.809 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    8/19/14 12:06:05.000 kernel[0]: AGC: 3.6.22, HW version=1.9.23, flags:0, features:20600
    8/19/14 12:06:05.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    8/19/14 12:06:05.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    8/19/14 12:06:05.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    8/19/14 12:06:05.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    8/19/14 12:06:05.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    8/19/14 12:06:05.000 kernel[0]: Previous Shutdown Cause: 3
    8/19/14 12:06:05.000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    8/19/14 12:06:05.000 kernel[0]: IOBluetoothUSBDFU::probe
    8/19/14 12:06:05.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0042
    8/19/14 12:06:05.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xf800 ****
    8/19/14 12:06:05.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xf800 ****
    8/19/14 12:06:05.930 UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    8/19/14 12:06:05.000 kernel[0]: init
    8/19/14 12:06:05.000 kernel[0]: probe
    8/19/14 12:06:05.000 kernel[0]: start
    8/19/14 12:06:05.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xf800
    8/19/14 12:06:05.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    8/19/14 12:06:05.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    8/19/14 12:06:05.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xa6c0 -- 0xa800 -- 0xf800 ****
    8/19/14 12:06:06.000 kernel[0]: DSMOS has arrived
    8/19/14 12:06:06.000 kernel[0]: [AGPM Controller] build GPUDict by Vendor1002Device6741
    8/19/14 12:06:06.000 kernel[0]: fGPUIdleIntervalMS = 0
    8/19/14 12:06:07.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xf800 ****
    8/19/14 12:06:08.000 kernel[0]: VM Swap Subsystem is ON
    8/19/14 12:06:08.613 hidd[70]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    8/19/14 12:06:08.615 hidd[70]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    8/19/14 12:06:08.696 com.apple.usbmuxd[47]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit
    8/19/14 12:06:08.723 mDNSResponder[62]: mDNSResponder mDNSResponder-522.92.1 (Jun  3 2014 12:57:56) starting OSXVers 13
    8/19/14 12:06:08.783 revisiond[55]: "/.vol/16777218/2/.DocumentRevisions-V100/.cs/ChunkStorage/0/0/0/1" does not exist, rowID:1
    8/19/14 12:06:08.784 revisiond[55]: There was a problem compacting SF ftRowId:1, rc:-1
    8/19/14 12:06:08.797 mds[61]: (Normal) FMW: FMW 0 0
    8/19/14 12:06:08.799 loginwindow[65]: Login Window Application Started
    8/19/14 12:06:08.888 systemkeychain[88]: done file: /var/run/systemkeychaincheck.done
    8/19/14 12:06:08.890 apsd[82]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/19/14 12:06:08.899 configd[18]: network changed.
    8/19/14 12:06:08.900 configd[18]: network changed: DNS*
    8/19/14 12:06:08.904 mDNSResponder[62]: D2D_IPC: Loaded
    8/19/14 12:06:08.904 mDNSResponder[62]: D2DInitialize succeeded
    8/19/14 12:06:08.908 mDNSResponder[62]:   4: Listening for incoming Unix Domain Socket client requests
    8/19/14 12:06:08.955 WindowServer[90]: Server is starting up
    8/19/14 12:06:08.957 networkd[106]: networkd.106 built Aug 24 2013 22:08:46
    8/19/14 12:06:08.971 WindowServer[90]: Session 256 retained (2 references)
    8/19/14 12:06:08.971 WindowServer[90]: Session 256 released (1 references)
    8/19/14 12:06:09.017 WindowServer[90]: Session 256 retained (2 references)
    8/19/14 12:06:09.020 WindowServer[90]: init_page_flip: page flip mode is on
    8/19/14 12:06:09.060 digest-service[92]: label: default
    8/19/14 12:06:09.061 digest-service[92]: dbname: od:/Local/Default
    8/19/14 12:06:09.061 digest-service[92]: mkey_file: /var/db/krb5kdc/m-key
    8/19/14 12:06:09.061 digest-service[92]: acl_file: /var/db/krb5kdc/kadmind.acl
    8/19/14 12:06:09.242 digest-service[92]: digest-request: uid=0
    8/19/14 12:06:09.290 awacsd[80]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    8/19/14 12:06:09.393 awacsd[80]: InnerStore CopyAllZones: no info in Dynamic Store
    8/19/14 12:06:09.454 digest-service[92]: digest-request: netr probe 0
    8/19/14 12:06:09.455 digest-service[92]: digest-request: init request
    8/19/14 12:06:09.465 digest-service[92]: digest-request: init return domain: BUILTIN server: FREDERIK-BANGS-MACBOOK-PRO indomain was: <NULL>
    8/19/14 12:06:09.620 airportd[84]: airportdProcessDLILEvent: en1 attached (up)
    8/19/14 12:06:09.000 kernel[0]: createVirtIf(): ifRole = 1
    8/19/14 12:06:09.000 kernel[0]: in func createVirtualInterface ifRole = 1
    8/19/14 12:06:09.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    8/19/14 12:06:09.000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    8/19/14 12:06:09.000 kernel[0]: Created virtif 0xffffff801c450400 p2p0
    8/19/14 12:06:09.642 aosnotifyd[83]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/19/14 12:06:09.670 locationd[67]: NBB-Could not get UDID for stable refill timing, falling back on random
    8/19/14 12:06:09.726 locationd[67]: Location icon should now be in state 'Inactive'
    8/19/14 12:06:09.728 locationd[67]: locationd was started after an unclean shutdown
    8/19/14 12:06:10.294 WindowServer[90]: Found 39 modes for display 0x00000000 [39, 0]
    8/19/14 12:06:10.309 WindowServer[90]: Found 1 modes for display 0x00000000 [1, 0]
    8/19/14 12:06:10.326 WindowServer[90]: Found 1 modes for display 0x00000000 [1, 0]
    8/19/14 12:06:10.327 WindowServer[90]: Found 1 modes for display 0x00000000 [1, 0]
    8/19/14 12:06:10.343 WindowServer[90]: mux_initialize: Mode is dynamic
    8/19/14 12:06:10.349 WindowServer[90]: Found 39 modes for display 0x00000000 [39, 0]
    8/19/14 12:06:10.354 WindowServer[90]: Found 1 modes for display 0x00000000 [1, 0]
    8/19/14 12:06:10.355 WindowServer[90]: Found 1 modes for display 0x00000000 [1, 0]
    8/19/14 12:06:10.390 WindowServer[90]: WSMachineUsesNewStyleMirroring: false
    8/19/14 12:06:10.391 WindowServer[90]: Display 0x04272902: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 2, Rotation 0
    UUID 0x8a96a568c33550779a382c64e81094d2
    8/19/14 12:06:10.392 WindowServer[90]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    8/19/14 12:06:10.392 WindowServer[90]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    8/19/14 12:06:10.392 WindowServer[90]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    8/19/14 12:06:10.396 WindowServer[90]: WSSetWindowTransform: Singular matrix
    8/19/14 12:06:10.396 WindowServer[90]: WSSetWindowTransform: Singular matrix
    8/19/14 12:06:10.403 WindowServer[90]: Display 0x04272902: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca4, S/N 0, Unit 2, Rotation 0
    UUID 0x8a96a568c33550779a382c64e81094d2
    8/19/14 12:06:10.403 WindowServer[90]: Display 0x003f003d: GL mask 0x2; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    8/19/14 12:06:10.404 WindowServer[90]: Display 0x003f0040: GL mask 0x10; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    8/19/14 12:06:10.404 WindowServer[90]: Display 0x003f003f: GL mask 0x8; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    8/19/14 12:06:10.404 WindowServer[90]: CGXPerformInitialDisplayConfiguration
    8/19/14 12:06:10.404 WindowServer[90]:   Display 0x04272902: Unit 2; Alias(2, 0x5); Vendor 0x610 Model 0x9ca4 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    8/19/14 12:06:10.404 WindowServer[90]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    8/19/14 12:06:10.404 WindowServer[90]:   Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    8/19/14 12:06:10.404 WindowServer[90]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    8/19/14 12:06:10.404 WindowServer[90]: CGXMuxBoot: Boot normal
    8/19/14 12:06:10.000 kernel[0]: en1: 802.11d country code set to 'DK'.
    8/19/14 12:06:10.000 kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    8/19/14 12:06:10.518 WindowServer[90]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000003, accelerator 0x00004d2f, unit 0, caps QEX|MIPMAP, vram 451 MB
    8/19/14 12:06:10.520 WindowServer[90]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000003, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/19/14 12:06:10.520 WindowServer[90]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000001c, accelerator 0x000036b3, unit 2, caps QEX|MIPMAP, vram 1024 MB
    8/19/14 12:06:10.522 WindowServer[90]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000001c, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    8/19/14 12:06:10.523 WindowServer[90]: GLCompositor enabled for tile size [256 x 256]
    8/19/14 12:06:10.523 WindowServer[90]: CGXGLInitMipMap: mip map mode is on
    8/19/14 12:06:10.536 loginwindow[65]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    8/19/14 12:06:11.103 WindowServer[90]: Display 0x04272902: Unit 2; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    8/19/14 12:06:11.129 launchctl[123]: com.apple.findmymacmessenger: Already loaded
    8/19/14 12:06:11.210 com.apple.SecurityServer[14]: Session 100005 created
    8/19/14 12:06:11.335 loginwindow[65]: Setting the initial value of the magsave brightness level 1
    8/19/14 12:06:11.374 loginwindow[65]: Login Window Started Security Agent
    8/19/14 12:06:11.499 UserEventAgent[125]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    8/19/14 12:06:11.506 SecurityAgent[132]: This is the first run
    8/19/14 12:06:11.506 SecurityAgent[132]: MacBuddy was run = 0
    8/19/14 12:06:11.522 SecurityAgent[132]: User info context values set for frederikbang
    8/19/14 12:06:11.527 WindowServer[90]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04272902 device: 0x7fdd1400e310  isBackBuffered: 1 numComp: 3 numDisp: 3
    8/19/14 12:06:11.528 WindowServer[90]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fdd1400e310) - enabling OpenGL
    8/19/14 12:06:11.891 loginwindow[65]: Login Window - Returned from Security Agent
    8/19/14 12:06:11.936 loginwindow[65]: USER_PROCESS: 65 console
    8/19/14 12:06:11.000 kernel[0]: MacAuthEvent en1   Auth result for: 00:1f:ca:2e:0d:5e  MAC AUTH succeeded
    8/19/14 12:06:11.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/19/14 12:06:11.000 kernel[0]: AirPort: Link Up on en1
    8/19/14 12:06:11.000 kernel[0]: en1: BSSID changed to 00:1f:ca:2e:0d:5e
    8/19/14 12:06:12.000 kernel[0]: AppleKeyStore:Sending lock change 0
    8/19/14 12:06:12.147 com.apple.launchd.peruser.501[136]: Background: Aqua: Registering new GUI session.
    8/19/14 12:06:12.173 com.apple.launchd.peruser.501[136]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    8/19/14 12:06:12.175 com.apple.launchd.peruser.501[136]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    8/19/14 12:06:12.180 launchctl[138]: com.apple.pluginkit.pkd: Already loaded
    8/19/14 12:06:12.180 launchctl[138]: com.apple.sbd: Already loaded
    8/19/14 12:06:12.194 distnoted[140]: # distnote server agent  absolute time: 8.479032290   civil time: Tue Aug 19 12:06:12 2014   pid: 140 uid: 501  root: no
    8/19/14 12:06:12.195 distnoted[140]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/19/14 12:06:12.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/19/14 12:06:12.361 WindowServer[90]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/19/14 12:06:12.397 WindowServer[90]: Received display connect changed for display 0x4272902
    8/19/14 12:06:12.407 WindowServer[90]: Found 15 modes for display 0x04272902 [15, 0]
    8/19/14 12:06:12.418 WindowServer[90]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/19/14 12:06:12.423 WindowServer[90]: CGXMuxAcknowledge: Posting glitchless acknowledge
    8/19/14 12:06:12.437 WindowServer[90]: Received display connect changed for display 0x4272902
    8/19/14 12:06:12.438 WindowServer[90]: Found 1 modes for display 0x04272902 [1, 0]
    8/19/14 12:06:12.439 WindowServer[90]: Received display connect changed for display 0x3f003f
    8/19/14 12:06:12.439 WindowServer[90]: Found 1 modes for display 0x003f003f [1, 0]
    8/19/14 12:06:12.439 WindowServer[90]: Received display connect changed for display 0x3f0040
    8/19/14 12:06:12.440 WindowServer[90]: Found 1 modes for display 0x003f0040 [1, 0]
    8/19/14 12:06:12.578 launchproxyls[143]: Waiting for Launch Services seeding, UID 501
    8/19/14 12:06:12.627 airportd[84]: _doAutoJoin: Already associated to “HBWIFI”. Bailing on auto-join.
    8/19/14 12:06:12.000 kernel[0]: Sandbox: fontworker(146) deny file-read-data /Applications/Automator.app/Contents
    8/19/14 12:06:12.713 coresymbolicationd[150]: /System/Library/Caches/com.apple.coresymbolicationd/data did not validate, resetting cache
    8/19/14 12:06:12.755 WindowServer[90]: Display 0x04272902: Unit 2; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    8/19/14 12:06:12.773 mds[61]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    8/19/14 12:06:12.783 WindowServer[90]: Display 0x04272902: Unit 2; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    8/19/14 12:06:12.815 WindowServer[90]: Display 0x04272902: Unit 2; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    8/19/14 12:06:13.303 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/App Store.app
    8/19/14 12:06:13.379 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/App Store.app/Contents
    8/19/14 12:06:13.435 UserEventAgent[139]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    8/19/14 12:06:13.456 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/App Store.app/Contents/PkgInfo
    8/19/14 12:06:13.507 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/App Store.app/Contents/MacOS/App Store
    8/19/14 12:06:13.687 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/App Store.app/Contents/MacOS/App Store/..namedfork/rsrc
    8/19/14 12:06:13.738 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/App Store.app/Contents/PlugIns
    8/19/14 12:06:13.790 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/App Store.app/Contents/PlugIns
    8/19/14 12:06:13.850 sandboxd[149]: ([146]) fontworker(146) deny file-read-data /Applications/Automator.app
    8/19/14 12:06:15.418 com.apple.launchd.peruser.501[136]: ([email protected][175]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    8/19/14 12:06:15.418 com.apple.launchd.peruser.501[136]: ([email protected][175]) Job failed to exec(3) for weird reason: 2
    8/19/14 12:06:15.676 com.apple.SecurityServer[14]: Session 100008 created
    8/19/14 12:06:15.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=174[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    8/19/14 12:06:15.800 accountsd[187]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/19/14 12:06:16.076 sharingd[189]: Starting Up...
    8/19/14 12:06:16.119 mds[61]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    8/19/14 12:06:16.152 revisiond[55]: objc[55]: Class GSLockToken is implemented in both /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond and /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage. One of the two will be used. Which one is undefined.
    8/19/14 12:06:16.458 com.apple.SecurityServer[14]: Session 100007 created
    8/19/14 12:06:16.602 apsd[82]: Unexpected connection from logged out uid 501
    8/19/14 12:06:16.630 imagent[165]: [Warning] Services all disappeared, removing all dependent devices
    8/19/14 12:06:16.654 WiFiKeychainProxy[156]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    8/19/14 12:06:16.655 WiFiKeychainProxy[156]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    8/19/14 12:06:16.681 imagent[165]: [Warning] Creating empty account: PlaceholderAccount for service: IMDService (iMessage)
    8/19/14 12:06:16.682 imagent[165]: [Warning] Creating empty account: PlaceholderAccount for service: IMDService (iMessage)
    8/19/14 12:06:17.127 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    8/19/14 12:06:17.128 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    8/19/14 12:06:17.129 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    8/19/14 12:06:17.129 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    8/19/14 12:06:17.129 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    8/19/14 12:06:17.129 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    8/19/14 12:06:17.129 com.apple.audio.DriverHelper[201]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    8/19/14 12:06:17.215 com.apple.audio.DriverHelper[201]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    8/19/14 12:06:17.215 com.apple.audio.DriverHelper[201]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    8/19/14 12:06:17.215 com.apple.audio.DriverHelper[201]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    8/19/14 12:06:17.360 SystemUIServer[178]: Cannot find executable for CFBundle 0x7f92f3e180f0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    8/19/14 12:06:17.361 com.apple.IconServicesAgent[205]: IconServicesAgent launched.
    8/19/14 12:06:17.385 SystemUIServer[178]: Cannot find executable for CFBundle 0x7f92f3c16c40 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    8/19/14 12:06:17.386 SystemUIServer[178]: Cannot find executable for CFBundle 0x7f92f3d546c0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    8/19/14 12:06:17.813 secd[194]:  __EnsureFreshParameters_block_invoke_2 SOSCloudKeychainSynchronizeAndWait: The operation couldn’t be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS)
    8/19/14 12:06:17.814 secd[194]:  __talkWithKVS_block_invoke callback error: The operation couldn’t be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS)
    8/19/14 12:06:17.820 secd[194]:  CFPropertyListReadFromFile file file:///Users/frederikbang/Library/Keychains/087BC3B2-426E-5653-8D2E-D6A8AA2B3D B2/accountStatus.plist: The file “accountStatus.plist” couldn’t be opened because there is no such file.
    8/19/14 12:06:17.834 secd[194]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    8/19/14 12:06:17.834 secd[194]:  securityd_xpc_dictionary_handler WiFiKeychainProx[156] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    8/19/14 12:06:17.847 soagent[159]: [Warning] Services all disappeared, removing all dependent devices
    8/19/14 12:06:17.896 SystemUIServer[178]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/19/14 12:06:17.897 SystemUIServer[178]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/19/14 12:06:17.948 soagent[159]: No active accounts, killing soagent in 10 seconds
    8/19/14 12:06:17.951 soagent[159]: No active accounts, killing soagent in 10 seconds
    8/19/14 12:06:18.362 com.apple.time[139]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/19/14 12:06:18.375 com.apple.dock.extra[207]: No endpoint returned trying to load UnreadCountController.bundle, suspending
    8/19/14 12:06:18.381 com.apple.time[139]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/19/14 12:06:19.092 Dropbox[180]: PyObjCPointer created: at 0xcc9fc88 of type {OpaqueJSContext=}
    8/19/14 12:06:19.441 UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'HBWIFI' not making interface primary (no cache entry)
    8/19/14 12:06:19.441 configd[18]: network changed: DNS* Proxy
    8/19/14 12:06:19.442 UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    8/19/14 12:06:19.442 UserEventAgent[11]: Captive: en1: Probing 'HBWIFI'
    8/19/14 12:06:19.477 UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    8/19/14 12:06:19.481 configd[18]: network changed: v4(en1!:10.128.245.164) DNS+ Proxy+ SMB+
    8/19/14 12:06:19.834 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x2ef] flags: 0x8 binding: FileInfoBinding [0x10f] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: ????.
    8/19/14 12:06:19.835 quicklookd[208]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: ???? request size:128 scale: 1
    8/19/14 12:06:20.075 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x111] flags: 0x8 binding: FileInfoBinding [0x2f1] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN.
    8/19/14 12:06:20.076 quicklookd[208]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN request size:128 scale: 1
    8/19/14 12:06:21.000 kernel[0]: fsevents: watcher dbfseventsd (pid: 232) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    8/19/14 12:06:22.019 Dropbox[180]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    8/19/14 12:06:22.719 AirPlayUIAgent[204]: 2014-08-19 12:06:22.717865 PM [AirPlayUIAgent] Changed PIN pairing: no
    8/19/14 12:06:22.728 AirPlayUIAgent[204]: 2014-08-19 12:06:22.728281 PM [AirPlayUIAgent] Changed PIN pairing: no
    8/19/14 12:06:24.394 awacsd[80]: Exiting
    8/19/14 12:06:26.000 kernel[0]: Sandbox: storeagent(247) deny file-write-unlink /Users/frederikbang/Library/Application Support/AppStore/manifest.plist
    8/19/14 12:06:26.000 kernel[0]: Sandbox: storeagent(247) deny file-write-unlink /Users/frederikbang/Library/Application Support/AppStore/manifest.plist
    8/19/14 12:06:26.200 storeagent[247]: DownloadManifest: Error moving legacy manifest - Error Domain=NSCocoaErrorDomain Code=513 "“manifest.plist” kunne ikke flyttes, fordi du ikke har adgangstilladelser til “com.apple.appstore”." UserInfo=0x7ff57bd2af60 {NSSourceFilePathErrorKey=/Users/frederikbang/Library/Application Support/AppStore/manifest.plist, NSUserStringVariant=(
        Move
    ), NSDestinationFilePath=/var/folders/70/w5pc4f891jv0k41f86bd44380000gn/C/com.appl e.appstore/manifest.plist, NSFilePath=/Users/frederikbang/Library/Application Support/AppStore/manifest.plist, NSUnderlyingError=0x7ff57bd2adf0 "Handlingen kunne ikke udføres. Handling tillades ikke"}
    8/19/14 12:06:26.000 kernel[0]: Sandbox: storeagent(247) deny file-write-unlink /Users/frederikbang/Library/Application Support/AppStore
    8/19/14 12:06:26.000 kernel[0]: Sandbox: storeagent(247) deny file-read-data /Users/frederikbang/Library/Application Support/AppStore
    8/19/14 12:06:26.218 storeagent[247]: DownloadManifest: Error removing legacy download location - Error Domain=NSCocoaErrorDomain Code=513 "“AppStore” kunne ikke fjernes, fordi du ikke har adgangstilladelser til det." UserInfo=0x7ff57bf2a4a0 {NSFilePath=/Users/frederikbang/Library/Application Support/AppStore, NSUserStringVariant=(
        Remove
    ), NSUnderlyingError=0x7ff57bf2cc90 "Handlingen kunne ikke udføres. Handling tillades ikke"}
    8/19/14 12:06:26.348 parentalcontrolsd[248]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    8/19/14 12:06:28.179 soagent[159]: Killing soagent.
    8/19/14 12:06:28.180 com.apple.dock.extra[207]: SOHelperCenter main connection interrupted
    8/19/14 12:06:28.180 NotificationCenter[162]: SOHelperCenter main connection interrupted
    8/19/14 12:06:28.181 imagent[165]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:159)
    8/19/14 12:06:28.181 imagent[165]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:159)
    8/19/14 12:06:38.159 launchproxyls[143]: Launch Services seeding complete
    8/19/14 12:06:43.523 mds_stores[105]: (Error) SecureStore: Access token 3 changed uid from -1 to 501
    8/19/14 12:06:44.242 distnoted[266]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/19/14 12:06:44.338 mdworker[264]: sandbox cache error 3850
    8/19/14 12:06:44.414 mdworker[263]: sandbox cache error 3850
    8/19/14 12:06:44.541 mdworker[265]: sandbox cache error 3850
    8/19/14 12:06:44.927 mdworker[256]: sandbox cache error 3850
    8/19/14 12:06:49.637 root[273]: on_wire failed for server 17.72.148.52!
    8/19/14 12:06:49.638 root[273]: on_wire failed for server 17.72.148.53!
    8/19/14 12:06:49.734 ntpd[44]: proto: precision = 1.000 usec
    8/19/14 12:06:54.173 com.apple.SecurityServer[14]: Session 100012 created
    8/19/14 12:07:04.051 digest-service[92]: digest-request: uid=0
    8/19/14 12:07:04.052 digest-service[92]: digest-request: init request
    8/19/14 12:07:04.055 digest-service[92]: digest-request: init return domain: MACBOOKPRO-C0FE server: FREDERIK-BANGS-MACBOOK-PRO indomain was: <NULL>
    8/19/14 12:07:04.000 kernel[0]: Sandbox: netbiosd(223) deny mach-lookup com.apple.networkd
    8/19/14 12:07:04.081 digest-service[92]: digest-request: uid=0
    8/19/14 12:07:04.082 digest-service[92]: digest-request: init request
    8/19/14 12:07:04.085 digest-service[92]: digest-request: init return domain: MACBOOKPRO-C0FE server: FREDERIK-BANGS-MACBOOK-PRO indomain was: <NULL>
    8/19/14 12:07:05.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0PS (kSMCKeyNotFound)
    8/19/14 12:07:05.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key B0OS (kSMCKeyNotFound)
    8/19/14 12:07:30.113 netbiosd[223]: name servers down?
    8/19/14 12:09:25.522 SystemUIServer[178]: It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext() to debug.  This will be logged only once.  This may break in the future.
    8/19/14 12:09:25.523 loginwindow[65]: magsafeStateChanged state changed old 1 new 2
    8/19/14 12:09:52.053 loginwindow[65]: magsafeStateChanged state changed old 2 new 1
    8/19/14 12:10:09.629 mds[61]: (Normal) Volume: volume:0x7fc02d818000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.gT5dd6
    8/19/14 12:10:34.256 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x175] flags: 0x8 binding: FileInfoBinding [0x27d] - extension: jpg, UTI: public.jpeg, fileType: ????.
    8/19/14 12:10:34.256 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: jpg, UTI: public.jpeg, fileType: ???? request size:16 scale: 1
    8/19/14 12:10:37.088 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x27f] flags: 0x8 binding: FileInfoBinding [0x177] - extension: pptx, UTI: org.openxmlformats.presentationml.presentation, fileType: ????.
    8/19/14 12:10:37.088 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: pptx, UTI: org.openxmlformats.presentationml.presentation, fileType: ???? request size:16 scale: 1
    8/19/14 12:10:37.122 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x281] flags: 0x8 binding: FileInfoBinding [0x3c3] - extension: pptm, UTI: org.openxmlformats.presentationml.presentation.macroenabled, fileType: ????.
    8/19/14 12:10:37.123 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: pptm, UTI: org.openxmlformats.presentationml.presentation.macroenabled, fileType: ???? request size:16 scale: 1
    8/19/14 12:10:37.195 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x283] flags: 0x8 binding: FileInfoBinding [0x179] - extension: potx, UTI: org.openxmlformats.presentationml.template, fileType: ????.
    8/19/14 12:10:37.195 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: potx, UTI: org.openxmlformats.presentationml.template, fileType: ???? request size:16 scale: 1
    8/19/14 12:10:37.202 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x285] flags: 0x8 binding: FileInfoBinding [0x3c5] - extension: png, UTI: public.png, fileType: PNGf.
    8/19/14 12:10:37.203 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xa03] flags: 0x8 binding: FileInfoBinding [0x903] - extension: png, UTI: public.png, fileType: PNGf request size:16 scale: 1
    8/19/14 12:10:37.326 com.apple.SecurityServer[14]: Session 100016 created
    8/19/14 12:10:37.380 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x287] flags: 0x8 binding: FileInfoBinding [0x17b] - extension: (NULL), UTI: com.microsoft.waveform-audio, fileType: WAVE.
    8/19/14 12:10:37.380 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: (NULL), UTI: com.microsoft.waveform-audio, fileType: WAVE request size:16 scale: 1
    8/19/14 12:10:38.590 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x1ad] flags: 0x8 binding: FileInfoBinding [0x2c1] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN.
    8/19/14 12:10:38.590 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN request size:128 scale: 1
    8/19/14 12:10:38.608 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x303] flags: 0x8 binding: BundleBinding [0x2c3] URL: file:///System/Library/PreferencePanes/Bluetooth.prefPane bundle identifier: (null).
    8/19/14 12:10:38.609 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1003] flags: 0x8 binding: BundleBinding [0xf03] URL: file:///System/Library/PreferencePanes/Bluetooth.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:38.613 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x307] flags: 0x8 binding: BundleBinding [0x1b3] URL: file:///System/Library/PreferencePanes/AppStore.prefPane bundle identifier: (null).
    8/19/14 12:10:38.614 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1203] flags: 0x8 binding: BundleBinding [0x1103] URL: file:///System/Library/PreferencePanes/AppStore.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:38.625 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x1b7] flags: 0x8 binding: BundleBinding [0x30b] URL: file:///System/Library/PreferencePanes/Speech.prefPane bundle identifier: (null).
    8/19/14 12:10:38.625 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1403] flags: 0x8 binding: BundleBinding [0x1303] URL: file:///System/Library/PreferencePanes/Speech.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:38.635 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x2c9] flags: 0x8 binding: BundleBinding [0x30d] URL: file:///System/Library/PreferencePanes/DigiHubDiscs.prefPane bundle identifier: (null).
    8/19/14 12:10:38.635 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1603] flags: 0x8 binding: BundleBinding [0x1503] URL: file:///System/Library/PreferencePanes/DigiHubDiscs.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:38.640 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x311] flags: 0x8 binding: BundleBinding [0x2cd] URL: file:///System/Library/PreferencePanes/DateAndTime.prefPane bundle identifier: (null).
    8/19/14 12:10:38.641 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1803] flags: 0x8 binding: BundleBinding [0x1703] URL: file:///System/Library/PreferencePanes/DateAndTime.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:38.647 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x1bd] flags: 0x8 binding: BundleBinding [0x2cf] URL: file:///System/Library/PreferencePanes/SharingPref.prefPane bundle identifier: (null).
    8/19/14 12:10:38.647 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1a03] flags: 0x8 binding: BundleBinding [0x1903] URL: file:///System/Library/PreferencePanes/SharingPref.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:38.653 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x317] flags: 0x8 binding: BundleBinding [0x2d1] URL: file:///System/Library/PreferencePanes/Dock.prefPane bundle identifier: (null).
    8/19/14 12:10:38.653 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1c03] flags: 0x8 binding: BundleBinding [0x1b03] URL: file:///System/Library/PreferencePanes/Dock.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:38.801 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x2e3] flags: 0x8 binding: FileInfoBinding [0x329] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN.
    8/19/14 12:10:38.801 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1e03] flags: 0x8 binding: FileInfoBinding [0x1d03] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN request size:64 scale: 1
    8/19/14 12:10:38.806 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x2e5] flags: 0x8 binding: BundleBinding [0x1d1] URL: file:///System/Library/PreferencePanes/EnergySaver.prefPane bundle identifier: (null).
    8/19/14 12:10:38.806 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x2003] flags: 0x8 binding: BundleBinding [0x1f03] URL: file:///System/Library/PreferencePanes/EnergySaver.prefPane bundle identifier: (null) request size:64 scale: 1
    8/19/14 12:10:39.147 com.apple.IconServicesAgent[205]: main Failed to composit image for binding VariantBinding [0x2e7] flags: 0x8 binding: FileInfoBinding [0x32b] - extension: odt, UTI: org.oasis-open.opendocument.text, fileType: ????.
    8/19/14 12:10:39.148 quicklookd[306]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x2203] flags: 0x8 binding: FileInfoBinding [0x2103] - extension: odt, UTI: org.oasis-open.opendocument.text, fileType: ???? request size:64 scale: 1
    8/19/14 12:10:55.052 com.apple.time[139]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/19/14 12:10:55.000 kernel[0]: Sandbox: xpcd(25) deny ipc-posix-shm-read-data /tmp/com.apple.csseed.34
    8/19/14 12:11:05.962 com.apple.time[139]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/19/14 12:11:18.022 com.apple.time[139]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/19/14 12:11:19.907 com.apple.time[139]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/19/14 12:12:08.987 Console[323]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    This is from step 2
    In step 2 i can't find anything like .crash
    I did it under Diagnostic and Usage Information --> System Diagnostic Reports.
    There's a lot of PluginProcess and powerstats.
    I even tried to filter with .crash and crash, but only 2 lines of something showed up when i tried "crash"

  • How can I use PreloadSWF with files built with -compiler.debug into Flash Player 11.4?

    I'm using Internet Explorer 9 on Windows 7 (x64) with a debug Flash Player (version 11.3.300.271 - I'm using the ActiveX plugin for IE). Using Flex SDK 4.5.1.21328A I compiled the ActionScript code
        package MySample {
            import flash.display.Sprite;
            public class MyHook extends Sprite {
                public function MyHook(): void {
                    super();
    Into a `.swf` file by running the command
        mxmlc.exe -compiler.source-path=. -output=MyHook.swf -tools-locale=en -headless-server=true -static-link-runtime-shared-libraries -compiler.debug -- Sample\MyHook.as
    I then preload this by creating an mm.cfg file and adding an PreloadSwf entry referencing MyHook.swf; running all this in Flash Player 11.3.300.271 works fine; I can point my IE to some web page containing flash applets and my own SWF file is preloaded just nicely.
    However, the most recent Flash Player release on Windows (11.4.402.265) breaks this. After updating the player, any flash applet triggers error message boxes from Flash player saying "Verify Error #1014: Couldn't find spark.components.Application". Clicking the error away opens the same message box, but with a few different type names.
    The workaround I found was to remove the -compiler.debug switch from the mxmlc command line; doing so make things work with Flash Player 11.4 but alas trace() doesn't work anymore.
    Does anybody know how PreloadSWF can be used to preload debug SWF files into Flash Player 11.4?

    Ah, thanks for making me aware of that forum - I didn't know about it. I now reposted the question at http://forums.adobe.com/thread/1068071 - this thread can be closed as far as I'm concerned. Should I mark your answer as being the resolution to my question or the like?

  • Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    Error message when compiling book "file is corrupt" referring to a photo.  Or "cannot find original photo".  Can you use photos that have been "edited" out of "Book Mode"?

    I did copy it to my desktop, but it still won't let me open it.  I think the file on the disc might be corrupt or something like that though the cd itself checks out fine as far as viruses go.  I was able to verify the disc, but that's about it.  My husband tried it on his iMac and we have the same issue.  It's unzipping the folder, but won't let us open the folder on both the Mac Book Pro or the iMac by double clicking, going to file/open or right clicking.  It just keeps saying the same message as I posted above.  I think I'm just going to have the client put the pictures on either a memory card or a USB memory stick so she won't have to compress the files for zipping purposes.  It's been too frustrating trying to open this folder on this cd she gave me.  She said she created/zipped the cd on her Mac Book Pro but it sure won't open on mine.

  • HOWTO: Create 2-node Solaris Cluster 4.1/Solaris 11.1(x64) using VirtualBox

    I did this on VirtualBox 4.1 on Windows 7 and VirtualBox 4.2 on Linux.X64. Basic pre-requisites are : 40GB disk space, 8GB RAM, 64-bit guest capable VirtualBox.
    Please read all the descriptive messages/prompts shown by 'scinstall' and 'clsetup' before answering.
    0) Download from OTN
    - Solaris 11.1 Live Media for x86(~966 MB)
    - Complete Solaris 11.1 IPS Repository Image (total 7GB)
    - Oracle Solaris Cluster 4.1 IPS Repository image (~73MB)
    1) Run VirtualBox Console, create VM1 : 3GB RAM, 30GB HDD
    2) The new VM1 has 1 NIC, add 2 more NICs (total 3). Setting the NIC to any type should be okay, 'VirtualBox Host Only Adapter' worked fine for me.
    3) Start VM1, point the "Select start-up disk" to the Solaris 11.1 Live Media ISO.
    4) Select "Oracle Solaris 11.1" in the GRUB menu. Select Keyboard layout and Language.
    VM1 will boot and the Solaris 11.1 Live Desktop screen will appear.
    5) Click <Install Oracle Solaris> from the desktop, supply necessary inputs.
    Default Disk Discovery (iSCSI not needed) and Disk Selection are fine.
    Disable the "Support Registration" connection info
    6) The alternate user created during the install has root privileges (sudo). Set appropriate VM1 name
    7) When the VM has to be rebooted after the installation is complete, make sure the Solaris 11.1 Live ISO is ejected or else the VM will again boot from the Live CD.
    8) Repeat steps 1-6, create VM2 and install Solaris.
    9) FTP(secure) the Solaris 11.1 Repository IPS and Solaris Cluster 4.1 IPS onto both the VMs e.g under /home/user1/
    10) We need to setup both the packages: Solaris 11.1 Repository and Solaris Cluster 4.1
    11) All commands now to be run as root
    12) By default the 'solaris' repository is of type online (pkg.oracle.com), that needs to be updated to the local ISO we downloaded :-
    +$ sudo sh+
    +# lofiadm -a /home/user1/sol-11_1-repo-full.iso+
    +//output : /dev/lofi/N+
    +# mount -F hsfs /dev/lofi/N /mnt+
    +# pkg set-publisher -G '*' -M '*' -g /mnt/repo solaris+
    13) Setup the ha-cluster package :-
    +# lofiadm -a /home/user1/osc-4_1-ga-repo-full.iso+
    +//output : /dev/lofi/N+
    +# mkdir /mnt2+
    +# mount -f hsfs /dev/lofi/N /mnt2+
    +# pkg set-publisher -g file:///mnt2/repo ha-cluster+
    14) Verify both packages are fine :-
    +# pkg publisher+
    PUBLISHER                   TYPE     STATUS P LOCATION
    solaris                     origin   online F file:///mnt/repo/
    ha-cluster                  origin   online F file:///mnt2/repo/
    15) Install the complete SC4.1 package by installing 'ha-cluster-full'
    +# pkg install ha-cluster-full+
    14) Repeat steps 12-15 on VM2.
    15) Now both VMs have the OS and SC4.1 installed.
    16) By default the 3 NICs are in the "Automatic" profile and have DHCP configured. We need to activate the Fixed profile and put the 3 NICs into it. Only 1 interface, the public interface, needs to be
    configured. The other 2 are for the cluster interconnect and will be automatically configured by scinstall. Execute the following commands :-
    +# netadm enable -p ncp defaultfixed+
    +//verify+
    +# netadm list -p ncp defaultfixed+
    +#Configure the public-interface+
    +#Verify none of the interfaces are listed, add all the 3+
    +# ipadm show-if+
    +# run dladm show-phys or dladm show-link to check interface names : must be net0/net1/net2+
    +# ipadm create-ip net0+
    +# ipadm create-ip net1+
    +# ipadm create-ip net2+
    +# ipadm show-if+
    +//select proper IP and configure the public interface. I have used 192.168.56.171 & 172+
    +# ipadm create-addr -T static -a 192.168.56.171/24 net0/publicip+
    +#IP plumbed, restart+
    +# ipadm down-addr -t net0/publicip+
    +# ipadm up-addr -t net0/publicip+
    +//Verify publicip is fine by pinging the host+
    +# ping 192.168.56.1+
    +//Verify, net0 should be up, net1/net2 should be down+
    +# ipadm+
    17) Repeat step 16 on VM2
    18) Verify both VMs can ping each other using the public IP. Add entries to each other's /etc/hosts
    Now we are ready to run scinstall and create/configure the 2-node cluster
    19)
    +# cd /usr/cluster/bin+
    +# ./scinstall+
    select 1) Create a new cluster ...
    select 1) Create a new cluster
    select 2) Custom in "Typical or Custom Mode"
    Enter cluster name : mycluster1 (e.g)
    Add the 2 nodes : solvm1 & solvm2 and press <ctrl-d>
    Accept default "No" for <Do you need to use DES authentication>"
    Accept default "Yes" for <Should this cluster use at least two private networks>
    Enter "No" for <Does this two-node cluster use switches>
    Select "1)net1" for "Select the first cluster transport adapter"
    If there is warning of unexpected traffic on "net"1, ignore it
    Enter "net1" when it asks corresponding adapter on "solvm2"
    Select "2)net2" for "Select the second cluster transport adapter"
    Enter "net2" when it asks corresponding adapter on "solvm2"
    Select "Yes" for "Is it okay to accept the default network address"
    Select "Yes" for "Is it okay to accept the default network netmask"Now the IP addresses 172.16.0.0 will be plumbed in the 2 private interfaces
    Select "yes" for "Do you want to turn off global fencing"
    (These are SATA serial disks, so no fencing)
    Enter "Yes" for "Do you want to disable automatic quorum device selection"
    (we will add quorum disks later)
    Enter "Yes" for "Proceed with cluster creation"
    Select "No" for "Interrupt cluster creation for cluster check errors"
    The second node will be configured and 2nd node rebooted
    The first node will be configured and rebootedAfter both nodes have rebooted, verify the cluster has been created and both nodes joined.
    On both nodes :-
    +# cd /usr/cluster/bin+
    +# ./clnode status+
    +//should show both nodes Online.+
    At this point there are no quorum disks, so 1 of the node's will be designated quorum vote. That node VM has to be up for the other node to come up and cluster to be formed.
    To check the current quorum status, run :-
    +# ./clquorum show+
    +//one of the nodes will have 1 vote and other 0(zero).+
    20)
    Now the cluster is in 'Installation Mode' and we need to add a quorum disk.
    Shutdown both the nodes as we will be adding shared disks to both of them
    21)
    Create 2 VirtualBox HDDs (VDI Files) on the host, 1 for quorum and 1 for shared filesystem. I have used a size of 1 GB for each :-
    *$ vboxmanage createhd --filename /scratch/myimages/sc41cluster/sdisk1.vdi --size 1024 --format VDI --variant Fixed*
    *0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%*
    *Disk image created. UUID: 899147b9-d21f-4495-ad55-f9cf1ae46cc3*
    *$ vboxmanage createhd --filename /scratch/myimages/sc41cluster/sdisk2.vdi --size 1024 --format VDI --variant Fixed*
    *0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%*
    *Disk image created. UUID: 899147b9-d22f-4495-ad55-f9cf15346caf*
    22)
    Attach these disks to both the VMs as shared type
    *$ vboxmanage storageattach solvm1 --storagectl "SATA" --port 1 --device 0 --type hdd --medium /scratch/myimages/sc41cluster/sdisk1.vdi --mtype shareable*
    *$ vboxmanage storageattach solvm1 --storagectl "SATA" --port 2 --device 0 --type hdd --medium /scratch/myimages/sc41cluster/sdisk2.vdi --mtype shareable*
    *$ vboxmanage storageattach solvm2 --storagectl "SATA" --port 1 --device 0 --type hdd --medium /scratch/myimages/sc41cluster/sdisk1.vdi --mtype shareable*
    *$ vboxmanage storageattach solvm2 --storagectl "SATA" --port 2 --device 0 --type hdd --medium /scratch/myimages/sc41cluster/sdisk2.vdi --mtype shareable*
    The disks are attached to SATA ports 1 & 2 of each VM. On my VirtualBox on Linux, the controller type is "SATA", whereas on Windows it is "SATA Controller".
    The "--mtype shareable' parameter is important
    23)
    Mark both disks as shared :-
    *$ vboxmanage modifyhd /scratch/myimages/sc41cluster/sdisk1.vdi --type shareable*
    *$ vboxmanage modifyhd /scratch/myimages/sc41cluster/sdisk2.vdi --type shareable*
    24) Start both VMs. We need to format the 2 shared disks
    25) From VM1, run format. In my case, the 2 new shared disks show up as 'c7t1d0' and 'c7t2d0'.
    +# format+
    select disk 1 (c7t1d0)
    [disk formated]
    FORMAT MENU
    fdisk
    Type 'y' to accept default partition
    partition
    0
    <enter>
    <enter>
    1
    995mb
    print
    label
    <yes>
    quit
    quit26) Repeat step 25) for the 2nd disk (c7t2d0)
    27) Make sure the shared disks can be used for quorum :-
    On VM1
    +# ./cldevice refresh+
    +# ./cldevice show+
    On VM2
    +# ./cldevice refresh+
    +# ./cldevice show+
    The shared disks should have the same DID (d2,d3,d4 etc). Note down the DID that you are going to use for quorum (e.g d2)
    By default, global fencing is enabled for these disks. We need to turn it off for all disks as these are SATA disks :-
    +# cldevice set -p default_fencing=nofencing-noscrub d1+
    +# cldevice set -p default_fencing=nofencing-noscrub d2+
    +# cldevice set -p default_fencing=nofencing-noscrub d3+
    +# cldevice set -p default_fencing=nofencing-noscrub d4+
    28) It is better to do one more reboot of both VMs, otherwise I got a error when adding the quorum disk
    29) Run clsetup to add quorum disk and to complete cluster configuration :-
    +# ./clsetup+
    === Initial Cluster Setup ===
    Enter 'Yes' for "Do you want to continue"
    Enter 'Yes' for "Do you want add any quorum devices"
    Select '1) Directly Attached Shared Disk' for the type of device
    Enter 'Yes' for "Is it okay to continue"
    Enter 'd2' (or 'd3') for 'Which global device do you want to use'
    Enter 'Yes' for "Is it okay to proceed with the update"
    The command 'clquorum add d2' is run
    Enter 'No' for "Do you want to add another quorum device"
    Enter 'Yes' for "Is it okay to reset "installmode"?"Cluster initialization is complete.!!!
    30) Run 'clquorum status' to confirm both nodes and the quorum disk have 1 vote each
    31) Run other cluster commands to explore!
    I will cover Data services and shared file system in another post. Basically the other shared disk
    can be used to create a UFS filesystem and mount it on all nodes.

    The Solaris Cluster 4.1 Installation and Concepts Guide are available at :-
    http://docs.oracle.com/cd/E29086_01/index.html
    Thanks.

  • How to Install oracle 11G Solaris 10 NO GUI using command line

    Hello
    I need to install oracle 11G R2 on Solaris 10 but cant use interactive mode i tried the following
    /runInstaller -silent -force -debug FROM_LOCATION="/var/tmp/oracle/database/stageproducts.xml" ORACLE_HOME="/oracle/product"
    As per oracle metalink documentation - however i get the following messages
    [SEVERE] - My Oracle Support Username/Email Address Not Specified
    has anyone installed oracle with no interactive mode how can i do so ?
    thank you

    Have you followed the needed steps in the Install Guide ? http://download.oracle.com/docs/cd/E11882_01/install.112/e17163/app_nonint.htm#BABFEECI
    HTH
    Srini

  • Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    4195bee8-4db0-4799-a674-18f89aa500cb wrote:
    i dont have access to My Oracle Support can u send text or html of document please?
    Moderator Action:
    No they cannot send you a document that is available only to those with access to MOS.
    That would violate the conditions of having such service contract credentials.
    Asking someone to violate such privileges is a serious offense and could get that other person's organization banned from all support and all their support contracts cancelled.
    Your post is locked.
    Your duplicate post that you placed into the Audit Vault forum space has been removed (it had no responses).
    This thread which you had placed in the Solaris 10 forum space is moved to the Audit Vault forum space.
    That's the proper location for Audit Vault questions.

Maybe you are looking for

  • Unable to get windows xp pro to boot on partitioned hard drive

    Just got an intel based Macbook Pro for the express purpose of not having to carry a Pc around as I already had a G4 Macbook Pro which works well. Spent 2 hours trying to get the window to boot as bootcamp says it should once the XP is downloaded on

  • Blocking a Down payment for a particular vendor

    Hi Gurus, Can i block payments in form of Down payments to a particular vendor. All other bills that are due are eligible to be paid. I need this control to ensure that Payments for a particular vendor is always against an invoice and not downpayment

  • Delete my win 7 but cannot restore from recovery partition any more

    Hello, I tried to restore my computer to a fresh install, but instead using the restore to default I pressed the delete all so I don't even got a windows. I install win7 from USB and I can see the TOSHIBARECOVERY partition in the disk management. How

  • Dynamic determination

    here is a snippet of code used by me public void focusLost(FocusEvent fe) {           JTextField myjtf = (JTextField) (fe.getSource()) ; //mmore code This focusLost event gets called by set of 5 JTextFields which form an array. Now in the focusLost e

  • Search Center

    I have successfully setup Sharepoint 2013 Enterprise and added a site collection with a library and document in. I have then setup the Search Centre site to search the documents and the crawler. The Search Centre finds the files in the library but on