KMS Server suddenly stopped working

Our 2008R2 KMS server suddenly stopped licencing Office 2010 (it still works with licencing Windows 7).  It now returns a 0xC004F038 error code, which is insufficient activations.  From the slgmr below, you can see we have 38 activations,
more than enough.  Any idea why this might have started?
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Name: Windows Server(R), ServerStandard edition
Description: Windows Operating System - Windows Server(R), VOLUME_KMS_R2_B channel
Partial Product Key: XXXXX
License Status: Licensed
Key Management Service is enabled on this machine
    Current count: 38
    Listening on Port: 1688
    DNS publishing enabled
    KMS priority: Normal
Key Management Service cumulative requests received from clients
    Total requests received: 2555
    Failed requests received: 33
    Requests with License Status Unlicensed: 0
    Requests with License Status Licensed: 1788
    Requests with License Status Initial grace period: 198
    Requests with License Status License expired or Hardware out of tolerance: 1
    Requests with License Status Non-genuine grace period: 0
    Requests with License Status Notification: 535

Ah, thank you, I didn't realize that.  Here is the Office portion of the output from the command you gave me.  Is 5 not the minimum activations needed for Office?:
Name: Microsoft Office 2010, KMSHost edition
Description: Microsoft Office 2010 KMS, VOLUME_KMS channel
Activation ID: bfe7a195-4f8f-4f0b-a622-cf13c7d16864
Application ID: 59a52881-a989-479d-af46-f275c6370663
Extended PID: 55041-00096-199-375179-03-1033-7601.0000-1682013
Installation ID: 016082730353865763072083984322936963508984260551632263
Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88342
Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88343
Use License URL: http://go.microsoft.com/fwlink/?LinkID=88345
Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88344
Partial Product Key: XXXXX
License Status: Licensed
Remaining Windows rearm count: 4
Trusted time: 2/24/2014 9:37:31 AM
Key Management Service is enabled on this machine
    Current count: 5
    Listening on Port: 1688
    DNS publishing enabled
    KMS priority: Normal
Key Management Service cumulative requests received from clients
    Total requests received: 12379
    Failed requests received: 0
    Requests with License Status Unlicensed: 0
    Requests with License Status Licensed: 11968
    Requests with License Status Initial grace period: 12
    Requests with License Status License expired or Hardware out of tolerance: 389
    Requests with License Status Non-genuine grace period: 0
    Requests with License Status Notification: 10
Yes, 5 is minimum threshold for Office KMS.
Do you have exactly 5 Office KMSclients, or more?
The current_count will stop incrementing at double the minimum (in this case 5 x 2 = 10)
This KMShost should be working fine. You should check the event logs on the KMShost, and also on the Office client.
Don
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Similar Messages

  • Mail Server suddenly stopped working

    My mail server has stopped working, and I can't figure out why. This is a brand new MacMini with the latest Maverics Server (preinstalled) that I just setup last month. (We migrated from an Xserve running 10.6.) Up to this point, mail has worked flawlessly.
    This afternoon I used the Server app to create a new user. I then went about setting them up for ssh access and installing a public/private keypair (this is for a git repository). Around the same time, my mail server simply stopped working. As far as I know, no other configuration changes were made.
    When I go into the Mail service in the Server app the status perpetually says "Starting...". The 'postfix status' command says that postfix is not running. I've checked every log and error file, and I can only find three anomolies:
    The SMTP log file reports:
    Feb 11 01:31:06 mail.gloaming.com postfix/postmap[7152]: warning: /Library/Server/Mail/Data/scanner/amavis/local_domains.db: duplicate entry: "mail.gloaming.com"
    This warning has been logged before, several weeks earlier, so I assume it's not a serious problem.
    The other warning is:
    Feb 11 00:10:49 mail.gloaming.com postfix/postfix-script[23141]: warning: not owned by _postfix: /Library/Server/Mail/Data/mta/./guid_device_maps.plist
    Other threads seem to indicate that this warning is benign.
    The only other problem that looks really suspicious (to me) is in the system.log:
    Feb 11 01:22:52 mail.gloaming.com ocspd[4947]: ERROR: unable to get the receiver data from the DB!
    I'm not sure what that means, but it doesn't sound good.
    Some threads point a finger at the virus and junk mail scanners. If I disable all mail filtering, the mail server status will finally change to "Serving mail at mail.gloaming.com". But it isn't. All attempts to get mail from the server are refused.
    (Oh, and I've restarted the server several times.)
    The postconf command tells me that the postfix system isn't accepting outside connections:
    inet_interfaces = loopback-only
    So it would appear that Server is setting this. Any attempt to change it back to "= all" fails, as the server software overwrites it with "= loopback-only" at its first possible opportunity. (Editing the main.cf file and reloading postfix doesn't fix it either.)
    Here's the really strange part. The server just started do this today. I recovered a backup of the main.cf file from yesterday and diffed it with the one that's not working:
    mail:postfix root# diff /Library/Server/Mail/Config/postfix/main.cf /Users/admin/Desktop/main.cf
    675c675
    < inet_interfaces = loopback-only
    > inet_interfaces = all
    682c682
    < smtpd_helo_restrictions = reject_non_fqdn_helo_hostname reject_invalid_helo_hostname
    > smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
    692c692
    < mydestination = $myhostname, localhost.$mydomain, localhost, mail.gloaming.com
    > mydestination = $myhostname, localhost.$mydomain, localhost, mail.gloaming.com, $mydomain
    712d711
    < postscreen_dnsbl_sites = zen.spamhaus.org*2
    As you can see, the Server software has deliberatly started setting inet_interfaces to loopback-only and I can't figure out how to get it to set it back to "all".
    Some of the other threads have suggested "wipe and reinstall", but I've spent three weeks setting up this sever and shipping it to a co-location facility—starting over really isn't an option.
    I'd really just want to know why the Server software is suddently configuring the mail server so it won't receive any mail!

    The mystery continues.
    This morning, I decided to take a fresh look at what's going on by recovering a backup copy of my entire /Library/Server/Mail/Config directory from last month. Looking at the item capture list, it shows that none of the files in my Mail/Config directory have changed since late last month.
    Here are the disturbing changes.
    In Server/Mail/Config/dovecot/dovecot.conf, there is one different line.
    working:
         protocols = imap pop3 lmtp sieve
    now:
         protocols = lmtp sieve
    So clearly, the server doesn't think we should be running IMAP or POP. Which is probably the root of the problem.
    In Server/Mail/Config/postfix/mail.cf, there are a number of minor/cosmetic differences, but the problematic ones appear to be
    working:
         inet_interfaces = all
         mydestination = $myhostname, localhost.$mydomain, localhost, mail.gloaming.com, $mydomain
    now:
         inet_interfaces = loopback-only
         mydestination = $myhostname, localhost.$mydomain, localhost, mail.gloaming.com
    Again, this configuration would imply that there are no public mail services.
    Some other odd change occured in the Server/Mail/Config/postfix/main.cf file
    working:
         smtpd     pass  -       -       n       -       -       smtpd
         pickup    fifo  n       -       n       60      1       pickup
              -o content_filter=smtp-amavis:[127.0.0.1]:10024
    now:
         smtpd     pass  -       -       n       -       -       smtpd
              -o receive_override_options=no_address_mappings
         pickup    fifo  n       -       n       60      1       pickup
              -o content_filter=
    Reading through some other posts, I also found another inexplicable change reported by other users having similar problems. The /System/Library/LaunchDaemons/org.postfix.master.plist suddenly changed.
    working:
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
            <string>master</string>
            <string>-c</string>
            <string>/Library/Server/Mail/Config/postfix</string>
        </array>
    now:
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
            <string>master</string>
            <string>-c</string>
            <string>/Library/Server/Mail/Config/postfix</string>
            <string>-e</string>
            <string>60</string>
        </array>
    The postfix service is now "OnDemand" with a new, and myserious, "-e 60" option added. (I can find no documentation for an -e option in the postfix control tool.)
    Ultimately, I "fixed" the problem by restoring the backup copy of my entire /Library/Server/Mail/Config folder, the /System/Library/LaunchDaemon/org.postfix.master.plist file, and immedately restarting the server. The mail servers started and everything appears to be normal.
    But this whole experience has made me very learly of the Server app. Why did these configuration changes occur? What settings or circumstances caused them to spontaniously change to an, essentually, unusable state? I'm now afriad of making any changes via Server.app for fear it will decide I shouldn't have a working mail server again.
    If anyone has any insights, I'd ver very interested in hearing them.
    Message was edited by: James Bucanek

  • Mail 2.1.3 Outgoing Mail Server suddenly stop working

    Recently I had some problems every time I send an email, but I would restart Mail and the emails on the outbox folder would send after a few seconds. Now is not sending at all. "Can not send massage using the server smtpout...." This server is the same and has not been change so I don't understand why is not working. Please help!!!

    Both my husband and I are having the same problem, and it's not just the account situation. I am having a ton of difficulty sending. I keep hitting the "Try with selected server" until it sends. And in actuality EVERYTHING is slower and ponderous on the whole machine. Typing is bad. Internet seems slower. Honestly, I'm upset about it. I still have a few months of Apple Care and will call tomorrow, but I think Apple wants me to get rid of my laptop for the latest model. Anyway, two questions: 1. Is there anything else I can do to fix this mail problem? 2. What do you think: Do I need to buy a new machine? Or is everything crashing? Oh drat. I hate this.

  • The multipoint-server shell has suddenly stopped working

    please help!
    hi every time i open the server i am greeted by this message:
    the multipoint-server shell has suddenly stopped working.
    the details are as follows:
    Problem Event Name     :              APPCRASH
                    Application Name            :              
    SRCShell.exe
                    Application Version         :               6.1.1600.5
                    Application Timestamp  :               4eb465b8
                    Fault Module Name        :               Station.dll
                    Fault Module Version    :               6.1.1600.5
                    Fault Module Time Stamp:           4eb465b5
                    Exception Code             :               c0000005
                    Exception Offset              :              
    0000000000053994
                    OS Version                          :              
    6.1.7601.2.1.0.16.56
                    Locale ID                             
    :               13321
                    Additional Information 1:             f4fb
                    Additional Information 2:             f4fbb3bbd4a03087da47c581553379
                    Additional Information 3:             Se3f
                    Additional Information 4:            
    Se3fd17c819664388032530a0fae66b
    what should I do? please help!!

    Hi,
    Please write your notebook product number (p/n), which system are you using and country of purchase.
    Resource:
    How to Locate the Notebook product number (p/n)
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • Internet sharing suddenly stopped working - please help!

    I have been sharing my internet for weeks from my computer but this morning it suddenly stopped working. I've tried changing the password, changing the channel number, and changing the Network name to a simple one, but it is all not working Apparently the authentication server is not responding? How can I fix that?

    I'm having the same problem. I had internet sharing set up on my iMac from Ethernet via AirPort, and received quite well on my MacBook and iPod Touch, and then one day, it just stopped working. I'm assuming that some update or other caused this problem, but I have no idea which (I mostly use the internet on my desktop machine, so it may have been several days before I noticed the problem). I've tried with-and-without a password, and also tried sharing from my MacBook to the iMac and iPod Touch, and I can't get any bandwidth (I can connect to the 802.11 network that I create, but I can't get any internet through it).

  • FTP suddenly stopped working

    Today, all my FTP connections have suddenly stopped working. I thought it was a problem with FileZilla, but have since tried 4 or 5 different FTP clients and none of them will connect to anything. Sometimes the connection just times out, and other times it goes through all the authentication and login seemingly successfully before the message appears: 'Critical error: Could not connect to server'
    I'm using a 2011 MacBook Pro, upgraded to Yosemite about a month ago (and have been using FileZilla on a daily basis since), but otherwise I can think of no hardware or software updates that have been made.
    I've tried restarting my router and my computer. I've also checked the Mac firewall, which was already switched off. After googling the issue, I read that turning off 'passive mode' might fix it, but it doesn't.
    I haven't a clue how to go about fixing this problem!
    Any ideas? 

    Ask in the DW forum and be much more specific about the requirements for your FTP connection like its ports, TLS settings and so on.
    Mylenium

  • Internet Suddenly Stopped Working

    Hi,
    My eMac, running 10.2, suddenly stopped working with my Internet. It shows my router, but when I open a browser, it says it can't find the server. However, my iTouch and laptop can both load with the same router and modem. Does anyone know what I should try to fix this? I didn't open up the case or anything and have tried Safari, Firefox and IE. None have worked.
    Thanks

    There are various glitches that occur with internet connections. My first suggestion is to disconnect the power to your router, leave for about 10secs then reconnect the power. This resets the router and its link to the ISP and sometimes resolves such problems. If this works the problem might still recur at times but at least you can get up & running again.
    I would also suggest that you check with the router manufacturer's website for a firmware update for your model and instal this. This software is part of the router's internal operation not part of your computer's software even though the upgrade is usually done through one of your computers.
    If these don't help I suggest you consider software maintenance/upgrades for your eMac. Various software components, eg preferences, can become corrupted and need to be replaced/upgraded from time to time.
    Neville

  • My airport express suddenly stopped working.

    I have had an airport express unit that I purchased new from Apple about a year ago. The warranty is now expired and it has suddenly stopped working. It shined its amber light for more than an hour, and when I unplugged it to see if it would work somewhere else, it flashed its amber light and then went blank. It will now display no lights at all when it is plugged in, and my computer can not detect it, so it is obviously dead. Has anybody had any experience with this issue? I tried a hard reset (back when the amber light still worked, yesterday), but I do not know if it worked since the unit would not stay on for more than a few seconds (now not at all).
    Other specifications: It has been used pretty much non-stop since its purchase a year ago as an extender for my Time Capsule's network. It served its purpose, although it seemed to lose connection fairly often. Nothing it didn't fix on its own though.
    Well, that's my rant. Thanks in advance!

    Unless you want to carefully saw open the case along the center seam with a fine toothed hacksaw or similar tool to open up the AirPort Express and look for something obvious....like a connector that has come loose or broken wire, it is time to replace the AirPort Express.
    Your chances of success are very small if you want to try the repair route, so do this for the fun of it more than hoping that it will work.
    Even if repairs were possible, a regular shop would likely charge you more than the cost of a new Express.

  • Spry widgets js suddenly stopped working

    A Website I designed using Dreamweaver 5.5 and spry tabbed panel widget suddenly stopped working; I have made no updates to this page, and have not made any updates to spry menus, css or widgets. I did add google analytics, but that was over a year ago; this problem just started yesterday. Two pages are in question: http://www.livingthinwithin.net/about.html and http://www.livingthinwithin.net/clients.html. Thank you for any assistance; I have searched various forums and have not found any solution (this is the first time I've not been able to resolve a problem using the question threads of others.  thank you, blake
    ps..this is my first post, and I am so open to learning how to post appropriately. 

    Adobe abandoned the Spry framework last year.   If your site, or someone else's site that you linked to, was deriving scripts from Adobe's Spry Labs server, those files are gone.  You can read more about it below.
    http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    If you want to keep using Spry, you must retrieve the scripts from GitHub and upload to your server.  Otherwise, switch to another framework like jQuery.
    http://os.alfajango.com/easytabs/
    http://jqueryui.com/tabs/
    Nancy O.

  • My  loader has suddenly stopped working

    hello;
    I have a flash movie that has been working fine. Yesterday a particular Loader process has started failing.
    method A - I have been loading the png from:  http://www.keleia.com/dev/apps/facebook/PuzzleTour/clients/templa/skin/puzzle_marquee_SLO. png  .. yesterday that stopped working BUT my other loaders were working.
    method B - So I tried their path-building method:  http://keleia.com/dev/apps/facebook/PuzzleTour/flash/../clients/templa/skin/puzzle_marquee _SLO.png ... and it works ... notice no 'www' and also a directory dip '/flash/../'
    These 2 paths point to the same place.
    However if I use the A for the many other loaders, it's fine.
    Furthermore, this is only happening on my remote server. My local hasn't been affected.
    QUESTION: why might A suddenly stop working on one particular loading process?
    thanks,
    Shannon

    kglad, thanks for responding ... any thoughts as to why this might have started spontaneously ... I did upload a joomla site to my server 2 days ago ( it is in a very different directory however ) ... maybe the joomla package affected php.ini ( is that even possible ).

  • HT1338 Outgoing mail suddenly stopped working:-(

    My outgoing mail suddenly stopped working - need help to reconfigure.
    Thanks

    I had that issue once too. I turned off my Internet sources (AirPort, ethernet connection) and then opened Mail. Mail actually opened that time. I went to my accounts, deleted them, closed Mail. I then turned on my Internet connection and reopened Mail, reimported my accounts, and everything has been fine since.
    Just a note: I was using IMAP, so everything I wanted on my Mail was on the server, so by deleting my accounts nothing changed. If you're using POP(3), you may experience different issues. By turning off your Internet connections, you can at least determine if Mail is having issues connecting to a server or if the bug is something else.
    Good luck - I'm sure others will have several different suggestions here.

  • RV042 (firmware 1.3.13.02-tm) suddenly stop working

    Hi, I have set up my RV042 (firmware 1.3.13.02-tm), it works fine. Then it suddenly stop working, no Internet access whatsoever. This happens once or twice every 24 hours. This happens when the network and the PCs are stable, i.e. no changes in the configuration. When I restart the RV042 all is back to normal. Any ideas of why this happens or how I can identify the issue?

    Hi pac, there wouldn't be a clear way to find out what is happening. You may want to set up an external syslog server and see if the router reports anything when it begins a failure state.
    -Tom
    Please mark answered for helpful posts

  • My eFax suddenly stopped working. eFax asks for login and pin and does not connect.

    Is there a time limit on the free eFax?  After 3 years suddenly stopped working.  Login no longer successful.

    Hello @HPLynne, 
    Welcome to the HP forum.
    I understand that you are having a problem with the eFax feature on your Photosmart 7510.
    I would like to help.
    There is no Time limit for the service.
    There is actually a bit of a server issue of some kind.
    Currently not details have been released.
    The following post by PrintApper addresses this issue.
    eFax users - please read
    I would call the Cloud Services department, and inquire about a work around until the issue is resolved.
    Please call our Cloud Services at 855-785-2777.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Hours:
    Mon-Fri. 8am - 11pm, Sat. 9am-8pm - EST
    Mon-Fri. 7am - 10pm, Sat. 8am-7pm - CST
    Mon-Fri. 6am - 9pm, Sat. 7am-6pm - MST
    Mon-Fri. 5am - 8pm, Sat. 6am-5pm - PST
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • IMAC suddenly stops working Mouse,keyboard, wifi all stops responding. PLEASE HELP

    iMAC suddenly stops working,display is on but key board and mouse does not respond.I changed keyboard with usb also but still same.even wifi stops working also.PLEASE HELP  before there was some kernel panic errors , i updated every thing, installed an original osx mountain Lion. taken to Apple service center. They found nothing wrong with hard ware. But i am having still the same problems. It just stops responding to keyboard, mouse even wifi goes off some time. I thought it may be keyboard mouse problem so i changed them to normal usb keyboard and mouse but still the same. PLEASE PLEAE HELP.  -------- LAST ERROR REPORT IS BELOW Interval Since Last Panic Report:  687085 sec Panics Since Last Report:          2 Anonymous UUID:                    48C67BCC-4ADB-0131-8FCC-DBD9C01FBB0C  Fri Jul 19 17:23:01 2013 panic(cpu 0 caller 0xffffff80096b8655): Kernel trap at 0xffffff7f8a53f351, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0x0000000000000060, CR3: 0x000000000bf36000, CR4: 0x0000000000000660 RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000018, RDX: 0x0000000000000004 RSP: 0xffffff8089c4ba60, RBP: 0xffffff8089c4ba80, RSI: 0x0000000000000060, RDI: 0x00000000ffffff8f R8:  0x00000000000000ff, R9:  0x0000000000000019, R10: 0xffffff8074831004, R11: 0x0000000000000008 R12: 0x0000000000000000, R13: 0xffffff807482e0ec, R14: 0x00000000ffffffff, R15: 0x0000000000000000 RFL: 0x0000000000010297, RIP: 0xffffff7f8a53f351, CS:  0x0000000000000008, SS:  0x0000000000000010 Fault CR2: 0x0000000000000060, Error code: 0x0000000000000000, Fault CPU: 0x0  Backtrace (CPU 0), Frame : Return Address 0xffffff8089c4b700 : 0xffffff800961d626  0xffffff8089c4b770 : 0xffffff80096b8655  0xffffff8089c4b940 : 0xffffff80096ce17d  0xffffff8089c4b960 : 0xffffff7f8a53f351  0xffffff8089c4ba80 : 0xffffff7f8a525ff5  0xffffff8089c4bac0 : 0xffffff7f8a53a352  0xffffff8089c4bb50 : 0xffffff7f8a50da56  0xffffff8089c4bbb0 : 0xffffff7f8a4e5c36  0xffffff8089c4bbf0 : 0xffffff7f8a4e71b4  0xffffff8089c4bc20 : 0xffffff7f8a547d3c  0xffffff8089c4bc50 : 0xffffff7f8a4fad5b  0xffffff8089c4be00 : 0xffffff7f8a4f8a9e  0xffffff8089c4be40 : 0xffffff7f8a4fee0e  0xffffff8089c4be80 : 0xffffff7f8a5454df  0xffffff8089c4beb0 : 0xffffff7f8a58c82e  0xffffff8089c4bf00 : 0xffffff8009a4b1ab  0xffffff8089c4bf60 : 0xffffff800963e25e  0xffffff8089c4bfb0 : 0xffffff80096b3137        Kernel Extensions in backtrace:          com.apple.driver.AirPort.Atheros40(600.72.2)[EBF8D6E8-59C6-3C1C-9549-32DDA193B1 D2]@0xffffff7f8a4ad000->0xffffff7f8a5f5fff             dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f89c83000             dependency: com.apple.iokit.IO80211Family(530.4)[E86BEE31-8EE0-34BE-A53F-2571D85CC628]@0xff ffff7f8a43e000             dependency: com.apple.iokit.IONetworkingFamily(3.0)[F02560D1-ADE6-3AD9-8D05-43CB2B7C8B87]@0 xffffff7f89ddc000  BSD process name corresponding to current thread: kernel_task  Mac OS version: 12E55  Kernel version: Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36 Kernel slide:     0x0000000009400000 Kernel text base: 0xffffff8009600000 System model name: iMac10,1 (Mac-F2268DC8)  System uptime in nanoseconds: 397672779228 last loaded kext at 256566570174: com.apple.filesystems.msdosfs     1.8.1 (addr 0xffffff7f8b624000, size 65536) last unloaded kext at 363393284081: com.apple.filesystems.msdosfs     1.8.1 (addr 0xffffff7f8b624000, size 57344) loaded kexts: com.apple.filesystems.smbfs     1.8.4 com.apple.driver.AudioAUUC     1.60 com.apple.driver.AppleHDA     2.3.7fc4 com.apple.driver.AppleMikeyHIDDriver     122 com.apple.driver.AGPM     100.12.87 com.apple.driver.AppleHWSensor     1.9.5d0 com.apple.driver.AppleUpstreamUserClient     3.5.10 com.apple.kext.AMDFramebuffer     8.1.2 com.apple.driver.AppleMikeyDriver     2.3.7fc4 com.apple.driver.ACPI_SMC_PlatformPlugin     1.0.0 com.apple.driver.AppleLPC     1.6.0 com.apple.driver.AppleBacklight     170.2.5 com.apple.driver.AppleMCCSControl     1.1.11 com.apple.ATIRadeonX2000     8.1.2 com.apple.iokit.IOUserEthernet     1.0.0d1 com.apple.iokit.IOBluetoothSerialManager     4.1.4f2 com.apple.Dont_Steal_Mac_OS_X     7.0.0 com.apple.driver.ApplePolicyControl     3.4.5 com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport     4.1.4f2 com.apple.filesystems.autofs     3.0 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1 com.apple.BootCache     34 com.apple.driver.AppleIRController     320.15 com.apple.iokit.SCSITaskUserClient     3.5.5 com.apple.driver.AppleUSBCardReader     3.1.7 com.apple.driver.XsanFilter     404 com.apple.iokit.IOAHCIBlockStorage     2.3.1 com.apple.driver.AppleUSBHub     5.5.5 com.apple.driver.AppleFWOHCI     4.9.6 com.apple.driver.AirPort.Atheros40     600.72.2 com.apple.driver.AppleRTC     1.5 com.apple.driver.AppleAHCIPort     2.5.2 com.apple.nvenet     2.0.19 com.apple.driver.AppleUSBEHCI     5.5.0 com.apple.driver.AppleUSBOHCI     5.2.5 com.apple.driver.AppleEFINVRAM     1.7 com.apple.driver.AppleHPET     1.8 com.apple.driver.AppleACPIButtons     1.7 com.apple.driver.AppleSMBIOS     1.9 com.apple.driver.AppleACPIEC     1.7 com.apple.driver.AppleAPIC     1.6 com.apple.driver.AppleIntelCPUPowerManagementClient     196.0.0 com.apple.nke.applicationfirewall     4.0.39 com.apple.security.quarantine     2.1 com.apple.driver.AppleIntelCPUPowerManagement     196.0.0 com.apple.driver.DspFuncLib     2.3.7fc4 com.apple.iokit.IOAudioFamily     1.8.9fc11 com.apple.kext.OSvKernDSPLib     1.6 com.apple.driver.IOPlatformPluginLegacy     1.0.0 com.apple.driver.AppleSMBusPCI     1.0.11d0 com.apple.driver.IOPlatformPluginFamily     5.3.0d51 com.apple.driver.AppleBacklightExpert     1.0.4 com.apple.driver.AppleSMBusController     1.0.11d0 com.apple.kext.AMD4600Controller     8.1.2 com.apple.kext.AMDSupport     8.1.2 com.apple.iokit.IOSurface     86.0.4 com.apple.iokit.IOSerialFamily     10.0.6 com.apple.iokit.IOBluetoothFamily     4.1.4f2 com.apple.driver.AppleGraphicsControl     3.4.5 com.apple.iokit.IONDRVSupport     2.3.7 com.apple.iokit.AppleBluetoothHCIControllerUSBTransport     4.1.4f2 com.apple.kext.triggers     1.0 com.apple.iokit.IOFireWireIP     2.2.5 com.apple.driver.AppleSMC     3.1.4d2 com.apple.driver.AppleHDAController     2.3.7fc4 com.apple.iokit.IOGraphicsFamily     2.3.7 com.apple.iokit.IOHDAFamily     2.3.7fc4 com.apple.iokit.IOUSBHIDDriver     5.2.5 com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.5.5 com.apple.iokit.IOBDStorageFamily     1.7 com.apple.iokit.IODVDStorageFamily     1.7.1 com.apple.iokit.IOCDStorageFamily     1.7.1 com.apple.iokit.IOSCSIBlockCommandsDevice     3.5.5 com.apple.iokit.IOUSBMassStorageClass     3.5.1 com.apple.driver.AppleUSBMergeNub     5.5.5 com.apple.driver.AppleUSBComposite     5.2.5 com.apple.iokit.IOAHCISerialATAPI     2.5.1 com.apple.iokit.IOSCSIArchitectureModelFamily     3.5.5 com.apple.iokit.IOUSBUserClient     5.5.5 com.apple.iokit.IOFireWireFamily     4.5.5 com.apple.iokit.IO80211Family     530.4 com.apple.iokit.IOAHCIFamily     2.3.1 com.apple.iokit.IONetworkingFamily     3.0 com.apple.iokit.IOUSBFamily     5.6.0 com.apple.driver.NVSMU     2.2.9 com.apple.driver.AppleEFIRuntime     1.7 com.apple.iokit.IOHIDFamily     1.8.1 com.apple.iokit.IOSMBusFamily     1.1 com.apple.security.sandbox     220.3 com.apple.kext.AppleMatch     1.0.0d1 com.apple.security.TMSafetyNet     7 com.apple.driver.DiskImages     345 com.apple.iokit.IOStorageFamily     1.8 com.apple.driver.AppleKeyStore     28.21 com.apple.driver.AppleACPIPlatform     1.7 com.apple.iokit.IOPCIFamily     2.7.3 com.apple.iokit.IOACPIFamily     1.4 com.apple.kec.corecrypto     1.0 Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13 Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.72.0-P2P Bluetooth: Version 4.1.4f2 12041, 2 service, 18 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Network Service: AirPort, AirPort, en1 Serial ATA Device: Hitachi HDE721010SLA330, 1 TB Serial ATA Device: HL-DT-ST DVDRW  GA11N USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 2 USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 4 USB Device: USB Keyboard, 0x04f2  (Chicony Electronics Co., Ltd.), 0x0111, 0x04300000 / 3 USB Device: Microsoft Notebook Optical Mouse with Tilt Wheel, 0x045e  (Microsoft Corporation), 0x00d2, 0x04100000 / 2 USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 / 3

    That panic was not caused by third-party software. If the problem is recurrent, the possibilities are:
    A stale or corrupt kernel cache
    A damaged OS X installation
    A fault in a peripheral device, if any
    Corrupt non-volatile memory (NVRAM)
    An internal hardware fault (including incompatible memory)
    An obscure bug in OS X
    You may already have ruled out some of these.
    Rule out #1 by booting in safe mode and then rebooting as usual. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    You can rule out #2 and #3 by reinstalling the OS and testing with non-essential peripherals disconnected and aftermarket expansion cards removed, if applicable. Sometimes a clean reinstallation (after erasing the startup volume) may solve a problem that isn't solved by reinstalling in place, without erasing.
    Corrupt NVRAM, which rarely causes panics, can be ruled out by resetting it.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for your model. Memory that is either slower or faster than specified may be incompatible.
    The Apple Hardware Test or Apple Diagnostics, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.
    In the category of obscure bugs, reports suggest that FileVault may trigger kernel traps under some unknown conditions. Most, though not all, of these reports seem to involve booting from an aftermarket SSD. If those conditions apply to you, try deactivating FileVault.
    Connecting more than one display is another reported trigger for OS X bugs.
    If your system is not fully up to date, running Software Update might get you a bug fix.
    In rare cases, a malformed network packet from a defective router or other network device can cause panics. Such packets could also be sent deliberately by a skillful attacker. This possibility is something to consider if you run a public server that might be the target of such an attack.
    If none of the above applies, make a "Genius" appointment at an Apple Store to have the machine tested. You may have to leave it there for several days. There isn't much point in doing this unless you can reproduce the panic, or if you can't, it happens often enough that it's likely to be repeated at the store. Otherwise you may be told that nothing is wrong.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you know how to restore, and you have at least  two independent backups.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • Exchange email suddenly stops working - password incorrect message

    For the couple of months that I've had my iPhone, I have had email/contacts/calendar working fine through syncing with an Exchange server. Now it's suddenly stopped working, coming up with a 'password' incorrect message no matter how many times I input the correct password. I have tried deleting and reinstalling the email account, but the same problem arises. The username and server details are all exactly the same as those with which I initially set up the account.
    One thing I have noticed is that when going back into the Account Info page on the iPhone, the password entry indicates 8 characters even though my exchange password has 10 characters, which I'm fully inputting each time.
    I know that many people have experienced problems getting the Exchange up and running; I'm confused, though, that having had it working fine it should suddenly 'drop' the password for no apparent reason. Any advice would be appreciated!

    This problem seems to have resolved itself - the fault was with the Exchange Server, apparently.

Maybe you are looking for

  • Should I manually erase apps from memory card when...

    I'm preparing to update the firmware on my E63.  I understand that this wipes the phone memory, without touching the memory card.  I also have read on the forum here that, as I expected, even apps on the memory card need to be reinstalled. No problem

  • Reduce Working Days by Emp Start and End Dates

    I'm banging my head trying to get this working. The set-up: DimResources table with various employee information including a Start and End Date. A Calendar table with FullDate, Year, Quarter....WorkingDays (1 for working and 0 for non-working) and Wo

  • Perform XOR operation in BPEL 10g

    How can we perform bitwise xor operation in transformations in BPEL 10g. As a part of requirement, i need to add xor operation. Can anyone help on this. Thanks Phani

  • Call labview dlls in release mode

    Hi all, I built a LabVIEW dll for the bluetooth connection, at the beginning I called this dll in the VS C++ in the debug mode, it worked very well. but due to the application, all the code should run in release mode. Unfortunately error occured, " R

  • ITunes Purchased Playlist missing tunes

    Hi, The purchased playlist in Itunes is missing a few tunes. They are in my Library, just not in my purchased playlist. On the purchased menu on my Apple TV all of the items that I have purchsed are there. How can I get the purchased playlist in Itun