Tiger (10.4.8) hard crashes, "create default account" sequence on reboot!

A couple of apps suddenly began to misbehave yesterday afternoon on a Mac OS X 10.4.8 (500 MHz DP G4) that has been rock-solid for months. I quit everything and ran a Disk Utility "Verify" check -- that crashed in the middle of the run. (Never saw that before.)
On rebooting, my Mac now jumps directly into the "Welcome to Macintosh" login sequence you see the first time a computer is booted, the screens you use to set up the default account on a fresh-out-of-the-box computer. But this one has three accounts already created, with 30 GB of data...
Fearing for the worst, I rebooted with a 10.4 install disk and ran Disk Utility from that. It correctly identified the old partition -- which seems to be full of data -- and announced that everything on the disk is OK (i.e., it "verified"). But every time I reboot the machine, I get the initial login sequence.
I need the data that was on this machine badly. Can anyone here suggest a course of action that may resurrect my old data?
Will going through the login sequence and creating a new admin account wipe out existing accounts? Is there some way to bypass the login sequence and get directly to the previously-created accounts, from which I might fiddle with something to set things right?
TH
G4 DP 500 MHz   Mac OS X (10.4.8)  

Thanks, Sherman, for the words of encouragement.
I've looked things over, and I think I understand the basics of what I have to do to get my data back in usable form. Let me summarize what has happened thus far and what I think I might do next:
- the result of the crash was that my old "Users/tharpold" folder was no longer recognized as a user folder; in fact, my computer recognized no users at all, requiring me to create a new user account
- I've done this, creating a user named "terryharpold", with admin privileges. That account appears to be behaving as it should, though many apps request serial numbers, etc.
Here's what I think I want to do now:
- I want to create another user, named "tharpold" (my former user name), after having renamed the old Users/tharpold folder (remember, no longer a true user directory) to Users/tharpold-old.
- I want to migrate my former "tharpold" documents and, as important, my app preferences, etc. (most of which are stored in tharpold/Library) from "tharpold-old" to the new "tharpold" user's subdirectories, thus reconstituting my former tharpold identity (Mail files, prefs, documents, etc.) in the newly-created tharpold.
- I should, I think, be able to copy the contents of my former tharpold/Documents folder to my new tharpold/Documents folder, after resetting ownership of its contents to the new tharpold account...
Here's the real question: can I copy the contents of my former tharpold/Library folder to my new tharpold/Library folder in this way? That would, if possible, retrieve my app prefs, Application Support files, Mail files, etc. But should I expect them all to copy over cleanly -- i.e., so as to be usable when I next reboot into the new tharpold account?
TH
G4 500 MHz DP   Mac OS X (10.4.8)  

Similar Messages

  • HT4889 Apple Store changed hard disc - created user account ("User"). I ran migration assistant / time machine. All files migrated but on "User" I can't open them. Help!

    I changed my Seagate 1 Tb hard disc under the Apple Exchange Program.I received the iMac and the Apple Store created a new account on my iMac ("User"). I connected the Time Machine and ran the migration assistant. All files etc. have migrated. I can see the Macintosh HD and my old user account but am not allowed to open them. How can I get back to my old settings etc.?

    what is the message that you get when you try to open a file?
    1.  You can try to change the permissions to see if they will allow you to write to the file(s).
    2.  Naviagte to your Home folder Macintosh HD-->Users-->Username and press command+i to get info and on the bottom of the screen click on the lock and unlock the security check, remove your current username and then re-add it and next to the minus symbol click and select apply to enclosed folders

  • Use of discrete graphics causes hard crash - (MacBook Pro 2010 with ML 10.8.2/3)

    I have a client with a Mid-2010 MacBook Pro. He was having crashes with Lion so I upgraded him to Mountain Lion 10.8.2. The crashes did not go away.
    I troubleshooted and with the help of gfxCardStatus noticed that every time his machine went to use the discrete graphcis he got the gray hard crash screen and system had to restart. Back then I tried a beta of 10.8.3 and it didn't help.
    I noticed that if I created another user account (profile) it would not crash when the discrete graphics card was called upon.
    So, I re-installed the OS (to 10.8.2), created a new profile and manually migrated pictures, documents, keychain, mail, movies, music and re-installed the relevant Applications. Everything was working fine and my client went on a trip to Europe and soon the crashes began again. Then he upgraded to 10.8.3 and the crashes got even more frequent (it seems 10.8.3 puts more applications on the discrete graphics list so it switches even more).
    I am wondering what could have caused the crashes to begin. It was before he upgraded to 10.8.3. Some application or something he was using must have changed a setting or corrupted something to cause the crashing to begin. I haven't done this yet, but I'm sure if I create another user account it won't crash on it.
    Any ideas where to turn my attention to see what is causing the shift from his working user account to a crash-causing one?
    He has iLife, Office 2011, Final Cut Pro X, iPhoto Library Manager, VLC, Audacity, DropBox, FileMaker Pro 11, Flip4Mac Player, Fuze, GotoAssist, Handbrake, Skype, iSkySoft DVD Creator, iSkySoft Video Convertor, Onyx and Skype.
    I know there are *MANY* others having problems with the automatic graphics card switching and it seems some are having more problems when gfxCardStatus is installed?
    - Elan

    is this your MacBook:
    TS4088- MacBook Pro (15-inch, Mid 2010): Intermittent black screen or loss of video
    Take a copy of the article with you when you go for service. They need to run a SPECIAL diagnostic to decide whether you have this problem. Do not leave until they run the special diagnostic. The "overnight run" does not detect this problem.
    If they confirm you have the problem, they will replace the graphics chip, which is part of the motherboard. be prepared to hand over your Mac for depot repair. (Your backups must be up-to-date).

  • AIR iOS hard crashes: wakeup - Observed 503/sec over 300 secs

    Hi,
    for a project I had to download a file with around 3GB.
    So I decided to write a chunk based download controller, which easily does the following:
    - open an URLStream
    - Load the file by URLRequest
    - Wait for the progress events and check, that we have more than 5MB in the buffer
    - Write the bytes to an local file by using an Bytearray+Filestream combination
    Additional I have implemented a workaround for the file size limit regarding to the Android specs,
    that the local files is chunked when, the file exceeds the file size limit.
    This solution works fine in this cases / test systems:
    - Desktop - Windows
    - Desktop - Mac
    - Android - Debug
    - Android - Release
    - iOS 8.1.3 - Debug - fast interpreter mode
    But when I try to compile and run / debug the app for iOS with the following modes:
    - Release build Store
    - Release build AdHoc
    - Debug build without fast interpreter
    The app crashes hard during the download.
    I isolated my download controller and created a simple test app, which is using a simple sprite
    and runs the download controller.
    During the download the app is not completely hard crashing but the xcode console detects 1-2 crashes:
    Feb 25 09:57:29 iPad-mini ReportCrash[422] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)
    Feb 25 09:57:29 iPad-mini ReportCrash[422] <Notice>: ReportCrash acting against PID 421
    Feb 25 09:57:29 iPad-mini ReportCrash[422] <Notice>: Formulating crash report for process DownloadAndTarUnitTester[421]
    Feb 25 09:57:30 iPad-mini ReportCrash[422] <Notice>: Saved report to /var/mobile/Library/Logs/CrashReporter/ExcResource_DownloadAndTarUnitTester_2015-02-25-09 5729_iPad-mini.ips
    Relating crash report:
    Incident Identifier: 868898CC-9DAF-422E-889C-F397C2595E8F
    CrashReporter Key:   eb14103bfc730ebe68f5b1970597c35e3006eb42
    Hardware Model:      iPad2,5
    Process:             DownloadAndTarUnitTester [421]
    Path:                /private/var/mobile/Containers/Bundle/Application/7F892804-5378-4B81-BE54-C1EDA66FCF96/Do wnloadAndTarUnitTester.app/DownloadAndTarUnitTester
    Identifier:          DownloadAndTarUnitTester
    Version:             0.0.0 (0.0.0)
    Code Type:           ARM (Native)
    Parent Process:      launchd [1]
    Date/Time:           2015-02-25 09:57:29.864 +0100
    Launch Time:         2015-02-25 09:56:48.087 +0100
    OS Version:          iOS 8.1.3 (12B466)
    Report Version:      105
    Exception Type:  EXC_RESOURCE
    Exception Subtype: WAKEUPS
    Exception Message: (Limit 150/sec) Observed 1079/sec over 300 secs
    Triggered by Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Attributed:
    0   libsystem_pthread.dylib       0x3a1a2eba 0x3a1a2000 + 3770
    1   CoreFoundation                 0x2befeb68 0x2be32000 + 838504
    2   CoreFoundation                 0x2be4bb2c CFRunLoopRunSpecific + 472
    3   CoreFoundation                 0x2be4b93e CFRunLoopRunInMode + 102
    4   GraphicsServices               0x3320004c 0x331f7000 + 36940
    5   UIKit                         0x2f43df1c 0x2f3d0000 + 450332
    6   DownloadAndTarUnitTester       0x0026761c 0x57000 + 2164252
    7   DownloadAndTarUnitTester       0x006ca730 0x57000 + 6764336
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib         0x3a1122c8 kevent64 + 24
    1   libdispatch.dylib             0x3a034e44 _dispatch_mgr_invoke + 276
    2   libdispatch.dylib             0x3a034b76 _dispatch_mgr_thread$VARIANT$mp + 34
    Thread 2 name:  BackgroundThread
    Thread 2:
    0   libsystem_kernel.dylib         0x3a125b38 __psynch_cvwait + 24
    1   libsystem_pthread.dylib       0x3a1a43dc _pthread_cond_wait + 516
    2   libsystem_pthread.dylib       0x3a1a52ac pthread_cond_wait + 36
    3   DownloadAndTarUnitTester       0x0041dd90 0x57000 + 3960208
    4   DownloadAndTarUnitTester       0x002fbe78 0x57000 + 2772600
    5   DownloadAndTarUnitTester       0x0041db60 0x57000 + 3959648
    6   DownloadAndTarUnitTester       0x0041dbb4 0x57000 + 3959732
    7   DownloadAndTarUnitTester       0x0041d8d4 0x57000 + 3958996
    8   libsystem_pthread.dylib       0x3a1a4e64 _pthread_body + 136
    9   libsystem_pthread.dylib       0x3a1a4dd6 _pthread_start + 114
    10  libsystem_pthread.dylib       0x3a1a2b80 thread_start + 4
    Thread 3 name:  BackgroundThread
    Thread 3:
    0   libsystem_kernel.dylib         0x3a125b38 __psynch_cvwait + 24
    1   libsystem_pthread.dylib       0x3a1a43dc _pthread_cond_wait + 516
    2   libsystem_pthread.dylib       0x3a1a52ac pthread_cond_wait + 36
    3   DownloadAndTarUnitTester       0x0041dd90 0x57000 + 3960208
    4   DownloadAndTarUnitTester       0x002fbe78 0x57000 + 2772600
    5   DownloadAndTarUnitTester       0x0041db60 0x57000 + 3959648
    6   DownloadAndTarUnitTester       0x0041dbb4 0x57000 + 3959732
    7   DownloadAndTarUnitTester       0x0041d8d4 0x57000 + 3958996
    8   libsystem_pthread.dylib       0x3a1a4e64 _pthread_body + 136
    9   libsystem_pthread.dylib       0x3a1a4dd6 _pthread_start + 114
    10  libsystem_pthread.dylib       0x3a1a2b80 thread_start + 4
    Thread 4:
    0   libsystem_kernel.dylib         0x3a12619c __semwait_signal + 24
    1   libsystem_c.dylib             0x3a085de0 nanosleep + 168
    2   DownloadAndTarUnitTester       0x0041d93c 0x57000 + 3959100
    3   DownloadAndTarUnitTester       0x0028578c 0x57000 + 2287500
    4   DownloadAndTarUnitTester       0x0028574c 0x57000 + 2287436
    5   DownloadAndTarUnitTester       0x0041db60 0x57000 + 3959648
    6   DownloadAndTarUnitTester       0x0041dbb4 0x57000 + 3959732
    7   DownloadAndTarUnitTester       0x0041d8d4 0x57000 + 3958996
    8   libsystem_pthread.dylib       0x3a1a4e64 _pthread_body + 136
    9   libsystem_pthread.dylib       0x3a1a4dd6 _pthread_start + 114
    10  libsystem_pthread.dylib       0x3a1a2b80 thread_start + 4
    Feb 25 09:59:54 iPad-mini ReportCrash[440] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)
    Feb 25 09:59:54 iPad-mini ReportCrash[440] <Notice>: ReportCrash acting against PID 436
    Feb 25 09:59:54 iPad-mini ReportCrash[440] <Notice>: Formulating crash report for process DownloadAndTarUnitTester[436]
    Feb 25 09:59:55 iPad-mini ReportCrash[440] <Notice>: Saved report to /var/mobile/Library/Logs/CrashReporter/ExcResource_DownloadAndTarUnitTester_2015-02-25-09 5954_iPad-mini.ips
    Relating crash report:
    CrashReporter Key:   eb14103bfc730ebe68f5b1970597c35e3006eb42
    Hardware Model:      iPad2,5
    Process:             DownloadAndTarUnitTester [436]
    Path:                /private/var/mobile/Containers/Bundle/Application/7A313D06-6D0C-4583-8CCA-C0994F6BCAB0/Do wnloadAndTarUnitTester.app/DownloadAndTarUnitTester
    Identifier:          DownloadAndTarUnitTester
    Version:             0.0.0 (0.0.0)
    Code Type:           ARM (Native)
    Parent Process:      launchd [1]
    Date/Time:           2015-02-25 09:59:54.603 +0100
    Launch Time:         2015-02-25 09:58:25.203 +0100
    OS Version:          iOS 8.1.3 (12B466)
    Report Version:      105
    Exception Type:  EXC_RESOURCE
    Exception Subtype: WAKEUPS
    Exception Message: (Limit 150/sec) Observed 503/sec over 300 secs
    Triggered by Thread:  12
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0:
    0   libsystem_kernel.dylib         0x3a112518 mach_msg_trap + 20
    1   libsystem_kernel.dylib         0x3a11230c mach_msg + 36
    2   CoreFoundation                 0x2bf00596 __CFRunLoopServiceMachPort + 142
    3   CoreFoundation                 0x2befeb5c __CFRunLoopRun + 1012
    4   CoreFoundation                 0x2be4bb2c CFRunLoopRunSpecific + 472
    5   CoreFoundation                 0x2be4b93e CFRunLoopRunInMode + 102
    6   GraphicsServices               0x3320004c GSEventRunModal + 132
    7   UIKit                         0x2f43df1c UIApplicationMain + 1436
    8   DownloadAndTarUnitTester       0x002da61c 0xca000 + 2164252
    9   DownloadAndTarUnitTester       0x0073d730 0xca000 + 6764336
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib         0x3a1122c8 kevent64 + 24
    1   libdispatch.dylib             0x3a034e44 _dispatch_mgr_invoke + 276
    2   libdispatch.dylib             0x3a034b76 _dispatch_mgr_thread$VARIANT$mp + 34
    Thread 2:
    0   libsystem_kernel.dylib         0x3a1269cc __workq_kernreturn + 8
    1   libsystem_pthread.dylib       0x3a1a2e9c _pthread_wqthread + 788
    2   libsystem_pthread.dylib       0x3a1a2b74 start_wqthread + 4
    The debugger did not detect any error.
    I tested AIR 15, 16.
    Maybe this is a iOS restriction regarding to the new battery consumption limitations for apps.
    So I tried to:
    - Set the framerate to max. 30FPS
    - Extend to buffer size before write to test on ProgressEvent form 512KB to 5MB
    But the crashes are staying and the observed wakeups are not reducing.
    Has anyone an idea how to solve this?

    Thanks for the reply. I'm not sure if it's iOS 8 only, and I'm having a hard time reproducing the crash at my office after letting it run for 24 hours. I only see the crash results on the iPad after the fact.
    I can send the code for the project to someone, if that will help. Who would I send it to?
    In the meantime, do you have any recommendations for how to force an excess number of wakeups? I figure if I can force the crash, then I can see if it helps to try the latest AIR SDK or make other changes.
    Also, here is a little more info about the project:
    - Uses Starling.
    - Uses video playing in a webview (with darkredz ANE).
    - Uses Apple's Guided Access to lock out app switching.
    Do any of these things seem more likely to cause issues with thread management? I'm guessing that the app never goes into background mode, since it's locked to this one app. But would the iPad going to sleep force it into background mode somehow?
    Thanks for the help.
    John

  • Make Selection Hard-Edged by Default

    Hey,
    Is there any way to make a marquee selection to be hard-edged by default?
    I am selecting and copy/pasting some parts of the image and saving those parts as new images. The problem is those pieces become semi-transparent around the edges.
    I found this post: http://forums.adobe.com/message/2797143#2797143 that mentions Adjustments -> Threshold.
    The solution it offers works fine, and I am wondering if there's a way to make the selection hard-edged by default instead of having to go through all those steps over and over again for every selection :/

    emil emil wrote:
    I can't reproduce this problem, if anti-alias is unchecked or grayed out I can't make soft edges no matter what I try. Something else is affecting your selection or something is wrong on your system.
    I think it's because I am using Select->Transform Selection.
    I created an action to adjust the threshold and assigned it to F12 key and pressing it is a painless way to make the selection hard-edged

  • Timemachine & network hard crash

    I'm wondering if anyone else is having something like this happen. My mid-2010 macpro is hard crashing about once a week when time machine is backing up. I figured out it was during time machine by looking at the kernel logs and seeing that the logs stopped after time machine launched, but I just caught it right now when it crashed.
    I hadn't been using the laptop for a bit and went to refresh my email -- which said it couldn't reach the server. I noticed that the time machine icon was spinning and that the wireless network icon had no bars. I opened the drop down and it showed no networks available. I was about the turn netowrk on/off again when the laptop just went dead. Black screen, no response. This is how I usually find it.
    In the kernel logs, I see something about airport ink down ("Reason 8 (Disassociated because station leaving)."). The last message is "IOSurface: buffer allocation size is zero"
    The backup drive is a network drive attached to my mac mini (the mini is set to never sleep, but the attached drive will auto sleep).
    Dec  8 09:05:20 localhost kernel[0]: PMAP: PCID enabled
    Dec  8 09:05:20 localhost kernel[0]: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Dec  8 09:05:20 localhost kernel[0]: vm_page_bootstrap: 2006602 free pages and 74166 wired pages
    Dec  8 09:05:20 localhost kernel[0]: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    Dec  8 09:05:20 localhost kernel[0]: zone leak detection enabled
    Dec  8 09:05:20 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Dec  8 09:05:20 localhost kernel[0]: mig_table_max_displ = 73
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    Dec  8 09:05:20 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    Dec  8 09:05:20 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Dec  8 09:05:20 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Dec  8 09:05:20 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Dec  8 09:05:20 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Dec  8 09:05:20 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Dec  8 09:05:20 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Dec  8 09:05:20 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Dec  8 09:05:20 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Dec  8 09:05:20 localhost kernel[0]: MAC Framework successfully initialized
    Dec  8 09:05:20 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Dec  8 09:05:20 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Dec  8 09:05:20 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Dec  8 09:05:20 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Dec  8 09:05:20 localhost kernel[0]: [ PCI configuration begin ]
    Dec  8 09:05:20 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0035
    Dec  8 09:05:20 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    Dec  8 09:05:20 localhost kernel[0]: console relocated to 0xf10030000
    Dec  8 09:05:20 localhost kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    Dec  8 09:05:20 localhost kernel[0]: [ PCI configuration end, bridges 7 devices 16 ]
    Dec  8 09:05:20 localhost kernel[0]: Sleep failure code 0x00000000 0x11006900
    Dec  8 09:05:20 localhost kernel[0]: [ PCI configuration begin ]
    Dec  8 09:05:20 localhost kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    Dec  8 09:05:20 localhost kernel[0]: [ PCI configuration end, bridges 8 devices 22 ]
    Dec  8 09:05:20 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID dc2b61fffec3f548; max speed s800.
    Dec  8 09:05:20 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    Dec  8 09:05:20 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Dec  8 09:05:20 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Dec  8 09:05:20 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Dec  8 09:05:20 localhost kernel[0]: 2.4.4 Little Snitch: starting
    Dec  8 09:05:20 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Dec  8 09:05:20 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Dec  8 09:05:20 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Dec  8 09:05:20 localhost kernel[0]: BTCOEXIST off
    Dec  8 09:05:20 localhost kernel[0]: wl0: Broadcom BCM4353 802.11 Wireless Controller
    Dec  8 09:05:20 localhost kernel[0]: 5.100.98.75
    Dec  8 09:05:20 localhost kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    Dec  8 09:05:20 localhost kernel[0]: rooting via boot-uuid from /chosen: 5D4916BA-90E2-34CC-9D96-0D55D9BDB656
    Dec  8 09:05:20 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Dec  8 09:05:20 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/OCZ-VERTEX3 Media/IOGUIDPartitionScheme/Macintosh HD@2
    Dec  8 09:05:20 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Dec  8 09:05:20 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 6987264 to: 10278400 (joffset 0x37e000)
    Dec  8 09:05:20 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Dec  8 09:05:20 localhost kernel[0]: Kernel is LP64
    Dec  8 09:05:20 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Dec  8 09:05:20 localhost kernel[0]: hfs: Removed 51 orphaned / unlinked files and 12315 directories
    Dec  8 09:05:21 localhost kernel[0]: BCM5701Enet: Ethernet address c8:bc:c8:97:28:ed
    Dec  8 09:05:21 localhost kernel[0]: AirPort_Brcm4331: Ethernet address c8:bc:c8:da:bd:de
    Dec  8 09:05:21 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Dec  8 09:05:21 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Dec  8 09:05:22 localhost kernel[0]: Created virtif 0xffffff80178c4200 p2p0
    Dec  8 09:05:22 localhost kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    Dec  8 09:05:22 localhost kernel[0]: fNumVRAMBlocks is 4
    Dec  8 09:05:22 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Dec  8 09:05:22 localhost kernel[0]: Previous Shutdown Cause: 3
    Dec  8 09:05:22 localhost kernel[0]: AGC: 3.0.16, HW version=1.9.21, flags:0, features:20600
    Dec  8 09:05:22 localhost kernel[0]: DSMOS has arrived
    Dec  8 09:05:23 Macintosh kernel[0]: macx_swapon SUCCESS
    Dec  8 09:05:24 Macintosh kernel[0]: nstat_lookup_entry failed: 2
    Dec  8 09:05:24: --- last message repeated 1 time ---
    Dec  8 09:05:24 Macintosh kernel[0]: nspace-handler-set-snapshot-time: 1323363925
    Dec  8 09:05:25 Macintosh kernel[0]: en1: 802.11d country code set to 'US'.
    Dec  8 09:05:25 Macintosh kernel[0]: 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
    Dec  8 09:05:25 Macintosh kernel[0]: AppleLMUController found an AG vendor product (0x9cbb), notifying SMC.
    Dec  8 09:05:26 Macintosh kernel[0]: vmmon: Loaded @ 0xffffff7f821eafb4: Info 0xffffff7f821f7a00 Name com.vmware.kext.vmx86 Version 3.1.2 build-332101 at Nov 30 2010 16:05:54
    Dec  8 09:05:26 Macintosh kernel[0]: vmmon: Service start
    Dec  8 09:05:29 Macintosh kernel[0]: vmnet: bridge-en1: wireless interface detected.
    Dec  8 09:05:29 Macintosh kernel[0]: vmnet: bridge-en1: up
    Dec  8 09:05:29 Macintosh kernel[0]: vmnet: bridge-en1: attached
    Dec  8 09:05:29 Macintosh kernel[0]: vmnet: Invalidating peer info for hub: 0, port: 0
    Dec  8 09:05:29 Macintosh kernel[0]: vmnet: VNetUserIfFree: freeing userIf at 0xffffff8019fcf000.
    Dec  8 09:05:34 Macintosh kernel[0]: nstat_lookup_entry failed: 2
    Dec  8 09:05:58: --- last message repeated 1 time ---
    Dec  8 09:05:58 Macintosh kernel[0]: IOSurface: buffer allocation size is zero
    Dec  8 09:05:59 Macintosh kernel[0]: nstat_lookup_entry failed: 2
    Dec  8 09:06:10 Macintosh kernel[0]: IOSurface: buffer allocation size is zero

    Are you sure the Mini is never set to sleep? There is a sleep error listed.
    Dec  8 09:05:20 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    Dec  8 09:05:20 localhost kernel[0]: console relocated to 0xf10030000
    Dec  8 09:05:20 localhost kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    Dec  8 09:05:20 localhost kernel[0]: [ PCI configuration end, bridges 7 devices 16 ]
    Dec  8 09:05:20 localhost kernel[0]: Sleep failure code 0x00000000 0x11006900

  • P67a-GD53 (B3) Hard Crashes (Kernel Power - Event ID 41)

    Fresh Win7 installation on a 250GB Hitachi Deskstar connected to the SATA III P67 Chipset ports using Bios 1D (and also the latest Beta Bios) at default clocks - XMP enabled and RAM Voltage set to 1.52V and energy saving options disabled (EIST, Spread Spectrum, C1E and all C states).
    I experience hard crashes as if someone has dc'd the power followed by the PC rebooting as normal. Further analysis of the Event Viewer shows 'Kernel-Power Event ID 41) critical events. I recently connected this mechanical drive as I was troubleshooting the same problems plus BSODs and crashes in windows and BF3 with a Vertex 3 120GB SSD.
    I've tested the RAM via memtest with no errors so that isn't the problem. The HD and SSD are not the issue as the problems are reproduced over both. I will test another PSU and try and isolate that. Does anyone have any suggestions on how to resolve this problem?

    Ok sorry it took so long, so here's my settings should work great! if you are using Stock Cooler you need to minimize on clock speed to 3200, but if you have a great cooler like me.  You should be able to run at 3800 - 4200 just fine, mine runs about 44-46 degrees C (111-113F) which is good.  Go into the Bios and be sure the Overclock Genie is off.. (sucks for 1600 Memory), and go to Overclock settings and you should get these screens here, and the last screen should be under Cpu Feautures.  Hope this helps!  Let me know thanks!
    *** Also Note my Ram is 1.65V so might want to try it at 1.52V if your Ram is 1.5 volts ***
    My fan Cooler Master - http://www.coolermaster.com/product.php?product_id=6636
    Bios Pic 1 -
    Bios Pic 2 -
    Bios Pic 3 -
    Good Luck

  • I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    Well, I really would love the new unreleased mac pro however , I'm not sure of the expected cost , Everyone speculates from $3,000 to $8,000, in which I may have to wait a while to purchase.
    To the point .... I want fully functional thunderbolt ports to be on the current mac pro's .... wonder if anyone had workarounds yet?...  or could I chain the the current mac pro to a mac mini to make that happen?

  • 2010 Macbook pro freezes a lot, but mouse still moves. It unfreezes if you wait. It also hard crashes... Also, weird lines and screen flashes.

    I have a 2010 Macbook pro running snow leopard (Mac OS 10.6.8).  First off, this has been the worst computer I've ever owned or have heard of someone having, Mac or PC.  There hasn't been a time where something hasn't been wrong.  I'm going to list my specs, my current problems and maybe list previous problems after that.  Any advice or suggestions would be great.  My brother works for apple out in Cali and I've been sending him crash and bug reports and he can't seem to figure out what's going on.
    Specs:
    2010 Macbook Pro (Mac OSX 10.6.8)
    Processor: 2.66 GHz Intel Core i7
    Memory: 8 GB 1067 MHz DDR3
    Graphics Cards: Intel HD Graphics (288 VRAM) and a NVIDIA GeForce GT 330M (512 VRAM)
    (if you want more info, just ask)
    To start things off, my computer hard crashes at random points playing basically any game.  StarCraft 2 (when I could play the game prior to Blizzard patching my OS out of the minimum requirements), League of Legends, MineCraft and others all crash while in use.  My computer screen suddenly flashes white and then to black and whatever audio may have been playing in the past second of gameplay is thrown into a constant loop.  The screen is solid black with no mouse and there is no keyboard functionality.  The only thing I can do is hold down the power button.  I first started noticing this problem back when StarCraft 2 Heart of the Swarm came out.  I would crash every 4 or 5 games in this way.  Since that was happening I resorted to playing other games such as League of Legends.  I wasn't having any trouble at all, but gradually it started to have the hard crashing issues.  Initially every handful of games, now it crashes in roughly 50% of the games I play.  This happens while I have NO other applications open and this has happened even after a complete restart with only 2 things opening at startup.  League started crashing in this way after I brought my computer in to have a fan replaced. 
    Another thing which has started happening since I had my fan replaced at the apple store: My computer has become very sluggish at times and my computer freezes in another way.  Many times a day, I will find I click on something in an application and the entire computer locks up.  There's no spinning beachball.  There's no movement of any sort on the screen and there is no button functionality, but I can move the mouse.  Clicking does nothing.  This sort of freeze lasts for about 30 seconds up to 5 or 6 minutes or so.  After that, it suddenly just decides to work again.  I can tell when it unfreezes because the clock in the corner jumps to the correct time.  This has happened frequently while using Google Chrome, Firefox and Safari.  It also happened while trying to use Skype.  It was freezing the most when facebook or youtube has been open, but it happens without that happening as well.  One of the first times I noticed it, earlier this year, I was searching for work and tried to go to this website: http://www.nhab.org/ (looking for a job).  It froze my computer as I described above (and I didn't know it would unfreeze after several minutes, so I thought my computer was completely frozen). I restarted, went to the same website and it froze again.  I did this a third time and it froze again, so I restarted again.  On the fourth try, it loaded.  The frequency of this problem is ridiculous.  I actually decided to delete Google Chrome from my computer (and its support files) since my computer would freeze the most often with Chrome (though I used Chrome mostly for youtube and watching tv shows online).  Almost instantly after deleting Chrome, my computer was running significantly faster.  things loaded quicker in other browsers and aplications loaded smoother.  My text no longer lagged when typing in facebook...  It hasn't solved the freezing, though the freezing tends to last less time now.
    Another thing that happens, which I am not sure is normal: When my computer is booting, after the grey screen, it changes to light blue.  During this light blue time, often times white horizontal centimeter to inch wide bars will flash across the screen near the top.  This also happens on shutting down.  I also noticed that when it shuts down the screen doesn't just shut off.  The screen flickers quick for up to a second and then it is off.  It doesn't just turn off.
    My computer has also occassionally flashed for a brief fraction of a second, to the blue start up color and back to whatever I am doing.
    Those are all issues I am having right now and I am beginning to wonder if this several thousand dollar computer is capable of doing much more than just writing text..
    Prior issues I have had:
    Right from the start, I have had major graphical issues which I showed to the people at the apple store and they reinstalled flash, but they really didn't know what was going on.  These glitches would tiles previous graphical things I had done in an artistic mozaic across my desktop, replacing my background image with broken mozaics.  It's hard to explain without showing, so here are 2 screenshots from it:
    The people at the store thought it was just flash... but I don't understand how that could be flash.  I would have to flip through different desktop backgrounds I used to make it go away.  After it doing this for 2 years, it has only happened once since then and not very badly..
    Another issue I had: The battery on my laptop just about exploded... I woke up one morning with my laptop sitting on my night stand as usual, but there was a small crack across part of my trackpad.  I was scared because I thought I must have done something... I went to the bathroom, took a shower and when I came back the crack was farther across the trackpad.  I had breakfast, came upstairs and my trackpad had 1 crack across the whole thing with multiple mini cracks going in every direction from it.  After telling my brother what was going on, he quickly said that it was the battery and to take it to a store.  I took it to the store and showed them what was happening and they very quickly took it out back and I quote "threw the battery in a firesafe immediately" because when they opened the laptop it started to quickly expand.  This ended up cracking my trackpad as well as bending the bottom of the body on the laptop.  All had to be replaced...
    Then I had the fan sounding like a weedwacker, so I had it replaced a couple months ago and a couple months ago is when the freezing began, the computer started running slowly and all games crash the computer.
    I have had a lot of things go wrong, not a lot of things go right and I'm really frustrated.  Can anyone tell me how to get my computer to stop freezing or how to make it stop hard crashing during any of the games I play?
    Basically, what I have done so far is reset the PRAM I think?  I held command + option + P + R on start up and had it chime 3 or 4 times.  Other than that, I don't know what to do.... suggestions?

    I just wanted to follow this up by saying that you were entirely correct in your diagnosis of the situation.  My computer did have the faulty part you linked to.  I brought my laptop in and specifically told them to run that test, had it fail and then argued with the person at the genius bar and the manager.  Eventually they offered to have it sent out and have everything replaced for free of charge.  They did so mainly because I had complained about graphical issues almost every other time I had come in with problems and no one ran the test.  They should have caught this problem during my warranty, but they didn't, even though I mentioned the problem.
    Anyhow, after having the part replaced, I haven't had my computer crash a single time since, or had many of the issues mentioned above.  I've never had this experience before.  Even brand new, I got occasional crashes.  Hopefully this new trend continues.
    I do find that web browsing is still incredibly slow.  Web browsers just chug along at a slow pace, even though I have great internet speed.  Maybe I'll try just deleting my web browsers and reinstalling them...
    Anyhow, thank you for your help and knowledge Clinton.

  • How to use create-default-dbms-tables in SQL Server 2000

    Hi everyone,
    I'm new in EJB development. I'm trying to deploy a CMP to Weblogic 8.1 SP1 using
    JBuilderX. I configured a ConnectionPool and DataSource to allow the CMP to access
    the SQL Server 2000. However, I cannot deploy the CMP if I didn't create the table
    in SQL Server manually. Does anyone know how to use the create-default-dbms-tables?

    Refer to
    http://e-docs.bea.com/wls/docs81/ejb/DDreference-cmp-jar.html#1162249
    "Keith" <[email protected]> wrote:
    >
    Hi everyone,
    I'm new in EJB development. I'm trying to deploy a CMP to Weblogic 8.1
    SP1 using
    JBuilderX. I configured a ConnectionPool and DataSource to allow the
    CMP to access
    the SQL Server 2000. However, I cannot deploy the CMP if I didn't create
    the table
    in SQL Server manually. Does anyone know how to use the create-default-dbms-tables?

  • How do I create an account from a home folder already on the hard drive?

    I did the archive and install option after my Microsoft Office starting acting up. Unfortunately, it had an error about half way through, leaving my old accounts under the "Previous Systems" folder without migrating them. I managed to do a fresh install of Tiger on the drive, and can see the user folder fine.
    How do I take that user's folder and create an account out of it? The migration assistant doesn't see it because it is on the same volume. Can I just drag the folder to the "users" folder on Machintosh HD?

    The following articles should help:
    http://docs.info.apple.com/article.html?artnum=107297
    http://docs.info.apple.com/article.html?artnum=302150
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • How to create default MTD,YTD prompts at universe level.

    I want to create default prompts for mtd and ytd at universe side.
    Please  help me on this issue.

    Hi
    If the universe source is bex query, as per the best practice you can define all Predefined Time Periods like,
    LY        Last Year
    MTD     Month To Date
    YTD      Year To Date
    MTG     Month To Go
    at the Bex query level. so complexity will be decreased while developing the universe  and performance also increase.

  • Creating Guest Account Crashes System Preferences

    I recently replaced an old mac mini G4 with the newest low end mac mini, the 1.83ghz core 2 duo with combo drive model.
    I restored everything to the new machine with my time machine backup. Unfortunately, the guest account didn't get restored, and when I try to enable the guest account, System preferences crashes, so in order to do anything I have to force quit system prefs. After force quitting system prefs, I am unable to open applications using the dock. I have to reboot the computer in order to get anything to work again, but somehow enabling the guest account just wont work, and always crashes.
    What can I do to fix this?

    It happened to me also, on my imac and my MacBook Air.
    It seems that user account migration somehow confuses the "guest user" machinery, which totally trashes securityd which dies of sudden death and from then on nothing works on the computer.
    The solution is to do the following in System Preferences:
    0. Your system guest account must be disabled (it already is if you have the described symptoms).
    1. Create new standard account with name "guest" and short name "guest".
    IMPORTANT: short name must be "guest" - OS will suggest "guest1", but you must edit that into "guest".
    2. Enable system guest account in System Preferences (check the "Allow guests to log into this computer" switch). It will work now that "guest" name is taken.
    This action will create user account with short name "guest1" with all the properties of guest (clean-up after logout etc.).
    3. Completely delete standard user "guest", which you created in step 1 (check "delete all data and folder now").
    4. Disable system guest account (uncheck the switch).
    5. Right-click on system guest account icon and choose "Advanced" or whatever (there is only one menu item anyway) and change short name from "guest1" to "guest".
    6. Enable system guest account.
    Voila. You now have working guest account (well, I have it, and hopefully you will, too)...
    P.S. I am not sure whether you need to log-in/out/restart between steps. I remember I did some of that dance, but probably it is not necessary...

  • Hard crash - what went wrong?

    After many years of working with pc's I've just had my first hard crash - ever! This is also the first pc I've ever built.... The rig has been up & running for 2 weeks with zero problems. I run Seti on 2 processor threads using SetiHide, resulting in 100% activity. The CPU has the stock Intel fan & ran real hot (69°) until I upgraded the BIOS from v1.2 to v1.9. Last weekend (17/18th), I played with some overclocking, getting up to 215fsb before dropping back to standard earlier this week.
    Can anyone help me diagnose what went wrong please?
    CPU temp 59° full load, 40° idle
    NB temp 54°
    System 38°
    HDD 25°
    System is PIV 3.2gHz/800 HT mode, BIOS v1.9, FSB set to 201, memory voltage 2.65v. Memory is Kingston approved KVR400X64C3AK2/1g in dual channel mode.
    Software: WinXP Pro latest patches, McAfee AV v7.0 Enterprise, Palm Hotsync, MS ISA Firewall, pc linked to Win2k server.
    Software running at the time: Outlook 2003, Setihide (2 processor mode), Musicmatch 8.2 (playing music from hdd), 2x IE6, Commence (relational dbase).
    I was just working typing something in Outlook & it crashed with no warning. The PC had been on for about 10 hours.
    This pc use is normal for me, nothing unusual was being done. The ONLY thing unusual was an hour or so before, I connected my APC UPS to a USB port & therefore running the UPS service. Could that cause the hard crash?
    Steps taken: FSB back to 200, memory voltage back to 2.5v, unloaded UPS service & unplugged the UPS cable, unloaded Seti.
    Next step: run memtest86
    This really messed up my day..  
    Edited CPU idle temp - because shutting SetiHide doesn't shut the Seti processes!

    Vango
    I got back up & running straight away, thanks.
    Running apps are listed in my first post, active windows were:
    Quote
    Outlook 2003, Setihide (2 processor mode), Musicmatch 8.2 (playing music from hdd), 2x IE6, Commence (relational dbase).
    I was using an Outlook new mail window doing a quote for a customer. So I was jumping between IE windows checking prices etc. At the exact point of the crash I was in Outlook typing something. Musicmatch was playing mp3s from my hard drive. Seti was running full blast. Also about an hour previously I had connected an APC 500VA Back-UPS CS to a USB port. This activated the WinXP UPS service, which was not running previously. In fact when I set up computers, I never connect the UPS to the pc - due to problems!  

  • Installing Mac OS X Tiger on an external hard drive

    I was wondering how to install Mac OS X 10.4 Tiger on an external hard drive. I have a 40GB USB/Firewire LaCie Mobile Hard Drive.
    I've tried using disk utility to convert it to Mac OS Extended (Journaled), but when I attempt install Mac OS Tiger from the system disc after restarting the computer, it shows the available disks that Tiger can be installed on and the ones it can't be installed on, and my external drive shows up as one that it can't be installed on for some reason.
    I don't really want to clone my internal hard drive to the external one, but instead want to just be able to use my external hard drive as a mobile startup disk where I can work on files using other Mac computers when I'm away from home.
    Any suggestions?
    Apple Mac mini (late 2005)   Mac OS X (10.4.7)   PowerMac10,2: 1.5GHz, 512MB RAM, 80GB HD, BT/AE...

    I've tried using disk utility to convert it to Mac OS Extended (Journaled), but when I attempt install Mac OS Tiger from the system disc after restarting the computer, it shows the available disks that Tiger can be installed on and the ones it can't be installed on, and my external drive shows up as one that it can't be installed on for some reason.
    What did you do in DU? Erase? Partition? and what was it before? or just to enable journaling? What is on the LaCie now and does it have adequate space?
    Do you have an upgrade Tiger disk?
    And why not just clone the system using CCC and skipping /Users and other directories you want to skip?
    One last thing: click on the volume and do a Get Info and make sure that Ignore Ownership is not selected.

Maybe you are looking for

  • Audio-in is not working any more

    After successfully recording voice with a mic and guitar directly into my Black MacBook Audio input jack, I am now only getting a "tick, tick, tick". What is wrong? How can this be fixed?

  • Can we Hide Measure Folders from a Read Only Session?

    Hi , I have implemented security on my workspace by scoping the dimensions and hiding the cubes.It worked. For hiding measure folders, i did similar to hiding of cubes, but it did not work. It threw an error message : ERROR: (ORA-34706) ACCOUNT_BW.ME

  • TS4002 icloud mail appears to be very slow.why?

    icloud mail appears to be very slow today,why?

  • THM80 - zero in Delta in derivatives cash flow & Sum of delta derivative

    Hi All, I was trying to execute effectiveness report - THM80. However, no matter the calculation type I used, it always give zero value in field Sum of delta derivative and Delta Derivatives Cash Flow. There's,  however,  a value populated in Delta i

  • Cookie Handling

    Hi, I am using JQuery to slide (animate) in a hidden div which displays a message with 2 'a' links. Clicking one 'a' link closes the box animating it out and that works 100% perfectly. What I have done is swapped the 'a' links for link buttons which