Generate uuid(UUID)

Hi guys!
Grettings all.I see j2se has UUID class from where i have generated uuid like the following way
UUID.randomUUID().toString()
which actually produce this: f5b97880-dd6a-43fd-b9ee-053b337aeea9 and which is a 32 bit character separated by "- " character.
I want to generate this kind of UUID in j2me side, I see theres javax.bluetooth.UUID class.but i cant play with it for due to lacks of document.I saw ppl tried to use code like
String uuidString = "102030405060708090A0B0C0D0E0F010";
          UUID uuid = new UUID(uuidString, false);
by calling toString of UUID class it actually returns what i have provided.
Would you please tell me how can generate uuid as like standard jvm (j2se) does.
Your advice and help would be great.

There is a wikipedia article:
http://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_.28random.2 9
Assuming you want to make "Version 4" UUID:
You can make a table with columns for:
- Version which is always "4"
- Y which may be the digit 8, 9, A, or B
- 30 columns which contain a random value from the set 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F (hexidecimal digits)
the formula for C2=NUMTOBASE(RANDBETWEEN(8, 11), 16)
Fill this straight down
D2 =NUMTOBASE(RANDBETWEEN(0,15), 16)
fill to the right, then fill cell D2 - AG1 down
B2 should be 4
fill down (copy , then select range B3 to the end, then paste)
B2=D2&E2&F2&G2&H2&I2&J2&K2&"-"&L2&M2&N2&O2&"-"&B2&P2&Q2&R2&"-"&C2&S2&T2&U2&"-"&V 2&W2&X2&Y2&Z2&AA2&AB2&AC2&AD2&AE2&AF2&AG2
fill down

Similar Messages

  • Best Practice to generate UUIDs in a Cluster-Server Environment

    Hi all,
    I just need some inputs over the best practices to generate UUIDs in typical internet world where there are multiple servers/JVMs involved for load balancing or traffic distribution etc. I know JAVA is shipped with very efficient UUID generator API.
    But still that doesn't solve the issue in multiple server environment.
    For the discussion sake lets assume I need it to be unique over the setup than a near unique.
    How do you guys approach it?
    Thanks you all in advance.

    codeNombre wrote:
    jverd wrote:
    codeNombre wrote:
    Thanks jverd,
    So adding to the theory of "distinguishing all possible servers" in addition to UUID over each server would be the way to go.If you're unreasonably paranoid, sure.I think its a common problem and there is a big number of folks who might still be bugged about the "relative uniqueness" of UUID in long run. People who don't understand probability and scale, sure.
    Again coming back to my original problem in an "internet world", shouldn't the requirement like unique id between different servers be dealt with generating the UUID's at a layer before entering into the multi-server setup. Where would that be? I don't have the answer..Again, that is the POINT of the UUID class--so that you can generate as many IDs as you want and still be confident that nobody anywhere is in the world has ever generated any of those same IDs. However, if your requirements say UUID is not good enough, then you need to define what is, and that means having a lot of foresight as to how this system will evolve and how long it will live, AND having total control over some aspect of your servers, AND having a process that is so good that it's LESS LIKELY for a human to screw up and re-use a "unique" server ID than the probabilities I presented in my previous post.

  • Is there a best way to create a uuid.

    Hi all,
    I'm a little bit confused about the right way to create unique objects ids, a way not depend on a database.
    There seems to be several approaches to do this:
    1.The class java.rmi.dcg.VMID states: 'A VMID is a identifier that is unique across all Java virtual machines.
    It generate a uuid which can be convertet to a String.
    2.The class net.jini.id.Uuid states: 'A 128-bit value to serve as a universally unique identifier. Two Uuids are equal if they have the same 128-bit value. Uuid instances can be created using the static methods of the UuidFactory class.
    3.The W3C org seems to have a guid generation.
    4.If you search the internet you will find several other implementations, like www.doomdark.org/doomdark/proj/jug/
    Why exist so many implementations of this feature?
    What is wrong with VMID?
    Klaus

    There was a question similar to this a little while
    back:
    http://forum.java.sun.com/thread.jsp?forum=4&thread=458
    77Mmm, but they werent able to produce any satisfying answere there either...
    Generating a true UUID is by nature plaform dependent, and should IMHO be implemented by the JRE/language libraries. Native code that is not a part of the JRE is always a problem, especially in J2EE environment. In addition, true uuids are useful in very many programming situations. Also, the random based versions are pretty dangerous, and can cause pretty nasty problems.

  • [SOLVED]Incorrect UUIDs

    I promise this isn't just another duplicate post like so many others from people who just start blindly posting when they have a problem. It's really not. I've searched thoroughly, and even found something of a solution to my original problem here on this very forum. Just give me a chance.
    Anyway, I'll get to the point. After taking a break from Arch to experiment with Slackware, I decided that--while I did enjoy Slack--I missed Arch too much and wanted to return. Since it's been awhile I see some things have changed. The installation process seems mostly the same as when I had stopped, but it doesn't want to go as smoothly as it used to for me. I, like many others, have recently come across this error after what I thought was a successful install:
    Booting 'Arch GNU/Linux, with Linux core repo kernel'
    error: no such device: ad4103fa-d940-47ca-8506-301d8071d467.
    Loading Linux core repo kernel ...
    error: file '/boot/vmlinuz-linux' not found.
    Loading initial ramdisk ...
    error: you need to load the kernel first.
    Press any key to continue...
    Now wait! Don't start getting frustrated and tell me to use the Search function or otherwise label me as a leecher, noob, or idiot. I promise you, I did use the Search function. Quite a bit. I arrived at this thread: https://bbs.archlinux.org/viewtopic.php?id=157195, which helped me to achieve a semi-fix. I did as the link suggested, and when I rebooted, GRUB loads, and I saw three entries for Arch instead of the original two that are there by default with GRUB. Both of these had the random non-existent UUID posted above. The third entry, on the bottom, was simply labeled: Arch Linux. I checked my grub.cfg; indeed the UUID matches the one in my /etc/fstab. This one get's me into my installed system successfully, however, it does so without displaying any of those pretty Arch startup messages whatsoever. Just blank, then I'm at a login prompt. Weird. Another thing I noticed is that there's no Windows entry, however, there is an entry for it when I look at the actual grub.cfg. One other odd thing is that UUID in the above error is the exact same as the one mentioned in the solved thread I visited.
    Now that I've given that background here's some info. Much like the link I posted above I have a dual-boot, installed Arch from USB. Partitioning scheme is as follows:
    /dev/sda1 - Windows boot
    /dev/sda2 - Windows
    /dev/sda3 - Shared NTFS part visible in both windows and *nix
    /dev/sda5 - logical /
    /dev/sda6 - logical /boot
    /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # UUID=6b8bc0b7-0723-4227-8cd3-eb246fe71cfe
    /dev/sda6 / ext4 rw,relatime,data=ordered 0 1
    # UUID=2097ae5f-4235-436c-8fcf-c3451b0fe26a
    /dev/sda5 /boot ext4 rw,relatime,stripe=4,data=ordered 0 2
    grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos6'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 6b8bc0b7-0723-4227-8cd3-eb246fe71cfe
    else
    search --no-floppy --fs-uuid --set=root 6b8bc0b7-0723-4227-8cd3-eb246fe71cfe
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-6b8bc0b7-0723-4227-8cd3-eb246fe71cfe' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2097ae5f-4235-436c-8fcf-c3451b0fe26a
    else
    search --no-floppy --fs-uuid --set=root 2097ae5f-4235-436c-8fcf-c3451b0fe26a
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=6b8bc0b7-0723-4227-8cd3-eb246fe71cfe rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-6b8bc0b7-0723-4227-8cd3-eb246fe71cfe' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2097ae5f-4235-436c-8fcf-c3451b0fe26a
    else
    search --no-floppy --fs-uuid --set=root 2097ae5f-4235-436c-8fcf-c3451b0fe26a
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=6b8bc0b7-0723-4227-8cd3-eb246fe71cfe rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6b8bc0b7-0723-4227-8cd3-eb246fe71cfe' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 2097ae5f-4235-436c-8fcf-c3451b0fe26a
    else
    search --no-floppy --fs-uuid --set=root 2097ae5f-4235-436c-8fcf-c3451b0fe26a
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=6b8bc0b7-0723-4227-8cd3-eb246fe71cfe rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-6b8bc0b7-0723-4227-8cd3-eb246fe71cfe' {
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-8832E79332E78512' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 8832E79332E78512
    else
    search --no-floppy --fs-uuid --set=root 8832E79332E78512
    fi
    chainloader +1
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    All the UUIDs seem to match the one in /etc/fstab. For some reason when I boot up it doesn't show any startup messages, as well, I get these errors:
    When running grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning.
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    No volume groups found
    Found Windows 7 (loader) on /dev/sda1
    error: out of memory.
    error: syntax error.
    error: Incorrect command.
    error: syntax error.
    Syntax error at line 175
    Syntax errors are detected in generated GRUB config file.
    Ensure that there are no errors in /etc/default/grub
    and /etc/grub.d/* files or please file a bug report with
    /boot/grub/grub.cfg.new file attached.done
    [ 226.740489] SQUASHFS error: Can't find a SQUASHFS superblock on sda4
    [ 226.744243] EXT4-fs (sda4): unable to read superblock
    [ 226.747550] EXT4-fs (sda4): unable to read superblock
    [ 226.750797] EXT4-fs (sda4): unable to read superblock
    and when running os-prober:
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning.
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    /run/lvm/lvmetad.socket: connect failed: No such file or directory
    No volume groups found
    /dev/sda1:Windows 7 (loader):Windows:chain
    There error also displays EXT4-fs (sda4): unable to read superblock, three times but with different numbers in front of them. This obviously has a lot to do with why GRUB isn't detecting Windows.
    I really don't understand why the command:
    genfstab -p /mnt >> /mnt/etc/fstab
    Seems to want to create this UUID: ad4103fa-d940-47ca-8506-301d8071d467
    Because that's the UUID it puts in my /etc/fstab and that is the same exact one the other user was given in the link I provided. Is this some sort of bug? Generating fstab has always gone without a hitch before I left for Slackware. So, to summarize as to make the post less confusing:
    Issues:
    - genfstab /mnt >> /mnt/etc/fstab generates wrong UUIDs and I have to restart and implement the solution in the link provided.
    - Aforementioned solution somewhat works, it boots me into my system but I see no startup messages(I like those startup messages), and there is obviously something wrong if this is happening anyway.
    - GRUB refuses to detect Windows despite what is in grub.cfg, and os-prober and grub-mkconfig -o /boot/grub/grub.cfg spits out errors.
    Thanks very much.
    Last edited by xworld (2013-12-19 07:02:47)

    Thanks for the tip with the english output, didn't know that.
    I hadn't searched that problem as my boot process works, lowering the severity-level of this particular error to 'interesting'.
    In english the message says
    LC_ALL=C sudo grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    No volume groups found
    error: out of memory.
    error: syntax error.
    error: Incorrect command.
    error: syntax error.
    Syntax error at line 166
    Syntax errors are detected in generated GRUB config file.
    Ensure that there are no errors in /etc/default/grub
    and /etc/grub.d/* files or please file a bug report with
    /boot/grub/grub.cfg.new file attached.done
    Now I had  time to mess around with the grub files, here's what's going wrong:
    Syntax error at line 166
    Line 166 happens to be the last line in /boot/grub/grub.cfg.new.
    If I remove the 40_memtest file from /etc/grub.d/, the resulting grub.cfg.new is shorter and the error message is just
    Syntax error at line 142
    Such last line errors normally hint to a missing semicolon or unclosed brackets, something like that.
    That's what happens here too.
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ba68a391-44a1-4849-aa24-1ed08facbd0f' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 ba68a391-44a1-4849-aa24-1ed08facbd0f
    else
    search --no-floppy --fs-uuid --set=root ba68a391-44a1-4849-aa24-1ed08facbd0f
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=ba68a391-44a1-4849-aa24-1ed08facbd0f rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-ba68a391-44a1-4849-aa24-1ed08facbd0f' {
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    At the bottom, the submenu entry? This bracket never gets closed.
    The reason for this lies in /etc/grub.d/10_linux line 274 ff:
    echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' \$menuentry_id_option 'gnulinux-advanced-$boot_device_id' {"
    is_top_level=false
    fi
    if ! test -e "/etc/arch-release" ; then
    linux_entry "${OS}" "${version}" advanced \
    "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
    fi
    if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then
    linux_entry "${OS}" "${version}" recovery \
    "single ${GRUB_CMDLINE_LINUX}"
    fi
    list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '`
    done
    # If at least one kernel was found, then we need to
    # add a closing '}' for the submenu command.
    if ! test -e "/etc/arch-release" ; then
    if [ x"$is_top_level" != xtrue ]; then
    echo '}'
    fi
    fi
    The first line in this excerpt opens the bracket, the two if clauses at the bottom should close it but they don't.
    At leas the first clause returns false.
    After just commenting out line 274, thus never opening the submenu entry, the error mesage is gone
    LC_ALL=C sudo grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    No volume groups found
    done
    So, large text, small insight;
    the problem isn't the submenu or the  10_Linux script itself but rather that
    if ! test -e "/etc/arch-release" ;
    isn't true.
    That's because the file is there, it's empty (0B) but it should contain something or not be there at all. It being there but empty borks the whole thing
    Removing it (= renaming it to "arch-release~")  solves the issue kind of.
    It changes the appearance of the grub menu quite heavily (only Arch and Advanced are there, the 2 core repo kernel entries not) but the boot process still works.
    Last edited by Caldazar (2013-12-20 17:20:55)

  • Java.util.UUID.randomUUID unique across JVM

    I want to have to generate unique id across mutliple JVM. I was wondering if this method was guaranty that ?
    In other words, if I start 2 applications A and B, can I be sure that this method called from A application will never generate the same id in the application B ?
    Otherwise, is their another way to get this id without using a database, just byte code ?
    Thanhk you !

    DrLaszloJamf wrote:
    Those odds are longer than the odds that a hardware glitch silently introduces an error into your code :-)Roughly 2e19 if I did my math right.
    So if we have 2 computers, running at the same rate, then they'll have to each generate 1e19 to have a 0.5 probability of a collision. Assuming they both have 10Ghz clocks, and can generate 1 UUID per clock cycle, then it will take 1e9 seconds, or about 31 years of them running nonstop for a 50% chance of a collision.
    On the other hand, if he wants less than a 1% chance of collision, he only gets to generate those 10 billion UUIDs per second non-stop for about 3 years. That is, every person on earth only gets a little more than one UUID per second for the next 3 years before there's a 1% chance of collision.
    Edited by: jverd on Feb 10, 2009 10:34 AM

  • @GeneratedValue using UUID

    New to Java world.
    Wondering if I can specify UUID concept in EJB 3.0 using @GeneratedValue annotation for a ID field.
    Example:
    @Entity
    public class Customer implements Serializable {
    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    Instead of using GenerationType AUTO, is there a way to get UUID. Don't want to use IDENTITY method either (I dont want to use database specific id values).
    Thanks for your input.

    To my understanding, you need to use:
    @GeneratedValue(generator="<generator_name>") The generator name would depend on the persistence implementation you use.
    @GeneratedValue(generator="uuid-hex") works with OpenJPA
    @GeneratedValue(generator="system-uuid") works with Hibernate
    and so on...

  • Generating a Vendor UUID and Product ID

    I understand the concept of UUID and a product ID, but I don't know in practice how to go about getting one. I'm working on making an appliance for my company, and let me preface this by saying I'm not a developer, and I'm wondering if a vendor UUID would be unique thoroughout the entire company and if this is registered somewhere so can find it.
    I see websites that offer to generate you a free unique ID but can I just use anyone that I want? How could I find out if we have one?
    As for the product ID, I assume in that case I can just randomly generate one, correct?

    The message means that the computer is searching for a Canon scanner that isn't connected, msalzberg (or, at least, the Canon "Button Manager" software is looking for it).
    See http://josh.corduroy.biz/2005/12/07/canon-scanner-error-messages/
    It is not likely to be related to your shutdown issues, though, I fear.
    A power supply problem is much more likely to be the cause of your shutdowns. It should be covered by one of the the Apple extension repair programs if your are out of warranty .
    Cheers
    Rod

  • Functionality to generate UUID (for Serializable interface)

    When working with custom components, the java.io.Serializable interface often is a must. Eclipse always complains about the missing UUID-attribute. There are a few plugins around to generate them, but an integrated solution in NitroX would be really cool.

    Eclipse 3.1 will offer you the option to generate serials for you if you open the Quick Fix menu for the warning.PERFECT. :D :D Thanks for the hint. So we only have to wait for NitroX fro 3.1 :twisted:
    Apart from that I would claim it's hardly a feature in the scope of NitroX.Well. Yes an no.
    As lots of the objects that one uses in the context of the session, or as objects that should be sent over the wire (state=client) in JSF, it is in the scope of every plugin or IDE that wants to help the developer develop JSF-application, therefor it is in the scope...
    But with Eclipse providing it already (soon...) it is no discussion any more.
    regards
    Alexander

  • Generate a new UUID for ICE Syndication

    We have created a new node for our portal in another region by copying over the database and files.  Everything seems to be okay, but the UUID in the ICE Syndication / Subscription is the same as the node we copied from.  So it doesn't work right when I try to have both nodes as subscribing to another node.  There is a conflict with the UUID.  How can I force the system to regenerate a new UUID?  This is EP7 SPS10

    For anyone interested, I found the fix for this in SAP note 883859 #5.  Involves importing a clean configuration.

  • GetConnectionURL returns null in Bluetooth Application

    Hi,
    I am trying to make my first steps with the JSR-82 API on mobile phones
    (Nokia 6680 and Sony Ericsson W800i). I have written a simple program
    (see code below), which is supposed to discover near-by devices, search
    for a given service (UUID) on a chosen (previously discovered) device
    (=server) and then to connect to the server and send a byte (n) to it. The
    server should then in turn send n+1 back. All this should be done using
    RFCOMM.
    The code works fine in the emulator as well as on two Nokia phones and
    on two SE phones. It further works, when using a Nokia phone as the
    server and a SE phone as the client. However, when using a SE as the
    client and a Nokia as the server, the call to getConnectionURL() returns
    null instead of a valid URL that can be used to set up the connection
    (you can find this piece of code in the ClientThread class). Can somebody
    explain me what I am doing wrong?
    Thanks,
    Michael
    P.S.:At first I thought it might be a compatibility problem, but in the
    BluetoothDemo program that comes with WTK2.2 the correct URL ist
    returned by getConnectionURL() (have other problems with this example
    though, when it comes to download images, in particular...).
    import java.io.IOException;
    import java.util.Vector;
    import javax.bluetooth.BluetoothStateException;
    import javax.bluetooth.DataElement;
    import javax.bluetooth.DeviceClass;
    import javax.bluetooth.DiscoveryAgent;
    import javax.bluetooth.DiscoveryListener;
    import javax.bluetooth.LocalDevice;
    import javax.bluetooth.RemoteDevice;
    import javax.bluetooth.ServiceRecord;
    import javax.bluetooth.UUID;
    import javax.microedition.io.StreamConnectionNotifier;
    import javax.microedition.lcdui.Alert;
    import javax.microedition.lcdui.AlertType;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.CommandListener;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.lcdui.Form;
    import javax.microedition.lcdui.List;
    import javax.microedition.midlet.MIDlet;
    import javax.microedition.midlet.MIDletStateChangeException;
    public class MessageTest2 extends MIDlet
          implements CommandListener, DiscoveryListener {
          private final int START = 0;
          private final int SERVER_IDLE = 1;
          private final int CLIENT_START = 2;
          private final int CLIENT_DEVICES_DISCOVERED = 3;
          private final int CLIENT_SERVICES_DISCOVERED = 4;
          private final String MY_UUID = "F0E0D0C0B0A000908070605040302010";
          private final Command EXIT_CMD = new Command("Exit", Command.EXIT, 1);
          private final Command OK_CMD = new Command("Ok", Command.OK, 1);
          private List startList = new List("Select Type", List.IMPLICIT);
          private List deviceList = null;
          private List serviceList = null;
          private Form mainForm = new Form("Message Test 2");
          private int state;
          private ServerThread serverThread = null;
          private LocalDevice local = null;
          private DiscoveryAgent agent = null;
          StreamConnectionNotifier server = null;
          private Vector devicesFound = null;
          private ServiceRecord[] servicesFound = null;
          public MessageTest2() {
                super();
                mainForm.addCommand(EXIT_CMD);
                mainForm.addCommand(OK_CMD);
                mainForm.setCommandListener(this);
                startList.addCommand(EXIT_CMD);
                startList.addCommand(OK_CMD);
                startList.append("Server", null);
                startList.append("Client", null);
                startList.setCommandListener(this);
          protected void startApp() throws MIDletStateChangeException {
                state = START;
                Display.getDisplay(this).setCurrent(startList);
          protected void pauseApp() {
                // TODO Auto-generated method stub
          protected void destroyApp(boolean arg0) throws MIDletStateChangeException {
                // TODO Auto-generated method stub
          public void commandAction(Command c, Displayable d) {
                if (c == EXIT_CMD) {
                      if (server != null) {
                            try {
                                  server.close();
                            } catch (IOException e) {
                      notifyDestroyed();
                if (c == OK_CMD) {
                      if (state == START) {
                            if (startList.getSelectedIndex() == 0) {
                                  startServer();
                            } else {
                                  startClient();
                      } else if (state == CLIENT_START) {
                            doDeviceDiscovery();
                      } else if (state == CLIENT_DEVICES_DISCOVERED) {
                            doServiceDiscovery();
                      } else if (state == CLIENT_SERVICES_DISCOVERED) {
                            communicate();
          public void deviceDiscovered(RemoteDevice dev, DeviceClass devClass) {
                devicesFound.addElement(dev);
          public void servicesDiscovered(int transID, ServiceRecord[] serviceRecs) {
                servicesFound = serviceRecs;
          public void serviceSearchCompleted(int transID, int respCode) {
                switch(respCode) {
                case DiscoveryListener.SERVICE_SEARCH_COMPLETED:
                      showServices();
                      break;
                case DiscoveryListener.SERVICE_SEARCH_DEVICE_NOT_REACHABLE:
                      System.err.println("Device not reachable");
                      break;
                case DiscoveryListener.SERVICE_SEARCH_ERROR:
                      System.err.println("Service search error");
                      break;
                case DiscoveryListener.SERVICE_SEARCH_NO_RECORDS:
                      System.err.println("No records");
                      break;
                case DiscoveryListener.SERVICE_SEARCH_TERMINATED:
                      System.err.println("Service search terminated (cancelled)");
                      break;
          public void inquiryCompleted(int param) {
                switch (param) {
                case DiscoveryListener.INQUIRY_COMPLETED:
                      showDevices();
                      break;
                case DiscoveryListener.INQUIRY_ERROR:
                      System.err.println("Inquiry error");
                      Display.getDisplay(this).setCurrent(mainForm);
                      break;
                case DiscoveryListener.INQUIRY_TERMINATED:
                      System.err.println("Inquiry terminated (cancelled)");
                      Display.getDisplay(this).setCurrent(mainForm);
                      break;
          public void setServer(StreamConnectionNotifier server) {
                this.server = server;
          private void startServer() {
                state = SERVER_IDLE;
                mainForm.deleteAll();
                mainForm.append("Server");
                Display.getDisplay(this).setCurrent(mainForm);
                String connectionURL = "btspp://localhost:" + MY_UUID + ";"
                      + "authenticate=false;encrypt=false;name=RFCOMM Server";
                try {
                      local = LocalDevice.getLocalDevice();
                      local.setDiscoverable(DiscoveryAgent.GIAC);
                } catch (BluetoothStateException e) {
                      System.err.println(e);
                serverThread = new ServerThread(this, connectionURL);
                serverThread.start();
                System.out.println("Server thread started");
          private void startClient() {
                state = CLIENT_START;
                mainForm.deleteAll();
                mainForm.append("Discover?");
                Display.getDisplay(this).setCurrent(mainForm);
          private void doDeviceDiscovery() {
                Form discoveringForm = new Form("discovering");
                try {
                      local = LocalDevice.getLocalDevice();
                } catch (BluetoothStateException e) {
                      System.err.println(e);
                agent = local.getDiscoveryAgent();
                devicesFound = new Vector();
                try {
                      if (!agent.startInquiry(DiscoveryAgent.GIAC, this)) {
                            System.err.println("Inquiry not started...");
                } catch (BluetoothStateException e) {
                      System.err.println(e);
                Display.getDisplay(this).setCurrent(discoveringForm);
          private void doServiceDiscovery() {
                if (devicesFound.size() <= 0) return;
                int[] attributes = {0x100, 0x101, 0x102};
                UUID[] uuids = new UUID[1];
                uuids[0] = new UUID(MY_UUID, false);
                int index = deviceList.getSelectedIndex();
                RemoteDevice rd = (RemoteDevice)devicesFound.elementAt(index);
                try {
                      agent.searchServices(attributes, uuids, rd, this);
                } catch (BluetoothStateException e) {
                      System.err.println(e);
          private void showDevices() {
                state = CLIENT_DEVICES_DISCOVERED;
                deviceList = new List("Discovered Devices", List.IMPLICIT);
                deviceList.addCommand(EXIT_CMD);
                deviceList.addCommand(OK_CMD);
                deviceList.setCommandListener(this);
                for (int i = 0; i < devicesFound.size(); i++) {
                      RemoteDevice rd = (RemoteDevice)devicesFound.elementAt(i);
                      String str = rd.getBluetoothAddress();
                      try {
                            str = str + " " + rd.getFriendlyName(false);
                      } catch (IOException e) {
                      deviceList.append(str, null);
                Display.getDisplay(this).setCurrent(deviceList);
          private void showServices() {
                state = CLIENT_SERVICES_DISCOVERED;
                if (servicesFound.length <= 0) {
                      mainForm.deleteAll();
                      mainForm.append("no services found");
                      mainForm.append("discover devices?");
                      state = CLIENT_START;
                      Display.getDisplay(this).setCurrent(mainForm);
                      return;
                serviceList = new List("Services Found", List.IMPLICIT);
                serviceList.addCommand(EXIT_CMD);
                serviceList.addCommand(OK_CMD);
                serviceList.setCommandListener(this);
                for (int i = 0; i < servicesFound.length; i++) {
                      String str;
                      ServiceRecord sr = (ServiceRecord)servicesFound;
    DataElement de = sr.getAttributeValue(0x100);
    str = (String)de.getValue();
    serviceList.append(str, null);
    Display.getDisplay(this).setCurrent(serviceList);
    private void communicate() {
    int index = serviceList.getSelectedIndex();
    ServiceRecord sr = (ServiceRecord)servicesFound[index];
    ClientThread clientThread = new ClientThread(this, sr);
    clientThread.start();
    public void showResult(int n) {
    Form resultForm = new Form("End");
    resultForm.addCommand(EXIT_CMD);
    resultForm.setCommandListener(this);
    resultForm.append("Received: " + n);
    Display.getDisplay(this).setCurrent(resultForm);
    public void showMessage(String msg) {
    Displayable d = Display.getDisplay(this).getCurrent();
    Alert al = new Alert("Info", msg, null, AlertType.INFO);
    al.setTimeout(Alert.FOREVER);
    Display.getDisplay(this).setCurrent(al, d);
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.microedition.io.Connector;
    import javax.microedition.io.StreamConnection;
    import javax.microedition.io.StreamConnectionNotifier;
    public class ServerThread extends Thread {
          private MessageTest2 parent;
          private StreamConnectionNotifier server;
          private String connectionURL = null;
          public ServerThread(MessageTest2 parent, String connectionURL) {
                this.parent = parent;
                this.connectionURL = connectionURL;
          public void run() {
                StreamConnection conn = null;
                try {
                      server = (StreamConnectionNotifier) Connector.open(connectionURL);
                } catch (IOException e) {
                      System.err.println(e);
                parent.setServer(server);
                try {
                      conn = server.acceptAndOpen();
                } catch (IOException e) {
                      System.err.println(e);
                InputStream in = null;
                int n = -1;
                try {
                      in = conn.openInputStream();
                      n = in.read();
                } catch (IOException e) {
                      System.err.println(e);
                if (in != null) {
                      try {
                            in.close();
                      } catch (IOException e) {
                            System.err.println(e);
                try {
                      OutputStream out;
                      out = conn.openOutputStream();
                      out.write(n + 1);
                      out.flush();
                } catch (IOException e) {
                      System.err.println(e);
                try {
                      conn.close();
                } catch (IOException e) {
                      System.out.println(e);
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.bluetooth.ServiceRecord;
    import javax.microedition.io.Connector;
    import javax.microedition.io.StreamConnection;
    public class ClientThread extends Thread {
          private MessageTest2 parent;
          private ServiceRecord sr;
          public ClientThread(MessageTest2 parent, ServiceRecord sr) {
                this.parent = parent;
                this.sr = sr;
          public void run() {
            StreamConnection conn = null;
            String url = null;
            int n = 0;
            try {
                url = sr.getConnectionURL(
                        ServiceRecord.NOAUTHENTICATE_NOENCRYPT, false);
                if (url == null) {
                      parent.showMessage("URL null");
                      return;
                conn = (StreamConnection) Connector.open(url);
            } catch (IOException e) {
                System.err.println("Note: can't connect to: " + url);
            try {
                OutputStream out = conn.openOutputStream();
                out.write(n);
                out.flush();
                out.close();
                InputStream in = conn.openInputStream();
                n = in.read();
            } catch (IOException e) {
                System.err.println("Can't write to server for: " + url);
            try {
                  conn.close();
            } catch (IOException ee) {
                  System.err.println(ee);
            parent.showResult(n);

    Hi:
    How did you compile and build the package using WSDL2JAVA. I tried under UCM 6.1 environment but receiving error message on 2 of the classes that, too large object.
    axisbuild:
    compiling 1007 source files
    /generatedaxisclient/com/cisco/www/AXLAPLService/AXLAPIBindingStub.java:4026:code too large
    public AXLAPIBindingStub(javax.xml.rpc.Service service)throws org.apache.axis.AxisFault {
    Error
    /generatedaxisclient/com/cisco/www/AXLAPLService/AXLAPIBindingStub.java:18:code too large
    public AXLAPIBindingStub(javax.xml.rpc.Service service)throws org.apache.axis.AxisFault {
    static {
    Error
    2 Errors
    Please let me know if you have any thoughts on this.
    Thank You
    Ramesh Vasudevan

  • Mid 2011 rebooting by itself

    I have a mid-2011 iMac (2.8GHz i7, 8GB RAM) with a recent installation of Yosemite. I have now had two occurrences where the machine has spontaneously rebooted - both seem to be sleep/hibernate related, though a search of the literature hasn't turned up too many suggestions that seem to lead me anywhere. Here's an extract of the system logs based in Linc's script; also happy to pull anything else out.
    Start time: 15:37:58 03/05/15
    Revision: 1241
    Model Identifier: iMac12,1
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 1:12
    UID: 501
    SerialATA
        ST31000528AS                           
    USB
        CRCA102#BJ1 (Cyber Power Systems, Inc.)
        USB Audio CODEC (Texas Instruments Japan)
    Bluetooth
        Apple Wireless Trackpad
        Apple Wireless Keyboard
    System errors (per sec)
        Google Chrome H (UID 501, error 35): 130
        Google Chrome (UID 501, error 35): 101
    Firewall: On
    Listeners
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
        launchd: ssh
    Diagnostic reports
        2015-02-11 garcon crash
        2015-02-17 Splashtop Personal hang
        2015-02-17 mdworker32 crash x2
        2015-02-23 garcon crash
        2015-02-24 FindSystemFiles crash
        2015-02-27 Finder hang
        2015-03-05 Finder hang
    Kernel log
        Mar  3 23:09:51 AFP_VFS afpfs_DoReconnect:  Primary Reconnect failed 5 on /Volumes/Backups
        Mar  3 23:10:49 32311.775815: setPOWERSAVE ****SYNC SCAN CANCEL FAILED 
        Mar  4 08:29:58 Failed to get hibernate image filename
        Mar  4 10:34:49 Failed to get hibernate image filename
        Mar  4 12:27:55 Failed to get hibernate image filename
        Mar  4 13:26:26 Failed to get hibernate image filename
        Mar  4 14:23:38 Failed to get hibernate image filename
        Mar  4 16:00:47 Limiting closed port RST response from 440 to 250 packets per second
        Mar  4 16:04:48 Limiting closed port RST response from 396 to 250 packets per second
        Mar  4 16:05:02 Limiting closed port RST response from 387 to 250 packets per second
        Mar  4 16:44:40 Failed to get hibernate image filename
        Mar  4 19:12:47 Limiting closed port RST response from 290 to 250 packets per second
        Mar  4 19:34:43 Failed to get hibernate image filename
        Mar  4 21:09:16 Failed to get hibernate image filename
        Mar  4 22:28:56 Failed to get hibernate image filename
        Mar  5 06:39:37 Failed to get hibernate image filename
        Mar  5 09:43:29 Failed to get hibernate image filename
        Mar  5 11:57:14 Failed to get hibernate image filename
        Mar  5 13:32:18 Failed to get hibernate image filename
        Mar  5 14:20:35 Failed to get hibernate image filename
        Mar  5 14:26:52 Sleep failure code 0x00000040 0x14006900
        Mar  5 14:26:52 System was rebooted due to Sleep/Wake failure
        Mar  5 14:26:53 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Mar  5 14:42:28 Failed to get hibernate image filename
        Mar  5 15:27:06 Failed to get hibernate image filename
    System log
            label = "2.5.4.6";
            "localized label" = "2.5.4.6";
            type = string;
            value = US;
            label = "2.5.4.8";
            "localized label" = "2.5.4.8";
            type = string;
            value = California;
            label = "2.5.4.7";
            "localized label" = "2.5.4.7";
            type = string;
            value = Cupertino;
            label = "2.5.4.10";
            "localized label" = "2.5.4.10";
            type = string;
            value = "Apple Inc.";
            label = "2.5.4.3";
            "localized label" = "2.5.4.3";
            type = string;
            value = "courier.sandbox.push.apple.com";
    Console log
        Feb 27 08:04:05 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Feb 27 08:04:05 nsurlstoraged The read-connection to the DB=/Users/USER/Library/Caches/com.apple.icloud.fmfd/Cache.db is NOT valid.  Unable to determine schema version.
        Feb 27 08:04:05 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Feb 27 08:04:05 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Feb 27 08:04:09 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Feb 27 08:04:14 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Feb 27 08:05:12 ReportCrash Invoking spindump for pid=248 wakeups_rate=542 duration=84 because of excessive wakeups
        Feb 28 06:38:59 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Mar  4 20:51:19 ReportCrash Invoking spindump for pid=4914 wakeups_rate=190 duration=237 because of excessive wakeups
        Mar  4 22:04:11 ReportCrash Invoking spindump for pid=249 thread=4856 percent_cpu=56 duration=161 because of excessive cpu utilization
        Mar  5 11:32:58 ReportCrash Invoking spindump for pid=5203 wakeups_rate=168 duration=268 because of excessive wakeups
        Mar  5 14:54:26 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Mar  5 14:54:26 nsurlstoraged The read-connection to the DB=/Users/USER/Library/Caches/com.apple.icloud.fmfd/Cache.db is NOT valid.  Unable to determine schema version.
        Mar  5 14:54:26 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Mar  5 14:54:26 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Mar  5 14:54:29 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Mar  5 14:54:35 nsurlstoraged realpath() returned NULL for /Users/USER/Library/Caches/com.apple.icloud.fmfd
        Mar  5 14:55:44 ReportCrash Invoking spindump for pid=279 wakeups_rate=536 duration=84 because of excessive wakeups
    Daemons
        com.apple.Kerberos.kdc
        - status: 1
        com.apple.watchdogd
        com.bjango.istatmenusdaemon
        com.google.keystone.daemon
        com.microsoft.office.licensing.helper
        com.timesoftware.timemachineeditor.backup-auto
        com.timesoftware.timemachineeditor.helper
    Agents
        2BUA8C4S2C.com.agilebits.onepassword4-helper
        com.apple.AirPortBaseStationAgent
        com.apple.photostream-agent
        com.bjango.istatmenusagent
        com.bjango.istatmenusnotifications
        com.google.keystone.system.agent
    User login items
        iTunesHelper
        - /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app
        Dropbox
        - /Applications/Dropbox.app
        BetterSnapTool
        - /Applications/BetterSnapTool.app
    User crontab
        0 6,18 * * * curl -o /dev/null --user uuuuuuuu:pppppppp https://dynamic.zoneedit.com/auth/dynamic.html?host=myhost.mydomain.com > /dev/null
    Widgets
        App Update
        Delivery Status
        PEMDAS
    iCloud errors
        bird 57
        cloudd 29
        CallHistorySyncHelper 1
    Restricted files: 71
    Contents of /Library/LaunchAgents/com.bjango.istatmenusagent.plist
        - mod date: Jan 27 13:43:40 2015
        - checksum: 1701899968
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.bjango.istatmenusagent</string>
        <key>Program</key>
        <string>/Library/Application Support/iStat Menus 5/iStatMenusAgent.app/Contents/MacOS/iStatMenusAgent</string>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.bjango.istatmenusnotifications.plist
        - mod date: Jan 27 13:43:40 2015
        - checksum: 3879995847
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.bjango.istatmenusnotifications</string>
        <key>Program</key>
        <string>/Library/Application Support/iStat Menus 5/iStat Menus Notifications.app/Contents/MacOS/iStat Menus Notifications</string>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.bjango.istatmenusdaemon.plist
        - mod date: Jan 27 13:43:40 2015
        - checksum: 3935573610
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.bjango.istatmenusdaemon</string>
        <key>Program</key>
        <string>/Library/Application Support/iStat Menus 5/iStatMenusDaemon</string>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.timesoftware.timemachineeditor.backup-auto.plist
        - mod date: Feb 12 07:52:44 2015
        - checksum: 530410832
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.timesoftware.timemachineeditor.backup-auto</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.timesoftware.timemachineeditor.helpe r</string>
        <string>--backup</string>
        </array>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>1</integer>
        <key>Minute</key>
        <integer>0</integer>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.timesoftware.timemachineeditor.helper.plist
        - mod date: Jan 29 12:49:52 2015
        - checksum: 933387316
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.timesoftware.timemachineeditor.helper</string>
        <key>MachServices</key>
        <dict>
        <key>com.timesoftware.timemachineeditor.helper</key>
        <true/>
        </dict>
        <key>Program</key>
        <string>/Library/PrivilegedHelperTools/com.timesoftware.timemachineeditor.helpe r</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.timesoftware.timemachineeditor.helpe r</string>
        </array>
        </dict>
        </plist>
    Contents of /System/Library/Security/authorization.plist
        - mod date: Oct  9 02:17:00 2014
        - checksum: 2720110640
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1850 more line(s)
    Applications
        /Applications/ACSLogo/ACSLogo.app
        - com.acsmith.acslogo
        /Applications/Carbon Copy Cloner.app
        - com.bombich.ccc
        /Applications/Crayon Physics Deluxe.app
        - com.yourcompany.Crayon
        /Applications/H&R Block 2009.app
        - com.hrblock.tax.2009
        /Applications/H&R Block 2010.app
        - com.hrblock.tax.2010
        /Applications/H&R Block 2011.app
        - com.hrblock.tax.2011
        /Applications/HandBrake.app
        - fr.handbrake.HandBrake
        /Applications/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        - com.microsoft.ASApplication
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
        - com.microsoft.office.setupassistant
        /Applications/Microsoft Office 2011/Office/Microsoft Query.app
        - com.microsoft.Query
        /Applications/Remote Desktop Connection.app
        - com.microsoft.rdc
        /Library/Application Support/Script Editor/Templates/Cocoa-AppleScript Applet.app
        - com.apple.ScriptEditor.id.cocoa-applet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
        - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
        - com.apple.ScriptEditor.id.file-processing-droplet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive Image File Processing Droplet.app
        - com.apple.ScriptEditor.id.image-file-processing-droplet-template
        /Library/Application Support/iStat Menus 5/iStat Menus Notifications.app
        - com.bjango.iStat-Menus-Notifications
        /Library/Application Support/iStat Menus 5/iStatMenusAgent.app
        - com.bjango.iStatMenusAgent
        /Users/USER/Applications/Chrome Apps.localized/Default iabmpiboiopbgfabjmgeedhcmjenhbla.app:® Viewer for Google Chrome™:
        - N/A
        /Users/USER/Documents/Parallels/Windows 7.pvm/Windows 7.app
        - com.parallels.winapp.UUID.UUID.fs
        /Users/USER/Downloads/Aquaria.app
        - com.bit-blot.aquaria
        /Users/USER/Downloads/DEFCON.app
        - uk.co.introversion.Defcon
        /Users/USER/Downloads/Darwinia.app
        - uk.co.darwinia
        /Users/USER/Downloads/mule.app
        - N/A
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_aapocclcgogkmnckokdopfmhonfmgoek/Default aapocclcgogkmnckokdopfmhonfmgoek.app
        - com.google.Chrome.app.Default-aapocclcgogkmnckokdopfmhonfmgoek-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_aohghmighlieiainnegkcijnfilokake/Default aohghmighlieiainnegkcijnfilokake.app
        - com.google.Chrome.app.Default-aohghmighlieiainnegkcijnfilokake-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_apdfllckaahabafndbhieahigkjlhalf/Default apdfllckaahabafndbhieahigkjlhalf.app
        - com.google.Chrome.app.Default-apdfllckaahabafndbhieahigkjlhalf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_coobgpohoikkiipiblmjeljniedjpjpf/Default coobgpohoikkiipiblmjeljniedjpjpf.app
        - com.google.Chrome.app.Default-coobgpohoikkiipiblmjeljniedjpjpf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_felcaaldnbdncclmgdcncolpebgiejap/Default felcaaldnbdncclmgdcncolpebgiejap.app
        - com.google.Chrome.app.Default-felcaaldnbdncclmgdcncolpebgiejap-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_gbchcmhmhahfdphkhkmpfmihenigjmpp/Default gbchcmhmhahfdphkhkmpfmihenigjmpp.app
        - com.google.Chrome.app.Default-gbchcmhmhahfdphkhkmpfmihenigjmpp-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_iabmpiboiopbgfabjmgeedhcmjenhbla/Default iabmpiboiopbgfabjmgeedhcmjenhbla.app:® Viewer for Google Chrome™:
        - N/A
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_nmmhkkegccagdldgiimedpiccmgmieda/Default nmmhkkegccagdldgiimedpiccmgmieda.app
        - com.google.Chrome.app.Default-nmmhkkegccagdldgiimedpiccmgmieda-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pjkljhegncpnkpknbcohdijeoejaedia/Default pjkljhegncpnkpknbcohdijeoejaedia.app
        - com.google.Chrome.app.Default-pjkljhegncpnkpknbcohdijeoejaedia-internal
    Bundles
        /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
        - com.microsoft.sharepoint.browserplugin
        /Users/USER/Library/Widgets/App Update.wdgt
        - com.gck.app_update_widget
        /Users/USER/Library/Widgets/CBSNews.com Breaking News.wdgt
        - com.cbsnews.breakingNews
        /Users/USER/Library/Widgets/Delivery Status.wdgt
        - com.junecloud.widget.deliverystatus
        /Users/USER/Library/Widgets/PEMDAS.wdgt
        - com.donkeyentertainment.widget.PEMDAS
    Bundles (new)
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_nmmhkkegccagdldgiimedpiccmgmieda/Default nmmhkkegccagdldgiimedpiccmgmieda.app
        - com.google.Chrome.app.Default-nmmhkkegccagdldgiimedpiccmgmieda-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pjkljhegncpnkpknbcohdijeoejaedia/Default pjkljhegncpnkpknbcohdijeoejaedia.app
        - com.google.Chrome.app.Default-pjkljhegncpnkpknbcohdijeoejaedia-internal
    Library paths
        /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
        /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/Resources/OPF_Common.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/Fm20.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/MicrosoftOLE2TypesLib.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RefEdit.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RichEdit.dylib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.7.771/_platform_specific/mac_x64/libwidev inecdm.dylib
    App extensions
        com.getdropbox.dropbox.garcon
        com.pixelmatorteam.pixelmator.Repair-Tool-Action-Extension
    Installations
        Microsoft Office for Mac 2011: 1/27/15, 3:16 PM
        Splashtop 2: 1/27/15, 1:41 PM
        Liquid Legacy: 1/27/15, 1:39 PM
        Pixelmator: 1/27/15, 1:38 PM
        BetterSnapTool: 1/27/15, 1:36 PM
    Elapsed time (sec): 224

    I don't recommend posting the output of that script unless asked to do so by me, as I can't vouch for what kind of advice you may get from others. That said, there was a recall program (now ended, apparently) for that model because of defective hard drives. That or some other hardware fault is the likely cause of your problem. Take the machine to an Apple Store for testing.

  • MacBook Air Freezes at 50% when booting

    Hi,
    Sorry if this is posted in the wrong spot. I'm new to the Apple Support forums (well, new to online forums in general). I have a newer MacBook Air that has very recently started to freeze periodically (spinning wheel), and now freezes while booting around the 50% mark. The only way I can get it to boot is to reset the SMC and the NVRAM using the keyboard commands when powering up. Even when it does boot, the Finder and dock are non-responsive most of the time and I have to shut-it down again by holding the power button. I have been to a licensed Apple service centre in my community, and they did all of the hardware tests, which it passed. I have run the disk utility from the recovery screen and there were no errors reported. I've also re-installed the OS from that same screen, but it still would not boot after finishing the download. I've searched many of the support communities and found out about EtreCheck. I have managed to get my MacBook to boot and ran the software. Below is the report that was generated. I'm hopping that I am missing something here and someone can point me in the right direction to get this fixed. It's been two weeks since the problems started and I travel for work. I'm sure others can appreciate how hard it is to work on the road without reliable access to my Mac. Thank-you in advance for any advice you can provide.
    EtreCheck version: 2.1.8 (121)
    Report generated March 21, 2015 at 5:48:07 PM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Air (Technical Specifications)
        MacBook Air - model: MacBookAir6,2
        1 1.7 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Not upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en0: 802.11 a/b/g/n/ac
        Battery Health: Normal - Cycle count 69
    Video Information: ℹ️
        Intel HD Graphics 5000
            Color LCD 1440 x 900
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:0:43
    Disk Information: ℹ️
        APPLE SSD SM0512F disk0 : (500.28 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 499.05 GB (311.39 GB free)
                Core Storage: disk0s2 499.42 GB Online
    USB Information: ℹ️
        Apple Internal Memory Card Reader
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [not loaded]    com.BlackBerry.driver.USBCDCNCM (1.0.12 - SDK 10.7) [Click for support]
        [loaded]    com.rim.driver.BlackBerryUSBDriverInt (2.2.14 - SDK 10.7) [Click for support]
        [loaded]    com.rim.driver.BlackBerryVirtualPrivateNetwork (1.0.18 - SDK 10.8) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.rim.BBLaunchAgent.plist [Click for support]
        [running]    com.rim.blackberrylink.BlackBerry-Link-Helper-Agent.plist [Click for support]
        [running]    com.rim.PeerManager.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.rim.BBDaemon.plist [Click for support]
        [not loaded]    com.rim.nkehelper.plist [Click for support]
        [running]    com.rim.tunmgr.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
    User Login Items: ℹ️
        Fitbit Connect Menubar Helper    Application  (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 7 Update 75 Check version
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        Perian  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            39%    mds_stores
            31%    mds
             5%    WindowServer
             1%    fontd
             0%    Fitbit Connect Menubar Helper
    Top Processes by Memory: ℹ️
        137 MB    ocspd
        129 MB    Dock
        112 MB    CalendarAgent
        103 MB    Spotlight
        100 MB    mds_stores
    Virtual Memory Information: ℹ️
        5.21 GB    Free RAM
        2.04 GB    Active RAM
        534 MB    Inactive RAM
        800 MB    Wired RAM
        870 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 21, 2015, 05:46:34 PM    Self test - passed
        Mar 21, 2015, 11:16:16 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/BlackBerry Link_2015-03-21-111616_[redacted].crash

    Here are the results, but I did have to run the diagnostics when there were no overt issues. I will try to do this again after putting my MacBook to sleep, but all attempts to run this test under the issues I have had with the system freezing have been unsuccessful.
    Start time: 13:41:36 03/22/15
    Revision: 1299
    Model Identifier: MacBookAir6,2
    System Version: OS X 10.10.2 (14C109)
    Kernel Version: Darwin 14.1.0
    Time since boot: 3 minutes
    UID: 501
    System errors (per sec)
        nsurlstoraged (UID 501, error 1): 146
        Fitbit Connect  (UID 501, error 3): 136
    Energy (lifetime)
        WindowServer (UID 88): 12.60
        kernel_task (UID 0): 11.72
    TCP/IP
        Subnet mask: 255.255.224.0
    Listeners
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
    Wi-Fi
        Security: None
    Diagnostic reports
        2015-02-23 WJoy crash
        2015-03-02 WJoy crash
        2015-03-17 Dock crash
        2015-03-22 BlackBerry Link crash
        2015-03-22 com.apple.WebKit.WebContent crash x3
    HID errors: 37
    Kernel log
        Mar 22 11:38:10 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
        Mar 22 11:38:10 **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0xdb00 -- 0xa800 -- 0x0000 ****
        Mar 22 11:39:55 MAC Framework successfully initialized
        Mar 22 11:39:55 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
        Mar 22 11:39:55 **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0x1880 -- 0xf000 -- 0x3000 ****
        Mar 22 11:44:03 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Mar 22 12:04:23 ARPT: 1228.325710: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 12:05:29 kauth external resolver timed out (1 timeout(s) of 60 seconds).
        Mar 22 13:36:19 MAC Framework successfully initialized
        Mar 22 13:36:19 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
        Mar 22 13:36:19 **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0x9880 -- 0x4800 -- 0x9800 ****
        Mar 22 13:38:24 MAC Framework successfully initialized
        Mar 22 13:38:24 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
        Mar 22 13:38:24 **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0x7180 -- 0x1000 -- 0x4000 ****
        Mar 22 13:38:27 ARPT: 5.075283: MacAuthEvent en0   Auth result for: 6c:aa:b3:3c:0c:dc Auth timed out
        Mar 22 13:38:30 ARPT: 8.136436: MacAuthEvent en0   Auth result for: 6c:aa:b3:3c:0c:dc Auth timed out
        Mar 22 13:38:30 ARPT: 8.812588: MacAuthEvent en0   Auth result for: 6c:aa:b3:3c:0c:dc Auth timed out
        Mar 22 13:38:34 ARPT: 11.942163: MacAuthEvent en0   Auth result for: 6c:aa:b3:3c:0c:dc Auth timed out
        Mar 22 13:38:34 ARPT: 11.961353: MacAuthEvent en0   Auth result for: 6c:aa:b3:3d:15:18 Auth request tx failed
        Mar 22 13:38:34 ARPT: 12.687691: MacAuthEvent en0   Auth result for: 6c:aa:b3:3c:0c:dc Auth request tx failed
        Mar 22 13:38:34 ARPT: 12.711518: MacAuthEvent en0   Auth result for: 6c:aa:b3:3d:15:18 Auth request tx failed
        Mar 22 13:38:37 ARPT: 15.578262: directed SSID scan fail
        Mar 22 13:38:38 ARPT: 16.264044: MacAuthEvent en0   Auth result for: 6c:aa:b3:3c:0c:dc Auth timed out
        Mar 22 13:38:38 ARPT: 16.288781: MacAuthEvent en0   Auth result for: 6c:aa:b3:3d:15:18 Auth request tx failed
        Mar 22 13:38:45 Limiting icmp unreach response from 256 to 250 packets per second
    System log
        Mar 22 11:52:52 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Mar 22 11:56:15 diagnosticd: error evaluating process info - pid: 666, punique: 666
        Mar 22 13:36:19 hidd: IOHIDService compatibility thread running at priority 63 and schedule 2.
        Mar 22 13:36:19 fseventsd: event logs in /.fseventsd out of sync with volume.  destroying old logs. (3176 2 7089)
        Mar 22 13:36:19 fseventsd: log dir: /.fseventsd getting new uuid: UUID
        Mar 22 13:36:19 watchdogd:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
        Mar 22 13:36:19 watchdogd:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
        Mar 22 13:36:19 watchdogd:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
        Mar 22 13:36:19 powerd: Failed to read current rating(0xe00002f0)
        Mar 22 13:36:19 powerd: Failed to read current rating(0xe00002f0)
        Mar 22 13:36:29 stackshot: Timed out waiting for IOKit to finish matching.
        Mar 22 13:38:24 hidd: IOHIDService compatibility thread running at priority 63 and schedule 2.
        Mar 22 13:38:24 powerd: Failed to read current rating(0xe00002f0)
        Mar 22 13:38:24 watchdogd:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
        Mar 22 13:38:24 watchdogd:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
        Mar 22 13:38:24 watchdogd:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
        Mar 22 13:38:24 powerd: Failed to read current rating(0xe00002f0)
        Mar 22 13:38:25 loginwindow: Login Window Application Started
        Mar 22 13:38:25 UserEventAgent: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
        Mar 22 13:38:25 airportd: airportdProcessDLILEvent: en0 attached (up)
        Mar 22 13:38:25 WindowServer: Set a breakpoint at CGSLogError to catch errors as they are logged.
        Mar 22 13:38:25 WindowServer: WSSetWindowTransform: Singular matrix
        Mar 22 13:38:25 WindowServer: WSSetWindowTransform: Singular matrix
        Mar 22 13:38:26 loginwindow: Login Window Started Security Agent
        Mar 22 13:38:58 warmd: [___bootcachectl_filter_out_sharedio_from_history_block_invoke:2359] Unable to open i386 shared cache: 2 No such file or directory
    launchd log
        Mar 21 22:00:23 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.179, service = com.microsoft.OneDriveLauncher, error = 119: Service is disabled
        Mar 21 22:10:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.180, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 21 22:10:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.180, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar 21 22:10:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.180, service = com.fiplab.MenuTabHelper, error = 119: Service is disabled
        Mar 21 22:10:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.180, service = com.microsoft.OneDriveBusinessMacLauncher, error = 119: Service is disabled
        Mar 21 22:10:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.180, service = com.microsoft.SkyDriveLauncher, error = 119: Service is disabled
        Mar 21 22:10:15 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.180, service = com.microsoft.OneDriveLauncher, error = 119: Service is disabled
        Mar 22 11:35:05 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.182, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 22 11:35:05 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.182, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar 22 11:35:05 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.182, service = com.fiplab.MenuTabHelper, error = 119: Service is disabled
        Mar 22 11:35:05 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.182, service = com.microsoft.OneDriveBusinessMacLauncher, error = 119: Service is disabled
        Mar 22 11:35:05 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.182, service = com.microsoft.SkyDriveLauncher, error = 119: Service is disabled
        Mar 22 11:35:05 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.182, service = com.microsoft.OneDriveLauncher, error = 119: Service is disabled
        Mar 22 11:40:00 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.159, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 22 11:40:00 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.159, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar 22 11:40:00 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.159, service = com.fiplab.MenuTabHelper, error = 119: Service is disabled
        Mar 22 11:40:00 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.159, service = com.microsoft.OneDriveBusinessMacLauncher, error = 119: Service is disabled
        Mar 22 11:40:00 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.159, service = com.microsoft.SkyDriveLauncher, error = 119: Service is disabled
        Mar 22 11:40:00 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.159, service = com.microsoft.OneDriveLauncher, error = 119: Service is disabled
        Mar 22 13:38:29 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.157, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 22 13:38:29 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.157, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Mar 22 13:38:29 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.157, service = com.fiplab.MenuTabHelper, error = 119: Service is disabled
        Mar 22 13:38:29 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.157, service = com.microsoft.OneDriveBusinessMacLauncher, error = 119: Service is disabled
        Mar 22 13:38:29 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.157, service = com.microsoft.SkyDriveLauncher, error = 119: Service is disabled
        Mar 22 13:38:29 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.157, service = com.microsoft.OneDriveLauncher, error = 119: Service is disabled
    Console log
        Mar 21 17:46:39 fontd: Failed to open read-only database, regenerating DB
        Mar 21 22:00:22 fontd: Failed to open read-only database, regenerating DB
        Mar 22 11:35:05 fontd: Failed to open read-only database, regenerating DB
    System services loaded
        com.adobe.fpsaud
        com.apple.watchdogd
        com.fitbit.galileod
        com.microsoft.office.licensing.helper
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
    System services disabled
        com.apple.mrt
    Login services loaded
        com.apple.mrt.uiagent
        com.google.keystone.user.agent
        com.oracle.java.Java-Updater
        com.valvesoftware.steamclean
    Login services disabled
        com.apple.photostream-agent
        com.microsoft.OneDriveLauncher
    User services disabled
        com.apple.photostream-agent
        com.microsoft.OneDriveLauncher
    User login items
        Fitbit Connect Menubar Helper
        - /Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app
    iCloud errors
        bird 139
        cloudd 44
    Continuity errors
        sharingd 9
        lsuseractivityd 5
    Restricted files: 1003
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Jun 19 20:21:32 2014
        - checksum: 2004256543
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>38</integer>
        <key>Weekday</key>
        <integer>5</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchDaemons/com.fitbit.galileod.plist
        - mod date: Oct 22 06:34:04 2013
        - checksum: 333804614
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Program</key>
        <string>/usr/local/bin/galileod</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/bin/galileod</string>
        </array>
        <key>Label</key>
        <string>com.fitbit.galileod</string>
        <key>UserName</key>
        <string>root</string>
        <key>GroupName</key>
        <string>daemon</string>
        <key>InitGroups</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>UserClients</key>
        ...and 27 more line(s)
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: May  3 20:02:22 2014
        - checksum: 394026997
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        <string>semi-auto</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Mar 16 15:34:52 2015
        - checksum: 3943219168
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.valvesoftware.steamclean.plist
        - mod date: Mar 16 15:34:27 2015
        - checksum: 536857699
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.valvesoftware.steamclean</string>
        <key>Program</key>
        <string>/Users/USER/Library/Application Support/Steam/SteamApps/steamclean</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/Steam/SteamApps/steamclean</string>
        <string>Public</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>SteamContentPaths</key>
        <array>
        <string>/Users/USER/Library/Application Support/Steam/SteamApps</string>
        </array>
        <key>ThrottleInterval</key>
        <integer>60</integer>
        <key>WatchPaths</key>
        <array>
        <string>/Applications/Steam.app</string>
        </array>
        ...and 2 more line(s)
    Extensions
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
    Applications
        /Applications/Canon Utilities/MP Navigator EX 2.1 Opener.app
        - jp.co.canon.bj.printer.app.MPNEXOP
        /Applications/Canon Utilities/MP Navigator EX 2.1.app
        - jp.co.canon.bj.printer.app.MPNEX214
        /Applications/Divinity Original Sin.app
        - N/A
        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        - com.microsoft.ASApplication
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
        - com.microsoft.office.setupassistant
        /Applications/Microsoft Office 2011/Office/Microsoft Query.app
        - com.microsoft.Query
        /Applications/Sid Meier's Civilization V.app
        - N/A
        /Applications/SwimMetrics-2.02alpha.app
        - ca.csipacificSwimMetrics
        /Applications/Tracker.app
        - org.opensourcephysics.cabrillo.tracker
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Image Capture/TWAIN Data Sources/CanoScan LiDE 700F.ds
        - com.twainds.lide700f.scangear141100.canon
        /Users/USER/Applications/Divinity Original Sin.app
        - N/A
        /Users/USER/Applications/Sid Meier's Civilization V.app
        - N/A
        /Users/USER/Desktop/CSI Work/SD Card with Labview stuff/VideoAnalyzerNTSC3.1.app
        - org.pythonmac.unspecified.vm2avchd
        /Users/USER/Downloads/Tracker-4.87-osx-installer.app
        - com.bitrock.appinstaller
        /Users/USER/Google Drive/Mac Software/Previous/SwimMetrics-2.01alpha.app
        - ca.csipacificSwimMetrics
        /Users/USER/Google Drive/Mac Software/Previous/SwimMetrics-2.0alpha.app
        - ca.csipacificSwimMetrics
        /Users/USER/Google Drive/Mac Software/Previous/SwimMetrics-2.2b.app
        - ca.csipacificSwimMetrics
        /Users/USER/Google Drive/Mac Software/Previous/SwimMetrics-2.2c.app
        - ca.csipacificSwimMetrics
        /Users/USER/Google Drive/Mac Software/Previous/SwimMetrics-2.2d.app
        - ca.csipacificSwimMetrics
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_aohghmighlieiainnegkcijnfilokake/Default aohghmighlieiainnegkcijnfilokake.app
        - com.google.Chrome.app.Default-aohghmighlieiainnegkcijnfilokake-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_apdfllckaahabafndbhieahigkjlhalf/Default apdfllckaahabafndbhieahigkjlhalf.app
        - com.google.Chrome.app.Default-apdfllckaahabafndbhieahigkjlhalf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_gkojfkhlekighikafcpjkiklfbnlmeio/Default gkojfkhlekighikafcpjkiklfbnlmeio.app
        - com.google.Chrome.app.Default-gkojfkhlekighikafcpjkiklfbnlmeio-internal
        /Users/USER/Library/Application Support/Steam/SteamApps/common/Divinity - Original Sin/Divinity - Original Sin.app
        - com.larian.dos
        /Users/USER/Library/Application Support/Steam/SteamApps/common/Sid Meier's Civilization V/Civilization V.app
        - com.aspyr.civ5xp.steam
        /Users/USER/Library/Application Support/Steam/SteamApps/downloading/230230/Divinity - Original Sin.app
        - N/A
        /usr/local/tracker/uninstall_Tracker.app
        - com.bitrock.appinstaller.uninstall
    PrefPane
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deploy/JavaControlPanel.pref Pane
        - com.oracle.java.JavaControlPanel
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
        /Users/USER/Library/PreferencePanes/Perian.prefPane
        - org.perian.PerianPane
    Bundles
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
        - com.oracle.java.JavaAppletPlugin
        /Library/Internet Plug-Ins/MeetingJoinPlugin.plugin
        - com.microsoft.communicator.meetingjoinplugin
        /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
        - com.microsoft.sharepoint.browserplugin
        /Library/Internet Plug-Ins/Silverlight.plugin
        - com.microsoft.SilverlightPlugin
        /Users/USER/Library/Address Book Plug-Ins/SkypeABDialer.bundle
        - com.skype.skypeabdialer
        /Users/USER/Library/Address Book Plug-Ins/SkypeABSMS.bundle
        - com.skype.skypeabsms
        /Users/USER/Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
        - com.citrixonline.mac.WebDeploymentPlugin
    Library paths
        /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
        /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/Resources/OPF_Common.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/Fm20.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/MicrosoftOLE2TypesLib.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RefEdit.dylib
        /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RichEdit.dylib
        /Library/Application Support/BlackBerry/libxpmux.dylib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.758/_platform_specific/mac_x64/libwidev inecdm.dylib
        /usr/local/ssl/lib/libcrypto.1.0.0.dylib
        /usr/local/ssl/lib/libssl.1.0.0.dylib
    Installations
        Adobe Reader XI (11.0.07): 2014-05-13, 10:43 PM
         Adobe Reader XI (11.0.06) : 2014-05-02, 4:31 PM
        Adobe Flash Player: 2014-05-02, 3:34 PM
        Office 2011 14.4.1 Update: 2014-04-23, 3:47 PM
        Microsoft Office for Mac 2011: 2014-04-23, 3:30 PM
    Elapsed time (sec): 220

  • An arraylist question

    Hello everyone!
    I am writing a java project to record the clicked numbers of the threads in a specific forum. I created 2 tables in a MySql database to store the thread information and clicked number respectively.
    ThreadInfo Table:
    thread_id | thread_title() | thread_link | thread_author | submitting_timeThreadFeedback Table:
    thread_id | clicked | replied | at_timeWhen I got a new piece of thread information such as
    (thread_title, thread_link, thread_author, clicked, replied, at_time)First I check if this thread has been recorded according to its link. If yes, I fetch its existed thread_id from ThreadInfo table and then record its new clicked and replied number in the ThreadFeedback table. If it has not been recorded, I generate a new thread_id that has not been used and insert it to the ThreadInfo Table.
    For efficiency's sake, I don't want to query the database many times. So at the beginning, I read all the information I needed from the database with
    "SELECT thread_id, thread_hplink FROM ThreadInfo;" As I will have many new pieces of thread information and the resultset is usually used for only one iteration, I dumped the information in the resultset into two ArrayList objects: UUIDList and ThreadLinkList and tried to let the element UUIDList(i) stores the UUID of element ThreadHplinkList(i) with
         String str="SELECT thread_id, thread_hplink "+
         "FROM TianyazatanThreadInfo;";
         ResultSet rltThread=stmnt.executeQuery(str);
         while(rltThread.next())
         str=rltThread.getString("thread_id");
         UUIDList.add(str);
         str=rltThread.getString("thread_hplink");
         ThreadHplinkList.add(str);
         }                    The problem I encountered is that when I try to use
         for(int i=0;i<ThreadHplinkList.size();i++)
           str=ThreadHplinkList.get(i);
           if(str.trim()==threadHplink.trim())
                        boolean threadExisted=true;
                        uuid=UUID.fromString(UUIDList.get(i));
             break;
         }to identify if the thread has been recorded. The above codes return threadExisted false even if the following code returns threadExisted true
         existed=ThreadHplinkList.contains(threadHplink);But if I use .containes to check the existence of the thread, how can I get its correponding
    thread_id?

    Yes, kajbj. Your suggestion is very helpful. I will try.
    But why the iteration of ArrayList returns false answer?

  • Yosemite (10.10.3). Any browser don´t work with by wifi

    Hi
    I think i have the same problem that most the Mac users have had after upgrade from Mavericks to Yosemite (10.10.3) and are connected to internet by wifi.
    This new version don´t work fine, or in any way, with any internet browser (Safari, Mozilla, Crome...) when the connection it´s by WiFi. In fact i´m writing this with a ethernet cat 5e connection.
    I read in other thread that version 10.10.3 solved this problem but at least in my case it's not true.
    And like other users as i read, in some normal actions, like open "System Preferences", appears the wheel round and round during two o three seconds, when with Maverick don´t happens. Probably this last problem it´s a question of RAM memory, but nothing in the upgrade said that you need more that 8 GB to work with normality like before.
    Below this you have the Etrecheck report.
    Thanks in advance and greetings from Madrid
    Problem description:
    Yosemite (10.10.3). Wifi don´t work with any browser
    EtreCheck version: 2.1.8 (121)
    Report generated 12 de abril de 2015, 20:44:10 CEST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.7 GHz Intel Core i7 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 29
    Video Information: ℹ️
        Intel HD Graphics 3000
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 0:42:4
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500,11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (275.44 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 30
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0249.89.30) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /Library/Application Support/MacKeeper/AntiVirus.app
        [not loaded]    net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) [Click for support]
        [loaded]    net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [not loaded]    com.emu.driver.EMUUSBAudio (1.4.0 - SDK 10.6) [Click for support]
        [loaded]    com.hzsystems.terminus.driver (4) [Click for support]
        [not loaded]    com.macvide.driver.MacVideAudioConnectorDriver (1.0.0) [Click for support]
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.7 - SDK 10.8) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.mtrecorder.plist
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [failed]    com.apple.spirecorder.plist
        [loaded]    com.bombich.ccc.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.zeobit.MacKeeper.AntiVirus.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [running]    com.zeobit.MacKeeper.Helper.plist [Click for support]
    User Login Items: ℹ️
        Mail    Aplicación Hidden (/Applications/Mail.app)
        Dropbox    Aplicación  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        DirectorShockwave: Version: 12.0.3r133 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        iMedia Converter Deluxe
        iTube Studio
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MySQL  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
        Destinations:
            Time Machine [Local]
            Total size: 499.76 GB
            Total number of backups: 2
            Oldest backup: 2012-11-25 14:45:01 +0000
            Last backup: 2012-11-26 22:08:06 +0000
            Size of backup disk: Excellent
                Backup size 499.76 GB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
            18%    WindowServer
             0%    fontd
             0%    AppleSpell
             0%    taskgated
             0%    SystemUIServer
    Top Processes by Memory: ℹ️
        481 MB    MacKeeper Helper
        275 MB    AntiVirus
        215 MB    firefox
        172 MB    softwareupdated
        129 MB    mds_stores
    Virtual Memory Information: ℹ️
        3.04 GB    Free RAM
        3.49 GB    Active RAM
        668 MB    Inactive RAM
        1.39 GB    Wired RAM
        1.66 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Apr 12, 2015, 08:00:37 PM    Self test - passed
        Apr 12, 2015, 07:58:07 PM    /Library/Logs/DiagnosticReports/System Preferences_2015-04-12-195807_[redacted].hang

    Hi again Linc
    Sorry for de delay but i have receive the famous e-mail:
    "Hello!
    My name is Josephine Bergson representing the advertising department of the LLI Consulting company..." thats offers 950$ for put a banner in your web site!!. For that it´s necessary to run one supposed applet of Java, and after do that i have been checking, and apparently does nothing.
    Well. I have done old you tell me in your response and here you have the result of your "Diagnostic Test". Only one thing for you information: the wifi connection have works fine during two hours but fails run the  "Diagnostic Test". I want explain that the failures of wifi connection are intermittent.
    Thanks again. Wait for your answer
    Greetings
    Jesus
    Start time: 01:55:22 04/13/15
    Revision: 1311
    Model Identifier: MacBookPro8,1
    System Version: OS X 10.10.3 (14D131)
    Kernel Version: Darwin 14.3.0
    Time since boot: 3:28
    UID: 501
    SerialATA
        TOSHIBA MK5065GSXF                     
    FireWire
        eGo Rugged FW USB2 (iomega)
    USB
        Compact Optical Mouse 500 (Microsoft Corporation)
        Intuos5 touch S (WACOM Co., Ltd.)
        USB SMART CARD READER (C3PO)
        Storage (Iomega Corporation)
        Storage (Iomega Corporation)
        Deskjet F4100 series (Hewlett Packard)
    Bluetooth
        Apple Magic Mouse
        Apple Wireless Keyboard
    Activity
        CPU: user 10%, system 7%
        en1: in 636, out 19 (KiB/s)
    CPU usage (%)
        WindowServer (UID 0): 25,8
    Energy (lifetime)
        kernel_task (UID 0): 9.88
        WindowServer (UID 88): 6.97
    Energy (sampled)
        Safari (UID 501): 8.70
        storedownloadd (UID 501): 6.39
    DNS: 80.58.61.250 (static)
    Listeners
        kdc: kerberos
        launchd: afpovertcp
    Wi-Fi
        Security: WPA Personal
    Diagnostic reports
        2015-04-12 System Preferences hang
        2015-04-13 WacomTabletDriver crash
    HID errors: 11
    Kernel log
        Apr 11 16:13:39 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
        Apr 11 19:39:08 MacAuthEvent en1   Auth result for: 00:19:15:d0:8a:84 Auth request tx failed
        Apr 11 19:51:05 firefox (map: 0xffffff801d7fb0f0) triggered DYLD shared region unnest for map: 0xffffff801d7fb0f0, region 0x7fff8ec00000->0x7fff8ee00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 19:55:00 firefox (map: 0xffffff8040abe960) triggered DYLD shared region unnest for map: 0xffffff8040abe960, region 0x7fff90e00000->0x7fff91000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 20:01:34 [BNBMouseDevice][waitForHandshake][58-1f-aa-fc-6b-e9] Timeout waiting for handshake
        Apr 12 20:01:34 [BNBMouseDevice::_simpleSetReport][85.3] ERROR: setReport returned error 0xe00002d6 for reportID 0xD7
        Apr 12 20:01:34 [BNBMouseDevice::_enableMultitouchEvents][85.3] ERROR: _simpleSetReport returned error 0xe00002d6
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
        Apr 12 20:01:35 [AppleBluetoothHIDKeyboard][sendData][40-30-04-07-71-f9] commandSleep in sendData returned an error
        Apr 12 20:01:37 [BNBMouseDevice][waitForHandshake][58-1f-aa-fc-6b-e9] Timeout waiting for handshake
        Apr 12 20:01:37 [BNBMouseDevice::_simpleSetReport][85.3] ERROR: setReport returned error 0xe00002d6 for reportID 0xD7
        Apr 12 20:01:37 [BNBMouseDevice::_enableMultitouchEvents][85.3] ERROR: _simpleSetReport returned error 0xe00002d6
        Apr 12 20:01:47 ### ERROR: Exit sniff failed (probably already unsniffed) (err=10)
        Apr 12 20:01:48 ### ERROR: opCode = 0x0406 (Disconnect) -- send request failed (err=0x0010 (kBluetoothHCIErrorHostTimeout))
        Apr 12 20:30:50 firefox (map: 0xffffff8016b324b0) triggered DYLD shared region unnest for map: 0xffffff8016b324b0, region 0x7fff89400000->0x7fff89600000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 12 22:19:55 Kext com.apple.driver.AppleIntelSlowAdaptiveClocking failed to loadCouldn't alloc class "AppleThunderboltEDMSink"
        Apr 12 22:19:55 Failed to load kext com.apple.driver.AppleIntelSlowAdaptiveClocking Couldn't alloc class "AppleThunderboltIPService"
        Apr 12 22:21:10 [AppleBluetoothHIDKeyboard][sendData][40-30-04-07-71-f9] commandSleep in sendData returned an error
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
        Apr 12 22:21:13 [AppleBluetoothHIDKeyboard][waitForHandshake][40-30-04-07-71-f9] Timeout waiting for handshake
        Apr 12 22:21:15 [AppleBluetoothHIDKeyboard][getExtendedReport] getReport returned error e00002d8
        Apr 12 22:21:21 [IOBluetoothHCIController][handleACLPacketTimeout] -- Disconnecting due to device not responding (ACL Packet timed out) for connection handle 0xb
        Apr 12 22:31:47 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
    System log
        Apr 13 00:47:36 WindowServer: window 130 is already attached to window 12b
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:47:43 WindowServer: WSGetSurfaceInWindow : Invalid surface 1086438165 for window 298
        Apr 13 00:53:05 fseventsd: Logging disabled completely for device:1: /Volumes/Antivirus for Mac
        Apr 13 00:53:46 BDCoreIssues: VerifyLo_(com.bitdefender.coreissues.issues.plist): 22
        Apr 13 00:53:46 BDCoreIssues: VerifyLo_(state.txt): 22
        Apr 13 00:55:39 WindowServer: WSGetSurfaceInWindow : Invalid surface 1061774428 for window 343
        Apr 13 00:58:59 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
        Apr 13 00:59:39 spindump: Error loading dyld shared cache uuid UUID: 0x8
        Apr 13 01:00:41 BDUpdDaemon: [com.bitdefender.upddaemon] reload('/var/tmp/Bitdefender/AvDaemon', 584): 60
        Apr 13 01:09:02 com.apple.kextd: Kext id com.apple.kernel.iokit not found; removing personalities from kernel.
        Apr 13 01:09:02 com.apple.kextd: String/URL conversion failure.
        Apr 13 01:09:08 fseventsd: event logs in /Volumes/Copia de Seguridad/.fseventsd out of sync with volume.  destroying old logs. (528 1 19163)
        Apr 13 01:09:09 fseventsd: log dir: /Volumes/Copia de Seguridad/.fseventsd getting new uuid: UUID
        Apr 13 01:09:09 fseventsd: event logs in /Volumes/JVT/.fseventsd out of sync with volume.  destroying old logs. (528 1 19164)
        Apr 13 01:09:10 fseventsd: log dir: /Volumes/JVT/.fseventsd getting new uuid: UUID
        Apr 13 01:09:27 WindowServer: MPServiceForDisplayDevice: Invalid device alias (0)
        Apr 13 01:09:35 WindowServer: MPServiceForDisplayDevice: Invalid device alias (0)
        Apr 13 01:17:20 WindowServer: _CGXRemoveWindowFromWindowMovementGroup: Window not in group
        Apr 13 01:17:40 WindowServer: _CGXRemoveWindowFromWindowMovementGroup: Window not in group
        Apr 13 01:22:21 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "App Store" for over 1.00 seconds. Server has re-enabled them.
        Apr 13 01:23:39 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr 13 01:28:20 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr 13 01:38:00 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    launchd log
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeSta mpingService.xpc/Contents/MacOS/XPCTimeStampingService error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.x pc/Contents/MacOS/com.apple.DictionaryServiceHelper error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychai nSandboxCheck.xpc/Contents/MacOS/XPCKeychainSandboxCheck error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuth orizeAgent.xpc/Contents/MacOS/IOServiceAuthorizeAgent error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.S peechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeSta mpingService.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.x pc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuth orizeAgent.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychai nSandboxCheck.xpc, error = 1: Operation not permitted
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.S peechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:20:06 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/ com.apple.geod.xpc/Contents/MacOS/com.apple.geod error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 12 22:28:22 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.214, service = com.apple.photostream-agent, error = 119: Service is disabled
        Apr 13 00:53:38 com.apple.xpc.launchd.user.501.100006.Aqua: Could not read path: path = /Library/LaunchAgents/com.bitdefender.antivirusformac.plist, error = 2: No such file or directory
        Apr 13 00:53:38 com.apple.xpc.launchd.user.501.100006.Aqua: Could not read path: path = /Library/LaunchAgents/com.bitdefender.EndpointSecurityforMac.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.upgrade.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.epag.plist, error = 2: No such file or directory
        Apr 13 00:53:39 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.AuthHelperTool.plist, error = 2: No such file or directory
        Apr 13 00:53:41 com.apple.xpc.launchd.domain.system: Could not read path: path = /Library/LaunchDaemons/com.bitdefender.epag.plist, error = 2: No such file or directory
    Console log
        Apr 10 22:42:36 fontd: Failed to open read-only database, regenerating DB
        Apr 10 22:44:05 mbloginhelper: Property list invalid for format: 200 (property lists cannot contain NULL)
        Apr 12 22:28:23 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        com.Cycling74.driver.Soundflower (1.6.6)
        com.hzsystems.terminus.driver (4)
        net.kromtech.kext.Firewall (2.3.7)
    System services loaded
        com.adobe.fpsaud
        com.apple.Kerberos.kdc
        - status: 1
        com.apple.mtrecorder
        - status: 78
        com.apple.spirecorder
        - status: 78
        com.apple.watchdogd
        com.bitdefender.AuthHelperTool
        com.bitdefender.CoreIssues
        com.bitdefender.Daemon
        com.bitdefender.UpdDaemon
        com.bitdefender.upgrade
        com.bombich.ccc
        com.macpaw.CleanMyMac2.Agent
        com.microsoft.office.licensing.helper
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.zeobit.MacKeeper.AntiVirus
    System services disabled
        com.apple.mtmd
        com.apple.mrt
        com.apple.mtmfs
    Login services loaded
        com.adobe.CS5ServiceManager
        com.apple.mrt.uiagent
        com.bitdefender.antivirusformac
        com.divx.dms.agent
        com.divx.update.agent
        com.google.keystone.user.agent
        com.macpaw.CleanMyMac2Helper.diskSpaceWatcher
        com.macpaw.CleanMyMac2Helper.scheduledScan
        com.macpaw.CleanMyMac2Helper.trashWatcher
        com.oracle.java.Java-Updater
        com.wacom.wacomtablet
        com.zeobit.MacKeeper.Helper
    Login services disabled
        com.macpaw.CleanMyMac.volumeWatcher
        com.macpaw.CleanMyMac.trashSizeWatcher
        com.apple.photostream-agent
        com.macpaw.CleanMyMac.helperTool
        com.adobe.AAM.Scheduler-1.0
        com.spotify.webhelper
    User services disabled
        com.macpaw.CleanMyMac.volumeWatcher
        com.macpaw.CleanMyMac.trashSizeWatcher
        com.apple.photostream-agent
        com.macpaw.CleanMyMac.helperTool
        com.adobe.AAM.Scheduler-1.0
        com.spotify.webhelper
    Startup items
        /Library/StartupItems/MySQLCOM/MySQLCOM
        /Library/StartupItems/MySQLCOM/StartupParameters.plist
    User login items
        Mail
        - /Applications/Mail.app
        Dropbox
        - /Applications/Dropbox.app
    Safari extensions
        iMedia Converter Deluxe 
        - com.wondershare.iskyvc
        iTube Studio
        - com.wondershare.safari.itubestudio
    Firefox extensions
        Clear Console
        QBurst
    iCloud errors
        cloudd 51
        comapple.CloudPhotosConfiguration 27
        cloudphotosd 8
        storedownloadd 2
        accountsd 2
        Finder 2
        Spotlight 1
        Mail 1
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 3
    Restricted files: 1610
    Lockfiles: 178
    High file counts
        Desktop: 61
    Contents of /Library/LaunchAgents/com.bitdefender.antivirusformac.plist
        - mod date: Feb 23 15:39:54 2015
        - size (B): 690
        - checksum: 2783812254
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.bitdefender.antivirusformac</string>
        <key>Nice</key>
        <integer>1</integer>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/private/var/db/.AVXupgRunning</key>
        <false/>
        </dict>
        </dict>
        <key>Program</key>
        <string>/Library/Bitdefender/AVP/AntivirusforMac.app/Contents/MacOS/Antivirusfo rMac</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/AntivirusforMac.app/Contents/MacOS/Antivirusfo rMac</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.dms.agent.plist
        - mod date: Nov 17 09:11:48 2014
        - size (B): 426
        - checksum: 637650676
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.dms.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXMediaServer.app/Contents/MacOS/DivXMediaServer</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.divx.update.agent.plist
        - mod date: May 19 23:24:29 2014
        - size (B): 498
        - checksum: 3867571547
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.update.agent</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/DivX/DivXUpdate.app/Contents/MacOS/DivXUpdate</string>
        <string>/silent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Jan 15 14:05:43 2014
        - size (B): 104
        - checksum: 1039097793
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>50</integer>
        <key>Minute</key>
        <integer>52</integer>
        <key>Weekday</key>
        <integer>2</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.wacom.wacomtablet.plist
        - mod date: Oct 12 00:37:46 2013
        - size (B): 712
        - checksum: 2972905917
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>RUN_WITH_LAUNCHD</key>
        <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.wacom.wacomtablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/WacomTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.bitdefender.AuthHelperTool.plist
        - mod date: Feb 23 15:39:55 2015
        - size (B): 801
        - checksum: 329828832
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.bitdefender.AuthHelperTool</string>
        <key>KeepAlive</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/common.bundle/AuthHelperTool</string>
        <string>/Library/Bitdefender/AVP/common.bundle/Common.plist</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.bitdefender.AuthHelperTool</string>
        <key>SockType</key>
        <string>Stream</string>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.bitdefender.upgrade.plist
        - mod date: Feb 23 15:39:55 2015
        - size (B): 609
        - checksum: 972189573
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.bitdefender.upgrade</string>
        <key>Nice</key>
        <integer>1</integer>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>Program</key>
        <string>/Library/Bitdefender/AVP/antivirus.bundle/BDUpgDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Bitdefender/AVP/antivirus.bundle/BDUpgDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.bombich.ccc.plist
        - mod date: Nov 25 14:27:44 2012
        - size (B): 770
        - checksum: 3730953884
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.bombich.ccc</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccc</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.macpaw.CleanMyMac2.Agent.plist
        - mod date: Nov 13 14:21:09 2014
        - size (B): 801
        - checksum: 3775555851
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2.Agent</string>
        <key>MachServices</key>
        <dict>
        <key>com.macpaw.CleanMyMac2.Agent</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.macpaw.CleanMyMac2.Agent.socket</string>
        ...and 6 more line(s)
    Contents of /Library/LaunchDaemons/com.zeobit.MacKeeper.AntiVirus.plist
        - mod date: Nov 26 20:34:16 2012
        - size (B): 455
        - checksum: 4244331265
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
            <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.AntiVirus</string>
        <key>Program</key>
        <string>/Library/Application Support/MacKeeper/AntiVirus.app/Contents/MacOS/AntiVirus</string>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /private/etc/hosts
        - mod date: Nov 29 21:28:38 2012
        - size (B): 1194
        - checksum: 1440585190
        127.0.0.1 localhost
        255.255.255.255 broadcasthost
        ::1             localhost
        fe80::1%lo0 localhost
        127.0.0.1 activate.adobe.com
        127.0.0.1 practivate.adobe.com
        127.0.0.1 ereg.adobe.com
        127.0.0.1 activate.wip3.adobe.com
        127.0.0.1 wip3.adobe.com
        127.0.0.1 3dns-3.adobe.com
        127.0.0.1 3dns-2.adobe.com
        127.0.0.1 adobe-dns.adobe.com
        127.0.0.1 adobe-dns-2.adobe.com
        127.0.0.1 adobe-dns-3.adobe.com
        127.0.0.1 ereg.wip3.adobe.com
        127.0.0.1 activate-sea.adobe.com
        127.0.0.1 wwis-dubc1-vip60.adobe.com
        127.0.0.1 activate-sjc0.adobe.com
        127.0.0.1 hl2rcv.adobe.com
        127.0.0.1 activate.adobe.com
        127.0.0.1 practivate.adobe.com
        127.0.0.1 ereg.adobe.com
        127.0.0.1 activate.wip3.adobe.com
        127.0.0.1 wip3.adobe.com
        127.0.0.1 3dns-3.adobe.com
        ...and 9 more line(s)
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Mar 17 00:58:04 2015
        - size (B): 805
        - checksum: 2902800363
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 639
        - checksum: 2857823656
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.diskSpaceWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchDiskSpace</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StartInterval</key>
        <integer>3600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.scheduledScan.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 738
        - checksum: 766325059
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.scheduledScan</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>-n</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-scheduled</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>13</integer>
        <key>Minute</key>
        <integer>25</integer>
        </dict>
        ...and 2 more line(s)
    Contents of Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.trashWatcher.plist
        - mod date: Apr 11 01:00:25 2015
        - size (B): 664
        - checksum: 4001678413
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.macpaw.CleanMyMac2Helper.trashWatcher</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/bin/open</string>
        <string>-F</string>
        <string>-g</string>
        <string>/Users/USER/Library/Application Support/CleanMyMac 2/CleanMyMac 2 Helper.app</string>
        <string>--args</string>
        <string>-watchTrash</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/.Trash</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.zeobit.MacKeeper.Helper.plist
        - mod date: Mar 16 11:47:58 2015
        - size (B): 619
        - checksum: 1794757485
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <false/>
        <key>EnvironmentVariables</key>
        <dict>
        <key>ZBTimeStamp</key>
        <string>20150305190134</string>
        </dict>
        <key>Label</key>
        <string>com.zeobit.MacKeeper.Helper</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Applications/MacKeeper.app/Contents/Resources/MacKeeper Helper.app/Contents/MacOS/MacKeeper Helper</string>
        </dict>
        </plist>
    Bad plists
        /Library/Preferences/com.epson.Epson Customer Research Participation.UnInstallList.plist
        /Library/Preferences/com.epson.Epson Event Manager.UnInstallList.plist
        /Library/Preferences/com.epson.EPSON Scan.UnInstallList.plist
        /Library/Preferences/com.epson.Epson Scanner ICA Driver.UnInstallList.plist
        /Library/Preferences/com.epson.Inkjet Printer Driver.UnInstallList.plist
    Extensions
        /System/Library/Extensions/EMUUSBAudio.kext
        - com.emu.driver.EMUUSBAudio
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/MacVideAudioConnectorDriver.kext
        - com.macvide.driver.MacVideAudioConnectorDriver
        /System/Library/Extensions/RoxioBluRaySupport.kext
        - com.roxio.BluRaySupport
        /System/Library/Extensions/SiLabsUSBDriver.kext
        - com.silabs.driver.CP210xVCPDriver
        /System/Library/Extensions/SiLabsUSBDriver64.kext
        - com.silabs.driver.CP210xVCPDriver64
        /System/Library/Extensions/Soundflower.kext
        - com.Cycling74.driver.Soundflower
        /System/Library/Extensions/Terminus.kext
        - com.hzsystems.terminus.driver
        /System/Library/Extensions/Wacom Tablet.kext
        - com.wacom.kext.wacomtablet
    Applications
        /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app
        - com.adobe.AfterEffects
        /Applications/Adobe After Effects CS5/Adobe After Effects Render Engine.app
        - N/A
        /Applications/Adobe Fireworks CS5/Configuration/Mac/Shared/AdobeAIR/SDK/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/lib/nai/lib/naib.app
        - APP_ID
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Flash CS5/AIK2.0/runtimes/air/mac/Adobe AIR.framework/Versions/Current/Resources/Template.app
        - com.adobe.air.NativeTemplate
        /Applications/Adobe Media Encoder CS5/PCI/AMEPCI/resources/uninstall/Uninstall Product.app
        - com.Adobe.Uninstall Product
        /Applications/Adobe Media Encoder CS5/PCI/Dolby/resources/uninstall/Uninstall Product.app
        - com.Adobe.Uninstall Product
        /Applications/Adobe Media Player.app
        - com.adobe.amp.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/Audacity/Audacity.app
        - net.sourceforge.audacity
        /Applications/AudioXplorer.app
        - ch.curvuspro.audioxplorer
        /Applications/BitTorrent.app
        - com.bittorrent.BitTorrent
        /Applications/Creative Professional/E-MU USB Audio/E-MU USB Audio Control Panel.app
        - com.creative-professional.E-MU USB Audio Control Panel
        /Applications/Creative Professional/E-MU USB Audio/E-MU USB Audio Uninstaller.app
        - com.emu.Uninstaller
        /Applications/DivX/DivX Preferences.app
        - com.divx.divxprefs
        /Applications/DivX/Uninstall DivX for Mac.app
        - com.divxinc.uninstalldivxformac
        /Applications/Epson Software/EPSON Scan Settings.app
        - com.epson.scan.settingutility
        /Applications/Epson Software/EPSON Scan.app
        - com.epson.scan.standalone
        /Applications/Epson Software/Event Manager.app
        - com.epson.ProjectManager
        /Applications/Google SketchUp 8/SketchUp.app
        - com.google.sketchupfree8
        /Applications/Img2icns.app
        - net.shinyfrog.img2icns
        /Applications/Lucien.app
        - N/A
        /Applications/MacScan 2/MacScan Scheduler.app
        - com.securemac.MacScan Scheduler
        /Applications/MacScan 2/MacScan.app
        - com.securemac.MacScan
        /Applications/Microsoft Communicator.app
        - com.microsoft.Communicator
        /Applications/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2011/Microsoft Document Connection.app:́n de documentos de Microsoft:
        - N/A
        /Applications/Microsoft Office 2011/Microsoft Excel.app
        - com.microsoft.Excel
        /Applications/Microsoft Office 2011/Microsoft Outlook.app
        - com.microsoft.Outlook
        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
        - com.microsoft.Powerpoint
        /Applications/Microsoft Office 2011/Microsoft Word.app
        - com.microsoft.Word
        /Applications/Microsoft Office 2011/Office/Alerts Daemon.app
        - com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
        - com.microsoft.openxml.chart.app
        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app:́a de imágenes de Microsoft:
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
        - com.microsoft.outlook.database_daemon
        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
        - com.microsoft.outlook.database_utility
        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
        - com.microsoft.Graph
        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
        - com.microsoft.outlook.office_reminders
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app:́n de Microsoft Office:
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
        - com.microsoft.office.uploadcenter
        /Applications/Microsoft Office 2011/Office/My Day.app
        - com.microsoft.myday
        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
        - com.microsoft.SyncServicesAgent
        /Applications/Pure Analyzer System.app
        - com.gaelyvan.flux.pureanalysersystem
        /Applications/Remote Desktop Connection.app:́n a Escritorio remoto:
        - N/A
        /Applications/Sample Manager.app
        - com.audiofile.SampleManager
        /Applications/Smaart.app
        - Rational Acoustics
        /Applications/Soundflower/Soundflowerbed.app
        - com.cycling74.Soundflowerbed
        /Applications/StellarPhoenix.app
        - com.StellarInformationSystemLtd..StellarPhoenix
        /Applications/StuffIt 12/DropStuff.app
        - com.stuffit.DropStuff
        /Applications/StuffIt 12/MagicMenu.app
        - com.stuffit

  • Special device does not exist, FSTAB Issue

    I set up this arch64 install last night, and till now I've managed all right except for one niggling issue.  For some odd reason, when I installed everything I forgot to add my "sandbox" partition in Fstab.  I thought I could just generate a UUID then add a line to Fstab later, and I did just that.  However, as its not part of my LVM, I'm wondering if thats why I cannot mount my sandbox partition from Fstab.  Ideas appreciated. 
    My fdisk -l output:
    [root@acer ~]# fdisk -l
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x379c7acb
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13 104391 83 Linux
    /dev/sda2 14 6428 51528487+ 5 Extended
    /dev/sda3 6429 14593 65585362+ 8e Linux LVM
    /dev/sda5 14 6428 51528456 83 Linux
    Disk /dev/mmcblk0: 7969 MB, 7969177600 bytes
    221 heads, 20 sectors/track, 3521 cylinders
    Units = cylinders of 4420 * 512 = 2263040 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/mmcblk0p1 2 3522 7778304 b W95 FAT32
    Fstab as it stands now -
    /etc/fstab: static file system information
    (cut out irrelevant lines about tmpfs & commented out optical devices)
    /dev/mapper/vg0-lv_home /home ext3 defaults,noatime 0 1
    /dev/mapper/vg0-lv_root / ext3 defaults,noatime 0 1
    /dev/mapper/vg0-lv_swap swap swap defaults,noatime 0 0
    /dev/mapper/vg0-lv_var /var ext3 defaults,noatime 0 1
    UUID=a7d625c6-0fb9-41f5-bdba-6d306c90739a /boot ext2 defaults 0 1
    UUID=a802d8f4-f70e-4ed5-ab72-65bb0ebdca9b /media/sandbox ext3 defaults,users,noatime 1 2
    ## Memory card at /dev/mmcblk0p1 /media/memorycard
    UUID=238db34b-8bf3-4510-b8ee-1aa46e04f17d /media/memorycard vfat defaults,users,noauto,noatime 0 0
    The error I get when I issue a "mount -a" as root or just let the computer boot up with the "sandbox" in fstab -
    mount: special device UUID=a802d8f4-f70e-4ed5-ab72-65bb0ebdca9b does not exist

    Having the same problem with flash memory set as /dev/sdb1. It refuses to mount claiming the device doesn't exist.
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/sda2 / reiserfs defaults,noatime 0 1
    /dev/sda1 /boot ext2 defaults,noatime 0 1
    /dev/sda3 swap swap defaults 0 0
    /dev/sdb1 /media/flash auto ro,user,noauto,unhide 0 0
    /dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    P.S.
    Yuuhuuuuu post #600

Maybe you are looking for

  • Change Build Output Filename for SSIS Project

    I have a Visual Studio 2010 solution (TxMExtractLoad) with two SSIS projects: TxMExtractLoad.Discovery and TxMExtractLoad.Contract1.  The project name (in project properties) is set to the proper two-part name in each project.  However, when I do a "

  • "Import CVI Instrument Driver" doesnt work when parameter is viSession pointer

    Why does "Import CVI Instrument Driver" menu selection generate a LLB that has VIs which have not been generated correctly when a VI function parameter returns a ViSession pointer. The only one generated correctly was "initialize", however, "autoConn

  • Prevent scaling of leaf nodes

    I am trying to implement a simple map solution in JavaFX 2.0. I have map object in a given resolution and some "car" objects (for example Rectangle) that I would like to overlay the map. My intention is to create a Group node containing the map objec

  • Why doesn't Adobe have 3d modeling program?

    It seems silly to me why I have to use other programs like Blender to design complex 3d models to import into Adobe Director? Adobe is the most well known and established software companies ever, and they can't make a simple program to design complex

  • Is there a limit to the returned result

    Hi all, I just want to know if there is an existing limit (such as retrieve at max 2500 records) for Tomcat 3.2. Thanks STF