Verbose boot after imaging

Having received a fresh batch of NVidia MacBooks I've remade our default image and attempted to image the MacBooks. However once the imaging is completed they all boot in verbose mode. Other than this they operate perfectly. Our deployment script blesses the disk once the imaging is complete and I've tried blessing both the volume and the folder but it still boots in verbose mode. I've also tried disabling verbose boot in the NVRAM (it's not enabled anyway).
The only way that I've found to fix this is to manually select "Macintosh HD" in the Startup Disk Pref pane. So I guess the question is, what else is the pref pane doing all of a sudden?

You're close to understanding the issue.
The problem you're having is the result of the boot.efi file in System/Library/CoreServices being out of date. For some reason, Apple doesn't update this when system updates are installed. The newest version is instead located in /usr/standalone/i386/boot.efi.
When you open the Startup Disk Pref panel and then select the hard disk, the pref pane appears to update the copy in CoreServices with the one from /usr/standalone/i386/
So, there are a couple of solutions.
1) on your master image, open the Startup Disk Pref pane and re-select the boot disk, then create your base image. This will force boot.efi to update, and when you deploy the image to those new systems, they will no longer be in verbose mode.
2) copy the version in /usr/standalone/i386/ to System/Library/CoreServices as part of your imaging process.
No matter how you decide to do it, you must get the latest version of boot.efi to System/Library/CoreServices

Similar Messages

  • Windows 8.1 dual boot after image

    Hey guys
    I'm having a little weird thingy with my dual boot systems at work... I've been Google-ing a while, but can't find anything about it. Allow me to explain.
    I have a classroom with 16 computers running Windows 7 Professional. Because a course of Windows 8.1 will start next month, I have to install a dual boot system in that classroom. So, like normally, I take one PC to my office, create an extra partition,
    install Windows 8.1 on it, do the necessary configurations and place the Win 7 partition as default. No problems there.
    After the install and configuration, I create an image of the Windows 8 partition, the system state and MBR. So actually, I have an image of all the available partitions, except the Win 7 partition. After creating an image, I'm going back to the classroom
    and install it on the PC's. After putting the image of the partitions, one problem arrives and that's the MBR. But after a few commands (bootrec /fixmbr, bootrec /fixboot, bootrec /scanos, bootrec /rebuildbcd), that problem is solved.
    So, everything is ready to rock! Or so I thought... Here's my real problem now. When you boot the PC, you get the new blue boot option of Win 8 where you can choose which OS to boot. Well, when I select the Win 7 partition as default, I get the old DOS screen
    for that. Ok fine, not a big problem, but the problem goes deeper. 
    With Win 8.1 you have two ways of shutting down a PC: either via right mousse click on the start button followed with 'shut down', or use the charms bar. If I do it the way with the start button, the PC boots in the Win 7 OS by default (just as I want it to
    be). BUT when I shutdown the PC via the charms bar, the PC skips the "select OS to boot" menu and immediately starts Win 8!
    I hope my entire explanation is clear to understand... So, anyone advice?
    NOTE: On the source PC (created with the DVD and pulled the image from) is this problem not happening.

    Hi,
    You can follow the steps below to check your default boot system:
    Press Win+R, open Run, use msconfig
    command to open System Configuration.
    After that, switch to Boot tab. Then check which system was default.
    Roger Lu
    TechNet Community Support
    Like I said in my original post, the Windows 7 was default. But thanks to Brandon, the problem is solved now.

  • Sol 10 jumpstart problem on T2000 - won't boot after image is loaded

    After the boot net - install, everything seems to go fine until post deployment processing:
    Postdeployment processing
    No local customization defined
    nawk: can't open file /a/etc/lvm/mddb.conf
    source line number 3
    Customizing system files
    - Mount points table (/etc/vfstab)
    - Network host addresses (/etc/hosts)
    ERROR: Could not open file (/etc/hosts)
    ERROR: Could not set up the remote host file (/etc/hosts)
    ERROR: Flash installation failed
    Solaris installation program exited.
    # reboot
    SunOS Release 5.10 Version Generic_118833-36 64-bit
    Copyright 1983-2006 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    The / file system (/dev/rdsk/c0t0d0s0) is being checked.
    WARNING - Unable to repair the / filesystem. Run fsck
    manually (fsck -F ufs /dev/rdsk/c0t0d0s0).
    Root password for system maintenance (control-d to bypass):
    I tried fsck on the partition but the system reported it could not find the partition.  I rebooted into
    single user off the network and was able to successfully fsck (correct bad cg summary? message reported and Frag Bitmap Wrong).
    Rebooted again but result was the same - unable to repair the / filesystem.
    I've jumpstarted the server once before without any problems, so I don't know what might have changed.  I'm used raidctl to image mirror 2 disks; that's the only difference.
    Any suggestions?

    After further searching, I found a clue here; seems mini-root on my jumpstart server did not point properly to the correct hosts, ipnodes, and netmasks files.
    http://solaris.reys.net/english/2006/09/be_careful_with_jumpstart_miniroot
    The jumpstart script bailed after the errors with /etc/hosts and never finished setting up the target disk for properly booting up.
    Someone in my organization must have allowed the mini-root path to be shared as rw instead of just ro at some point.

  • Can't boot after imaging hard drive

    Hi,
    I have two T60 laptops.  I reimaged both and one boots fine.  The other only goes to a blinking cursor.  Is this due to the security chip?  I went into the bios, but it already said disabled.
    It shows this message right before it goes to the blinking cursor (I only was able to display it after turning off fast boot):
    Active Protection Sensor Diagnostics Start
    I've tried disabling everything in the Bios, not sure what else to try.  Any help really appreciated!!
    Thanks, Bryan

    Hello! There are a few things that could cause this. One is a bad pram battery. Do you remember if the clock was resetting to an odd date lately? Another is the hard drive may be failing or the directory is messed up which is why you get the "?" on a folder. Try booting from your install cd and repair the disk. Tom

  • Running unix scripts on first boot after imaging

    Hi,
    I have a setup in which student users at the school I work for log in via AD to create a mobile account on the local system. This all works great in snow leopard so far, the issue i am having is I have a couple of bash scripts that run at boot. They run ok, but one script opens up the folder the script is located in (script does run, and the folder doesn't open the next time a student logs in), and I also have a Acceptable Use Policy PDF the opens up on log in, the first time a user logs into a system, it opens in Safari, the second time it opens it is in Preview (I want it to open in preview each time).
    These problems aren't exactly show stoppers, but they are pretty annoying (especially since students log in to 5 or 6 different computers per day, so the errors show up 5 or 6 time per day for the users.)
    Any suggestions to get this fixed would be greatly appreciated!

    osascript -e 'tell application "Preview"' -e 'open file "path:to:file.pdf"' -e 'end tell'

  • Booting in verbose mode after installing Mountain Lion

    I installed Mountain Lion on 3 machines. On my iMac I now boot after a cold start in verbose mode. What do I do to stop that? Thanks.

    Sorry, that I have no answer, but may be it helps psychologically to know that you are not alone. I have the same problem and maybe worse because the boot process holds at a certain point in single user mode and a root prompt. I have to enter "exit" to make it continue and startup properly. It looks like I have the same HW as you.

  • (problem, emergency) Lenovo S650 Stuck at boot animation/image after system reset.

    Hello as the title says I made a full system erase/reset from the recovery mode (power + volume up + volume down) and now the phone stuck at the boot animation/image. Please somebody help me I am in hurry and this is an emergency! model: Lenovo S650firware: 4.2.2 stock Thank you!

    pls help me   https://forums.lenovo.com/t5/S-and-Vibe-X-Series-Smartphones/hello-im-have-proplem-in-my-lenovo-s650-pls-fix-it/m-p/2133943

  • Cisco IPS4255 won't boot (error=Searching / for images to boot. No images found in / Error 15: File not found unable to boot an image)

    Hello,
    I have a Cisco IPS4255 that will not boot an image.  I'm seemingly successfully completing a TFTPDNLD each time, but it keeps rebooting with the cannot find image in \ error.
    Here is a detailed snap shot:
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    #1- I TFTP image to device which automatically starts the output below:
    ENABLING IO-APIC IRQs
    Setting 14 in the phys_id_present_map
    ...changing IO-APIC physical APIC ID to 14 ... ok.
    Setting 13 in the phys_id_present_map
    ...changing IO-APIC physical APIC ID to 13 ... ok.
    ..TIMER: vector=0x31 pin1=2 pin2=0
    testing the IO APIC.......................
    .................................... done.
    Using local APIC timer interrupts.
    calibrating APIC timer ...
    ..... CPU clock speed is 3000.1599 MHz.
    ..... host bus clock speed is 200.0105 MHz.
    cpu: 0, clocks: 2000105, slice: 1000052
    CPU0<T0:2000096,T1:1000032,D:12,S:1000052,C:2000105>
    Waiting on wait_init_idle (map = 0x0)
    All processors have done init_idle
    PCI: PCI BIOS revision 2.10 entry at 0xff648, last bus=4
    PCI: Using configuration type 1
    PCI: Probing PCI hardware
    PCI: Probing PCI hardware (bus 00)
    PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
    Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
    PCI->APIC IRQ transform: (B0,I29,P0) -> 16
    PCI->APIC IRQ transform: (B0,I29,P1) -> 19
    PCI->APIC IRQ transform: (B0,I29,P3) -> 23
    PCI->APIC IRQ transform: (B0,I31,P0) -> 16
    PCI->APIC IRQ transform: (B0,I31,P1) -> 17
    PCI->APIC IRQ transform: (B0,I31,P1) -> 17
    PCI->APIC IRQ transform: (B2,I1,P0) -> 18
    PCI->APIC IRQ transform: (B3,I1,P0) -> 24
    PCI->APIC IRQ transform: (B3,I2,P0) -> 24
    PCI->APIC IRQ transform: (B3,I2,P1) -> 25
    PCI->APIC IRQ transform: (B3,I3,P0) -> 26
    PCI->APIC IRQ transform: (B3,I3,P1) -> 27
    PCI->APIC IRQ transform: (B4,I2,P0) -> 16
    PCI->APIC IRQ transform: (B4,I3,P0) -> 17
    PCI: Cannot allocate resource region 0 of device 00:00.0
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Linux NET4.0 for Linux 2.4
    Based upon Swansea University Computer Society NET3.039
    Initializing RT netlink socket
    Starting kswapd
    allocated 32 pages and 32 bhs reserved for the highmem bounces
    Journalled Block Device driver loaded
    keyboard: controller not found
    pty: 2048 Unix98 ptys configured
    Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SER
    IAL_PCI ISAPNP enabled
    ttyS00 at 0x03f8 (irq = 4) is a 16550A
    ttyS01 at 0x02f8 (irq = 3) is a 16550A
    Real Time Clock Driver v1.10f
    RAMDISK driver initialized: 16 RAM disks of 30720K size 1024 blocksize
    loop: loaded (max 8 devices)
    lpc: version 0.1 (Mar  4 2005)
    Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    hda: TOQHIBA THLCD512MBA, CFA DISK drive
    hdb: QalDisi QDAF@-510, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    hda: attached ide-disk driver.
    hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hda: task_no_data_intr: error=0x04 { DriveStatusError }
    hda: 484848 sectors (248 MB) w/2KiB Cache, CHS=481/16/63
    hdb: attached ide-disk driver.
    hdb: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hdb: task_no_data_intr: error=0x04 { DriveStatusError }
    hdb: 484848 sectors (248 MB) w/1KiB Cache, CHS=481/16/63
    Partition check:
    hda: hda1 hda2 hda3 hda4
    hdb: hdb1 hdb2 hdb3 hdb4
    ide: late registration of driver.
    SCSI subsystem driver Revision: 1.00
    i2c-core.o: i2c core module version 2.8.7 (20040611)
    i2c-dev.o: i2c /dev entries driver module version 2.8.7 (20040611)
    i2c-proc.o version 2.8.7 (20040611)
    i2c-i801 version 2.8.7 (20040611)
    NET4: Linux TCP/IP 1.0 for NET4.0
    IP Protocols: ICMP, UDP, TCP, IGMP
    IP: routing cache hash table of 32768 buckets, 256Kbytes
    TCP: Hash tables configured (established 262144 bind 65536)
    Linux IP multicast router 0.06 plus PIM-SM
    NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
    RAMDISK: Compressed image found at block 0
    Freeing initrd memory: 26522k freed
    VFS: Mounted root (ext2 filesystem) readonly.
    Freeing unused kernel memory: 136k freed
    init started:  EXT2-fs warning: checktime reached, running e2fsck is recommended
    BusyBox v1.00-rc1 (2005.03.04-09:39+0000) multi-call binary
    init started:  BusyBox v1.00-rc1 (2005.03.04-09:39+0000) multi-call binary
    Starting pid 10, console /dev/ttyS0: '/etc/init.d/rcS'
    Recovery version 1.13
    Started on Sun Mar  7 05:17:41 UTC 2010
    Full system recovery
    A
    Please press Enter to activate this console.
    tarting pid 86, console /dev/ttyS0: '/bin/sh'
    BusyBox v1.00-rc1 (2005.03.04-09:39+0000) Built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    #2- I’m not a unix/linux person so I don’t have the knowledge to fix the “hdx” errors above, so after reboot it goes to “rommon”
    Booting system, please wait...
    CISCO SYSTEMS
    Embedded BIOS Version 1.0(10)0 03/25/05 22:42:05.25
    Low Memory: 631 KB
    High Memory: 3968 MB
    PCI Device Table.
    Bus Dev Func VendID DevID Class              Irq
    00  00  00   8086   2578  Host Bridge
    00  01  00   8086   2579  PCI-to-PCI Bridge
    00  03  00   8086   257B  PCI-to-PCI Bridge
    00  1C  00   8086   25AE  PCI-to-PCI Bridge
    00  1D  00   8086   25A9  Serial Bus         11
    00  1D  01   8086   25AA  Serial Bus         10
    00  1D  04   8086   25AB  System
    00  1D  05   8086   25AC  IRQ Controller
    00  1D  07   8086   25AD  Serial Bus         9
    00  1E  00   8086   244E  PCI-to-PCI Bridge
    00  1F  00   8086   25A1  ISA Bridge
    00  1F  02   8086   25A3  IDE Controller     11
    00  1F  03   8086   25A4  Serial Bus         5
    00  1F  05   8086   25A6  Audio              5
    02  01  00   8086   1075  Ethernet           11
    03  01  00   177D   0003  Encrypt/Decrypt    9
    03  02  00   8086   1079  Ethernet           9
    03  02  01   8086   1079  Ethernet           9
    03  03  00   8086   1079  Ethernet           9
    03  03  01   8086   1079  Ethernet           9
    04  02  00   8086   1209  Ethernet           11
    04  03  00   8086   1209  Ethernet           5
    Evaluating BIOS Options ...
    Launch BIOS Extension to setup ROMMON
    Cisco Systems ROMMON Version (1.0(10)0) #0: Fri Mar 25 23:02:10 PST 2005
    Platform IPS-4255-K9
    Management0/0
    Link is UP
    MAC Address: 000f.f775.7e24
    Use ? for help.
    rommon #0>
    #3- If the TFTP is rerun the entire cycle starts again.

    The IPS 4255 sensor appliance has only a single 512 MB internal CompactFlash module for storage by-default, so this part of the output you posted is interesting:
    hda: TOQHIBA THLCD512MBA, CFA DISK drive
    hdb: QalDisi QDAF@-510, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    hda: attached ide-disk driver.
    hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hda: task_no_data_intr: error=0x04 { DriveStatusError }
    hda: 484848 sectors (248 MB) w/2KiB Cache, CHS=481/16/63
    hdb: attached ide-disk driver.
    hdb: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
    hdb: task_no_data_intr: error=0x04 { DriveStatusError }
    hdb: 484848 sectors (248 MB) w/1KiB Cache, CHS=481/16/63
    As it appears that two (2) 256 MB ("248 MB") storage devices are being detected (despite the model of the first even containing "512MB" in its name).
    I'd recommend double-checking that there is nothing installed in the "External compact flash device" slot located on the back of the appliance. See here for reference: http://www.cisco.com/en/US/docs/security/ips/7.0/installation/guide/hw_installing_4240_4255.html#wp2726
    If there is a CompactFlash module installed there, eject and remove it, then power-cycle the appliance and attempt the re-image ("recovery") process once more. If the boot output still contains the same errors for hda and hdb, then it is probably a failing/failed CompactFlash module, so an RMA will likely be necessary to resolve.

  • Can't Boot After New HD + Time Machine Restore

    So a couple days ago my 27" iMac running Snow Leopard started making some weird noises and stalling out. Annoyed, I talked for a couple hours with apple tech support which eventually lead me to run an Apple Hardware Test. This test returned the error
    "Alert! Apple Hardware Test has detected an error.
    4HDD/11/40000000 SATA(0,0)"
    I scheduled an appointment at the Genius Bar, and they replaced the hard drive.
    After that I got it home and did a System restore from my time machine backup. It finished fine, but when I restarted it got stuck on the grey apple screen with the spinning dial thing.
    I called apple back and they had me do a couple things like repair disk, verify disk, and one person had me reboot into this command line mode and type some stuff in. Nothing worked. After that They had me try to reinstall the OS first from archive, and next by erasing the hard drive and doing it. Both times the install fails with a big yellow exclamation point saying that it couldn't install support files and the OS couldn't be installed.
    Any ideas how to fix this?
    I'm currently trying to restore from my time machine backup again, but I'm not hopeful.

    Here's what I got - apologies for any formatting peculiarities.
    The problem: 10.6.6 mac won't boot after time machine restore to disk.
    Further symptoms: Booting with Command-v shows several errors: usually blued and loginwindow collapse with errors from launchd. Errors will be of the style "dyld: Symbol not found: CSSMOID_APPLE_TP_MACAPPSTORERECEIPT" and other CommerceKit / CommerceCore framework errors.
    A solution: Your Framework Security library may be an older version (possible cause with Time Machine below). The easiest way to fix this is to find another, working 10.6.6 Mac, and update the Security library on the broken machine.
    Identifying if you're affected:
    1) Boot the broken machine into "target" mode - hold "Command-t" during boot until the [Firewire|http://itunesu.utah.edu/terms/images/Firewire_Icon.png] icon appears.
    2) Connect the broken machine to the working 10.6.6 machine with a firewire cable.
    3) On the working machine, the disk of the broken machine should mount.
    4) Open Terminal
    5) Run "ls /Volumes" - the name of disk you mounted should be there (in this example, we'll use "Macintosh HD".)
    6) Typing in the path of the broken machine, run:
    <pre>
    nm /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security | grep random_fd | cut -d. -f2
    </pre>
    (this does a dump of the library, looking for the version value)
    If this comes back with the value 22457 (or less?), your Mac is not booting because it does not have the updated version of the Security library, which is required in 10.6.6 since Snow Leopard added the Appstore / Commerce framework.
    Fixing if you're affected:
    1) First, make sure the working 10.6.6 Mac has a correct version of the framework:
    <pre>
    nm /System/Library/Frameworks/Security.framework/Versions/A/Security | grep random_fd | cut -d. -f2
    </pre>
    For 10.6.6, this should be at least "22458"
    2) *Be extremely careful at this point* - Make sure on the mounted disk (not the machine you are working on!) run the following
    <pre></pre>
    2a) Make a backup of the broken library
    <pre>
    mkdir /Volumes/Macintosh HD/savedLibrary
    cp /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security /Volumes/Macintosh HD/savedLibrary
    </pre>
    2b) Copy the working version over the non-working version:
    <pre>
    cp /System/Library/Frameworks/Security.framework/Versions/A/Security /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security
    </pre>
    3) Eject the mounted disk from the working Mac, disconnect the firewire cable, and reboot the "broken" Mac. It should come up.
    If it doesn't, you have problem(s) that are probably outside the scope of this. I'd also suggest restoring your original security library that you saved off.
    Suspected cause:
    It appears that Time Machine never recorded the change to the Security library after the update. If the library hadn't changed, the machine should have failed to boot like it did after restore the moment a 10.6.6 update was applied.
    Inspecting the contents of my Time Machine backups before and after updating shows that Time Machine never updated the Security Framework library - why is still not 100% determined, but restoring from it is definitely broken. Combing through the backup databases on my Time Machine disk:
    (I upgraded to 10.6.6 on January 6)
    <pre>
    for name in 2010-12-30-093337 2011*
    do
    echo -n "In backup on ${name}, version of Security library is: "
    nm "${name}/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security" | grep random_fd | cut -d. -f2
    done
    </pre>
    In backup on 2010-12-30-093337, version of Security library is: 22457
    In backup on 2011-01-04-100707, version of Security library is: 22457
    In backup on 2011-01-05-082402, version of Security library is: 22457
    In backup on 2011-01-06-092846, version of Security library is: 22457
    In backup on 2011-01-07-094827, version of Security library is: 22457
    In backup on 2011-01-10-093559, version of Security library is: 22457
    In backup on 2011-01-11-110542, version of Security library is: 22457
    In backup on 2011-01-12-094137, version of Security library is: 22457
    In backup on 2011-01-13-103238, version of Security library is: 22457
    In backup on 2011-01-14-113145, version of Security library is: 22457
    In backup on 2011-01-18-112856, version of Security library is: 22457
    In backup on 2011-01-20-114953, version of Security library is: 22457
    In backup on 2011-01-21-103642, version of Security library is: 22457
    In backup on 2011-01-24-102321, version of Security library is: 22457
    In backup on 2011-01-27-002508, version of Security library is: 22457
    In backup on 2011-01-27-011931, version of Security library is: 22457
    In backup on 2011-01-27-104406, version of Security library is: 22457
    In backup on 2011-01-27-114322, version of Security library is: 22457
    In backup on 2011-01-27-123928, version of Security library is: 22457
    In backup on 2011-01-27-134523, version of Security library is: 22457

  • Mac Mini will not boot after Security Update 2008-007

    Hello,
    A G4 Mac Mini machine I was asked to take a look at will not boot after the owner (succesfully) installed Security Update 2008-007 from Software Update. Booting always hangs at the blue screen after the Apple logo, and booting in verbose mode reveals that WindowServer is crashing repeatedly. Permissions and filesystems have been repaired, PRAM reset, etc. Safe boot also exhibits the same problem, but it is possible to boot to single user mode. Hardware checks out fine with diagnostic utilities.
    Any suggestions on how to fix this? Unfortunately, backups are not available (it's not my machine =).

    Hi Arkku , and a warm welcome to the forums!
    I'd certainly give Sig's advice a try first.
    If that should fail...
    applesetupdone...
    This was Posted by: JoseAranda at September 9, 2006 3:48 AM
    "OK, restart your computer, hold down Command-s and type in the following:
    /sbin/fsck -fy Enter
    /sbin/mount -uaw Enter
    rm /var/db/.applesetupdone Enter
    # The rm command is the remove command which deletes the file.
    # Robert: I'd rename the file via: mv /var/db/.applesetupdone /var/db/.applesetupdone.old
    reboot Enter
    Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences!!
    end of posted by: JoseAranda"
    Reset OS X Password Without an OS X CD...
    http://theappleblog.com/2008/06/22/reset-os-x-password-without-an-os-x-cd/

  • Windows 8.1 Pro not booting after install of Hyper V - ASUS z87 + intel 4670K

    Hi,
    I am running windows 8.1 pro on a intel 4670K 4th Gen Haswell CPU and ASUS z87 plus motherboard. 16gb of kingston hyperx ddr1600 memory.
    I have enabled virtualisation technology in the bios.  CPU has SLAT.... or Extended Page Table, as intel likes to refer to it.
    When I install HyperV platform and management tools the computer configures and reboots
    AFter reboot it brings up the blue window image and spinning circle of dots for a while then reboots. It does the same thing again and then reboots and goings into repair mode and asks me to do a system restore. It then restores to before they HyperV install.
    I've tried turning off xHCI mode (i.e USB 3.0) in the bios as this seemed to be a known issue with some gigabyte boards. This did not rectify the issue
    Updated to latest asus mainboard bios 1405.  Same issue still occurs upon install of hyper V.
    Automatic repair does not work and I have to restore from system restore point.
    I performed a clean boot after installing the feature and it still couldnt boot to windows.. it just sits at windows logo and then restarts a few times and then launches the startup repair. Once the startup repair begins, the only way I can get into windows
    is restoring to a system restore point from before the hyperv feature install.
    Please see the following logs which may have further information:
    CBS Log 
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!685&authkey=!AGMjUfosLFpzYNI
    Setuperr
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!682&authkey=!AKS8Jb1S6W2IAH8
    Windows update
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!683&authkey=!AJdWKuKj4negBoQ
    Windowsupdate(1)
    https://skydrive.live.com/redir?resid=1F523A0B8734322C!684&authkey=!APplVjuLpNZW_AY
    I logged a job with asus support and their response was:
    "Clear CMOS and ensure virtualisation technology is turned on in BIOS. If it still doesn't work, seek assistance from Microsoft"
    Previously asked this question but took a while to get back to update with the logs and it was listed as Answered.
    This issue is still existing and I'd appreciating any assistance. 
    Simon

    Hi Simon,
    Thank you for uploading the Log files.
    According to the log files, no actuate clue can be found. 
    So, I suggest you upload the dump file so that we can help you analyze them.
    Automatic Memory Dump Settings on Windows 8:
    http://www.thewindowsclub.com/automatic-memory-dump-settings-windows-8
    It also applies to windows 8.1.
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Note: I highly recommend you use SkyDrive to upload collected files and to post screen shots/pictures. Although you might not be used to it, SkyDrive features a lot of free advanced functionality around file storage capacity, sharing,
    privacy, and collaboration:
    http://skydrive.com
    Regards,
    Kelvin hsu
    TechNet Community Support

  • [Solved] Unable to boot after install

    Forgive me for the lack of code tags, having to write this on my phone.
    I am unable to boot after installation. I receive an error wich has the incorrect UDID string. It doesn't even exist. I will update with error after posting so I can give grub config generation error first
    When I run:
    grub-mkconfig -o /boot/grub/grub.cfg
    I get this:
    Found Linux image : /boot/vmlinuz-linux
    Found initd image: /boot/initramfs-linux.img
    Warning: failed to connect to lvmetad: no such file or directory. falling back to internal scanning.
    No volume groups found
    [ 279.601712] SQUASHFS error: can't find a SQUASHFS superblock on sda3
    [ 279.604502] EXT4-fs (sda3):unable to read superblock
    [ 279.607266] EXT4-fs (sda3):unable to read superblock
    [ 279.609928] EXT4-fs (sda3):unable to read superblock
    Found Windows 7 (loader) on /dev/sda1
    Done
    Sda3 is an extended volume
    Edit: I just deleted the old .cfg and recreated a new one by re running the above command, uncounted and rebooted and it booted into CLI. 3rd time a charm after all. Marking this one solved
    Last edited by Kirito (2013-05-15 07:55:31)

    Oh, looking at your setup, it would seem that your system is likely still configured to boot to /dev/sdd (the windows drive).
    As a user with numerous drives, you should be aware that using /dev/sdXY to identify your disks is a bad idea.  There is no gaurantee that Arch will be /dev/sde every time, nor that windows will be /dev/sdd.  You should use either filesystem labels (LABEL= or /dev/disk/by-label) or UUIDs (UUID= or /dev/disk/by-uuid).  Though if you are using GPT, there is also the option of the PARTLABEL as well (which are the labels you create within the partitioner).

  • Not Booting after recent Security Patch/Java update

    My wife has experienced what many have experienced with the recent update.
    MacBook not booting after update (i.e. - "I have no name!")
    I have tried everything posted on this topic since 2/13/09, but without any success. Does anyone have the fix for this yet?
    Things I have tried:
    * I can boot in safe mode (holding "Shift" while restarting)
    * I cannot boot from an install disk(s) (holding C while restarting) - I have both a black one from purchase, and two gray ones with purchase from MiniMac
    * Booting with verbose - gets stuck at same place as everyone else
    Operating in safe mode:
    * I can run DU and "repair" drive
    * I can see and access the CD/DVD
    * I cannot see drive in target drive mode (doesn't ever connect the 2 systems)
    * I downloaded the update files from apple and reinstalled them individually (via USB ext Drive) with a reboot in between
    * I attempted to update & archive, but I cannot run install CD from any systems disks (see above)
    Has anyone figured out how to fix this yet?

    Same problem than the other guy who is not mentioning the update in the title.
    Powerbook 1.67.
    System log said "No user defined computer name" and "using blah blah name" or so.
    Mac Os X report (for apple) says:
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x000000003900FF1C PC=0x00000000008FC020
    Latest crash info for cpu 0:
    Exception state (sv=0x4299D280)
    PC=0x008FC020; MSR=0x00009030; DAR=0x3900FF1C; DSISR=0x40000000; LR=0x008FE348; R1=0x2C47B9F0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x008FE348 0x008E0014 0x002E9A80 0x002EB94C 0x0008C248 0x00029234
    0x000233F8 0x000ABEAC 0xFF9BA29B
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.ATIRadeon9700(4.1.8)@0x8d8000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x48d000
    dependency: com.apple.iokit.IOGraphicsFamily(1.4.2)@0x85a000
    dependency: com.apple.iokit.IONDRVSupport(1.4.2)@0x87e000
    Proceeding back via exception chain:
    Exception state (sv=0x4299D280)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x43D0D000)
    PC=0x9000AF48; MSR=0x0200F030; DAR=0x0ECA77FE; DSISR=0x42000000; LR=0x9000AE9C; R1=0xBFFFD6C0; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x000954F8 0x00095A10 0x00026898 0x000A8204 0x000ABB80
    Proceeding back via exception chain:
    Exception state (sv=0x4299D280)
    PC=0x008FC020; MSR=0x00009030; DAR=0x3900FF1C; DSISR=0x40000000; LR=0x008FE348; R1=0x2C47B9F0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x008FE348 0x008E0014 0x002E9A80 0x002EB94C 0x0008C248 0x00029234
    0x000233F8 0x000ABEAC 0xFF9BA29B
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.ATIRadeon9700(4.1.8)@0x8d8000
    dependency: com.apple.iokit.IOPCIFamily(1.7)@0x48d000
    dependency: com.apple.iokit.IOGraphicsFamily(1.4.2)@0x85a000
    dependency: com.apple.iokit.IONDRVSupport(1.4.2)@0x87e000
    Exception state (sv=0x43D0D000)
    PC=0x9000AF48; MSR=0x0200F030; DAR=0x0ECA77FE; DSISR=0x42000000; LR=0x9000AE9C; R1=0xBFFFD6C0; XCP=0x00000030 (0xC00 - System call)
    Kernel version:
    Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC

  • [SOLVED] Arch won't boot after I created a separate /var parition

    Arch won't boot after I created a separate /var parition on an existing installation.And let me confess: it was maybe stupid trying to do it on an existing install.
    I edited the fstab correctly, copied the files using rsync preserving permissions. Then I kept a backup of /var using tar. Then went on to delete everything under /var, ie /var/*, the /var folder is still there. All this I did from a live CD. After that I booted into my arch linux. Here I get messages about systemd successfully finishing fsck on each of my partitions, then the screen starts blinking. And there is no more output. Pressing Ctrl+Alt+Delete causes systemd to stop its services and reboot.
    Having realized I had borked my system, I removed the /var line from fstab and restored /var from the tar file I made earlier. Again I did this from a live cd. Rebooted into my arch system, and again similar issues, namely that after fsck and messages informing a few services had started, the screen keeps blinking.
    The live cd I used for reorganizing my partitions was elementary OS freya. They have GParted in there. I also have an arch install iso lying aroung from May 2013. If necessary, I can download the latest version. I am currently typing from a Windows installation I dual boot from.
    I don't know how to extract any boot logs as I am locked out of the system. Here is my fstab in any case:
    # Filesystem information
    # /dev/sda5 LABEL=fs_root
    UUID=b9d739cf-fd8c-46dd-a919-bd827dc47c66 / ext4 rw,noatime,data=ordered 0 1
    # /dev/sda9 LABEL=fs_var
    UUID=ec0f7a49-dccd-43ab-8651-9aa3fdb41cc7 /var ext4 rw,noatime,data=ordered 0 2
    # /dev/sda2 LABEL=fs_boot
    UUID=0e8ab31a-3bda-4b85-a901-a36f21b1583d /boot ext2 rw,noatime 0 2
    # /dev/sda6 LABEL=fs_home
    UUID=d9e63c47-274e-447f-ad01-0d97afe0fd34 /home ext4 rw,noatime,data=ordered 0 2
    # /dev/sda7 LABEL=fs_swap
    UUID=7301227c-e9f3-41b8-9d0f-4cf3c159491c none swap defaults 0 0
    # /dev/sda3 LABEL=fs_win
    UUID=12B639D1B639B5D7 /fs_win ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,nofail,noauto,x-systemd.automount 0 0
    # /dev/sda3 LABEL=fs_share
    UUID=D272269772268079 /fs_share ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,noauto,nofail,x-systemd.automount 0 0
    I would greatly appreciate any help.
    Last edited by richcocoa (2015-05-03 18:04:44)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • Verbose boot errors

    Ok, so I have wondered why my MacBook Pro (Mid-2010) takes a bit of time to boot, so I enabled Verbose mode. I have a bunch of errors.. can anyone help me out? The bold and underlined message is what takes the longest..
    Terminal command:
    dmesg:
    npvhash=4095
    PAE enabled
    64 bit mode enabled
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    vm_page_bootstrap: 987375 free pages and 20241 wired pages
    standard timeslicing quantum is 10000 us
    mig_table_max_displ = 73
    AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    calling mpo_policy_init for Quarantine
    Security policy loaded: Quarantine policy (Quarantine)
    calling mpo_policy_init for Sandbox
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    calling mpo_policy_init for TMSafetyNet
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Copyright (c) 1982, 1986, 1989, 1991, 1993
              The Regents of the University of California. All rights reserved.
    MAC Framework successfully initialized
    using 16384 buffer headers and 4096 cluster IO buffer headers
    IOAPIC: Version 0x20 Vectors 64:87
    ACPI: System State [S0 S3 S4 S5] (S3)
    PFM64 0xf10000000, 0xf0000000
    [ PCI configuration begin ]
    AppleIntelCPUPowerManagement: Turbo Ratios 0002
    AppleIntelCPUPowerManagement: (built 16:44:45 Jun  7 2011) initialization complete
    console relocated to 0xf10030000
    PCI configuration changed (bridge=3 device=2 cardbus=0)
    [ PCI configuration end, bridges 7 devices 16 ]
    mbinit: done (64 MB memory set for mbuf pool)
    [ PCI configuration begin ]
    PCI configuration changed (bridge=3 device=2 cardbus=0)
    [ PCI configuration end, bridges 8 devices 22 ]
    rooting via boot-uuid from /chosen: 91C5C4B3-184A-397D-9C9A-16AD9B08B15A
    Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    com.apple.AppleFSCompressionTypeZlib kmod start
    com.apple.AppleFSCompressionTypeZlib load succeeded
    AppleIntelCPUPowerManagementClient: ready
    FireWire (OHCI) Lucent ID 5901 built-in now active, GUID e80688fffef2958e; max speed s800.
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500420ASG Media/IOGUIDPartitionScheme/Customer@2
    BSD root: disk0s2, major 14, minor 2
    USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    Waiting for DSMOS...
    systemShutdown false
    configd (map: 0x7d1c520) triggered DYLD shared region unnest for map: 0x7d1c520, region 0x7fff81e00000->0x7fff82000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    PeerGuardian log entries: 1462 (81920)
    BTCOEXIST off
    wl0: Broadcom BCM4353 802.11 Wireless Controller
    5.10.131.42
    NVDANV50HAL loaded and registered.
    AGC: 2.10.6, HW version=1.9.21, flags:0, features:20600
    Previous Shutdown Cause: 5
    AppleLMUController found an anti-glare vendor product (0x9cb7), notifying SMC.
    DSMOS has arrived
    AirPort_Brcm43224: Ethernet address 90:27:e4:f6:21:e8
    IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    IO80211Interface::efiNVRAMPublished(): 
    AirPort: Link Down on en1. Reason 1 (Unspecified).
    BCM5701Enet: Ethernet address c4:2c:03:0e:18:30
    en1: 802.11d country code set to 'US'.
    en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    Auth result for: mac:address:here MAC AUTH succeeded
    AirPort: Link Up on en1
    WindowServer (map: 0x18ed1ec) triggered DYLD shared region unnest for map: 0x18ed1ec, region 0x7fff84000000->0x7fff84200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    Log from the Verbose boot in /var/logs/system.log
    Sorry for the word wall...
    May 25 19:01:01 Josh-Burgers-MacBook-Pro com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:22 localhost com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:18 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    May 25 19:01:18 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. ***
    May 25 19:01:27 localhost com.apple.launchd[1] (xxx.qnation.PeerGuardian.kextload[45]): posix_spawn("/Library/Application Support/PeerGuardian/pgstart", ...): No such file or directory
    May 25 19:01:27 localhost com.apple.launchd[1] (xxx.qnation.PeerGuardian.kextload[45]): Exited with exit code: 1
    May 25 19:01:31 localhost bootlog[40]: BOOT_TIME: 1337986878 0
    May 25 19:01:41 localhost com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:41 localhost blued[41]: Apple Bluetooth daemon started
    May 25 19:01:42 localhost com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:42: --- last message repeated 1 time ---
    May 25 19:01:42 localhost mDNSResponder[25]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    May 25 19:01:42 localhost com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:42 localhost com.apple.usbmuxd[17]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    May 25 19:01:42 localhost configd[38]: network configuration changed.
    May 25 19:01:42 Josh-Burgers-MacBook-Pro configd[38]: setting hostname to "Josh-Burgers-MacBook-Pro.local"
    May 25 19:01:43 Josh-Burgers-MacBook-Pro configd[38]: network configuration changed.
    May 25 19:01:45: --- last message repeated 1 time ---
    May 25 19:01:45 Josh-Burgers-MacBook-Pro com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:48: --- last message repeated 20 times ---
    May 25 19:01:48 Josh-Burgers-MacBook-Pro /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[26]: Login Window Application Started
    May 25 19:01:49 Josh-Burgers-MacBook-Pro com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:51: --- last message repeated 1 time ---
    May 25 19:01:51 Josh-Burgers-MacBook-Pro configd[38]: network configuration changed.
    May 25 19:01:51 Josh-Burgers-MacBook-Pro ntpd[14]: bind() fd 25, family 30, port 123, scope 5, addr fe80::9227:e4ff:fef6:21e8, in6_is_addr_multicast=0 flags=0x11 fails: Can't assign requested address
    May 25 19:01:51 Josh-Burgers-MacBook-Pro ntpd[14]: unable to create socket on en1 (5) for fe80::9227:e4ff:fef6:21e8#123
    May 25 19:01:55 Josh-Burgers-MacBook-Pro loginwindow[26]: Login Window Started Security Agent
    May 25 19:01:55 Josh-Burgers-MacBook-Pro loginwindow[26]: Login Window - Returned from Security Agent
    May 25 19:01:55 Josh-Burgers-MacBook-Pro loginwindow[26]: USER_PROCESS: 26 console
    May 25 19:01:55 Josh-Burgers-MacBook-Pro com.apple.launchctl.Aqua[98]: launchctl: Please convert the following to launchd: /etc/mach_init_per_user.d/com.adobe.versioncueCS4.monitor.plist
    May 25 19:01:55 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    May 25 19:01:56 Josh-Burgers-MacBook-Pro com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 25 19:01:59: --- last message repeated 9 times ---
    May 25 19:01:59 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] (com.apple.Kerberos.renew.plist[124]): Exited with exit code: 1
    May 25 19:02:01 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] (0x100600100.mach_init.VersionCueCS4monitor): Failed to check-in!
    May 25 19:02:01 Josh-Burgers-MacBook-Pro LKDCHelper[141]: Starting (uid=501)
    May 25 19:02:03 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] ([email protected][129]): Exited with exit code: 1
    May 25 19:02:03 Josh-Burgers-MacBook-Pro WindowServer[74]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 25 19:02:03 Josh-Burgers-MacBook-Pro com.apple.WindowServer[74]: Fri May 25 19:02:03 Josh-Burgers-MacBook-Pro.local WindowServer[74] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 25 19:02:04 Josh-Burgers-MacBook-Pro Quicksilver[143]: Preventing update check.
    May 25 19:02:04 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1800390 of class OC_PythonString autoreleased with no pool in place - just leaking
    May 25 19:02:04 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4a80c70 of class OC_PythonString autoreleased with no pool in place - just leaking
    May 25 19:02:04 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1869670 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:04 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x18006f0 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:04 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52928d0 of class OC_PythonString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro com.apple.Finder[102]: mach_inject_bundle: entered in injectEntry, codeOffset: 0, param: 0x113655000, paramSize: 84
    May 25 19:02:06 Josh-Burgers-MacBook-Pro com.apple.Finder[102]: mach_inject_bundle: entered in pthread_entry, param: 0x113655000
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive Icon Helper[166]: Inject result: 0
    May 25 19:02:06 Josh-Burgers-MacBook-Pro com.apple.Finder[102]: mach_inject_bundle: entered in EventLoopTimerEntry, inTimer: 0x119c74200, param: 0x113655000
    May 25 19:02:06 Josh-Burgers-MacBook-Pro com.apple.Finder[102]: mach_inject_bundle load_bundle_package: /Users/joshbgosh9/Library/Application Support/Google/Drive/FinderExt.bundle
    May 25 19:02:06 Josh-Burgers-MacBook-Pro [0x0-0x15015].com.google.GoogleDrive[148]: 2012-05-25 19:02:06.133 Google Drive Icon Helper[166:903] Inject result: 0
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Finder[102]: Loading Google Drive Finder extension
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f5450 of class OC_PythonString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f5470 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1874a60 of class NSCFData autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f54c0 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1874970 of class NSURL autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1876b90 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1874270 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5eeef0 of class NSURL autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f4e60 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1874940 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1874a40 of class OC_PythonUnicode autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f4f40 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f5e70 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f46d0 of class NSURL autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f60f0 of class NSCFDictionary autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f6120 of class NSConcreteMutableData autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0xa08f0c38 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f4f40 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f6140 of class NSConcreteData autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1876b90 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f5ee0 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0xa08f0c38 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0xa08f4b68 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f0380 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0xa08f0c38 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1876b90 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4113e40 of class NSCFArray autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4113790 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f6a10 of class NSCustomReleaseData autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4113e40 of class NSCFArray autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4114ed0 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1870e00 of class NSCustomReleaseData autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4113e40 of class NSCFArray autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x528f830 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5257590 of class NSCustomReleaseData autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4113e40 of class NSCFArray autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52a9af0 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x3088840 of class __NSCFType autoreleased with no pool in place - just leaking
    May 25 19:02:06: --- last message repeated 1 time ---
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x1876b90 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52ad370 of class NSPathStore2 autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52ad380 of class NSCFString autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52ae9b0 of class __NSCFType autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x18779d0 of class NSBitmapImageRep autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4ab3090 of class NSCustomReleaseData autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x4113e40 of class NSCFArray autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5237bc0 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52ae8a0 of class NSCustomReleaseData autoreleased with no pool in place - just leaking
    May 25 19:02:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x5f5730 of class NSConcreteData autoreleased with no pool in place - just leaking
    May 25 19:02:08 Josh-Burgers-MacBook-Pro gconfd (joshbgosh9-179)[179]: Failed to load source "xml:readonly:/Users/jesse/gtk/inst/etc/gconf/gconf.xml.mandatory": Failed: Could not make directory `/Users/jesse/gtk/inst/etc/gconf/gconf.xml.mandatory': No such file or directory
    May 25 19:02:08 Josh-Burgers-MacBook-Pro gconfd (joshbgosh9-179)[179]: Failed to load source "xml:readonly:/Users/jesse/gtk/inst/etc/gconf/gconf.xml.defaults": Failed: Could not make directory `/Users/jesse/gtk/inst/etc/gconf/gconf.xml.defaults': No such file or directory
    May 25 19:02:10 Josh-Burgers-MacBook-Pro [0x0-0x1a01a].org.gnome.gedit[170]: ** (gedit-bin:170): WARNING **: Throbber animation not found
    May 25 19:02:10 Josh-Burgers-MacBook-Pro [0x0-0x1a01a].org.gnome.gedit[170]: ** (gedit-bin:170): WARNING **: Throbber fallback animation not found either
    May 25 19:03:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52928d0 of class OC_PythonString autoreleased with no pool in place - just leaking
    May 25 19:03:14 Josh-Burgers-MacBook-Pro gedit-bin[170]: An uncaught exception was raised
    May 25 19:03:14 Josh-Burgers-MacBook-Pro gedit-bin[170]: *** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: 4294967295, maximum size: 2147483648 bytes
    May 25 19:03:14 Josh-Burgers-MacBook-Pro gedit-bin[170]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: 4294967295, maximum size: 2147483648 bytes'\n*** Call stack at first throw:\n(\n          0   CoreFoundation                      0x971626ca __raiseError + 410\n          1   libobjc.A.dylib                     0x952005a9 objc_exception_throw + 56\n          2   CoreFoundation                      0x971623f8 +[NSException raise:format:arguments:] + 136\n          3   CoreFoundation                      0x9716236a +[NSException raise:format:] + 58\n          4   Foundation                          0x98a785b2 -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:] + 135\n          5   Foundation                          0x98aa726a -[NSData(NSData) initWithBytesNoCopy:length:freeWhenDone:] + 72\n          6   Foundation                          0x98ab8ba9 +[NSData(NSData) dataWithBytesNoCopy:length:freeWhenDone:] + 96\n          7   libgtk-quartz-2.0.0.dylib           0x003ee22e _gtk_quartz_set_selection_data_for_pasteboard + 766\n          8   libgtk-quartz-2.0.0.dylib           0x003e86e3 -[GtkClipboardOwner pasteboard:provideDataForType:] + 211\n          9   AppKit                              0x97a28b40 __NSPasteboardProvideData + 176\n          10  AppKit                              0x97a28d69 __NSPasteboardProvidePboardData + 50\n          11  CoreFoundation                      0x9718864f __CFPasteboardClientCallBack + 927\n          12  CoreFoundation                      0x971613ec __CFMessagePortPerform + 540\n          13  CoreFoundation                      0x970cc43b __CFRunLoopRun + 6523\n          14  CoreFoundation                      0x970ca3c4 CFRunLoopRunSpecific + 452\n          15  CoreFoundation                      0x970ca1f1 CFRunLoopRunInMode + 97\n          16  HIToolbox                           0x948f5e04 RunCurrentEventLoopInMode + 392\n          17  HIToolbox                           0x948f5bb9 ReceiveNextEventCommon + 354\n          18  HIToolbox                           0x948f5a3e BlockUntilNextEventMatchingListInMode + 81\n          19  AppKit                              0x97572595 _DPSNextEvent + 847\n          20  AppKit                              0x97571dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156\n          21  libgdk-quartz-2.0.0.dylib           0x006081d7 poll_func + 135\n          22  libglib-2.0.0.dylib                 0x00a3beaf g_main_context_iterate + 799\n          23  libglib-2.0.0.dylib                 0x00a3c317 g_main_loop_run + 455\n          24  libgtk-quartz-2.0.0.dylib           0x002ab811 gtk_main + 177\n          25  gedit-bin                           0x0000d8c2 main + 1474\n          26  gedit-bin                           0x0000cb86 start + 54\n)
    May 25 19:03:18 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] ([0x0-0x1a01a].org.gnome.gedit[170]): Job appears to have crashed: Trace/BPT trap
    May 25 19:03:18 Josh-Burgers-MacBook-Pro ReportCrash[194]: Saved crash report for gedit-bin[170] version 2.30.2 (2.30.2) to /Users/joshbgosh9/Library/Logs/DiagnosticReports/gedit-bin_2012-05-25-190318_Jo sh-Burgers-MacBook-Pro.crash
    May 25 19:03:21 Josh-Burgers-MacBook-Pro [0x0-0x1f01f].gedit-bin[199]: dyld: Library not loaded: /Users/jesse/gtk/inst/lib/libgtksourceview-2.0.0.dylib
    May 25 19:03:21 Josh-Burgers-MacBook-Pro [0x0-0x1f01f].gedit-bin[199]:   Referenced from: /Applications/gedit.app/Contents/MacOS/gedit-bin
    May 25 19:03:21 Josh-Burgers-MacBook-Pro [0x0-0x1f01f].gedit-bin[199]:   Reason: image not found
    May 25 19:03:21 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] ([0x0-0x1f01f].gedit-bin[199]): Job appears to have crashed: Trace/BPT trap
    May 25 19:03:21 Josh-Burgers-MacBook-Pro ReportCrash[194]: Saved crash report for gedit-bin[199] version ??? (???) to /Users/joshbgosh9/Library/Logs/DiagnosticReports/gedit-bin_2012-05-25-190321_Jo sh-Burgers-MacBook-Pro.crash
    May 25 19:03:26 Josh-Burgers-MacBook-Pro gconfd (joshbgosh9-216)[216]: Failed to get lock for daemon, exiting: Failed to lock '/var/folders/t2/t2VNGFEtG8CmGuwDid5DN++++TI/-Tmp-/gconfd-joshbgosh9/lock/ior': probably another process has the lock, or your operating system has NFS file locking misconfigured (Resource temporarily unavailable)
    May 25 19:03:27 Josh-Burgers-MacBook-Pro [0x0-0x21021].org.gnome.gedit[207]: ** (gedit-bin:207): WARNING **: Throbber animation not found
    May 25 19:03:27 Josh-Burgers-MacBook-Pro [0x0-0x21021].org.gnome.gedit[207]: ** (gedit-bin:207): WARNING **: Throbber fallback animation not found either
    May 25 19:03:49 Josh-Burgers-MacBook-Pro [0x0-0x22022].com.google.Chrome[217]: [0525/190349:INFO:breakpad_mac.mm(177)] Breakpad disabled
    May 25 19:04:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52928d0 of class OC_PythonString autoreleased with no pool in place - just leaking
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for dyn.ah62d4rv4gu8ygx4rnbhznxwep7nen0cy
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for COMPOUND_TEXT
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for dyn.ah62d4rv4gu8zkvn2nu
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for TEXT
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for dyn.ah62d4rv4gu8zgzcwmfhes
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for STRING
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for dyn.ah62d4rv4gu81k3p2su11a5dbrf1a
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for text/plain
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for dyn.ah62d4rv4gu8yszcpp7nen0cyp7bfnvwgkzmf8u4tm3nenxwynq
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for GTK_TEXT_BUFFER_CONTENTS
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for dyn.ah62d4rv4gu80c6durvy0g2pyrf106p52fzx1k43rsvw1u7brqm40q3xfsk01e4pdra01k3p2su
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for application/x-gtk-text-buffer-rich-text
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for public.utf8-plain-text
    May 25 19:04:14 Josh-Burgers-MacBook-Pro Quicksilver[143]: bad data for NSStringPboardType
    May 25 19:05:06 Josh-Burgers-MacBook-Pro Google Drive[148]: *** __NSAutoreleaseNoPool(): Object 0x52928d0 of class OC_PythonString autoreleased with no pool in place - just leaking
    May 25 19:05:18 Josh-Burgers-MacBook-Pro gedit-bin[207]: An uncaught exception was raised
    May 25 19:05:18 Josh-Burgers-MacBook-Pro gedit-bin[207]: *** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: 4294967295, maximum size: 2147483648 bytes
    May 25 19:05:18 Josh-Burgers-MacBook-Pro gedit-bin[207]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: 4294967295, maximum size: 2147483648 bytes'\n*** Call stack at first throw:\n(\n          0   CoreFoundation                      0x971626ca __raiseError + 410\n          1   libobjc.A.dylib                     0x952005a9 objc_exception_throw + 56\n          2   CoreFoundation                      0x971623f8 +[NSException raise:format:arguments:] + 136\n          3   CoreFoundation                      0x9716236a +[NSException raise:format:] + 58\n          4   Foundation                          0x98a785b2 -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:] + 135\n          5   Foundation                          0x98aa726a -[NSData(NSData) initWithBytesNoCopy:length:freeWhenDone:] + 72\n          6   Foundation                          0x98ab8ba9 +[NSData(NSData) dataWithBytesNoCopy:length:freeWhenDone:] + 96\n          7   libgtk-quartz-2.0.0.dylib           0x003ee22e _gtk_quartz_set_selection_data_for_pasteboard + 766\n          8   libgtk-quartz-2.0.0.dylib           0x003e86e3 -[GtkClipboardOwner pasteboard:provideDataForType:] + 211\n          9   AppKit                              0x97a28b40 __NSPasteboardProvideData + 176\n          10  AppKit                              0x97a28d69 __NSPasteboardProvidePboardData + 50\n          11  CoreFoundation                      0x9718864f __CFPasteboardClientCallBack + 927\n          12  CoreFoundation                      0x971613ec __CFMessagePortPerform + 540\n          13  CoreFoundation                      0x970cc43b __CFRunLoopRun + 6523\n          14  CoreFoundation                      0x970ca3c4 CFRunLoopRunSpecific + 452\n          15  CoreFoundation                      0x970ca1f1 CFRunLoopRunInMode + 97\n          16  HIToolbox                           0x948f5e04 RunCurrentEventLoopInMode + 392\n          17  HIToolbox                           0x948f5bb9 ReceiveNextEventCommon + 354\n          18  HIToolbox                           0x948f5a3e BlockUntilNextEventMatchingListInMode + 81\n          19  AppKit                              0x97572595 _DPSNextEvent + 847\n          20  AppKit                              0x97571dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156\n          21  libgdk-quartz-2.0.0.dylib           0x006081d7 poll_func + 135\n          22  libglib-2.0.0.dylib                 0x00a3beaf g_main_context_iterate + 799\n          23  libglib-2.0.0.dylib                 0x00a3c317 g_main_loop_run + 455\n          24  libgtk-quartz-2.0.0.dylib           0x002ab811 gtk_main + 177\n          25  gedit-bin                           0x0000d8c2 main + 1474\n          26  gedit-bin                           0x0000cb86 start + 54\n)
    May 25 19:05:19 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] ([0x0-0x21021].org.gnome.gedit[207]): Job appears to have crashed: Trace/BPT trap
    May 25 19:05:19 Josh-Burgers-MacBook-Pro ReportCrash[238]: Saved crash report for gedit-bin[207] version 2.30.2 (2.30.2) to /Users/joshbgosh9/Library/Logs/DiagnosticReports/gedit-bin_2012-05-25-190519_Jo sh-Burgers-MacBook-Pro.crash
    May 25 19:05:21 Josh-Burgers-MacBook-Pro [0x0-0x2f02f].gedit-bin[242]: dyld: Library not loaded: /Users/jesse/gtk/inst/lib/libgtksourceview-2.0.0.dylib
    May 25 19:05:21 Josh-Burgers-MacBook-Pro [0x0-0x2f02f].gedit-bin[242]:   Referenced from: /Applications/gedit.app/Contents/MacOS/gedit-bin
    May 25 19:05:21 Josh-Burgers-MacBook-Pro [0x0-0x2f02f].gedit-bin[242]:   Reason: image not found
    May 25 19:05:21 Josh-Burgers-MacBook-Pro com.apple.launchd.peruser.501[96] ([0x0-0x2f02f].gedit-bin[242]): Job appears to have crashed: Trace/BPT trap
    May 25 19:05:21 Josh-Burgers-MacBook-Pro ReportCrash[238]: Saved crash report for gedit-bin[242] version ??? (???) to /Users/joshbgosh9/Library/Logs/DiagnosticReports/gedit-bin_2012-05-25-190521_Jo sh-Burgers-MacBook-Pro.crash
    May 25 19:05:25 Josh-Burgers-MacBook-Pro gconfd (joshbgosh9-256)[256]: Failed to get lock for daemon, exiting: Failed to lock '/var/folders/t2/t2VNGFEtG8CmGuwDid5DN++++TI/-Tmp-/gconfd-joshbgosh9/lock/ior': probably another process has the lock, or your operating system has NFS file locking misconfigured (Resource temporarily unavailable)
    May 25 19:05:26 Josh-Burgers-MacBook-Pro [0x0-0x30030].org.gnome.gedit[247]: ** (gedit-bin:247): WARNING **: Throbber animation not found

    New log...  Still getting permission errors.. gr this is frusterating lol.. Woah.. also, my hostname changed to new-host-2
    May 26 00:22:20 new-host-2 com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:22:33: --- last message repeated 1 time ---
    May 26 00:22:33 new-host-2 com.apple.launchd.peruser.501[95] (com.apple.AirPortBaseStationAgent[124]): Exited: Killed
    May 26 00:22:33 new-host-2 loginwindow[26]: DEAD_PROCESS: 26 console
    May 26 00:22:33 new-host-2 com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:22:33 new-host-2 com.apple.kextd[10]: Rescanning kernel extensions.
    May 26 00:22:33 new-host-2 com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:22:33 new-host-2 shutdown[6463]: reboot by joshbgosh9:
    May 26 00:22:33 new-host-2 shutdown[6463]: SHUTDOWN_TIME: 1338006153 967960
    May 26 00:22:34 new-host-2 mDNSResponder[25]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) stopping
    May 26 00:22:34 new-host-2 DirectoryService[36]: BUG in libdispatch: 10K549 - 1960 - 0x10004004
    May 26 00:22:34 new-host-2 WindowServer[73]: hidd died. Reestablishing connection.
    May 26 00:22:34 new-host-2 WindowServer[73]: bootstrap_look_ip failed: Unknown service name
    May 26 00:22:34 new-host-2 com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:22:53 localhost com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:22:50 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    May 26 00:22:50 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. ***
    May 26 00:23:02 localhost bootlog[40]: BOOT_TIME: 1338006170 0
    May 26 00:23:13 localhost blued[41]: Apple Bluetooth daemon started
    May 26 00:23:13 localhost mDNSResponder[25]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    May 26 00:23:13 localhost com.apple.usbmuxd[17]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    May 26 00:23:14 Josh-Burgers-MacBook-Pro configd[38]: setting hostname to "Josh-Burgers-MacBook-Pro.local"
    May 26 00:23:14 Josh-Burgers-MacBook-Pro configd[38]: network configuration changed.
    May 26 00:23:14: --- last message repeated 2 times ---
    May 26 00:23:14 Josh-Burgers-MacBook-Pro com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:23:21: --- last message repeated 24 times ---
    May 26 00:23:21 Josh-Burgers-MacBook-Pro /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[26]: Login Window Application Started
    May 26 00:23:21 Josh-Burgers-MacBook-Pro com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:23:24: --- last message repeated 1 time ---
    May 26 00:23:24 Josh-Burgers-MacBook-Pro configd[38]: network configuration changed.
    May 26 00:23:24 new-host-2 configd[38]: setting hostname to "new-host-2.home"
    May 26 00:23:25 new-host-2 ntpd[14]: bind() fd 25, family 30, port 123, scope 5, addr fe80::9227:e4ff:fef6:21e8, in6_is_addr_multicast=0 flags=0x11 fails: Can't assign requested address
    May 26 00:23:25 new-host-2 ntpd[14]: unable to create socket on en1 (5) for fe80::9227:e4ff:fef6:21e8#123
    May 26 00:23:27 new-host-2 loginwindow[26]: Login Window Started Security Agent
    May 26 00:23:27 new-host-2 loginwindow[26]: Login Window - Returned from Security Agent
    May 26 00:23:27 new-host-2 loginwindow[26]: USER_PROCESS: 26 console
    May 26 00:23:27 new-host-2 com.apple.launchctl.Aqua[98]: launchctl: Please convert the following to launchd: /etc/mach_init_per_user.d/com.adobe.versioncueCS4.monitor.plist
    May 26 00:23:27 new-host-2 com.apple.launchd.peruser.501[96] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    May 26 00:23:28 new-host-2 com.apple.kextd[10]: Can't create kext cache under / - owner not root.
    May 26 00:23:33: --- last message repeated 7 times ---
    May 26 00:23:33 new-host-2 com.apple.launchd.peruser.501[96] (com.apple.Kerberos.renew.plist[122]): Exited with exit code: 1
    May 26 00:23:34 new-host-2 com.apple.launchd.peruser.501[96] (0x100600070.mach_init.VersionCueCS4monitor): Failed to check-in!
    May 26 00:23:37 new-host-2 com.apple.launchd.peruser.501[96] ([email protected][127]): Exited with exit code: 1
    May 26 00:23:44 new-host-2 LiveAgent[143]: INSERT-HANG-DETECTED: Tx time:6.189380, # of Inserts: 0, # of bytes written: 0, Did shrink: NO
    May 26 00:23:47 new-host-2 Quicksilver[139]: Preventing update check.
    May 26 00:24:10 new-host-2 com.apple.kextd[10]: Can't create kext cache under / - owner not root.

Maybe you are looking for