Blank discs not recognized after installing security update

Just installed the latest security update and now the computer will not recognize either blank CDs or DVDs. The first time I popped one into my external burner, I got the notice that I'd inserted a blank DVD and was asked if I'd like to open it in the finder (even though I had already set this as the default option). Then when I said yes, I got an error message that the disk could not be read. Ever since, I no longer get the notice, just the error message. Moreover, "drutil eject tray" will not eject the disk.
Same thing happens with the internal drive. Again, drutil did not work and I had to restart to eject the disk.
Disk Utility shows the disk but will not allow me to format it.
These disks were working fine until I installed the security update.
Anybody have any ideas?
Thanks.

Could be many things, we should start with this...
"Try Disk Utility
1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
*Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
3. Click the First Aid tab.
4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
5. Select your Mac OS X volume.
6. Click Repair. Disk Utility checks and repairs the disk."
http://docs.info.apple.com/article.html?artnum=106214
Then Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
The usual reason why updates fail or mess things up, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
Some people get away without Repairing Permissions for years, some for only days.
If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates.
May even need to do an Archive and Install if you have room on the HD...
http://docs.info.apple.com/article.html?artnum=107120
I only use Software Update to see what is needed, then get them for real via...
http://www.apple.com/support/downloads/
That way I can wait a week or so, check the forums for potential problems, and get Permissions & such in order before installing.
The combo update for Intel-based Macs...
http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
Repair Permissions afterwards, reboot.

Similar Messages

  • HT201366 CAC readers not working after installing security update 2013-003?

    Is anyone else having problems with CAC readers not working after installing security update 2013-003? CAC required websites are causing safari and chrome to crash.

    For CAC issues, see:
    MilitaryCAC's Mac OS X support landing page
    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • IPhone not recognized after Mac security update

    I have a Mac iBook G4 running OSX 10.4.11, and an iPhone 3G running OS 3.0. Up to now they have worked fine together. The phone was charged on the iBook this morning. This afternoon I ran software update on the Mac which installed the latest security update (2009-05, I think). After that, the phone is not recognized when plugged in the USB port. It no longer charges, nor is it recognized by iTunes.
    I have checked the following to be sure that the security update is the culprit:
    The iPhone with the same cable works fine on another Mac (running 10.5).
    Other devices (thumb drive, printer) work fine in the same USB ports.
    Finally, I restarted the iBook from the original installation CD for OSX 10.4. When running with the original version, the iPhone is recognized correctly.
    So, I am reporting a problem with the security update, and I need to know how to back it off, or how to get it fixed.
    Thanks for any help.
    NOTE: Software update also installed iTunes 9.0.1 along with updates to Quicktime and Safari. However, none of these apps even have to be running to show that the phone will not charge.

    The problem was solved by resetting the System Management Unit, thanks to a helpful phone call with an Apple Expert. On the iBook this required unplugging, removing the battery, and holding the power button in for 15 seconds.
    Earlier I tried zapping the PRAM, as someone suggested, but the phone was not recognized. But it turns out it did show up in the System Profiler.
    I have no idea why this happened in the first place, right after the software update.

  • Web Sharing not working after installing security update

    I have been using Web Sharing without problems for several months, but now, after installing the latest security update, my browser cannot find my server at macbook.local.
    The console error messages read:
    10/15/08 11:35:17
    AM org.apache.httpd644
    httpd: Syntax error on line 455 of /private/etc/apache2/httpd.conf: Syntax error on line 15 of /private/etc/apache2/extra/httpd-userdir.conf: Syntax error on line 8 of /private/etc/apache2/users/+entropy-php.conf: Cannot load /usr/local/php5/libphp5.so into server: dlopen(/usr/local/php5/libphp5.so, 10): no suitable image found. Did find:\n\t/usr/local/php5/libphp5.so: no matching architecture in universal wrapper
    10/15/08 11:35:17 AM
    com.apple.launchd[1]
    (org.apache.httpd644) Exited with exit code: 1
    I have read a number of other posts (and searched a bit on Google), but nothing I found seems to address this particular console error message.
    What should I do?

    This page fixed the problem. For me this is the part that I had to run:
    Problem 2: Apache is 64 bit, entropy is 32 bit.
    The only solution to this that I've seen is to force Apache to be 32 bit. For intel based machines:
    Code:
    sudo cp /usr/sbin/httpd /usr/sbin/httpd-fat
    sudo lipo /usr/sbin/httpd -thin i386 -output /usr/sbin/httpd
    that will strip everything except the 32 bit intel code from httpd (after making a backup), forcing it to be 32 bit. For PPC, the command will be similar.
    This fix is a bit tacky, but shouldn't cause any problems.
    After running this everything worked as normal. Thanks to everyone that helped.

  • Sound not working after installing security update

    I went into the Audio panel in System Preferences, but it says there is no output device.

    Reset the PRAM. It contains files relating to audio out.
    http://support.apple.com/kb/HT1379?viewlocale=en_US

  • OSX cannot boot-up after installing Security Update 2008-008

    Hi Everyone.
    I'm using a MacPro 2 x 2.66Ghz Dual Core Intel Xeon with 3GB RAM with Tiger 10.4.11.
    After installing Security Update 2008-008, my OSX was not able to boot-up. The screen shows the Apple Logo and the spinning grey gear wheel. It stayed that way for several hours.
    I finally switched it off and re-installed OSX 10.4.8 using the Start-up disk that came with my MacPro.
    Now I've updated the OSX, all the software & updates EXCEPT Security Update 2008-08. My MacPro works fine now.
    Was Security Update 2008-008 the cause of this problem ?
    Sincerely,
    Azman

    Was Security Update 2008-008 the cause of this problem ?
    Probably not directly. Very likely something was not quite right on your computer before the update and the update happened to exacerbate that. A number of people feel that optimizing the maintenance of your computer before doing the update and doing the update under controlled conditions minimizes problems.
    There's been recent discussions as to what steps are truly necessary in doing a minimal problem update.
    I think #1 to which all agree is to make sure you have a backup of your computer in case you do need to back out of it again.
    Some like to boot from their installer discs or an external backup and verify (and if necessary repair) their internal drives as well as drive permissions. This is done with Disk Utility.
    You can also go to the step of booting into safe mode to do the install.
    I like to download the update onto my computer and install it from there rather than let Software Update do it. I know a few people who had problems with doing the update via software updater found a manual install to work.
    Repair permissions again afterward.
    It also helps to only install one update at a time and to run the computer for a while to make sure it is behaving well.
    Almost all of the above steps (except backup) have been questioned as to necessity because probably many people have done successful updates without doing them. I say they can't hurt, they can very likely do good (especially if your computer isn't regularly maintained), so why not do them to be safe.

  • I am unable to open Calendar on my iMac - this occurred after installing Security Update 2015-002.  I don't know if related.  A message pops up after several minutes saying Calendar quit unexpectedly (but it never really opens). How do get Calendar b

    I am unable to open Calendar on my iMac - this occurred after installing Security Update 2015-002.  I don't know if related.  A message pops up after several minutes saying Calendar quit unexpectedly (but it never really opens). How do get Calendar back?

    Hi Magsrobby,
    Welcome to the forum and thanks for posting. I'm really sorry to hear you've had so many problems. I can look into this for you if you wish. Drop me an email with the details. You'll find the "contact us" form in the about me section of my profile. Once I have the details we'll take it from there.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Trouble after installing Security Update 2005-009

    After installing Security Update 2005-009 I experienced some minor problems with Dashboard where some widgets no longer work and a more annoying problem with CodeTek VirtualDesktop Pro, which exits directly after launching the app (the desktop pager and menu appear and then the app quits). Tried repair of permissions, deleting of VirtualDesktop Pro's prefs, reinstalling the app, etc. - so far nothing helped. CodeTek does not answer my support requests. Has anyone experienced similar problems?
    Power Mac G5 1.6   Mac OS X (10.4.3)  

    I would completely uninstall all 3rd party widgets. Restart. Then see if the problem goes away.
    It's likely to be an issue with one of your widgets. And possibly a combination of specific one with a specific another.
    - Shilo

  • Finder restart every two seconds! After install security update 2011-005

    After install security update 2011-005, I rebot my computer and every seemed normal, until I saw that started to restart the finder.
    Help me! please.
    PD: I try to delete the famous "com.apple.finder.plist" but I can't found them.
    Is a MacBook Pro 13''  mid 2009  OS X Lion (10.7.1)

    You may be able to repair this with 10.4.8 PPC Combo Update
    This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before. It has worked well for many.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    -mj
    [email protected]

  • Problem after install Security Update 2011-003

    hi
    after after install Security Update 2011-003
    i can't open App like mail, safari and more.
    any idea
    Benny

    Process:         Safari [400]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         ??? (???)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [212]
    Date/Time:       2011-06-01 02:54:16.134 +0300
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
      Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      Reason: no suitable image found.  Did find:
              /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore. framework/Versions/A/WebCore: truncated fat file.  file length=12320768, but needed slice goes to 35270944
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <39AC3185-E633-68AA-7CD6-1230E7F1CEF4> /usr/lib/dyld
    q

  • After installing security update 10.6.8 I've seen dialog boxes asking me if I will permit certain root processes, e.g. configd, to receive unsolicited messages from the internet. What are the consequences of denying these requests?

    After installing security update 10.6.8 last night I've seen dialog boxes asking me if I will allow incoming network connections to certain root processes, e.g. configd.  I didn't see these dialog boxes prior to installing 10.6.8.  How do I make  informed decisions? In other words,
    (1) Where can I find 25-word summary descriptions of these processes?
    (2) Where can I find discussions of the consequences of granting or denying these requests?
    Alternatively (and at some risk of revealing metaphysical doubt) why am I being asked for these permissions?  And who expects me to make correct decisions?
    I have turned on th standard-issue OS X firewall and am running my system in stealth mode.

    After installing security update 10.6.8 last night I've seen dialog boxes asking me if I will allow incoming network connections to certain root processes, e.g. configd.  I didn't see these dialog boxes prior to installing 10.6.8.  How do I make  informed decisions? In other words,
    (1) Where can I find 25-word summary descriptions of these processes?
    (2) Where can I find discussions of the consequences of granting or denying these requests?
    Alternatively (and at some risk of revealing metaphysical doubt) why am I being asked for these permissions?  And who expects me to make correct decisions?
    I have turned on th standard-issue OS X firewall and am running my system in stealth mode.

  • Printing problems after installing Security Update 2015-002

    After installing Security Update 2015-002 on three separate computers on two different WiFi networks, printers on the network are losing their connections to the computers that can print to them. We have experienced this on a network running a Canon printer and an HP printer - both have disappeared on the network although the printer suggests it is still connected to the network. The same thing has happened on a separate network I manage with a single HP printer on that network. I have tried removing the printers, resetting the printers etc. Nothing is working. I can get one print out of a printer when I turn the printer off and then on. Three minutes later the printer is no longer connected to the computer - although still connected to the network. Please Help.

    I think I have figured out that it is in fact the Apple Extreme Base Station that is losing the printer. It is very odd because the printer is connected to the Wifi. My computer is connected to the WiFi and connecting to the internet. The Router for the internet can see the printer. An Apple Extreme is then connected via a network cable in Bridge mode to the router. When I turned the power off the The Apple Extreme and then restored power it all worked. was still working this morning, but again this afternoon I needed to reboot Apple Extreme. It is quite strange that this is happening on two different Networks in different parts of the country at the same time. Maybe the Security Update is somehow affecting/blocking communication with the printer? I just don't know enough. These networks have been up and running with the same printers and computers for years with zero problems - all of a sudden we have the same problem on both Networks.
    Any help will be very much appreciated.

  • All application slow to molasse after Installing Security-Update 2010_007

    After installing security update, ALL applications, all commands in X11 had response times ALL key strokes of the order of seconds to minutes with >93% of system CPU idle. Console displays the message below ever 60-70 seconds.
    11/11/10 4:25:36 PM updatedyld_sharedcache[12] for arch=i386 failed: read failure copying dylib errno=5 for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib while copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib to shared cache
    The solution is a modification of this link
    http://www.macosxhints.ch/forums/showthread.php?t=15517
    Basically, the offending file /System/.../LibLAPACK.dylib is moved from the system directory to a current directory, e.g.,
    sudo mv /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib .
    and then back to the original directory, e.g.,
    sudo mv libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    Problem solved without reboot as system immediately returns to normal. Why would a security update from Apple cause this?

    Andreas, do you have this info in english? I'm having a similar problem, and I want to see if I can solve it; or could you tell me what you did to solve it?
    Here's the message I'm getting every minute from the console:
    updatedyld_sharedcache[1461] for arch=i386 failed: read failure copying dylib errno=5 for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics while copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics to shared cache

  • Applications crashing after installing security update 2010-003

    Hi all, anyone else having this problem (and found a solution)? After installing security update 2010-003 on snow 10.6.3, entourage, firefox, and even itunes are crashing at launch. Safari seems stable, but haven't tried other apps yet. Verified permissions on my boot disk and repaired it but the problem persists. It started after rebooting after installing the security update. I'll reinstall the OS if needed but hoping this is a bug someone has solved. Thanks!

    http://www.thexlab.com/faqs/multipleappsquit.html

  • Black screen on startup after installing security updates KB293357 and KB2937610 on Win 7 64bit

    After installing security updates KB293357 and KB2937610 (both related to .NET) on Win 7 Enterprise 64 bit, my computer fails to start up correctly:
    - start up and windows boot screen
    - then black screen and computer freezes
    The only option to this problem I found so far is do a cold reboot and then let system repair uninstall the updates. Is there a better way to solve this problem?
    System:
    Asus UL80VT laptop
    NVIDIA GeForce G210M (driver version 9.18.13.2702)
    Win 7 Enterprise, fully updated

    Hi,
    After you unstall the two updates, does the black screen issue completely disappear? We should first figure out whether the two updates are the culprits.
    Since the two updates are related with .net as you mentioned, then here's a .NET Framework Repair Tool released by Microsoft, I suggest you try it and check if it cna detect something.
    http://www.microsoft.com/en-in/download/details.aspx?id=30135
    Check your event viewer and see if it recorded something valuable.
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for

  • Using Standard Text Variables for FYPERIOD in Report Title ?

    Hi, We have a requirement where the user input the variable 0fiscper to the query (001.2010). How to get the text value of that variable in the query description in the bex query ? For example user input, 008.2010. We need to get "Aug 2010 Sales valu

  • How to disable Quick Launch on Pavilion dv8t-1100

    The Treble keeps fluctuating, and the wireless connection keeps randomly turning off. I've already tried disabling it through msconfig, and uninstalling the drivers. No dice. I'm pretty sure this is a hardware issue. I honestly don't care if my warra

  • Two files built in Photoshop identical color; placed in Illustrator look different

    Here is my situation: I'm working on a set of labels. We are adding a new product to the line, so there are existing labels. So for the new label, I started from one of the already existing labels in Photoshop. I made the necessary changes and saved

  • Functions in SQL

    Will calling functions in SQL reduce the performance of a query ?

  • October doesn't work

    This year The October 17th (Sunday) doesn't appear. In 2011, October 16th (Another Sunday) doesn't appear too. And if I go to 2012 it's the 20th (Sunday) that doesn't appear. Always the Third Sunday of October. Does anybody knows what is happening? I