? Encoding time on Intel iMacs

Would appreciate any feedback on encoding times on the new Intel iMacs.
Thanks

Well, it seems very fast to me. I'm burning a DVD right now, and a one-slide menu is taking it only about 2.5 minutes to complete. On my Powerbook G4, it seemed to take forever.
I have a one-minute iMovie project I'm burning to DVD and it encoded that one-minute file in about 1.5 minutes, so this gives you an idea it is very fast. No more waiting!

Similar Messages

  • Microsoft Office 2004 (Word) unable to save files  I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and cr

    Microsoft Office 2004 (Word) unable to save files
    I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and create a new document but I cannot save it. I reinstalled Word but that didn’t help. Then went to the Internet and found at least one other Mac user having the same problem which it suggests is caused by a recent Mac Security Update:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2004-macword/word-2004-wil l-not-open-or-save-documents/b04eb870-9b0d-4f3b-bb47-b122301e36f6
    So I check for a new Mac Security Update and sure enough there was one. I downloaded it and now Word seems to be working, as it should. I can both open and save files. The only problem remaining is that when I open Word I get the following error message “An unexpected error occurred while trying to load the Microsoft Framework library”. I contacted Apple but they were unable to help.
    How can I get rid of this error message?

    Look, I realize you might have to get your machine working, so this is how you revert back.
    Restore proceedure to pre-Security Update 2012-001 v 1.0 & v 1.1
    #1 Backup your personal data off the machine.
    Backup files off the computer (not to TimeMachine). If you don't have a external drive, get one and connect to the USB/Firewire port and simply drag and drop copy your User folder to the external drive, it will copy all your files. It's best to have two backups of your data off the machine when trying to restore.
    Disconnect all drives now to prevent any mistakes from occuring.
    #2 Reinstall OS X 10.6 from disk
    Get out your 10.6 install disk and make sure it's clean and polished (very soft cloth and a bit of rubbing alcohol, no scratches) If your disk is borked, you'll have to order a new one from Apple with your serial number.
    Hold c boot off the 10.6 disk (wired keyboard, internal optical drive), use Disk Utility First Aid to >Repair Disk  of your internal drive  (do not format or erase!!), Quit DU and simply re-install 10.6.
    Note: Simply reinstalling 10.6 version from disk (without erasing the drive) only replaces 10.6.8 with 10.6.x and bundled Apple programs, won't touch your files (backup anyway)  or most programs, unless they installed a kext file into OS X itself. (only a few on average do this)
    #3 Update to 10.6.8 without Security Update 2012-001 v1.0 or v1.1
    Reboot and log in, update to 10.6.8 via Software Update, but EXCLUDE THE Security Update 2012-001 by checkinig the details and unchecking the blue check box.
    #4 Reinstall any non-working third party programs
    When you reboot, make sure to reinstall any programs that require kext files installed into OS X, you'll know, they won't work when you launch them or hang for some reason as they are missing the part they installed into OS X.
    If for some freakish reason you get gray screen at any time when booting (possible it might occur when you reinstall older programs), hold the shift key down while booting (Safe Mode, disables kext files) and update your installed third party software so it's compatible with 10.6.8.
    https://support.apple.com/kb/TS2570
    That's it really.

  • Using Time Machine to backup a iMac G5 and restore to an intel iMac

    Is it possible to use Time Machine to backup my iMac G5 and restore my backup to a new intel iMac?
    The reason being is that I my mother-in-law's company bought her a new intel Mac and she wants to trade with me since she only uses her Mac for e-mail, photos and accounting software.
    I was thinking of making sure her data is preserved by using the migration assistant to transfer her data to my iMac G5 and then using my time machine backup to restore to her intel iMac. I have concerns about this method after reading about the intel/powerpc issues with time machine. I also have concerns that perhaps the version of MacOS 10.5 installed to my iMac G5 will not be optimized for intel.

    Well, not entirely. You cannot install or restore a PPC version of OS X to an Intel Mac because the PPC system will not work on an Intel Mac. You can copy your personal files, most preference files, and third-party applications (although it would be preferable to update all PPC-only apps to universal binaries which perform better on Intel machines.
    Another possible concern is if your mother's company is transferring the ownership to her or simply purchasing the unit for her to use. In the latter case the computer belongs to the company, not your mother. She cannot then give it to you because it isn't hers. This problem should be resolved beforehand because the company may one day want the computer back.
    Folders You Can Move to Your new Mac
    From the Home folder copy the contents of Documents, Movies, Music, Pictures, and Sites.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    For FireFox:
    /Home/Library/Applications Support/FireFox
    /Home/Library/Preferences/org.mozilla.firefox.plist
    Credit goes to another forum user for this information.

  • Intel iMac not reading time correctly

    G'day
    This is pretty desperate. I've got a 3000+ line applescript that automates a mail room for a large company.
    They want to buy an intel iMac to exclusively run the script, but the script uses time based files for error reporting.
    On my intel iMac the files read as 1st January 1904 12.00.00 am not matter what I do.
    Are Apple fixing this, or is there a workaround?
    Regards, Santa

    Thanks red_menace. The test script I ended up with is as follows...
    my Timer()
    my displayInfo()
    on Timer()
    copy (current date) - (time to GMT) to tempDate
    -- For universal time
    copy tempDate to KeepTheTime
    -- For an invisible file, put a full stop in front of the name ie ".Timer"
    set t to my ReadTheTime("Timer", KeepTheTime)
    display dialog "elapsed : " & my setTheDaysHoursMinutesSeconds(KeepTheTime - t) buttons {"OK", "See elapsed time", "Reset Timer"}
    set temp to button returned of the result
    if temp = "Reset Timer" then
    copy (current date) - (time to GMT) to tempDate -- For universal time
    my SaveTheTime("Timer", tempDate)
    my Timer()
    else
    if temp = "See elapsed time" then my Timer()
    end if
    end Timer
    on displayInfo()
    copy (current date) - (time to GMT) to tempDate -- For universal time
    copy tempDate to KeepTheTime
    set time of tempDate to 0
    set dayelapsedtime to KeepTheTime - tempDate
    set day of tempDate to 1
    set monthelapsedtime to KeepTheTime - tempDate
    set month of tempDate to 1
    set yearlyelapsedtime to KeepTheTime - tempDate
    display dialog "Universal time" & return & return & ¬
    "Since midnight, " & dayelapsedtime & " seconds have elapsed." & return & my setTheDaysHoursMinutesSeconds(dayelapsedtime) & return & return & ¬
    "Since 12.00 am on the first of the month, " & monthelapsedtime & " seconds have elapsed." & return & my setTheDaysHoursMinutesSeconds(monthelapsedtime) & return & return & ¬
    "Since 12.00 am January 1, " & yearlyelapsedtime & " seconds have elapsed." & return & my setTheDaysHoursMinutesSeconds(yearlyelapsedtime) buttons {"OK", "Refresh information"}
    if button returned of the result = "Refresh information" then my displayInfo()
    end displayInfo
    on ReadTheTime(Filename, KeepTheTime)
    tell application "Finder"
    set TheFileName to (path to desktop folder as string) & Filename
    try
    set theSavedTime to (read file TheFileName as «class isot») as date
    return theSavedTime
    on error
    my SaveTheTime(Filename, KeepTheTime)
    return KeepTheTime
    end try
    end tell
    end ReadTheTime
    on SaveTheTime(Filename, KeepTheTime)
    tell application "Finder"
    set TheFileName to (path to desktop folder as string) & Filename
    end tell
    set fRef to (open for access file TheFileName with write permission)
    set eof fRef to 0
    try
    set KeepTheTime to KeepTheTime as «class isot»
    write KeepTheTime to fRef
    end try
    close access fRef
    end SaveTheTime
    on setTheDaysHoursMinutesSeconds(theSeconds)
    set TheTotalDays to theSeconds div days
    set TheTotalHours to (theSeconds - (TheTotalDays * days)) div hours
    set thetotalminutes to (theSeconds - ((TheTotalDays * days) + (TheTotalHours * hours))) div minutes
    set theTotalSeconds to theSeconds - ((TheTotalDays * days) + (TheTotalHours * hours) + (thetotalminutes * minutes))
    set the AnswerString to ""
    if TheTotalDays > 0 then set the AnswerString to the AnswerString & TheTotalDays & " Days "
    if TheTotalHours > 0 then set the AnswerString to the AnswerString & TheTotalHours & " Hours "
    if thetotalminutes > 0 then set the AnswerString to the AnswerString & thetotalminutes & " Minutes "
    set the AnswerString to the AnswerString & theTotalSeconds & " Seconds."
    return the AnswerString
    end setTheDaysHoursMinutesSeconds

  • My Intel iMac with 4 ext, daisy chained drives freezes up sometimes. If I unplug all drives there is no problem. Also Disk Warrior gives me the error msg,that in Time Machine, (which is on a lg. (1TB ext. HD) error msg me that there is not enough memory

    My Intel iMac with 4 ext daisy chained drives freezes up sometimes. If I unplug all drives there is no problem. Also Disk Warrior gives me the error msg (2154) that in Time Machine, (which is on a lg.(1TB ext. HD only 1/4 used space) error msg me that there is not enough memory. I am using Lion 10.7.2.

    My Intel iMac with 4 ext daisy chained drives freezes up sometimes. If I unplug all drives there is no problem. Also Disk Warrior gives me the error msg (2154) that in Time Machine, (which is on a lg.(1TB ext. HD only 1/4 used space) error msg me that there is not enough memory. I am using Lion 10.7.2.

  • How can I keep iPhot  09 from starting up every time I boot my Intel iMac? I am using OSX 10.6.8

    How can I keep iPhoto 09 from opening every time I boot my Intel iMac? I am using OSX 10.6.8

    IF it is opening in import mode:
    Do you have an external drive or device (iPhone, USB key) plugged into iPhoto?  If so, there are some photo files on it that make iPhoto think it has photos to import.  Remove the device, delete the photos or move the photos to another folder on the device.
    If it is not openeing in import mode, it must be in your startup items.  Drag it from there.

  • New iMac movie encoding times?

    Thinking about getting a new 20" iMac, but am wondering what is the typical encoding time for a movie using iDVD 6? Right now I'm using iDVD 4 and a PM dual 1ghz G4, and encoding takes about 4-6 hours for a one hour movie.
    Hopefully this is much faster on a Core 2 Duo iMac, or should I consider a low end Mac Pro (or wait and decide on Tuesday, 9/12?)
    TIA

    Very interesting results, thanks for that. So, I imagine a 20" 2.16ghz iMac might be about 4-5% faster than the 17" 2.0 iMac. This looks like the 20" iMac is 10% slower than a Mac Pro but costs albut 60% less!
    I was leaning towards a Mac Pro, as I thought it was overkill for my needs, and these results seem to validate that thinking to some degree. The only downside to the iMac is this will probably be the last upgrade to this motherboard, as the next will be Conroe or some variant which is not drop in like Merom.
    Hopefully a 'mini tower' will come soon and I can get the best of both, price and power. If not, then I've got to decide iMac or Mac Pro.

  • I have a late model Intel iMac. Is it possible to have two Firefox browsers at one time? Currently, I have Safari and Firefox. I prefer Firefox. Thanks!

    I have an Intel iMac. I am using Safari 5.0.5 and Firefox 9.0.1. I would like to be using two Firefox browsers, Is that possible? With Firefox I am not tracked. I like my privacy! With Safari I am being tracked. I have a new app called "Cookie", and I found out how rampant the tracking is with Safari. What happened to privacy? Is it too much to ask to have a bit of privacy? Anyway, thank you!
    JPVG78

    yes you can install two different browser!

  • Importing Slower on Intel iMac than Pentium 4 Laptop

    I've had my Intel Dual-core iMac (2 GHz) for a couple of months now. What really annoys me about it is that Importing CDs to mp3 files (160 kbps) only proceeds at 3.2-6.0x speed whereas doing the same conversion on my sister's old Pentium 4 laptop proceeds at around 28.0x.
    I phoned up Apple support and was told to trash the Caches folder in my Home folder. This helped for about a day but the import would still start at around 3.2x speed and then accelerate slowly up to 24.0x by around the 10th track on the CD. I have run a hardware check using the install DVD that came with the iMac and it did not report any problems with the superdrive. I have also repaired permissions on the hard drive and run the maintenance and cache cleaning scripts in Onyx but this doesn't seem to help. I understand that as the superdrive is only able to read CDs at a maximum of 24x the import is unlikely to be able to exceed this speed no matter how fast the processor is.
    I keep my iTunes Library on an external firewire hard drive so as not to clog up my boot drive and it contains 5760 items, 22.32 GB. Could this be the reason for the slow down?
    2 GHz Intel iMac   Mac OS X (10.4.6)   1 GB RAM, 256 MB ATI Radeon X1600

    Your optical drive has more to do with this than your processor. The processor really only comes into play inasmuch as concerns the on-the-fly conversion/compression to MP3. It could well be that the MP3 encoder Apple uses is not as highly optimized for Apple hardware as it is for Windows. Actually, most lossy compressors run much more slowly on Macs than on PCs for similar reasons.
    If the high-speed ripping is your ultimate goal as opposed to high-quality digital audio extraction, then I hope you find a permanent fix to this problem. I rip most of my CDs on my Windows machine with EAC because I want the most accurate rips possible, and even though my Plextor drive reads CDs at 52x, the actual ripping speed is generally about 5-7x because of my secure ripping configuration (all data is read multiple times, drive cache is flushed, etc.). The only way to achieve high-speed ripping is to completely ignore any kind of quality control measures.
    If you disable (if applicable in your case) "Use error correction when reading audio CDs), you might be able to slightly increase your ripping speed, but again, there's the matter of MP3 encoding slowing things down anyway. You'd likely notice a substantial speed increase if you encoded directly to WAV or AIFF so no compression is being done as you rip.

  • An Intel iMac AND a MacBook Pro for Logic Pro?

    I am torturing myself over this issue lately so any input you guys could offer would be welcome!
    This is the situation:
    After 3 months of serious debating whether to purchase a 20" Intel iMac or a MacBook Pro for Logic Pro, I went ahead about 3 weeks ago and got the iMac. My reasoning behind this was that even though I found the portability of the MBP very desirable, the iMac simply represented a better value with the big screen and bigger hard drive. Since getting it, I must say I love this machine and I have not had one single problem with it. Logic 7.2 runs like a dream on it. By the way, aside from maintaing my iTunes Library, occasional iLife stuff and web surfing with Safari, this iMac is for music production only.
    But here's the problem:
    Still, I can't seem to shake the desire for OCCASSIONAL portability. Keep in mind, I am only a "serious" music hobbyist; I create instrumental hip-hop, trip-hop, electronica style of music mainly with software instruments, loops and breakbeats. So needless to say, I don't tour or do a lot of travelling. But the prospect of being able to compose tracks or make beats in Logic anywhere is DESIRABLE to say the least. I could compose while sitting on the couch watching a game or laying in bed - even though I have no idea of how often I'd actually do that, just having the ability to do it is VERY APPEALING to me. Throw in the fact that the iMac currently shares deskspace with a PC that my wife uses - meaning that I often have to stop what I'm doing to let her use the space. With a laptop, I could move and still continue my flow. Lastly, I unfortunately have bad knees and a bad back so after a couple of hours (or 3 or 4) of sitting at the desk working on Logic, I am seriously hurting. Not comfortable at all. At least owning a MacBook would give me the option to move around to some place more comfortable if I desire.
    So...
    Even though I recently bought a wonderful iMac that works great, I'm seriously considering getting a 1.83 MBP with at least 1GB of RAM and the 100GB/7200 RPM drive to accompany it just for the portability factor. Sure, I could get a used G4 PowerBook or iBook, but all I own is the Universal Binary of Logic Pro; I would have a hard time accepting the decrease in speed I've gotten use to on the Core Duo. Besides, I inherently have a problem buying something (even used) that I know is old and out of date when the latest and greatest is available.
    So here is the $25,000 question: Am I nuts for even considering this? Am I placing too much of a premium on the portability as I would use it?
    This could easily be justified if I was a working musician on the road, but that ain't me. And you can believe that I'm definately not rich and thus don't have money lying around.
    But I have obsessed over this so much lately, I feel that I almost have to get it just to put my mind at ease! I even briefly considered putting the iMac on eBay and just buying a MBP to replace it, but I love the screen real estate I get with the 20" iMac and I question if I'll be truly satisfied with a 15.4" screen FULL TIME. 17" might be better, but I doubt if I can wait until June for them to arrive. In addition, everything would connected via my wireless LAN and .Mac so file sharing should not be an issue.
    Help!!!
    What would you do? Sell the iMac or just get a MBP as cheap as I can?
    Opinions, Please!
    20" iMac Core Duo, 2GHz, 2 GB RAM, 250 GB HD, 128MB VRAM   Mac OS X (10.4.4)  

    I love the portability my powerbook gives me. You can use a PB in your setup. You can run an external monitor for either PB or MBP. You can node. Universal Binary menas it is an application which has the components written for both PPC and Intel chips-so you don't need to do conversion. Nodes won't require you buy a nother license. so the answer is down to how much the 2 upgrades and 1 crossgrades will set you back vs how much use you'll get out of them. IMO the iMac is inexpensive (I mean that in a good way-worth hooding on to). Maybe just look at a refurb PB unless you really have the extra cash.

  • Intel iMac randomly relaunching Finder. RAM problem?

    Several months ago I bought a new 3.06 GHz Intel iMac with 2GB of RAM. I also bought CS4 so I maxed out my RAM at 4GB with a 2x2GB RAM kit from Other World Computing.
    I've noticed in the lately that everything will suddenly hang, the Dock won't appear when I cursor to the bottom, and then my desktop pic will change. I have my prefs set to choose a random one each day but this isn't happening at the right time, it's random. Not only that but if I open Dashboard after that it has to reload all of my widgets again. Plus any docked Finder or app windows pop back out to the desktop. It's like the Finder is being relaunched or something.
    I'm wondering if this could be an issue with bad RAM or not having enough. With email, browser, FTP, time logger, and a few smaller apps going I can never really have more than a couple of the CS4 apps open without things getting sluggish. I try to avoid having more than 2 open at any one time. I've even dropped Photoshop's RAM usage settings from 70% to 60% to see if it makes any difference.
    The problem is still happening and it seems to be happening more frequently. Things just relaunched and I went into Mail to minimize an email window. As soon as I clicked the yellow button things hanged again but not in the same way. No windows would minimize, the Dock wouldn't appear and I couldn't switch Spaces. When I went to restart, as soon as my cursor rolled over the Dock item in the Apple menu it stalled there for a short time before I was able to go down to restart. Then the restart sequence stalled and I had to force a shut down.
    This is really frustrating as I was expecting a great new machine and software to replace my aging PowerMac G4 and older apps. Is there a way to test for bad RAM or does this sound like a known issue with CS4 or iMacs in general? I don't have the original 2x1GB RAM sticks any more, I sold them after installing my new RAM.
    Any help would be greatly appreciated.

    I've been trying a few things here and there when I've had time, giving time in between to see if the problem reoccurs. So far I've done the following:
    1. Repaired Permissions. No effect.
    2. Used Onyx to clean the System, User and Font cache options listed by default. It also told me that S.M.A.R.T., startup volume, Permissions and Prefs are all ok. No effect.
    3. I removed the RAM, inspected the boards and the slots. Can't see any sort of damage to either. I replaced the boards but swapped slots. Both boards are firmly seated. Also no effect.
    I'm going to try running 1 board at a time, swapping slots if the problem continues. If it does I'll try creating a 2nd admin account and go from there.
    I've also noticed at times when the hang happens it seems to be when I click on an item in my Dock (usually a folder of items). There have also been times that after it happens I'll switch to another space and the windows for different apps will have disappeared. The apps are still open but if I try choosing the missing window under View or Window they still won't appear. Same goes with trying to use Show All under the Finder menu.

  • Intel iMac stuck at desktop screen, no menu bar, no finder, spinning ball

    Hi, I've just run into a serious problem with my 24" Intel iMac not starting up properly. At first it was getting stuck on the gray screen, then I got it to the blue screen, and now finally I can get it as far as loading the desktop picture, the cursor comes up and is responsive to the mouse, but has now become the spinning beachball. There is no menu bar, and the finder will not load. It's been in this state for about ten minutes. What I did to get it to this state is:
    1. Disconnect all peripherals. I'm using an Apple wireless keyboard and mighty mouse, too.
    2. Reset the PRAM.
    3. Reset the PMU.
    4. Used the installation disc to run Apple Hardware Test (the short version) successfully...no problems.
    5. Used the installation disc to run Disk First Aid. Corrected a minor problem with the file structure.
    6. Used the installation disc to run Disk First Aid. Repaired permissions.
    7. Performed a Safe Boot, and got to the log-in screen, did not log in, but restarted normally as suggested in one of the Apple support articles.
    8. Am now staring at my desktop picture without the menu bar or the Finder, but the spinning beachball is chugging along and is responsive to my mouse.
    If it is of any help, I've noticed for several months that the computer would occasionally fail to wake from sleep, and I'd need to force a shut down by holding the power button for several seconds. Could this have been a precursor to the current problem?
    At this point, I'm not certain which version of 10.5 I have, because I can't check. But I've installed all the Apple updates that have come through, so I must be at the current version of 10.5. I can't remember exactly how much RAM I have installed, either, but it might be 3 GB. I installed a second memory module at the time of purchase, which I bought from Crucial.com.
    I'm having to write this on my ancient PowerBook G4, which is still performing admirably under OS X 10.4.11. Thanks for any help or suggestions anyone can provide! : )

    It appears to have been a short of some sort on my power supply...it blew a capacitor somehow, though I don't know how/when that happened. Computer is on a surge protector, and generally sleeps during day while I'm away, but no power outages or other electrical issues occurred while I was out that I'm aware of.
    Anyway, I had a new power supply installed by an Apple certified technician...opted not to do it myself...and discovered that the HD is perfectly fine. No data loss. Phew! Just two weeks w/o my computer, and no way to recover backup files on Time Capsule in the meantime.
    Thanks for all the help and advice!

  • Intel iMac stuck in reboot loop

    Since the last few days, my 6 month old Intel iMac is stuck in a reboot loop.
    Configuration:
    Model Name:          iMac
    Model Identifier:          iMac12,1
    Processor Name:          Intel Core i5
    Processor Speed:          2.5 GHz
    Number of Processors:          1
    Total Number of Cores:          4
    OS: 10.6.8 (with patches applied as they become avaliable)
    It is connected to a UPS at all times.
    I always put it to sleep at night. Sometimes it stays in the Sleep mode for a couple of days (i travel and wife does not use for some time). But it always would "wake" up from Sleep on a keyboard touch. Magic mouse battery died a few days ago, so put in a new pair of battery, had the usual problem of "pairing", fixed that and continued on.
    (Coincidentally, it almost also marks where my problems started).
    Now, when i press any key, the iMac reboots. And then just before it looks like it will show the wallpaper, it reboots. and this continues on - sometimes 10-15 times. I press the power key and switch it OFF. Press the power key again, no go - stuck in the reboot loop. Run the Apple Hardware Test (exhaustive one included - it reports no issue found). Do a SMC reset (take off the power cord from the back of the iMac for 35 seconds) and put it back. Switch off the mouse and attach a USB mouse and press the Shift key to boot into the Safe mode. This works! Installed Pacifist to check for any non-Apple kernel extensions, none found...
    Since AHT reports all fine - can hardware be ruled out?
    Could it be the magic mouse? Need to try it (just wary of the reboot loop )?
    If it is the mouse, is it covered in the 12 month initial warranty (I am in India)?
    Console log reports this line:
    08/06/12 7:20:59 PM
    configd[13]
    Sleep: Success - AC
    com.apple.message.domain: com.apple.powermanagement.sleep
    com.apple.message.signature: Success
    com.apple.message.value: 0
    com.apple.message.result: Success
    com.apple.message.uuid: A9EDA79D-440F-4CD5-B3FA-5A6451E6677B
    and this:
    08/06/12 7:20:59 PM
    configd[13]
    Wake: Drivers Failure - AC - HDEF SATA
    com.apple.message.domain: com.apple.powermanagement.wake
    com.apple.message.signature: Drivers Failure
    com.apple.message.result: Failure
    Is it the HDD?
    Any/all help is appreciated. I am going to carry it in to an Apple Care tomorrow, but was curious to see what the community had to say.
    Thanks,

    Well, it is getting odder now...when i read your message and click the console icon on the dock, the iMac just crashed and rebooted!
    Here are the console messages just before and after the most recent crash (at 12:07):
    08/06/12 11:53:34 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    08/06/12 11:53:35 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    08/06/12 11:53:36 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    08/06/12 11:53:37 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    09/06/12 12:07:00 AM
    com.apple.launchd[1]
    *** launchd[1] has started up. ***
    09/06/12 12:07:18 AM
    com.apple.launchd.peruser.501[87]
    (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    09/06/12 12:07:21 AM
    com.apple.launchd.peruser.501[87]
    (com.apple.Kerberos.renew.plist[112]) Exited with exit code: 1
    09/06/12 12:07:22 AM
    com.hp.messagecenter.launcher[115]
    ThrottleProcessIO: throttling disk i/o
    09/06/12 12:07:23 AM
    com.apple.launchd[1]
    (com.apple.xprotectupdater[20]) Exited with exit code: 252
    09/06/12 12:08:37 AM
    [0x0-0x14014].com.google.Chrome[147]
    [0609/000837:INFO:breakpad_mac.mm(177)] Breakpad disabled
    09/06/12 12:08:43 AM
    [0x0-0x14014].com.google.Chrome[147]
    [147:-1273409536:105210075659:ERROR:backend_impl.cc(1148)] Critical error found -8
    Here are the console messages just before and after the most recent crash (at 12:07):
    Jun  8 23:53:01 localhost Console[919]: asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    Jun  8 23:53:32: --- last message repeated 18 times ---
    Jun  8 23:53:32 localhost Console[919]: asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    Jun  8 23:54:02: --- last message repeated 5 times ---
    Jun  9 00:07:00 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  9 00:07:04 localhost DirectoryService[15]: Improper shutdown detected
    Jun  9 00:07:04 localhost blued[17]: Apple Bluetooth daemon started
    Jun  9 00:07:12 localhost fseventsd[34]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (14259 14 14295)
    Jun  9 00:07:12 localhost fseventsd[34]: log dir: /.fseventsd getting new uuid: 848839F3-1F7D-409B-A5F1-14170B9CD90D
    Jun  9 00:07:12 localhost bootlog[41]: BOOT_TIME: 1339180618 0
    Jun  9 00:07:15 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  9 00:07:16 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  9 00:07:16 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[30]: Login Window Application Started
    Jun  9 00:07:16 localhost com.apple.kextd[10]: Can't load /System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/InternalModemSu pport.kext - no code for running kernel's architecture.
    Jun  9 00:07:16 localhost com.apple.kextd[10]: Failed to load /System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/InternalModemSu pport.kext - (libkern/kext) requested architecture/executable not found.
    Jun  9 00:07:16 localhost com.apple.kextd[10]: Load com.apple.driver.InternalModemSupport failed; removing personalities.
    Jun  9 00:07:16 localhost configd[13]: network configuration changed.
    Jun  9 00:07:16 localhost configd[13]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Jun  9 00:07:16 localhost configd[13]: DHCP en1: INIT-REBOOT transmit failed
    Jun  9 00:07:18 localhost loginwindow[30]: Login Window Started Security Agent
    Jun  9 00:07:18 localhost loginwindow[30]: Login Window - Returned from Security Agent
    Jun  9 00:07:18 localhost loginwindow[30]: USER_PROCESS: 30 console
    Jun  9 00:07:18 localhost com.apple.launchd.peruser.501[87] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Jun  9 00:07:21 localhost configd[13]: network configuration changed.
    Jun  9 00:07:21: --- last message repeated 2 times ---
    Jun  9 00:07:21 localhost com.apple.launchd.peruser.501[87] (com.apple.Kerberos.renew.plist[112]): Exited with exit code: 1
    Jun  9 00:07:22 localhost com.hp.messagecenter.launcher[115]: ThrottleProcessIO: throttling disk i/o
    Jun  9 00:07:23 localhost XProtectUpdater[20]: Ignoring new signature plist: Not an increase in version
    Jun  9 00:07:23 localhost com.apple.launchd[1] (com.apple.xprotectupdater[20]): Exited with exit code: 252
    Jun  9 00:07:32 localhost warmd[21]: [fetcher_open_file:936] open("/var/db/dyld/dyld_shared_cache_x86_64") => -1 (errno: 2)
    Jun  9 00:07:35 localhost ntpd[19]: time reset +0.205296 s
    Jun  9 00:08:37 localhost [0x0-0x14014].com.google.Chrome[147]: [0609/000837:INFO:breakpad_mac.mm(177)] Breakpad disabled
    Jun  9 00:08:43 localhost [0x0-0x14014].com.google.Chrome[147]: [147:-1273409536:105210075659:ERROR:backend_impl.cc(1148)] Critical error found -8
    Here is the system.log when the iMac was first sought be woken up from sleep:
    Jun  8 07:21:47 Manoj-Satis-iMac loginwindow[30]: no spins reported for this wake
    Jun  8 07:22:46 Manoj-Satis-iMac loginwindow[30]: loginwindow SleepWakeCallback WILL sleep
    Jun  8 07:22:54 Manoj-Satis-iMac loginwindow[30]: loginwindow SleepWakeCallback will power on, Currenttime:6/8/2012 7:22:54.006 AM - Waketime:6/8/2012 7:22:53.330 AM = Deltatime:0.676087976
    Jun  8 07:22:54 Manoj-Satis-iMac applepushserviced[125]: <APSCourier: 0x106741520>: Stream error occurred for <APSTCPStream: 0x107315250>: Error Domain=NSPOSIXErrorDomain Code=57 UserInfo=0x107539b80 "The operation couldn’t be completed. Socket is not connected"
    Jun  8 07:22:54 Manoj-Satis-iMac applepushserviced[125]: <APSCourier: 0x106741520>: Stream error occurred for <APSTCPStream: 0x107529760>: Error Domain=kCFErrorDomainCFNetwork Code=2 UserInfo=0x107318360 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)"
    Jun  8 07:22:54 Manoj-Satis-iMac configd[13]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Jun  8 07:22:54 Manoj-Satis-iMac configd[13]: DHCP en1: INIT-REBOOT transmit failed
    Jun  8 07:22:54 Manoj-Satis-iMac configd[13]: network configuration changed.
    Jun  8 07:22:58 Manoj-Satis-iMac mDNSResponder[29]: DeregisterInterface: Frequent transitions for interface en1 (FE80:0000:0000:0000:E6CE:8FFF:FE5D:48C6)
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: Sleep: Success - AC - Software Sleep
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: Wake: Success - AC - EHC2
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: Hibernate Statistics
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: network configuration changed.
    Jun  8 07:23:05 Manoj-Satis-iMac loginwindow[30]: loginwindow SleepWakeCallback WILL sleep
    Jun  8 19:20:45 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:20:48 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:20:48 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:20:55 localhost fseventsd[34]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (319516 12 362581)
    Jun  8 19:20:55 localhost fseventsd[34]: log dir: /.fseventsd getting new uuid: 42A22C99-8FAD-40F4-AC9A-8DE55586FDCF
    Jun  8 19:20:55 localhost bootlog[41]: BOOT_TIME: 1339163443 0
    Jun  8 19:20:58 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:20:58 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:20:59 localhost configd[13]: Sleep: Success - AC
    Jun  8 19:20:59 localhost configd[13]: Wake: Drivers Failure - AC - HDEF SATA
    Jun  8 19:21:19 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:21:24 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:21:25 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:21:26 localhost bootlog[41]: BOOT_TIME: 1339163476 0
    Jun  8 19:21:29 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:21:30 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:21:56 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:22:01 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:22:02 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:22:03 localhost bootlog[41]: BOOT_TIME: 1339163515 0
    Jun  8 19:22:06 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:22:33 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:22:38 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:22:39 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:22:40 localhost bootlog[41]: BOOT_TIME: 1339163552 0
    Jun  8 19:22:43 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:22:44 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:23:07 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:23:13 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:23:14 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:23:15 localhost bootlog[41]: BOOT_TIME: 1339163587 0
    Jun  8 19:23:18 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:23:19 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:23:46 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:23:51 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:23:52 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:23:53 localhost bootlog[41]: BOOT_TIME: 1339163625 0
    Jun  8 19:23:54 localhost fseventsd[34]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (147 9 179)
    Jun  8 19:23:54 localhost fseventsd[34]: log dir: /.fseventsd getting new uuid: 09B8A63F-56EF-4D9A-9E5C-A6D27EFCD26C
    Jun  8 19:23:56 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:25:04 localhost com.apple.kextd[9]: Safe boot mode detected; invalidating system extensions caches.
    Jun  8 19:24:28 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***

  • Intel iMac - won't start - grey screen & progress bar

    I have a 2006 Intel iMac - 20" model, Intel Core Duo, 2GHz, 2GB RAM, 250GB HDD, etc.  It was one of the very earliest Intel iMacs.  Kept updated, running OS 10.6, etc.
    It has worked extremely well for over 5 years - apart from the Superdrive being temperamental sometimes - but has suddenly gone wrong.
    Last week the machine completely froze for no apparent reason.  I had to force a reboot.  This failed - grey screen and the grey spinning wheel (if that's what it's called), indefinitely.
    Forced reboot again and this time held down the shift key to go into safe boot mode.  This time it was successful, and I was able to get to the logon screen & log myself in.  I opened Disk Utility & attempted to do some diagnostics but the machine froze again.
    Looking around various other forum postings...I rebooted the machine in single user mode and was able to get to the command line to type 'fsck -fy' to attempt to fix disk problems.  This failed repeatedly, with an error message 'invalid node structure'.
    I tried to boot my machine from the OS X disc but my Superdrive refused to play ball - it would not read the disc (or any other disc for that matter, including a copy of DiskWarrior that I have).
    I have now got hold of an external DVD drive in the hope that this would show up as a boot device when I switch the machine on while holding the option key down.  No such luck - the drive powers up ok (power via USB) but I'm not given the option to boot from it - in fact that screen doesn't appear at all.
    All that happens now on powering up - regardless of what I do - is the grey apple symbol appears and a progress bar beneath it.  The progress bar gets stuck about 5% of the way along, and then after about 10 minutes it disappears and is replaced with the grey spinning wheel thingy.  And then it just gets stuck - nothing else happens.
    HELP!
    All my important data is backed up on an external drive via Time Machine, so that should be safe, but I'm desperate to get the machine running again.
    One thing that occurred to me is that I've had a program called ReFit installed on the machine which allowed me to run the machine as dual boot etc. (and I do have a couple of other small partitions on the drive, not currently used) but the ReFit welcome screen stopped appearing a couple of weeks ago for some reason.  I'm wondering if this has somehow messed things up...?
    Grateful for any suggestions...
    Thanks,
    Alan.

    For the drive, you should be OK with any SATA 2 at 3 MB/s transfer speed. You could also use a SATA 1, no jumpers needed. (Not SATA 3 - can't be jumpered down.) The early 2006 Intels were 1.5 MB/s -- at least the drives were, so I'm assuming the SATA controller on the logic board was also. Might just be SATA 2 hadn't yet been introduced and can run the faster SATA 3 without jumpers. My guess is not. You should be able to set jumpers on the drive for backwards compatibility. You'll have to contact the drive manufacturer or go to their website for that info.
    http://www.everymac.com/systems/apple/imac/stats/imac-core-2-duo-2.16-20-inch-sp ecs.html
    As for the superdrive, I'd contact the manufacturer to check on compatibility.
    Glad I'm able to help. BTW, in case you haven't noticed, maybe you want to have a look here.

  • Intel imac display glitch and involuntary restart

    Just want to know if anyone else has experienced this specific problem, there are plenty of complaints about intel imac displays but I can't be bothered to sift through them all trying to find a match for my problem.
    A couple of months ago I was watching a video in quicktime and noticed that my screen was glitching and flashing fragmented diagonal lines - like a commodore 64 loading type thing. Then the spinning-ball came up and a force quit didn't do anything so I had to force shut down. I started up and it occured again. Then the screen went blank/black, but still lit up, and restarted without me doing anything. It also got stuck during start up the second time this occured. I panicked and ran out to buy a 500GB external drive, backed up all of my work and then re-installed mac osx from disk, archive and install job. This seemed to sort it and for the following two months it seemed OK. No sign of any problems.
    Since then I have updated from 10.4.7 to 10.4.10 (which I have suspicion that it screwed the firmware in my motu 828 firewire audio interface, costing me a £130 repair - but that's another painful story).
    It happened again tonight (the screen thing, not the motu). And the ball came up and I couldn't do anything. Force shut down, restart - screen glitching again. Then I had 2 unexpected restarts, one getting stuck in startup. Then a successful startup but accompanied by the glitchy graphics, mainly red/pink pixellated diagonal lines flickering in and out. I ran a disk first aid - no problems. Did a disk permission repair. Shut down and ran a hardware test, the first few minutes of the test the screen was still at it but then stopped glitching, hardware test found no errors (it was an extended test too). Now I'm back on it and it's all OK.
    Any suggestions/similar stories?
    When it occured 2 months ago I had the original ram that came with the imac. Now I have 2x1GB sticks of crucial ram.

    That's it! Well, that's what I have. Unfortunately, I don't know about the cause, but I don't ever recall having it prior to an update going back about a year ago. I recall an update, and that update being immediately followed by some sort of Apple Graphics something-or-other. I feel pretty certain that's when I first noticed this. I just had my LCD replaced for another reason, but I think you'll agree, it's not an LCD issue. In my case, browser activity, scrolling up or down in a page, seems to be the most common trigger. I've also seen "pieces" of the torn page, on the screen when minimizing the browser to the dock (usually Firefox, but I think I've seen it with Opera and Safari too). Is there a way to find update packages installed somewhere? I'd know it if I saw it, and I'd definitely try removing that suspect package/update.
    Message was edited by: geekboy2000 - corrected OS

Maybe you are looking for