QT 7.5.5 - 99% CPU usage

have an Acer Aspire 3000. running Windows home XP, SP3. Mobile AMD Sempron 3000+ prcessor, 1.8 GHz, 448 RAM. When I run QT 7.5.5 *(not pro)* I get 99% CPU usage (thats just running in idle not playing anything). Interestingly, When I don't have Internet Access it sits Idle. Anyone know what's going on?

Turn off the "Show Content Guide" in QuickTime Player preferences.

Similar Messages

  • High CPU usage while running a java program

    Hi All,
    Need some input regarding one issue I am facing.
    I have written a simple JAVA program that lists down all the files and directories under one root directory and then copies/replicates them to another location. I am using java.nio package for copying the files. When I am running the program, everything is working fine. But the process is eating up all the memories and the CPU usage is reaching upto 95-100%. So the whole system is getting slowed down.
    Is there any way I can control the CPU usage? I want this program to run silently without affecting the system or its performance.

    Hi,
    Below is the code snippets I am using,
    For listing down files/directories:
            static void Process(File aFile, File aFile2) {
              spc_count++;
              String spcs = "";
              for (int i = 0; i < spc_count; i++)
              spcs += "-";
              if(aFile.isFile()) {
                   System.out.println(spcs + "[FILE] " + aFile2.toURI().relativize(aFile.toURI()).getPath());
                   String newFile = dest + aFile2.toURI().relativize(aFile.toURI()).getPath();
                   File nf = new File(newFile);
                   try {
                        FileCopy.copyFile(aFile ,nf);
                   } catch (IOException ex) {
                        Logger.getLogger(ContentList.class.getName()).log(Level.SEVERE, null, ex);
              } else if (aFile.isDirectory()) {
                   //System.out.println(spcs + "[DIR] " + aFile2.toURI().relativize(aFile.toURI()).getPath());
                   String newDir = dest + aFile2.toURI().relativize(aFile.toURI()).getPath();
                   File nd = new File(newDir);
                   nd.mkdir();
                   File[] listOfFiles = aFile.listFiles();
                   if(listOfFiles!=null) {
                        for (int i = 0; i < listOfFiles.length; i++)
                             Process(listOfFiles, aFile2);
                   } else {
                        System.out.println(spcs + " [ACCESS DENIED]");
              spc_count--;
    for copying files/directories:public static void copyFile(File in, File out)
    throws IOException {
    FileChannel inChannel = new
    FileInputStream(in).getChannel();
    FileChannel outChannel = new
    FileOutputStream(out).getChannel();
    try {
    inChannel.transferTo(0, inChannel.size(),
    outChannel);
    catch (IOException e) {
    throw e;
    finally {
    if (inChannel != null) inChannel.close();
    if (outChannel != null) outChannel.close();
    Please let me know if any better approach is there. But as I already said, currently it's eating up the whole memory.
    Thanks in advance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Timed loop and CPU usage

    Platform is WIN_XP Pro and machine is a P4 at 2.5Ghz with 512 Mb ram.
    LV7.1 + PCI 6229
    I am using  50ms Timed loop for running a state machine inside it
    and also a  whole lot of other things like reading / writing
    DAQMx  functions;  file I/O functions and such. As the
    project involves a  main and sub-panlel set up local variables
    could not be elimnated fully and there should be something like 150 of
    them. But not all are accessed always - maybe about 15 of them at any
    given time depending on the SM staus.
    Problem :
    Once started the "Finished late"  indication  is off and
    the  actual timing  alternates between 49 to 52 ms. The CPU
    usage is around 25%.
    But as time goes by,  the system gets unstable : After 15 minutes
    or so, the Finished Late indication is always ON and the CPU usage is
    gradually tending towards or exceeds 100%. 
    Obviously the machine control timing now gets affected and things slow
    down badly. Closing the application ands restarting repeats the above
    cycle.
    I am at a loss  to understand what is happening ?  WIll
    breaking down the single Timed Loop to multiple ones help  ? WIll
    that be an efficient way of parallel threading ?
    I can post the code but its quite large and will do it as a last resort.
    thanks
    Raghunathan
    Raghunathan
    LV2012 to Automate Hydraulic Test rigs.

    Hello,
    It sounds like an interesting problem.  It would be worth some experimentation to figure out what's going wrong - attempting to decouple major "pieces" of the code would be helpful.  For example, you could try breaking your code into multiple loops if that makes sense in your architecture, but perhaps you could even eliminate all but one of the loops to begin with, and see if you can correlate the problem to the code in just one of your loops.
    Another concern is that you mention using many local variables.  Variable read operations cause new buffer allocations, so if you're passing arrays around that way, you could be hitting a problem of forcing your machine to perform many allocations and deallocations of memory.  As arrays grow, this can be a bigger and bigger problem.  You can use other techniques for passing data around your block diagram, such as dataflow if possible (just simple wires), or queues where dataflow can't dicatate program flow completely.
    Hopefully looking into your code with the above considerations will lead you in the right direction.  In your case, removing code so that you can identify which elements are causing the problem should help significantly.
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Which Is the Best App to Show CPU Usage by App?

    ActMonitor by Aeonika ($.99) and System Activity Monitor by Recession Applications LLC ($1.99) are the 2 activity monitors with 5 star ratings.  However, the info available for each in the App Store and their websites failed to show whether either measured each open and background apps CPU usage individually.
    Knowing that info is the only way we'll get to the bottom of iOS 7.1's higher battery usage.
    Does anyone know of a CPU usage monitor that does give us individual app CPU usage?

    Hi Susan,
    Kindly check out Flash pro CC
    For more details: Explore Adobe desktop apps | Adobe Creative Cloud
    Thanks,
    Atul Saini

  • Firefox is eating up between 90% CPU usage to %230 CPU usage, while on a text-only page. I've tried many of the fixits. They didn't work. What can I do?

    I've cleared cookies multiple times
    I've emptied the cache
    I cleared my download history, and a majority of my browsing history
    I've tried having hardware acceleration for both flash and firefox on and off
    I turned off all my apps and plugins and when that did nothing I turned back on the ones I need. I never had a lot of apps to begin with. only a max of 5. I had quite a few plugins, but i disabled all but quicktime, flash, and silverlight. I have those three set on "ask to activate" so none are "always active" anymore.
    I also tried a couple things from the FAQ and forums here about changing a few settings in the "about:config" setup.
    A few of the above things initially worked, but after a day or two it'd be back to sucking up my CPU and memory. I would then try the same thing again, and this second time there would be no improvement.
    The real memory will fluctuate between 200 MB and 1.7 GB, and has done so for quite a while.
    Even after I've left streaming sites, and sites with lots of images, and I'm not downloading anything, the memory and the CPU will still do that. I only have a handful of tabs open at a timeusually, and all of them are mostly text. I'll quit and reopen firefox, which will initially bring the memory and CPU usage down, but it inevitably climbs up quite quickly, regardless of my tab usage. It'll be the same if I'm playing a flash game or scrolling through blogs.
    I never had any of these problems with Firefox 23, and my internet usage habits haven't changed at all. I had some of this slowness a few times with version 24, but nowhere near as bad as this, or as constant. Almost everyday I end up googling for other ways to speed things up. Everything I do never slowed down Firefox on earlier versions.
    I've tried all my usual tasks on Safari which will never climb above 30-40 MB of memory, even on netflix streaming, or flash games, and the CPU will average around 8 and 11%.

    i'm also having major CPU problems w/ FF 29.0.1. when i restart the app it calms down again but after loading tabs it steadily climbs up to 100% after not too long. i have checked out the 2 CPU links/articles above and do all the basic troubleshooting and tips, but with all the FF tools & add-ons isn't there some sort of CPU monitor that has the ability to display which extensions/scripts are hogging the CPU? Activity Monitor on Mac just shows the total used by the app. it's impossible in my case to efficiently disable dozens of add-ons & scripts, restart, and test each one by one b/c it can take several hrs before the CPU starts to spike high again. i have no time for this.
    thanks

  • Problem with paintComponent, and CPU usage

    Hi,
    I had the weirdest problem when one of my JDialogs would open. Inside the JDialog, I have a JPanel, with this paintComponent method:
    public void paintComponent(Graphics g) {
    super.paintComponent(g);
    Color old = g.getColor();
    g.setColor(Color.BLACK);
    g.drawString("TEXT", 150, 15);
    g.setColor(old);
    parent.repaint();
    now when this method is called, the CPU usage would be at about 99%. If i took out the line:
    parent.repaint();
    the CPU usage would drop to normal. parent is just a reference to the Jdialog that this panel lies in.
    Anyone have any ideas on why this occurs?
    Thanks!

    1) I never got a stack overflow, and i have had this in my code for quite sometime...If you called paint() or paintComponent(), I'm betting that you would see a stack overflow. The way I understand it, since you are calling repaint(), all you are doing is notifying the repaint manager that the component needs to be repainted at the next available time, not calling a paint method directly. good article on how painting is done : http://java.sun.com/products/jfc/tsc/articles/painting/index.html#mgr
    2) If this is the case, and the two keep asking eachother to paint over and over, .....
    see above answer

  • Problem with memory usage and CPU usage

    Hello,
    i have a problem with the memory usage and cpu usage in my project!
    My application must run for more than 24 hrs. The problem is that the longer it runs the bigger is the memory and cpu usage!
    It starts with ~15% CPU usage and ~70 MBytes memory usage. After ~ 24hrs the CPU usage is ~60% and the memory usage is ~170 MBytes!
    After  3 days the CPU usage is almost about 70% and the memory usage is about 360 MBytes!
    What can I do to reduce this huge recource usage?
    Thank you!

    Hi Pahe,
       I think the issue is memory usage, since CPU usage can increase due to greater memory requirements.
       Anyway, it's difficult to debug without seeing your code, can you post it (possibly for LV 7.1 compatibility)?  Or just post a JPEG of the piece of code that can give problems...
       I guess you're appending data to an array instead of replace data elements, but I can't be sure...
       Have a nice day!
    graziano

  • Config Manager Agent - after Hardware Inventory High CPU Usage with WMIPRSVE and very fast empty Battery

    Hi there,
    since a few days there is on some machines (40-60) a high cpu usage on one core (quad core cpu machines) with the WMIPRSVE.EXE if the HARDWARE INVENTORY CYCLE started.
    i try out some tests, read some forum articles and troubleshooting the WMI management but a real problem i doesn´t see.
    in some articles i read that hardware inventory runs about minutes up to more hours but some machines runs longer, someone more as 1 day.
    here an example of mine PC:
    at 8:07 i started Hardware Inventory Cycle, in the InventoryAgent.log i can see that some Collection Namespace are captured.
    after a few minutes there stopped and does nothing round about 5.9 hours or better, after 21436.097 Seconds.
    For any hints i am grateful. :)
    Inventory: *********************** Start of message processing. ***********************
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Message type is InventoryAction InventoryAgent
    18.03.2015 08:09:56 11088 (0x2B50)
    Inventory: Temp directory = C:\WINDOWS\CCM\Inventory\Temp\
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Clearing old collected files. InventoryAgent
    18.03.2015 08:09:56 11088 (0x2B50)
    Inventory: Opening store for action {00000000-0000-0000-0000-000000000001} ...
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    CInvState::VerifyInventoryVersionNumber: Mismatch found for '{00000000-0000-0000-0000-000000000001}': 4.2 vs. 0.0
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Version number mismatch; will do a Full report.
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Action=Hardware, ReportType=ReSync, MajorVersion=5, MinorVersion=0
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Inventory: Initialization completed in 0.141 seconds
    InventoryAgent 18.03.2015 08:09:56
    11088 (0x2B50)
    Collection: Namespace = \\localhost\root\Microsoft\appvirt\client; Query = SELECT __CLASS, __PATH, __RELPATH, CachedLaunchSize, CachedPercentage, CachedSize, LaunchSize, Name, PackageGUID, TotalSize, Version, VersionGUID FROM Package; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:09:56
    7836 (0x1E9C)
    Failed to get IWbemService Ptr for \\localhost\root\vm\VirtualServer Namespace: 8004100E
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Failed to enumerate instances of VirtualMachine: 8004100E
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AddressWidth, BrandID, CPUHash, CPUKey, DataWidth, DeviceID, Family, Is64Bit, IsHyperthreadCapable, IsMobile, IsTrustedExecutionCapable, IsVitualizationCapable, Manufacturer,
    MaxClockSpeed, Name, NormSpeed, NumberOfCores, NumberOfLogicalProcessors, PCache, ProcessorId, ProcessorType, Revision, SocketDesignation, Status, SystemName, Version FROM SMS_Processor; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\CCM\powermanagementagent; Query = SELECT __CLASS, __PATH, __RELPATH, Requester, RequesterInfo, RequesterType, RequestType, Time, UnknownRequester FROM CCM_PwrMgmtLastSuspendError; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, Manufacturer, Name, Status FROM Win32_IDEController; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, BinFileVersion, BinProductVersion, Description, ExecutableName, FilePropertiesHash, FilePropertiesHashEx, FileSize, FileVersion, HasPatchAdded, InstalledFilePath, IsSystemFile,
    IsVitalFile, Language, Product, ProductCode, ProductVersion, Publisher FROM SMS_InstalledExecutable; Timeout = 600 secs.
    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout
    = 600 secs. InventoryAgent
    18.03.2015 14:06:43 7836 (0x1E9C)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2\sms; Query = SELECT __CLASS, __PATH, __RELPATH, AdditionalProductCodes, CompanyName, ExplorerFileName, FileDescription, FilePropertiesHash, FileSize, FileVersion, FolderPath, LastUsedTime, LastUserName, msiDisplayName,
    msiPublisher, msiVersion, OriginalFileName, ProductCode, ProductLanguage, ProductName, ProductVersion, SoftwarePropertiesHash FROM CCM_RecentlyUsedApps; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, BankLabel, Capacity, Caption, CreationClassName, DataWidth, Description, DeviceLocator, FormFactor, HotSwappable, InstallDate, InterleaveDataDepth, InterleavePosition, Manufacturer,
    MemoryType, Model, Name, OtherIdentifyingInfo, PartNumber, PositionInRow, PoweredOn, Removable, Replaceable, SerialNumber, SKU, Speed, Status, Tag, TotalWidth, TypeDetail, Version FROM Win32_PhysicalMemory; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Availability, Description, DeviceID, InstallDate, Manufacturer, Name, PNPDeviceID, ProductName, Status FROM Win32_SoundDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:02
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName,
    SystemName FROM Win32_USBDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Collection: 62/74 inventory data items successfully inventoried.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Collection Task completed in 21436.097 seconds
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: 12 Collection Task(s) failed. InventoryAgent
    18.03.2015 14:07:12 7836 (0x1E9C)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\25bf01b2-12fc-4eea-8e97-a51b3c75ba50.xml
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Starting reporting task. InventoryAgent
    18.03.2015 14:07:12 7552 (0x1D80)
    Reporting: 4381 report entries created. InventoryAgent
    18.03.2015 14:07:13 7552 (0x1D80)
    Inventory: Reporting Task completed in 1.030 seconds
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {5541A94A-BED9-4132-AE54-110CB6896F02}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Cycle completed in 21453.570 seconds
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Inventory: Action completed. InventoryAgent
    18.03.2015 14:07:30 7552 (0x1D80)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, Caption, ClassGuid, ConfigManagerErrorCode, ConfigManagerUserConfig, CreationClassName, Description, DeviceID, Manufacturer, Name, PNPDeviceID, Service, Status, SystemCreationClassName,
    SystemName FROM Win32_USBDevice; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Collection: 62/74 inventory data items successfully inventoried.
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Collection Task completed in 21436.097 seconds
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: 12 Collection Task(s) failed. InventoryAgent
    18.03.2015 14:07:12 7836 (0x1E9C)
    Inventory: Temp report = C:\WINDOWS\CCM\Inventory\Temp\25bf01b2-12fc-4eea-8e97-a51b3c75ba50.xml
    InventoryAgent 18.03.2015 14:07:12
    7836 (0x1E9C)
    Inventory: Starting reporting task. InventoryAgent
    18.03.2015 14:07:12 7552 (0x1D80)
    Reporting: 4381 report entries created. InventoryAgent
    18.03.2015 14:07:13 7552 (0x1D80)
    Inventory: Reporting Task completed in 1.030 seconds
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Successfully sent report. Destination:mp:MP_HinvEndpoint, ID: {5541A94A-BED9-4132-AE54-110CB6896F02}, Timeout: 80640 minutes MsgMode: Signed, Not Encrypted
    InventoryAgent 18.03.2015 14:07:13
    7552 (0x1D80)
    Inventory: Cycle completed in 21453.570 seconds
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)
    Inventory: Action completed. InventoryAgent
    18.03.2015 14:07:30 7552 (0x1D80)
    Inventory: ************************ End of message processing. ************************
    InventoryAgent 18.03.2015 14:07:30
    7552 (0x1D80)

    InventoryAgent 18.03.2015 08:10:03
    7836 (0x1E9C)
    Collection: Namespace = \\.\root\cimv2; Query = SELECT __CLASS, __PATH, __RELPATH, DefaultIPGateway, DHCPEnabled, DHCPServer, DNSDomain, DNSHostName, Index, IPAddress, IPEnabled, IPSubnet, MACAddress, ServiceName FROM Win32_NetworkAdapterConfiguration; Timeout
    = 600 secs. InventoryAgent
    18.03.2015 14:06:43 7836 (0x1E9C)
    Collection: Namespace = \\.\root\Nap; Query = SELECT __CLASS, __PATH, __RELPATH, description, fixupState, friendlyName, id, infoClsid, isBound, percentage, registrationDate, vendorName, version FROM NAP_SystemHealthAgent; Timeout = 600 secs.
    InventoryAgent 18.03.2015 14:06:43
    7836 (0x1E9C)
    Looks like something in one or both of those wmi queries.  it goes from 8:10:03 to 14:06:43 right around there.  6 hours to do that... 
    try running those queries from wbemtest manually; and see which one just never finishes.
    Standardize. Simplify. Automate.

  • Macbook Air running extremely slow - kernel_task at 300% cpu usage

    I purchased my Macbook Air roughly 15 months ago and it's performance has constantly been impressive since I purchased it - until roughly a fortnight ago. I came home from work one afternoon and it was running at a snails pace. I had recently upgraded to Yosemite though I'm unsure if this had anything to do with it. I had also recently installed FitBit software to sync to my new FitBit flex.
    It has continued to run in this manner constantly since the problem began. It is ridiculously slow, every single request takes a very long time to respond. Logging in takes forever. When I click on an app to open it, the icon bounces for 30 seconds or more, and it's not a smooth bounce either, it's quite a jagged bounce!
    I'm hoping someone is able to provide some advice, guidance or help. The laptop is no longer covered by the 12 month Manufacturer Warranty, and I did not purchase an Apple Care plan as no Apple product I've owned before has experienced issues like this.
    This whole experience is killing me! I'm suspecting hardware failure and I'm just so sad that this could happen to the laptop I've loved so much since I bought it!
    The problem:
    The kernel_task process is constantly running at 300% or higher cpu usage, with Activity Monitor indicating the processor is being maxed out by a system task. Also, the laptop's fan is constantly running at full capacity - from the moment the laptop turns on, or wakes up.
    What I think the problem might be:
    As a result of many, many Google searches, it appears that this behaviour may be due to the Macbook Air thinking it is overheating - and I will clarify here that it certainly is not. It is cool to touch, always, when this problem occurs. (yet the fan is almost taking off!). As a result of the MacBook Air thinking it's overheating, it not only is running the fan at a very high RPM (confirmed with iStat), but it also is intentionally choking the system with 'simple requests' in attempt to cool the computer down. Apparently this is a built-in feature of OS X. The kernel has priority over user tasks, causing all user tasks to be granted a lower priority, causing the computer to run INCREDIBLY SLOW. Even as I'm typing this, I'm about two sentences ahead of what is showing on the screen!
    Steps I have taken:
    - Read widely across the internet with every possible relevant search term I can think of
    - Downloaded iStat to see if any of the temperatures are too high (they all seemed fine..)
    - Disabled Bluetooth and Wifi. (no change)
    - Reset SMC (multiple times.., no change)
    - Reset PRAM (multiple times.., no change)
    - Drained the battery completely (2 or 3 times, no change)
    - Install Windows 7 on BootCamp in attempt to bypass the issue (CPU usage was 100% constantly in Windows also)
    - Uninstalled FitBit software (no change..)
    - Uninstalled other software I did not need (no change..)
    - Attempt to boot into Safe Mode / Recovery Mode (even in this modes, the same thing is happening)
    - Repaired Disk Permissions
    - Backed up all personal data
    - Used the built-in Internet Recovery mode to format my Macintosh HD and re-install a fresh copy of OS X (Mountain Lion). (no change…)
    - Re-upgrade to Yosemite (no change..)
    I've downloaded EtreCheck and here is the output:
    Problem description:
    OS X is running incredibly slow. kernel_task process is constantly using 300% and upward CPU usage.
    EtreCheck version: 2.1.5 (108)
    Report generated 20 December 2014 3:38:49 PM AEST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Air (11-inch, Mid 2013) (Verified)
      MacBook Air - model: MacBookAir6,1
      1 1.3 GHz Intel Core i5 CPU: 2-core
      4 GB RAM
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel HD Graphics 5000 - VRAM: 1024 MB
      Color LCD 1366 x 768
    System Software: ℹ️
      OS X 10.8.5 (12F45) - Uptime: 1:24:6
    Disk Information: ℹ️
      APPLE SSD SD0128F disk0 : (121.33 GB)
      disk0s1 (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 120.47 GB (106.42 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    User Login Items: ℹ️
      uTorrent Application (/Applications/uTorrent.app)
    Internet Plug-ins: ℹ️
      QuickTime Plugin: Version: 7.7.1
      JavaAppletPlugin: Version: 14.6.0 - SDK 10.8 Check version
    3rd Party Preference Panes: ℹ️
      None
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          17% WebProcess
          16% storeagent
          15% Safari
          9% WindowServer
          9% repair_packages
    Top Processes by Memory: ℹ️
      404 MB repair_packages
      395 MB WebProcess
      129 MB Safari
      86 MB App Store
      64 MB Finder
    Virtual Memory Information: ℹ️
      1.77 GB Free RAM
      1.76 GB Active RAM
      140 MB Inactive RAM
      623 MB Wired RAM
      425 MB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Dec 13, 2014, 09:47:32 PM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-214732_[redacted].panic [Details]
      Dec 13, 2014, 08:31:50 PM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-203150_[redacted].panic [Details]
      Dec 13, 2014, 04:54:18 PM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-165418_[redacted].panic [Details]
      Dec 13, 2014, 07:05:03 AM /Library/Logs/DiagnosticReports/Kernel_2014-12-13-070503_[redacted].panic [Details]
      Dec 20, 2014, 02:15:38 PM Self test - passed

    Hi,
    I have an update so I thought I would share in case any other users are experiencing a similar problem.
    I made an appointment with the Genius Bar at the Apple Store.
    I went in and they ran a thorough diagnostic check on my Macbook Air and determined that the sensors were indeed faulty - several were providing no information "No reading" instead of providing a temperature. Thus, the Air was unaware of the temperature across multiple components.
    Despite the laptop being outside the 12 Month Manufacturer Warranty, the Apple Store determined that it was covered under warranty through Australian Consumer Law - the laptop is now in for a complete repair under warranty at no cost to myself.
    I couldn't be happier.

  • Google Earth Plugin and LabVIEW: High CPU usage when adding placemarks

    Hi,
    I posted this question on stackoverflow earlier this week but feel it might be better suited to the LabVIEW community specifically so I'm reposting here:
    I'm writing an application which uses the Google Earth Plugin to display events on the globe. Each event is a single point kml placemark with an icon which is a 3kb png file. Placemarks are uploaded to the plugin as they are received by the software. I am experiencing increasing CPU usage with the number of placemarks that are added.
    I have tested displaying a new placemark every second and running until the software running the plugin completely froze (graph attached). The GEPlugin (green trace) stopped responding (i.e. the globe did not respond to the mouse) at around 1200 placemarks added and CPU usage was at ~30%. When the software itself (red trace) froze the plugin was using around 50% CPU and ~3700 placemarks had been added). After the freeze, no new placemarks were added which caused the software to respond (but not the plugin) so I could clear all the placemarks. After the placemarks were cleared from the globe, the CPU usage of the plugin returned to around 5% CPU.
    So what I've seen is that GEPlugin CPU usage increases linearly with each kml placemark added. Is this the expected behaviour/ a normal limitation of the plugin? If not is there a more efficient way of adding many placemarks to the globe?
    I am using GEPlugin version 7.1.1.1580 (API version 1.010) and LabVIEW 12.0f3
    Please see the test results attached. Any input greatly appreciated!
    Original stackoverflow post:
    http://stackoverflow.com/questions/20994323/google-earth-plugin-with-labview-high-cpu-usage-when-add...
    Attachments:
    Performance Log 020114_095115.png ‏82 KB

    Hello,
    I have had a look at your graphs and understood what you are trying to do. To me it seems that as the image gets more complex it gets harde to render which wold likely cause increase in CPU usage resulting in the freeze. I would suggest you try running the program on anoher computer to check on the RAM front of things. If this is a limitation of the GE Plugin then unfortunately I can not do much to help, but if you think this is a problem coming from your LabVIEW code then you can post your code here and I can take a look.

  • CPU usage when 5 tabs are open and all idling is 35% of 38% total and fan active alot

    It seems to me in the last week or so, Firefox has been consuming alot of CPU cycles. This is when my laptop is idling. I know because I monitor by looking at the taskmgr. I see that it takes up 80-90% of the CPU which show as high as 35-40%.

    Hi a few days ago I had thought to post it, I have the same computer as the teammatebut a GTX460 @ 4.7 and MPE using colorful II if I use my video in the timeline onlystutters, and a cpu usage of 30 %.
    This is normal?
    I have two discs, one for OS and one for the project, and the preview footage files.
    discs can be problems?

  • How to find discoverer log files and CPU usage

    Hi,
    i have a report running very slow in prod. but runs fast in dev and qa.
    **Where/how can i find the Log files generated after the report runs?**
    **Also i wanted to see how i can find the CPU Usage**
    i searched online for CPU usage... and found this --> ""For the CPU usage of these servlets, please navigate to the Discoverer application page from the OC4J_BI_Forms home page in the EM standalone console.""
    can anyone tell me how to navigate to OC4J_BI_Forms home page in the EM standalone console?
    Thanks!
    gayatri

    Hi gayathri,
    This link would help i suppose
    http://docs.huihoo.com/oracle/docs/B14099_19/bi.1012/b13918/maint.htm#i1025807
    and http://docs.huihoo.com/oracle/docs/B14099_19/bi.1012/b13918/tshoot.htm#CHDHFJDE
    Be careful,if not done without prior knowledge it would mess up.So mostly this job should be done by DBA of your company.They can log in as sysadministrator to get to "Enterprise Manager" and do as per the link
    Best Wishes,
    Kranthi.

  • Unable to detect updates, 100% CPU usage by wuauserv

    Lawrence,
    Below is the log you requested.  This was taken after renaming the SoftwareDistribution directory.  The user reported CPU usage went back up to 100% at around 14:00 after which we killed the service.  This is too long for one post, so I'm breaking it in two.
    2010-04-14 06:02:55:323 1044 a68 Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:02:55:323 1044 a68 Misc   = Process: C:\WINDOWS\System32\svchost.exe
    2010-04-14 06:02:55:323 1044 a68 Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2010-04-14 06:02:55:323 1044 a68 Service *************
    2010-04-14 06:02:55:323 1044 a68 Service ** START **  Service: Service startup
    2010-04-14 06:02:55:323 1044 a68 Service *********
    2010-04-14 06:02:55:604 1044 a68 Agent   * WU client version 7.4.7600.226
    2010-04-14 06:02:55:604 1044 a68 Agent   * Base directory: C:\WINDOWS\SoftwareDistribution
    2010-04-14 06:02:55:620 1044 a68 Agent   * Access type: No proxy
    2010-04-14 06:02:55:620 1044 a68 Agent   * Network state: Connected
    2010-04-14 06:02:58:995 1376 cc8 Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:02:58:995 1376 cc8 Misc   = Process: C:\WINDOWS\system32\wuauclt.exe
    2010-04-14 06:02:58:995 1376 cc8 Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2010-04-14 06:02:58:995 1376 cc8 DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
    2010-04-14 06:02:59:010 1376 cc8 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2010-04-14 06:02:59:010 1044 a68 Agent WARNING: Failed to read the service id for re-registration 0x80070002
    2010-04-14 06:02:59:010 1044 a68 Agent WARNING: Missing service entry in the backup data store; cleaning up
    2010-04-14 06:03:13:104 1044 e68 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2010-04-14 06:03:13:104 1044 e68 Agent ***********  Agent: Initializing global settings cache  ***********
    2010-04-14 06:03:13:104 1044 e68 Agent   * WSUS server:http://wsus01
    2010-04-14 06:03:13:104 1044 e68 Agent   * WSUS status server:http://wsus01
    2010-04-14 06:03:13:104 1044 e68 Agent   * Target group: (Unassigned Computers)
    2010-04-14 06:03:13:104 1044 e68 Agent   * Windows Update access disabled: No
    2010-04-14 06:03:13:135 1044 e68 DnldMgr Download manager restoring 0 downloads
    2010-04-14 06:03:13:214 1044 e68 AU ###########  AU: Initializing Automatic Updates  ###########
    2010-04-14 06:03:13:214 1044 e68 AU AU setting next detection timeout to 2010-04-14 13:03:13
    2010-04-14 06:03:13:214 1044 e68 AU AU setting next sqm report timeout to 2010-04-14 13:03:13
    2010-04-14 06:03:13:214 1044 e68 AU   # WSUS server:http://wsus01
    2010-04-14 06:03:13:214 1044 e68 AU   # Detection frequency: 22
    2010-04-14 06:03:13:214 1044 e68 AU   # Approval type: Scheduled (Policy)
    2010-04-14 06:03:13:214 1044 e68 AU   # Scheduled install day/time: Every day at 3:00
    2010-04-14 06:03:13:229 1044 e68 AU   # Auto-install minor updates: Yes (Policy)
    2010-04-14 06:03:13:229 1044 e68 AU   # Will interact with non-admins (Non-admins are elevated (Policy))
    2010-04-14 06:03:13:245 1044 e68 AU Initializing featured updates
    2010-04-14 06:03:13:245 1044 e68 AU Found 0 cached featured updates
    2010-04-14 06:03:13:260 1044 e68 AU AU finished delayed initialization
    2010-04-14 06:03:13:260 1044 e68 AU Triggering AU detection through DetectNow API
    2010-04-14 06:03:13:260 1044 e68 AU Triggering Online detection (non-interactive)
    2010-04-14 06:03:14:495 1044 a68 Report ***********  Report: Initializing static reporting data  ***********
    2010-04-14 06:03:14:495 1044 a68 Report   * OS Version = 5.1.2600.3.0.65792
    2010-04-14 06:03:14:542 1044 a68 Report   * Computer Brand = Dell Computer Corporation
    2010-04-14 06:03:14:542 1044 a68 Report   * Computer Model = Dimension 2400              
    2010-04-14 06:03:14:542 1044 a68 Report   * Bios Revision = A05
    2010-04-14 06:03:14:542 1044 a68 Report   * Bios Name = Phoenix ROM BIOS PLUS Version 1.10 A05
    2010-04-14 06:03:14:542 1044 a68 Report   * Bios Release Date = 2003-12-02T00:00:00
    2010-04-14 06:03:14:542 1044 a68 Report   * Locale ID = 1033
    2010-04-14 06:03:14:760 1044 a68 AU #############
    2010-04-14 06:03:14:760 1044 a68 AU ## START ##  AU: Search for updates
    2010-04-14 06:03:14:760 1044 a68 AU #########
    2010-04-14 06:03:14:760 1044 a68 AU <<## SUBMITTED ## AU: Search for updates [CallId = {7DEBF958-EE84-4C30-8F31-A9147A47B233}]
    2010-04-14 06:03:14:792 1044 ad4 Agent *************
    2010-04-14 06:03:14:792 1044 ad4 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-04-14 06:03:14:792 1044 ad4 Agent *********
    2010-04-14 06:03:14:792 1044 ad4 Agent   * Online = Yes; Ignore download priority = No
    2010-04-14 06:03:14:792 1044 ad4 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2010-04-14 06:03:14:792 1044 ad4 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2010-04-14 06:03:14:792 1044 ad4 Agent   * Search Scope = {Machine}
    2010-04-14 06:03:14:979 1044 ad4 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2010-04-14 06:03:15:073 1044 ad4 Misc  Microsoft signed: Yes
    2010-04-14 06:03:15:229 1044 ad4 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
    2010-04-14 06:03:15:245 1044 ad4 Misc  Microsoft signed: Yes
    2010-04-14 06:03:15:245 1044 ad4 Setup ***********  Setup: Checking whether self-update is required  ***********
    2010-04-14 06:03:15:245 1044 ad4 Setup   * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
    2010-04-14 06:03:15:323 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:339 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:354 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:354 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:354 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:370 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:370 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:385 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:385 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:401 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:401 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:401 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:432 1044 ad4 Setup Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 06:03:15:432 1044 ad4 Setup   * IsUpdateRequired = No
    2010-04-14 06:03:15:589 1044 ad4 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2010-04-14 06:03:15:589 1044 ad4 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =http://wsus01/ClientWebService/client.asmx
    2010-04-14 06:03:15:760 1044 ad4 PT WARNING: Cached cookie has expired or new PID is available
    2010-04-14 06:03:15:760 1044 ad4 PT Initializing simple targeting cookie, clientId = 8fba4725-278a-4588-b0cb-713b711911d5, target group = , DNS name = client100.domain.com
    2010-04-14 06:03:15:760 1044 ad4 PT   Server URL = http://wsus01/SimpleAuthWebService/SimpleAuth.asmx
    2010-04-14 06:05:15:465 1044 ad4 Agent WARNING: Failed to evaluate Installed rule, updateId = {BFE5B177-A086-47A0-B102-097E4FA1F807}.102, hr = 8024E001
    2010-04-14 06:08:54:374 2164 b4c Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:08:54:374 2164 b4c Misc   = Process: C:\WINDOWS\system32\wuauclt.exe
    2010-04-14 06:08:54:374 2164 b4c AUClnt wuauclt.exe launched with command line wuauclt /reportnow
    2010-04-14 06:08:54:374 2164 b4c Service Registering proxy/stubs.
    2010-04-14 06:08:54:405 2164 b4c AUClnt wuauclt.exe is exiting with code 0x00000000
    2010-04-14 06:10:10:531 1044 ad4 Misc WARNING: Send failed with hr = 80072ee2.
    2010-04-14 06:10:10:531 1044 ad4 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2010-04-14 06:10:10:531 1044 ad4 PT   + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
    2010-04-14 06:10:10:531 1044 ad4 PT   + Caller provided credentials = No
    2010-04-14 06:10:10:531 1044 ad4 PT   + Impersonate flags = 0
    2010-04-14 06:10:10:531 1044 ad4 PT   + Possible authorization schemes used =
    2010-04-14 06:10:10:531 1044 ad4 PT WARNING: SyncUpdates failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
    2010-04-14 06:10:10:531 1044 ad4 PT WARNING: PTError: 0x80072ee2
    2010-04-14 06:10:10:531 1044 ad4 PT WARNING: SyncUpdates_WithRecovery failed.: 0x80072ee2
    2010-04-14 06:10:10:531 1044 ad4 PT WARNING: Sync of Updates: 0x80072ee2
    2010-04-14 06:10:10:531 1044 ad4 PT WARNING: SyncServerUpdatesInternal failed: 0x80072ee2
    2010-04-14 06:10:10:531 1044 ad4 Agent   * WARNING: Failed to synchronize, error = 0x80072EE2
    2010-04-14 06:10:10:547 1044 ad4 Agent   * WARNING: Exit code = 0x80072EE2
    2010-04-14 06:10:10:547 1044 ad4 Agent *********
    2010-04-14 06:10:10:547 1044 ad4 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-04-14 06:10:10:547 1044 ad4 Agent *************
    2010-04-14 06:10:10:547 1044 ad4 Agent WARNING: WU client failed Searching for update with error 0x80072ee2
    2010-04-14 06:10:10:563 1044 ad4 Report REPORT EVENT: {074D4BD9-B5D0-4706-B299-6F52972B8A5E} 2010-04-14 06:10:10:547-0700 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80072ee2 AutomaticUpdates Failure Software Synchronization Windows Update Client failed to detect with error 0x80072ee2.
    2010-04-14 06:10:10:578 1044 b70 AU >>##  RESUMED  ## AU: Search for updates [CallId = {7DEBF958-EE84-4C30-8F31-A9147A47B233}]
    2010-04-14 06:10:10:578 1044 b70 AU   # WARNING: Search callback failed, result = 0x80072EE2
    2010-04-14 06:10:10:578 1044 b70 AU   # WARNING: Failed to find updates with error code 80072EE2
    2010-04-14 06:10:10:578 1044 b70 AU #########
    2010-04-14 06:10:10:578 1044 b70 AU ##  END  ##  AU: Search for updates [CallId = {7DEBF958-EE84-4C30-8F31-A9147A47B233}]
    2010-04-14 06:10:10:578 1044 b70 AU #############
    2010-04-14 06:10:10:578 1044 b70 AU AU setting next detection timeout to 2010-04-14 18:10:10
    2010-04-14 06:10:10:578 1044 b70 AU AU was unable to detect updates for more than 48 hours
    2010-04-14 06:10:10:781 1044 ad4 Report Uploading 1 events using cached cookie, reporting URL =http://wsus01/ReportingWebService/ReportingWebService.asmx
    2010-04-14 06:10:10:813 1044 ad4 Report Reporter successfully uploaded 1 events.
    2010-04-14 06:10:15:578 1044 ad4 Report REPORT EVENT: {EEA6E357-20F8-4952-969E-A84B380FD0A6} 2010-04-14 06:10:10:578-0700 1 149 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Failure Software Synchronization Unable to Connect: Windows is unable to connect to the automatic updates service and therefore cannot download and install updates according to the set schedule. Windows will continue to try to establish a connection.
    2010-04-14 06:10:17:657 1044 e68 AU AU found 0 updates for install at shutdown
    2010-04-14 06:10:17:657 3700 9e8 Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:10:17:657 3700 9e8 Misc   = Process: C:\WINDOWS\Explorer.EXE
    2010-04-14 06:10:17:657 3700 9e8 Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2010-04-14 06:10:17:657 3700 9e8 Shutdwn 0 updates are ready to be installed at shutdown.
    2010-04-14 06:10:17:657 3700 9e8 Shutdwn Install at shutdown: no updates to install
    2010-04-14 06:10:39:407 1044 a68 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2010-04-14 06:10:40:063 1044 a68 Service *********
    2010-04-14 06:10:40:454 1044 a68 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2010-04-14 06:10:40:454 1044 a68 Service *************
    2010-04-14 06:11:50:484 1044 1f0 Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:11:50:671 1044 1f0 Misc   = Process: C:\WINDOWS\System32\svchost.exe
    2010-04-14 06:11:50:671 1044 1f0 Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2010-04-14 06:11:50:484 1044 1f0 Service *************
    2010-04-14 06:11:50:687 1044 1f0 Service ** START **  Service: Service startup
    2010-04-14 06:11:50:687 1044 1f0 Service *********
    2010-04-14 06:11:50:687 1044 1f0 Service updated service status to 2
    2010-04-14 06:11:50:718 1044 1f0 Setup Processing any required registration
    2010-04-14 06:11:50:781 1044 1f0 Service Registering proxy/stubs.
    2010-04-14 06:11:50:843 1044 1f0 Agent   * WU client version 7.4.7600.226
    2010-04-14 06:11:50:843 1044 1f0 Agent   * Base directory: C:\WINDOWS\SoftwareDistribution
    2010-04-14 06:11:50:843 1044 1f0 Misc CSusProxyManager successfully initialized.
    2010-04-14 06:11:50:843 1044 1f0 Misc Default Winhttp settings are Proxy : <(null)> ProxyByPass : <(null)>
    2010-04-14 06:11:50:843 1044 1f0 Agent   * Access type: No proxy
    2010-04-14 06:11:50:843 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:11:50:859 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:11:50:859 1044 1f0 Service failed to initialize Ip V6 network monitor with error 8007273f
    2010-04-14 06:11:50:859 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 0
    2010-04-14 06:11:50:859 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:11:50:875 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:11:50:875 1044 1f0 Service failed to get network state for Ipv6 with error 8007273f, because CIpAddressMonitor is not initialized
    2010-04-14 06:11:50:875 1044 1f0 Service Network interfaces : 1
    2010-04-14 06:11:50:875 1044 1f0 Agent   * Network state: Connected
    2010-04-14 06:11:50:890 1044 1f0 EEHndlr EE does not support subexpression parsing.
    2010-04-14 06:11:50:890 1044 1f0 EEHndlr EE Handler QI: ISusExprEvaluate3
    2010-04-14 06:11:50:890 1044 1f0 EEHndlr CEEMsiHandler::AddRef: refcount is 2
    2010-04-14 06:11:50:890 1044 1f0 EEHndlr EE Handler QI: unsupported interface
    2010-04-14 06:11:50:890 1044 1f0 EEHndlr EE does not support subexpression parsing.
    2010-04-14 06:11:50:890 1044 1f0 EEHndlr EE does not support subexpression parsing.
    2010-04-14 06:11:50:937 1044 1f0 DnldMgr Initializing BITS callback handler.
    2010-04-14 06:11:50:968 1044 1f0 DnldMgr AddRef: ref count -> 1
    2010-04-14 06:11:50:968 1044 1f0 DnldMgr DH Listener AddRef: ref count -> 1
    2010-04-14 06:11:50:968 1044 1f0 DtaStor FATAL: DS: 0x80040154: Failed to CoCreate datastore
    2010-04-14 06:11:51:062  600 260 Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:11:51:062  600 260 Misc   = Process: C:\WINDOWS\system32\wuauclt.exe
    2010-04-14 06:11:51:062  600 260 AUClnt wuauclt.exe launched with command line "C:\WINDOWS\system32\wuauclt.exe" /RunStoreAsComServer Local\[414]SUSDS7d0022572d2d924fa8b53b9aee537d0e
    2010-04-14 06:11:51:218  600 260 Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:11:51:218  600 260 Misc   = Process: C:\WINDOWS\system32\wuauclt.exe
    2010-04-14 06:11:51:218  600 260 Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2010-04-14 06:11:51:218  600 260 Service Registering proxy/stubs.
    2010-04-14 06:11:51:218  600 260 DtaStor Trying to make out of proc datastore active
    2010-04-14 06:11:51:937  600 260 DtaStor Created new ESE session
    2010-04-14 06:11:51:937  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:11:51:937  600 260 DtaStor CSusDatastore AddRef: refcount is 1
    2010-04-14 06:11:52:078  600 260 DtaStor Attempting to open table tbStoreVersion
    2010-04-14 06:11:52:078  600 260 DtaStor Opened table: tableid: 39911424
    2010-04-14 06:11:52:078  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:11:52:078  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:11:52:078  600 260 DtaStor Transaction commited. sesid: 025A0320. Nesting: 0
    2010-04-14 06:11:52:078  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:11:52:078  600 260 DtaStor Store version is 0.185
    2010-04-14 06:11:52:484  600 260 DtaStor Attempting to open table tbServiceData
    2010-04-14 06:11:52:500  600 260 DtaStor Opened table: tableid: 39911424
    2010-04-14 06:11:52:500  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:11:52:500  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:11:52:546  600 260 DtaStor Transaction commited. sesid: 025A0320. Nesting: 0
    2010-04-14 06:11:52:546  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:11:52:546  600 260 DtaStor CSusEseSession reference count at 0
    2010-04-14 06:11:52:546  600 260 DtaStor CSusDatastore Release: refcount is 0
    2010-04-14 06:11:52:546  600 260 DtaStor SUS client data store initialized
    2010-04-14 06:11:52:562  600 260 DtaStor Out of proc datastore is now active
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastoreWrap QI: IClassFactory
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: IUnknown requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore AddRef: refcount is 1
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore AddRef: refcount is 2
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: Unknown interface requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: Unknown interface requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: IUnknown requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore AddRef: refcount is 3
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore AddRef: refcount is 4
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: Unknown interface requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: Unknown interface requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: Unknown interface requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore Release: refcount is 3
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: ISusDatastore requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore AddRef: refcount is 4
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore QI: ISusDatastore requested
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore AddRef: refcount is 5
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore Release: refcount is 4
    2010-04-14 06:11:52:562  600 260 DtaStor CSusDatastore Release: refcount is 3
    2010-04-14 06:11:52:578 1044 1f0 DtaStor Attempt 0 to CoCreate the datastore succeeded
    2010-04-14 06:11:52:578 1044 1f0 DtaStor Session caching is enabled
    2010-04-14 06:11:52:578 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:11:52:578  600 260 DtaStor CSusDatastore QI: Unknown interface requested
    2010-04-14 06:11:52:578  600 260 DtaStor Retrieved existing ESE session
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:11:52:578  600 260 DtaStor CSusDatastore AddRef: refcount is 4
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession QI: ISusEseSession
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession QI: Unknown interface requested
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession QI: Unknown interface requested
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession QI: Unknown interface requested
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession QI: IUnknown
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession QI: Unknown interface requested
    2010-04-14 06:11:52:578  600 260 DtaStor CSusEseSession QI: Unknown interface requested
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession QI: Unknown interface requested
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession QI: ISusEseSession
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession QI: ISusEseSession
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:11:52:593 1044 1f0 DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession QI: Unknown interface requested
    2010-04-14 06:11:52:593  600 260 DtaStor Section 0 locked by session 000C0728 (thread: 608)
    2010-04-14 06:11:52:593  600 260 DtaStor Attempting to open table tbFeaturedUpdateNotificationsData
    2010-04-14 06:11:52:593  600 260 DtaStor Opened table: tableid: 39911424
    2010-04-14 06:11:52:593  600 260 DtaStor Attempting to open table tbFeaturedUpdateNotificationsLocData
    2010-04-14 06:11:52:593  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:11:52:593  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:11:52:593  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:11:52:609  600 260 DtaStor Transaction commited. sesid: 025A0320. Nesting: 0
    2010-04-14 06:11:52:609  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:11:52:609  600 260 DtaStor Section 0 unlocked by session 000C0728 (thread: 608)
    2010-04-14 06:11:52:640 1044 1f0 DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:11:52:640 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:11:52:640 1044 1f0 DtaStor Created timer queue timer with delay 300 sec
    2010-04-14 06:11:52:640 1044 1f0 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:11:52:687 1044 1f0 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:11:52:687 1044 1f0 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:11:52:687 1044 1f0 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:11:52:687 1044 1f0 Agent ref count on CCR after AddRef is 2
    2010-04-14 06:11:52:765 1044 1f0 Service destination 0 subscribes for subscription 1 with internalrouting 0
    2010-04-14 06:11:52:765 1044 1f0 Service destination 0 subscribes for subscription 0 with internalrouting 0
    2010-04-14 06:11:52:765 1044 1f0 Service destination 0 subscribes for subscription 14 with internalrouting 0
    2010-04-14 06:11:52:765 1044 1f0 Service new event 12 of type 1 added to event system
    2010-04-14 06:11:52:765 1044 1f0 Agent ref count on CCR after AddRef is 3
    2010-04-14 06:11:52:781 1044 1f0 Agent ref count on CCR after AddRef is 4
    2010-04-14 06:11:52:781 1044 1f0 Agent ref count on CCR after Release is 3
    2010-04-14 06:11:52:781 1044 1f0 Agent ref count on CCR after AddRef is 4
    2010-04-14 06:11:52:781 1044 1f0 Agent ref count on CCR after Release is 3
    2010-04-14 06:11:52:781 1044 1f0 Agent ref count on CCR after AddRef is 4
    2010-04-14 06:11:52:781 1044 1f0 AU AddRef: refcount is 2
    2010-04-14 06:11:52:781 1044 1f0 Service destination 1 subscribes for subscription 18 with internalrouting 5
    2010-04-14 06:11:52:781 1044 1f0 Setup Using INF-based selfupdate
    2010-04-14 06:11:52:843 1044 1f0 Service updated service status to 4
    2010-04-14 06:11:52:921 1044 1f0 Service Service status is now SERVICE_RUNNING
    2010-04-14 06:11:52:921 1044 1f0 Service Event system starts running
    2010-04-14 06:11:52:921 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:11:52:921 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:11:52:921 1044 1f0 Service failed to start listening in CIpAddressMonitor with error 8007273f, because it is not initialized
    2010-04-14 06:11:52:937 1044 1f0 Service failed to start listening Ip V6 network monitor with error 8007273f
    2010-04-14 06:11:52:937 1044 1f0 Service Updated network state. Prev Num of Interfaces : 1, now : 1.
    2010-04-14 06:11:52:937 1044 1f0 Service Wait object starts waiting with timeout 44828 msecs
    2010-04-14 06:11:52:937 1044 1f0 Service Wait object starts waiting with timeout 44828 msecs
    2010-04-14 06:11:52:937 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:11:52:937 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:11:52:937 1044 1f0 Service failed to get network state for Ipv6 with error 8007273f, because CIpAddressMonitor is not initialized
    2010-04-14 06:11:52:937 1044 1f0 Service Network interfaces : 1
    2010-04-14 06:11:52:937 1044 1f0 Service networkState = 2. DidNetworkStatusChanged = 0, DidNetworkConnectivityOptionsChanged = 0
    2010-04-14 06:11:52:937 1044 1f0 Service Wait object starts waiting with timeout 44828 msecs
    2010-04-14 06:11:54:359 1044 1f0 Service Signal subscription event 7
    2010-04-14 06:11:54:359 1044 1f0 Service Wait object starts waiting with timeout 43406 msecs
    2010-04-14 06:12:38:289 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:38:289 1044 1f0 Agent start delayed initialization of WU client
    2010-04-14 06:12:38:289 1044 1f0 Report Logging events locally at C:\WINDOWS\SoftwareDistribution\ReportingEvents.log.
    2010-04-14 06:12:38:289 1044 1f0 Report Event cache directory at C:\WINDOWS\SoftwareDistribution\EventCache.
    2010-04-14 06:12:38:289 1044 1f0 Report BatchFlushAge = 15361.
    2010-04-14 06:12:38:289 1044 1f0 Report BatchFlushAgeSus = 584.
    2010-04-14 06:12:38:289 1044 1f0 Report SamplingValue2 = 800, sampling required = Yes, detect sampling required = Yes
    2010-04-14 06:12:38:289 1044 1f0 Report Write buffer is empty. Not scheduling a flush.
    2010-04-14 06:12:38:511 1044 1f0 Report Initializing uploader for new server 3da21691-e39d-4da6-8a4b-b43877bcb1b7.
    2010-04-14 06:12:38:543 1044 1f0 Report Server 3da21691-e39d-4da6-8a4b-b43877bcb1b7 had empty event cache. No uploader created.
    2010-04-14 06:12:38:543 1044 1f0 Report Failed to initialize event uploader for new server 3da21691-e39d-4da6-8a4b-b43877bcb1b7 with hr = 8024000c.
    2010-04-14 06:12:38:543 1044 1f0 Report WARNING: Found invalid server ID WU while enumerating event caches. Ignoring key. hr = 800706a9.
    2010-04-14 06:12:38:543 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service failed to get network state for Ipv6 with error 8007273f, because CIpAddressMonitor is not initialized
    2010-04-14 06:12:38:543 1044 1f0 Service Network interfaces : 1
    2010-04-14 06:12:38:543 1044 1f0 Service Signal subscription event 8
    2010-04-14 06:12:38:543 1044 1f0 Service create subscription event for destination 2 and routing 0
    2010-04-14 06:12:38:543 1044 1f0 Service destination 2 subscribes for subscription 8 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service failed to get network state for Ipv6 with error 8007273f, because CIpAddressMonitor is not initialized
    2010-04-14 06:12:38:543 1044 1f0 Service Network interfaces : 1
    2010-04-14 06:12:38:543 1044 1f0 Service destination 2 subscribes for subscription 9 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2010-04-14 06:12:38:543 1044 1f0 Service destination 0 subscribes for subscription 2 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Service destination 0 subscribes for subscription 7 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service failed to get network state for Ipv6 with error 8007273f, because CIpAddressMonitor is not initialized
    2010-04-14 06:12:38:543 1044 1f0 Service Network interfaces : 1
    2010-04-14 06:12:38:543 1044 1f0 Service Signal subscription event 8
    2010-04-14 06:12:38:543 1044 1f0 Service create subscription event for destination 2 and routing 0
    2010-04-14 06:12:38:543 1044 1f0 Service create subscription event for destination 0 and routing 0
    2010-04-14 06:12:38:543 1044 1f0 Service destination 0 subscribes for subscription 8 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Service WARNING: WSASocket() for Ipv6 failed with error: 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service CIpAddressMonitor::CreateListenSocket returning with hr = 8007273f
    2010-04-14 06:12:38:543 1044 1f0 Service failed to get network state for Ipv6 with error 8007273f, because CIpAddressMonitor is not initialized
    2010-04-14 06:12:38:543 1044 1f0 Service Network interfaces : 1
    2010-04-14 06:12:38:543 1044 1f0 Service destination 0 subscribes for subscription 9 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Service destination 0 subscribes for subscription 10 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Service destination 0 subscribes for subscription 4 with internalrouting 0
    2010-04-14 06:12:38:543 1044 1f0 Agent refresh WU client global setting cache
    2010-04-14 06:12:38:591 1044 1f0 Agent ***********  Agent: Initializing global settings cache  ***********
    2010-04-14 06:12:38:591 1044 1f0 Agent   * WSUS server:http://wsus01
    2010-04-14 06:12:38:591 1044 1f0 Agent   * WSUS status server:http://wsus01
    2010-04-14 06:12:38:591 1044 1f0 Agent   * Target group: (Unassigned Computers)
    2010-04-14 06:12:38:591 1044 1f0 Agent   * Windows Update access disabled: No
    2010-04-14 06:12:38:591 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:38:591 1044 1f0 DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:12:38:607  600 260 DtaStor Attempting to open table tbCcrDownloadData
    2010-04-14 06:12:38:607  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:38:607  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:12:38:607  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:12:38:623  600 260 DtaStor Transaction rolled back. sesid: 025A0320. Nesting: 0
    2010-04-14 06:12:38:623  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:12:38:623 1044 1f0 DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:12:38:623 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:38:623 1044 1f0 DnldMgr Download manager restoring 0 downloads
    2010-04-14 06:12:38:654 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:38:654  600 260 DtaStor Created new ESE session
    2010-04-14 06:12:38:654  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:12:38:654  600 260 DtaStor CSusDatastore AddRef: refcount is 5
    2010-04-14 06:12:38:654  600 260 DtaStor Attempting to open table tbServiceData
    2010-04-14 06:12:38:654  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:38:654  600 260 DtaStor Transaction begun. sesid 025A03C0. Nesting: 0
    2010-04-14 06:12:38:654  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:12:38:686  600 260 DtaStor Transaction commited. sesid: 025A03C0. Nesting: 0
    2010-04-14 06:12:38:686  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:12:38:686  600 260 DtaStor CSusEseSession reference count at 0
    2010-04-14 06:12:38:686  600 260 DtaStor CSusDatastore Release: refcount is 4
    2010-04-14 06:12:38:686 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:38:686 1044 1f0 Agent DeleteVolatileServices::GetServiceList returned 2 services.
    2010-04-14 06:12:38:686 1044 1f0 Agent Client Call Recorder finished delayed initialization
    2010-04-14 06:12:38:686 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:38:686 1044 1f0 DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:12:38:686  600 260 DtaStor Attempting to open table tbDownloadJob
    2010-04-14 06:12:38:686  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:38:686  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:12:38:686  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:12:38:686  600 260 DtaStor Transaction rolled back. sesid: 025A0320. Nesting: 0
    2010-04-14 06:12:38:686  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:12:38:686 1044 1f0 DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:12:38:686 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:38:686 1044 1f0 Service new event 2 of type 2 added to event system
    2010-04-14 06:12:38:702 1044 1f0 DnldMgr DownloadManager SecsInADay = 86400.
    2010-04-14 06:12:38:702 1044 1f0 Service new event 3 of type 1 added to event system
    2010-04-14 06:12:38:718 1044 1f0 Report PostReboot: Loading pending event groups.
    2010-04-14 06:12:38:718 1044 1f0 Report PostReboot: Using callback event expiration age: 1209600
    2010-04-14 06:12:38:718 1044 1f0 Report PostReboot: Inited pending event handler with 0 groups, 0 pending polled events, and 0 pending callback events.
    2010-04-14 06:12:38:718 1044 1f0 Service Signal subscription event 19
    2010-04-14 06:12:38:718 1044 1f0 AU ###########  AU: Initializing Automatic Updates  ###########
    2010-04-14 06:12:38:718 1044 1f0 AU AU setting next sqm report timeout to 2010-04-14 13:12:38
    2010-04-14 06:12:38:734 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:38:734  600 260 DtaStor Retrieved existing ESE session
    2010-04-14 06:12:38:734  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:12:38:734  600 260 DtaStor CSusDatastore AddRef: refcount is 5
    2010-04-14 06:12:38:734  600 260 DtaStor Attempting to open table tbServiceData
    2010-04-14 06:12:38:734  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:38:734  600 260 DtaStor Transaction begun. sesid 025A03C0. Nesting: 0
    2010-04-14 06:12:38:734  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:12:38:734  600 260 DtaStor Transaction commited. sesid: 025A03C0. Nesting: 0
    2010-04-14 06:12:38:734  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:12:38:734  600 260 DtaStor CSusEseSession reference count at 0
    2010-04-14 06:12:38:734  600 260 DtaStor CSusDatastore Release: refcount is 4
    2010-04-14 06:12:38:734 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:38:734 1044 1f0 AU   # WSUS server:http://wsus01
    2010-04-14 06:12:38:734 1044 1f0 AU   # Detection frequency: 22
    2010-04-14 06:12:38:734 1044 1f0 AU   # Approval type: Scheduled (Policy)
    2010-04-14 06:12:38:734 1044 1f0 AU   # Scheduled install day/time: Every day at 3:00
    2010-04-14 06:12:38:734 1044 1f0 AU   # Auto-install minor updates: Yes (Policy)
    2010-04-14 06:12:38:734 1044 1f0 AU   # Will interact with non-admins (Non-admins are elevated (Policy))
    2010-04-14 06:12:38:734 1044 1f0 Service destination 1 subscribes for subscription 3 with internalrouting 3
    2010-04-14 06:12:38:734 1044 1f0 Service destination 1 subscribes for subscription 5 with internalrouting 3
    2010-04-14 06:12:38:734 1044 1f0 Service destination 1 subscribes for subscription 4 with internalrouting 3
    2010-04-14 06:12:38:734 1044 1f0 Service destination 1 subscribes for subscription 6 with internalrouting 3
    2010-04-14 06:12:38:734 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:38:734 1044 1f0 DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:12:38:734  600 260 DtaStor Attempting to open table tbAUState
    2010-04-14 06:12:38:734  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:38:734  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:12:38:734  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:12:38:734  600 260 DtaStor Transaction rolled back. sesid: 025A0320. Nesting: 0
    2010-04-14 06:12:38:734  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:12:38:734 1044 1f0 DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:12:38:734 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:38:734 1044 1f0 AU **************Dumping AU Update Manager*****************
    2010-04-14 06:12:38:734 1044 1f0 AU Number of updates for list 0: 0
    2010-04-14 06:12:38:734 1044 1f0 AU ********************************************************
    2010-04-14 06:12:38:734 1044 1f0 AU Number of updates for list 1: 0
    2010-04-14 06:12:38:734 1044 1f0 AU ********************************************************
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 11 with internalrouting 0
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 12 with internalrouting 0
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 15 with internalrouting 0
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 16 with internalrouting 0
    2010-04-14 06:12:38:750 1044 1f0 AU No pending calls to reconnect
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 17 with internalrouting 2
    2010-04-14 06:12:38:750 1044 1f0 AU Setting the Reschedule timeout
    2010-04-14 06:12:38:750 1044 1f0 Service new event 31 of type 1 added to event system
    2010-04-14 06:12:38:750 1044 1f0 Agent Access is granted
    2010-04-14 06:12:38:750 1044 1f0 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:12:38:750 1044 1f0 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:12:38:750 1044 1f0 Agent WU client internal API CClientCallRecorder::CanInstallNow succeeds
    2010-04-14 06:12:38:750 1044 1f0 AU Nonexclusive updates: total=0, have high-pri=FALSE, have important=FALSE, have recommended=FALSE, have optional=FALSE
    2010-04-14 06:12:38:750 1044 1f0 AU Exclusive updates: high-pri=0, important=0, recommended=0, optional=0
    2010-04-14 06:12:38:750 1044 1f0 AU Ignore download status while finding the first update group
    2010-04-14 06:12:38:750 1044 1f0 AU Initializing featured updates
    2010-04-14 06:12:38:750 1044 1f0 AU Found 0 cached featured updates
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 14 with internalrouting 5
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 13 with internalrouting 5
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 20 with internalrouting 5
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 7 with internalrouting 5
    2010-04-14 06:12:38:750 1044 1f0 AU AU class object already registered, no need to do it again
    2010-04-14 06:12:38:750 1044 1f0 Agent Access is granted
    2010-04-14 06:12:38:750 1044 1f0 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:12:38:750 1044 1f0 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:12:38:750 1044 1f0 Agent WU client internal API CClientCallRecorder::CanInstallNow succeeds
    2010-04-14 06:12:38:750 1044 1f0 Agent Access is granted
    2010-04-14 06:12:38:750 1044 1f0 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:12:38:750 1044 1f0 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:12:38:750 1044 1f0 Agent WU client internal API CClientCallRecorder::CanInstallNow succeeds
    2010-04-14 06:12:38:750 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:38:750 1044 1f0 DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:12:38:750  600 260 DtaStor Section 6 locked by session 000C0728 (thread: 608)
    2010-04-14 06:12:38:750  600 260 DtaStor Attempting to open table tbAUState
    2010-04-14 06:12:38:750  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:38:750  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:12:38:750  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:12:38:750  600 260 DtaStor Transaction commited. sesid: 025A0320. Nesting: 0
    2010-04-14 06:12:38:750  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:12:38:750  600 260 DtaStor Section 6 unlocked by session 000C0728 (thread: 608)
    2010-04-14 06:12:38:750 1044 1f0 DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:12:38:750 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:38:750 1044 1f0 Service new event 27 of type 1 added to event system
    2010-04-14 06:12:38:750 1044 1f0 Service destination 1 subscribes for subscription 7 with internalrouting 5
    2010-04-14 06:12:38:750 1044 1f0 AU AU finished delayed initialization
    2010-04-14 06:12:38:750 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:38:750 1044 1f0 Report SUS Client Agent event received.
    2010-04-14 06:12:38:750 1044 1f0 Report CEventQueue received eventing system event: 3
    2010-04-14 06:12:38:750 1044 1f0 Report Not detaching: buffer empty.
    2010-04-14 06:12:38:750 1044 1f0 Report Not flushing: no read buffers available.
    2010-04-14 06:12:38:750 1044 1f0 Report Network connection detected.
    2010-04-14 06:12:38:750 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:38:750 1044 1f0 Report SUS Client Agent event received.
    2010-04-14 06:12:38:750 1044 1f0 Report CEventQueue received eventing system event: 3
    2010-04-14 06:12:38:750 1044 1f0 Report Not detaching: buffer empty.
    2010-04-14 06:12:38:750 1044 1f0 Report Not flushing: no read buffers available.
    2010-04-14 06:12:38:766 1044 1f0 Report Network connection detected.
    2010-04-14 06:12:38:766 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:38:766 1044 1f0 Agent ClientId will be hardware-verified.
    2010-04-14 06:12:38:766 1044 1f0 Agent Found NIC: 00:0b:...
    2010-04-14 06:12:39:512 1044 1f0 Agent System Drive: C:
    2010-04-14 06:12:39:544 1044 1f0 Agent System Disk: 0
    2010-04-14 06:12:40:005 1044 1f0 Agent Serial Number:       VNVC02G3DAMMWT
    2010-04-14 06:12:40:037 1044 1f0 Agent Enclosure Serial Number: JJW6J31
    2010-04-14 06:12:40:052 1044 1f0 Agent MB Serial Number: ..CN7082137JJ05P.
    2010-04-14 06:12:40:052 1044 1f0 Agent Hardware is identical.
    2010-04-14 06:12:40:052 1044 1f0 Agent Drive Matches.
    2010-04-14 06:12:40:052 1044 1f0 Agent Hardware is NOT a new machine.
    Continued...

    Part 2:
    2010-04-14 06:12:40:068 1044 1f0 Report ***********  Report: Initializing static reporting data  ***********
    2010-04-14 06:12:40:068 1044 1f0 Report   * OS Version = 5.1.2600.3.0.65792
    2010-04-14 06:12:40:307 1044 1f0 Report   * Computer Brand = Dell Computer Corporation
    2010-04-14 06:12:40:307 1044 1f0 Report   * Computer Model = Dimension 2400              
    2010-04-14 06:12:40:338 1044 1f0 Report   * Bios Revision = A05
    2010-04-14 06:12:40:338 1044 1f0 Report   * Bios Name = Phoenix ROM BIOS PLUS Version 1.10 A05
    2010-04-14 06:12:40:354 1044 1f0 Report   * Bios Release Date = 2003-12-02T00:00:00
    2010-04-14 06:12:40:354 1044 1f0 Report   * Locale ID = 1033
    2010-04-14 06:12:40:354 1044 1f0 Misc Obtaining WSUS binary version numbers:
    2010-04-14 06:12:40:450 1044 1f0 Misc    ClientVersion: wuapi.dll = 7.4.7600.226
    2010-04-14 06:12:40:450 1044 1f0 Misc    ClientVersion: wuauclt.exe = 7.4.7600.226
    2010-04-14 06:12:40:561 1044 1f0 Misc    ClientVersion: wuaucpl.cpl = 7.4.7600.226
    2010-04-14 06:12:40:561 1044 1f0 Misc    ClientVersion: wuaueng.dll = 7.4.7600.226
    2010-04-14 06:12:40:561 1044 1f0 Misc    ClientVersion: wuauserv.dll = 5.4.3790.5512
    2010-04-14 06:12:40:656 1044 1f0 Misc    ClientVersion: wucltui.dll = 7.4.7600.226
    2010-04-14 06:12:40:656 1044 1f0 Report BuildEvent() succeeded.
    2010-04-14 06:12:40:656 1044 1f0 Report *****Dumping event {1AFBB8E2-43BF-43E1-94C1-630A7B654DD8}:
    2010-04-14 06:12:40:656 1044 1f0 Report  EventId 252, Source Id 101, Caller Windows Update Agent:
    2010-04-14 06:12:40:656 1044 1f0 Report  Replacement strings: 0
    2010-04-14 06:12:40:656 1044 1f0 Report  Misc data strings: 7
    2010-04-14 06:12:40:656 1044 1f0 Report   Q=1
    2010-04-14 06:12:40:656 1044 1f0 Report   m=4
    2010-04-14 06:12:40:656 1044 1f0 Report   n=0
    2010-04-14 06:12:40:656 1044 1f0 Report   G=7.4.7600.226
    2010-04-14 06:12:40:656 1044 1f0 Report   J=800
    2010-04-14 06:12:40:656 1044 1f0 Report   K=Phoenix ROM BIOS PLUS Version 1.10 A05
    2010-04-14 06:12:40:656 1044 1f0 Report   L=2003-12-02T00:00:00
    2010-04-14 06:12:40:656 1044 1f0 Report Queuing 1 events inCEventQueue@01C14E88.
    2010-04-14 06:12:40:656 1044 1f0 Service new event 20 of type 1 added to event system
    2010-04-14 06:12:40:656 1044 1f0 Report Not detaching: thresholds not met. (Size = 1)
    2010-04-14 06:12:40:656 1044 1f0 Report Not flushing: no read buffers available.
    2010-04-14 06:12:40:656 1044 1f0 Report ReportEvent() succeeded.
    2010-04-14 06:12:40:656 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:40:656 1044 1f0 Agent add custom handle 0xb58 to event system
    2010-04-14 06:12:40:656 1044 1f0 Service new event 7 of type 0 added to event system
    2010-04-14 06:12:40:656 1044 1f0 Agent successfully obtain work item type 0
    2010-04-14 06:12:40:656 1044 1f0 Service Wait object starts waiting with timeout 5000 msecs
    2010-04-14 06:12:40:656 1044 1f0 Service Wait object starts waiting with timeout 5000 msecs
    2010-04-14 06:12:40:672 1044 3dc DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:40:672 1044 3dc DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:12:40:672 1044 3dc DnldMgr Starting update metadata cache purge; currently 0 entries.
    2010-04-14 06:12:40:672 1044 3dc DnldMgr Finished update metadata cache purge; now 0 entries.
    2010-04-14 06:12:40:672 1044 3dc DnldMgr Starting locked revision cache purge; currently 0 entries.
    2010-04-14 06:12:40:672 1044 3dc DnldMgr Finished locked revision cache purge; now 0 entries.
    2010-04-14 06:12:40:672 1044 3dc DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:12:40:672 1044 3dc DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:40:672 1044 3dc DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:40:672 1044 3dc DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:12:40:672 1044 3dc DnldMgr Starting garbage collection for files.
    2010-04-14 06:12:40:672  600 260 DtaStor Attempting to open table tbFiles
    2010-04-14 06:12:40:672  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:40:672  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:12:40:672  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:12:40:704  600 260 DtaStor No expired files found
    2010-04-14 06:12:40:704  600 260 DtaStor Transaction rolled back. sesid: 025A0320. Nesting: 0
    2010-04-14 06:12:40:704  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:12:40:704 1044 3dc DnldMgr Found 0 expired files to delete.
    2010-04-14 06:12:40:704 1044 3dc DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:12:40:704 1044 3dc DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:40:704 1044 3dc DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:12:40:704 1044 3dc DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:12:40:704 1044 3dc DnldMgr Starting garbage collection for updates.
    2010-04-14 06:12:40:704  600 260 DtaStor Attempting to open table tbUpdates
    2010-04-14 06:12:40:704  600 260 DtaStor Opened table: tableid: 39911696
    2010-04-14 06:12:40:704  600 260 DtaStor Transaction begun. sesid 025A0320. Nesting: 0
    2010-04-14 06:12:40:704  600 260 DtaStor CSusEseSession reference count at 4
    2010-04-14 06:12:41:673  600 260 DtaStor No expired updates found
    2010-04-14 06:12:41:673  600 260 DtaStor Transaction rolled back. sesid: 025A0320. Nesting: 0
    2010-04-14 06:12:41:673  600 260 DtaStor CSusEseSession reference count at 3
    2010-04-14 06:12:41:673 1044 3dc DnldMgr Found 0 expired updates to delete.
    2010-04-14 06:12:41:673 1044 3dc DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:12:41:673 1044 3dc DtaStor Wrapper store lock count at 0
    2010-04-14 06:12:41:673 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:41:689 1044 1f0 Agent One work item is available
    2010-04-14 06:12:41:689 1044 1f0 Agent work item of type 0 is available
    2010-04-14 06:12:41:689 1044 1f0 Service custom handle 0xb58 removed from event system successfully
    2010-04-14 06:12:41:689 1044 1f0 Service Wait object starts waiting with timeout 3967 msecs
    2010-04-14 06:12:45:724 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:45:724 1044 1f0 Report SUS Client Agent event received.
    2010-04-14 06:12:45:724 1044 1f0 Report CEventQueue received eventing system event: 1
    2010-04-14 06:12:45:724 1044 1f0 Report Detaching: timestamp old.
    2010-04-14 06:12:45:724 1044 1f0 Report Flushing: read buffers available.
    2010-04-14 06:12:45:724 1044 1f0 Report Submitting work item thread request.
    2010-04-14 06:12:45:724 1044 1f0 Service new event 19 of type 2 added to event system
    2010-04-14 06:12:45:724 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:45:724 1044 1f0 Agent add custom handle 0xb58 to event system
    2010-04-14 06:12:45:724 1044 1f0 Service new event 7 of type 0 added to event system
    2010-04-14 06:12:45:724 1044 3dc Report Asynchronously flushingCEventQueue@01C14E88.
    2010-04-14 06:12:45:724 1044 3dc Report Asynchronously flushingCEventQueue@01C14E88.
    2010-04-14 06:12:45:724 1044 3dc Report Dispatching events inCEventDispatcher@01C14370.
    2010-04-14 06:12:45:724 1044 3dc Report CLocalEventLogWriter: Handling 1 events.
    2010-04-14 06:12:45:724 1044 3dc Report CLocalEventLogWriter finishing event handling. (00000000)
    2010-04-14 06:12:45:724 1044 3dc Report WARNING: Got attempt to log unexpected event ID 252 to the NT event log.
    2010-04-14 06:12:45:724 1044 3dc Report Filtering 1 events inCEventFilter@01C14F38.
    2010-04-14 06:12:45:724 1044 1f0 Agent successfully obtain work item type 0
    2010-04-14 06:12:45:724 1044 1f0 Service Wait object starts waiting with timeout 1755103 msecs
    2010-04-14 06:12:45:724 1044 1f0 Service Wait object starts waiting with timeout 1755103 msecs
    2010-04-14 06:12:45:724 1044 3dc Report Event failed sampling filter.
    2010-04-14 06:12:45:740 1044 3dc Report Filtered down to 0 events.
    2010-04-14 06:12:45:740 1044 3dc Report Filtering 0 events inCEventFilter@01C14F0C.
    2010-04-14 06:12:45:740 1044 3dc Report Filtered down to 0 events.
    2010-04-14 06:12:45:740 1044 3dc Report Done with asynchronous flush.
    2010-04-14 06:12:45:756 1044 1f0 Service Event system dispatch events
    2010-04-14 06:12:45:756 1044 1f0 Agent One work item is available
    2010-04-14 06:12:45:756 1044 1f0 Agent work item of type 0 is available
    2010-04-14 06:12:45:756 1044 1f0 Service custom handle 0xb58 removed from event system successfully
    2010-04-14 06:12:45:756 1044 1f0 Service Wait object starts waiting with timeout 1755071 msecs
    2010-04-14 06:16:57:610 1044 3e0 DtaStor Shutdown timer fired.  Releasing store objects.
    2010-04-14 06:16:57:610  600 260 DtaStor CSusEseSession reference count at 2
    2010-04-14 06:16:57:610  600 260 DtaStor CSusEseSession reference count at 1
    2010-04-14 06:16:57:610  600 260 DtaStor CSusEseSession reference count at 0
    2010-04-14 06:16:57:610  600 260 DtaStor CSusDatastore Release: refcount is 3
    2010-04-14 06:16:57:610  600 260 DtaStor CSusDatastore Release: refcount is 2
    2010-04-14 06:16:57:610  600 260 DtaStor CSusDatastore Release: refcount is 1
    2010-04-14 06:16:57:610  600 260 DtaStor CSusDatastore Release: refcount is 0
    2010-04-14 06:16:57:610  600 260 DtaStor Out of proc datastore is shutting down
    2010-04-14 06:16:57:610  600 260 DtaStor CSusDatastoreWrap QI: unsupported interface requested
    2010-04-14 06:16:57:610  600 260 DtaStor CSusDatastoreWrap QI: IUnknown
    2010-04-14 06:16:57:816  600 260 DtaStor SUS client data store uninitialized
    2010-04-14 06:16:58:833  600 260 DtaStor Out of proc datastore is now inactive
    2010-04-14 06:16:58:865  600 260 AUClnt wuauclt.exe is exiting with code 0x00000000
    2010-04-14 06:20:46:274 1044 418 Service Service received connect notification
    2010-04-14 06:20:46:274 1044 418 Service Signal subscription event 5
    2010-04-14 06:20:46:274 1044 418 Service create subscription event for destination 1 and routing 3
    2010-04-14 06:20:46:274 1044 1f0 Service Event system dispatch events
    2010-04-14 06:20:46:274 1044 1f0 AU AU received event of type: 3
    2010-04-14 06:20:46:274 1044 1f0 Service Wait object starts waiting with timeout 1274553 msecs
    2010-04-14 06:20:48:632 1044 418 Service Service received logon notification
    2010-04-14 06:20:48:632 1044 418 Service Signal subscription event 3
    2010-04-14 06:20:48:632 1044 418 Service create subscription event for destination 1 and routing 3
    2010-04-14 06:20:48:632 1044 1f0 Service Event system dispatch events
    2010-04-14 06:20:48:632 1044 1f0 AU AU received event of type: 3
    2010-04-14 06:20:48:632 1044 1f0 Service Wait object starts waiting with timeout 1272195 msecs
    2010-04-14 06:36:38:128 1044 340 AU AddRef: refcount is 3
    2010-04-14 06:36:38:128 1044 340 AU AddRef: refcount is 4
    2010-04-14 06:36:38:128 1044 340 AU Release: refcount is 3
    2010-04-14 06:36:38:128 1044 340 AU AddRef: refcount is 4
    2010-04-14 06:36:38:128 1044 340 AU AddRef: refcount is 5
    2010-04-14 06:36:38:128 1044 340 AU AddRef: refcount is 6
    2010-04-14 06:36:38:128 1044 340 AU AddRef: refcount is 7
    2010-04-14 06:36:38:128 1044 340 AU Release: refcount is 6
    2010-04-14 06:36:38:128 1044 340 AU AddRef: refcount is 7
    2010-04-14 06:36:38:144 1044 340 AU AddRef: refcount is 8
    2010-04-14 06:36:38:144 1044 340 AU Release: refcount is 7
    2010-04-14 06:36:38:144 1044 340 AU Release: refcount is 6
    2010-04-14 06:36:38:144 1044 340 AU Release: refcount is 5
    2010-04-14 06:36:38:144 1044 340 Service GetSessionIdFromToken returned sessionId 0
    2010-04-14 06:36:38:144 1044 340 Agent Access is granted
    2010-04-14 06:36:38:144 1044 340 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:36:38:144 1044 340 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:36:38:144 1044 340 Agent WU client internal API CClientCallRecorder::CanInstallNow succeeds
    2010-04-14 06:36:38:144 1044 340 AU Nonexclusive updates: total=0, have high-pri=FALSE, have important=FALSE, have recommended=FALSE, have optional=FALSE
    2010-04-14 06:36:38:159 1044 340 AU Exclusive updates: high-pri=0, important=0, recommended=0, optional=0
    2010-04-14 06:36:38:159 1044 340 AU Ignore download status while finding the first update group
    2010-04-14 06:36:38:159 1044 340 AU AU found 0 updates for install at shutdown
    2010-04-14 06:36:38:159 1044 93c AU Release: refcount is 4
    2010-04-14 06:36:38:159 1044 93c AU Release: refcount is 3
    2010-04-14 06:36:38:159 1044 93c AU Release: refcount is 2
    2010-04-14 06:36:38:159  488 10c Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:36:38:159  488 10c Misc   = Process: C:\WINDOWS\Explorer.EXE
    2010-04-14 06:36:38:159  488 10c Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2010-04-14 06:36:38:159  488 10c Shutdwn Install at shutdown: no updates to install
    2010-04-14 06:36:44:989 1044 418 Service Service received logoff notification
    2010-04-14 06:36:44:989 1044 418 Service Signal subscription event 4
    2010-04-14 06:36:44:989 1044 418 Service create subscription event for destination 0 and routing 0
    2010-04-14 06:36:44:989 1044 418 Service create subscription event for destination 1 and routing 3
    2010-04-14 06:36:44:989 1044 1f0 Service Event system dispatch events
    2010-04-14 06:36:44:989 1044 1f0 Service Event system dispatch events
    2010-04-14 06:36:44:989 1044 1f0 AU AU received event of type: 3
    2010-04-14 06:36:44:989 1044 1f0 Agent Access is granted
    2010-04-14 06:36:44:989 1044 1f0 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:36:44:989 1044 1f0 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:36:44:989 1044 1f0 Agent WU client internal API CClientCallRecorder::CanInstallNow succeeds
    2010-04-14 06:36:44:989 1044 1f0 Service Wait object starts waiting with timeout 315838 msecs
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 3
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 4
    2010-04-14 06:36:49:318 1044 93c AU Release: refcount is 3
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 4
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 5
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 6
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 7
    2010-04-14 06:36:49:318 1044 93c AU Release: refcount is 6
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 7
    2010-04-14 06:36:49:318 1044 93c AU AddRef: refcount is 8
    2010-04-14 06:36:49:318 1044 93c AU Release: refcount is 7
    2010-04-14 06:36:49:318 1044 93c AU Release: refcount is 6
    2010-04-14 06:36:49:318 1044 93c AU Release: refcount is 5
    2010-04-14 06:36:49:381 1044 93c Agent Access is granted
    2010-04-14 06:36:49:381 1044 93c Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:36:49:381 1044 93c Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:36:49:381 1044 93c Agent WU client internal API CClientCallRecorder::CanInstallNow succeeds
    2010-04-14 06:36:49:381 1044 93c AU Pausing AU through Pause api. Pause count = 1
    2010-04-14 06:36:49:381 1044 93c AU Asking all AU clients to shut down
    2010-04-14 06:36:49:381 1044 93c Service new event 14 of type 1 added to event system
    2010-04-14 06:36:49:381 1044 93c Report BuildEvent() succeeded.
    2010-04-14 06:36:49:381 1044 93c Report *****Dumping event {046C1C42-1470-4C93-9F2F-7A096D91B8FD}:
    2010-04-14 06:36:49:381 1044 93c Report  EventId 241, Source Id 102, Caller AutomaticUpdates:
    2010-04-14 06:36:49:381 1044 93c Report  Replacement strings: 0
    2010-04-14 06:36:49:381 1044 93c Report  Misc data strings: 7
    2010-04-14 06:36:49:381 1044 93c Report   Q=1
    2010-04-14 06:36:49:396 1044 93c Report   m=4
    2010-04-14 06:36:49:396 1044 93c Report   n=0
    2010-04-14 06:36:49:396 1044 93c Report   G=7.4.7600.226
    2010-04-14 06:36:49:396 1044 93c Report   J=800
    2010-04-14 06:36:49:396 1044 93c Report   K=Phoenix ROM BIOS PLUS Version 1.10 A05
    2010-04-14 06:36:49:396 1044 93c Report   L=2003-12-02T00:00:00
    2010-04-14 06:36:49:396 1044 93c Report Queuing 1 events inCEventQueue@01C14E88.
    2010-04-14 06:36:49:396 1044 1f0 Service Wait object starts waiting with timeout 5000 msecs
    2010-04-14 06:36:49:396 1044 93c Service new event 20 of type 1 added to event system
    2010-04-14 06:36:49:396 1044 93c Report Not detaching: thresholds not met. (Size = 1)
    2010-04-14 06:36:49:396 1044 93c Report Not flushing: no read buffers available.
    2010-04-14 06:36:49:396 1044 93c Report ReportEvent() succeeded.
    2010-04-14 06:36:49:396 1044 c68 AU Release: refcount is 4
    2010-04-14 06:36:49:396 1044 c68 AU Release: refcount is 3
    2010-04-14 06:36:49:396 1044 c68 AU Release: refcount is 2
    2010-04-14 06:36:52:084 1044 418 Service Service received SERVICE_CONTROL_SHUTDOWN control
    2010-04-14 06:36:52:084 1044 418 Service updated service status to 3
    2010-04-14 06:36:52:084 1044 418 Service Signal subscription event 1
    2010-04-14 06:36:52:084 1044 418 Service create subscription event for destination 0 and routing 0
    2010-04-14 06:36:52:084 1044 1f0 Service Event system dispatch events
    2010-04-14 06:36:52:084 1044 1f0 Report BuildEvent() succeeded.
    2010-04-14 06:36:52:084 1044 1f0 Report *****Dumping event {0B3EAB3C-1D28-4DCE-93BC-E709360BC09C}:
    2010-04-14 06:36:52:100 1044 1f0 Report  EventId 254, Source Id 101, Caller Windows Update Agent:
    2010-04-14 06:36:52:100 1044 1f0 Report  Replacement strings: 0
    2010-04-14 06:36:52:100 1044 1f0 Report  Misc data strings: 7
    2010-04-14 06:36:52:100 1044 1f0 Report   Q=1
    2010-04-14 06:36:52:100 1044 1f0 Report   m=4
    2010-04-14 06:36:52:100 1044 1f0 Report   n=0
    2010-04-14 06:36:52:100 1044 1f0 Report   G=7.4.7600.226
    2010-04-14 06:36:52:100 1044 1f0 Report   J=800
    2010-04-14 06:36:52:100 1044 1f0 Report   K=Phoenix ROM BIOS PLUS Version 1.10 A05
    2010-04-14 06:36:52:100 1044 1f0 Report   L=2003-12-02T00:00:00
    2010-04-14 06:36:52:100 1044 1f0 Report Queuing 1 events inCEventQueue@01C14E88.
    2010-04-14 06:36:52:100 1044 1f0 Report Not detaching: thresholds not met. (Size = 2)
    2010-04-14 06:36:52:100 1044 1f0 Report Not flushing: no read buffers available.
    2010-04-14 06:36:52:100 1044 1f0 Report ReportEvent() succeeded.
    2010-04-14 06:36:52:100 1044 1f0 Service Exiting Service Main
    2010-04-14 06:36:52:100 1044 1f0 Service updated service status to 3
    2010-04-14 06:36:52:178 1044 1f0 AU AddRef: refcount is 3
    2010-04-14 06:36:52:178 1044 1f0 AU Release: refcount is 2
    2010-04-14 06:36:52:178 1044 1f0 AU AU Ref count reset, signalling event
    2010-04-14 06:36:52:178 1044 1f0 AU Release: refcount is 1
    2010-04-14 06:36:52:178 1044 1f0 AU AddRef: refcount is 2
    2010-04-14 06:36:52:178 1044 1f0 AU AU Ref count reset, signalling event
    2010-04-14 06:36:52:178 1044 1f0 AU Release: refcount is 1
    2010-04-14 06:36:52:178 1044 1f0 AU Asking all AU clients to shut down
    2010-04-14 06:36:52:178 1044 1f0 AU AddRef: refcount is 2
    2010-04-14 06:36:52:178 1044 1f0 AU AU Ref count reset, signalling event
    2010-04-14 06:36:52:178 1044 1f0 AU Release: refcount is 1
    2010-04-14 06:36:52:178 1044 1f0 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2010-04-14 06:36:52:178 1044 1f0 Service destination 1 removes event subscription 14 and internalrouting 5
    2010-04-14 06:36:52:178 1044 1f0 Service destination 1 removes event subscription 7 and internalrouting 5
    2010-04-14 06:36:52:178 1044 1f0 Service destination 1 removes event subscription 13 and internalrouting 5
    2010-04-14 06:36:52:178 1044 1f0 Service destination 1 removes event subscription 20 and internalrouting 5
    2010-04-14 06:36:52:178 1044 1f0 Service destination 1 removes event subscription 17 and internalrouting 2
    2010-04-14 06:36:52:178 1044 1f0 Service event 31 of type 1 removed from event system
    2010-04-14 06:36:52:241 1044 1f0 Agent Access is granted
    2010-04-14 06:36:52:241 1044 1f0 Handler CUHHandlerBase::AddRef: refcount is 2
    2010-04-14 06:36:52:241 1044 1f0 Handler CUHHandlerBase::Release: refcount is 1
    2010-04-14 06:36:52:241 1044 1f0 Agent WU client internal API CClientCallRecorder::CanInstallNow succeeds
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 8 and internalrouting 0
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 11 and internalrouting 0
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 12 and internalrouting 0
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 15 and internalrouting 0
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 16 and internalrouting 0
    2010-04-14 06:36:52:241 1044 1f0 Service event 27 of type 1 removed from event system
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 3 and internalrouting 3
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 5 and internalrouting 3
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 4 and internalrouting 3
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 6 and internalrouting 3
    2010-04-14 06:36:52:241 1044 1f0 Service destination 1 removes event subscription 8 and internalrouting 3
    2010-04-14 06:36:52:241 1044 1f0 DtaStor Timer queue timer was deleted
    2010-04-14 06:36:52:241 1044 1f0 DtaStor FATAL: DS: 0x80040154: Failed to CoCreate datastore
    2010-04-14 06:36:53:319 1044 1f0 DtaStor Attempt 0 to CoCreate the datastore succeeded
    2010-04-14 06:36:53:319 1044 1f0 DtaStor Session caching is enabled
    2010-04-14 06:36:53:319 1044 1f0 DtaStor Store locked. Internal lock count is 1
    2010-04-14 06:36:53:319 1044 1f0 DtaStor CSusEseSessionWrap ref count at 1
    2010-04-14 06:36:53:319 1044 1f0 DtaStor CSusEseSessionWrap ref count at 0
    2010-04-14 06:36:53:319 1044 1f0 DtaStor Wrapper store lock count at 0
    2010-04-14 06:36:53:319 1044 1f0 DtaStor Created timer queue timer with delay 300 sec
    2010-04-14 06:36:53:319 1044 1f0 AU **************Dumping AU Update Manager*****************
    2010-04-14 06:36:53:319 1044 1f0 AU Number of updates for list 0: 0
    2010-04-14 06:36:53:319 1044 1f0 AU ********************************************************
    2010-04-14 06:36:53:319 1044 1f0 AU Number of updates for list 1: 0
    2010-04-14 06:36:53:319 1044 1f0 AU ********************************************************
    2010-04-14 06:36:53:319 1044 1f0 Service destination 1 removes event subscription 18 and internalrouting 5
    2010-04-14 06:36:53:334 1044 1f0 Service event 14 of type 1 removed from event system
    2010-04-14 06:36:53:334 1044 1f0 Agent ref count on CCR after Release is 3
    2010-04-14 06:36:53:334 1044 1f0 Agent ref count on CCR after Release is 2
    2010-04-14 06:36:53:334 1044 1f0 DnldMgr AddRef: ref count -> 2
    2010-04-14 06:36:53:334 1044 1f0 DnldMgr Release: ref count -> 1
    2010-04-14 06:36:53:334 1044 1f0 DnldMgr Release: ref count -> 0
    2010-04-14 06:36:53:334 1044 1f0 DnldMgr Waiting for m_hSafeToDeleteEvent
    2010-04-14 06:36:53:334 1044 1f0 DnldMgr DH Listener Release: ref count -> 0
    2010-04-14 06:36:53:334 1044 1f0 DnldMgr DH Listener waiting for m_hSafeToDeleteEvent
    2010-04-14 06:36:53:334 1044 1f0 Agent ref count on CCR after AddRef is 3
    2010-04-14 06:36:53:334 1044 1f0 Agent ref count on CCR after Release is 2
    2010-04-14 06:36:53:334 1044 1f0 Agent ref count on CCR after Release is 1
    2010-04-14 06:36:53:334 1044 1f0 Agent ref count on CCR after AddRef is 2
    2010-04-14 06:36:53:334 1044 1f0 Agent ref count on CCR after Release is 1
    2010-04-14 06:36:53:334 1044 1f0 Agent WU client waiting for active callers to leave
    2010-04-14 06:36:53:334 1044 1f0 Agent WU client releasing client references
    2010-04-14 06:36:53:334 1044 1f0 Agent WU client waiting for reference count to reset
    2010-04-14 06:36:53:350 1044 1f0 Service event 3 of type 1 removed from event system
    2010-04-14 06:36:53:366 1044 1f0 EEHndlr CSubExpressionHandler::Release: refcount is 0
    2010-04-14 06:36:53:366 1044 1f0 EEHndlr CEEMsiHandler::Release: refcount is 1
    2010-04-14 06:36:53:366 1044 1f0 EEHndlr CEEMsiHandler::Release: refcount is 0
    2010-04-14 06:36:53:366 1044 1f0 Handler CUHHandlerBase::Release: refcount is 0
    2010-04-14 06:36:53:366 1044 1f0 Service destination 2 removes event subscription 8 and internalrouting 0
    2010-04-14 06:36:53:366 1044 1f0 Service destination 2 removes event subscription 9 and internalrouting 0
    2010-04-14 06:36:53:366 1044 1f0 Report Submitting work item thread request.
    2010-04-14 06:36:53:366 1044 1f0 Service new event 19 of type 2 added to event system
    2010-04-14 06:36:53:366 1044 1f0 Report Asynchronously flushingCEventQueue@01C14E88.
    2010-04-14 06:36:53:366 1044 1f0 Report Asynchronously flushingCEventQueue@01C14E88.
    2010-04-14 06:36:53:366 1044 1f0 Report Dispatching events inCEventDispatcher@01C14370.
    2010-04-14 06:36:53:366 1044 1f0 Report CLocalEventLogWriter: Handling 2 events.
    2010-04-14 06:36:53:366 1044 1f0 Report CLocalEventLogWriter finishing event handling. (00000000)
    2010-04-14 06:36:53:366 1044 1f0 Report WARNING: Got attempt to log unexpected event ID 241 to the NT event log.
    2010-04-14 06:36:53:366 1044 1f0 Report WARNING: Got attempt to log unexpected event ID 254 to the NT event log.
    2010-04-14 06:36:53:366 1044 1f0 Report Filtering 2 events inCEventFilter@01C14F38.
    2010-04-14 06:36:53:366 1044 1f0 Report Event failed sampling filter.
    2010-04-14 06:36:53:366 1044 1f0 Report Event failed sampling filter.
    2010-04-14 06:36:53:366 1044 1f0 Report Filtered down to 0 events.
    2010-04-14 06:36:53:366 1044 1f0 Report Filtering 0 events inCEventFilter@01C14F0C.
    2010-04-14 06:36:53:366 1044 1f0 Report Filtered down to 0 events.
    2010-04-14 06:36:53:366 1044 1f0 Report Done with asynchronous flush.
    2010-04-14 06:36:53:366 1044 1f0 Service event 20 of type 1 removed from event system
    2010-04-14 06:36:53:366 1044 1f0 Service event 19 of type 2 removed from event system
    2010-04-14 06:36:53:366 1044 1f0 DtaStor Timer queue timer was deleted
    2010-04-14 06:36:53:459 1044 1f0 Service *********
    2010-04-14 06:36:53:459 1044 1f0 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2010-04-14 06:36:53:459 1044 1f0 Service *************
    2010-04-14 06:38:02:437 1040 1e4 Misc ===========  Logging initialized (build: 7.4.7600.226, tz: -0700)  ===========
    2010-04-14 06:38:02:906 1040 1e4 Misc   = Process: C:\WINDOWS\System32\svchost.exe
    2010-04-14 06:38:02:906 1040 1e4 Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2010-04-14 06:38:02:437 1040 1e4 Service *************
    2010-04-14 06:38:02:953 1040 1e4 Service ** START **  Service: Service startup
    2010-04-14 06:38:02:953 1040 1e4 Service *********
    2010-04-14 06:38:03:046 1040 1e4 Agent   * WU client version 7.4.7600.226
    2010-04-14 06:38:03:046 1040 1e4 Agent   * Base directory: C:\WINDOWS\SoftwareDistribution
    2010-04-14 06:38:03:046 1040 1e4 Agent   * Access type: No proxy
    2010-04-14 06:38:03:109 1040 1e4 Agent   * Network state: Connected
    2010-04-14 06:38:54:624 1040 1e4 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2010-04-14 06:38:54:704 1040 1e4 Agent ***********  Agent: Initializing global settings cache  ***********
    2010-04-14 06:38:54:704 1040 1e4 Agent   * WSUS server:http://wsus01
    2010-04-14 06:38:54:704 1040 1e4 Agent   * WSUS status server:http://wsus01
    2010-04-14 06:38:54:704 1040 1e4 Agent   * Target group: (Unassigned Computers)
    2010-04-14 06:38:54:704 1040 1e4 Agent   * Windows Update access disabled: No
    2010-04-14 06:38:54:990 1040 1e4 DnldMgr Download manager restoring 0 downloads
    2010-04-14 06:39:05:825 1040 1e4 AU ###########  AU: Initializing Automatic Updates  ###########
    2010-04-14 06:39:06:350 1040 1e4 AU AU setting next sqm report timeout to 2010-04-14 13:39:06
    2010-04-14 06:39:06:652 1040 1e4 AU   # WSUS server:http://wsus01
    2010-04-14 06:39:06:668 1040 1e4 AU   # Detection frequency: 22
    2010-04-14 06:39:06:668 1040 1e4 AU   # Approval type: Scheduled (Policy)
    2010-04-14 06:39:06:668 1040 1e4 AU   # Scheduled install day/time: Every day at 3:00
    2010-04-14 06:39:06:668 1040 1e4 AU   # Auto-install minor updates: Yes (Policy)
    2010-04-14 06:39:06:668 1040 1e4 AU   # Will interact with non-admins (Non-admins are elevated (Policy))
    2010-04-14 06:39:07:541 1040 1e4 AU Initializing featured updates
    2010-04-14 06:39:07:573 1040 1e4 AU Found 0 cached featured updates
    2010-04-14 06:39:07:764 1040 1e4 AU AU finished delayed initialization
    2010-04-14 06:39:14:866 1040 1e4 Report ***********  Report: Initializing static reporting data  ***********
    2010-04-14 06:39:14:866 1040 1e4 Report   * OS Version = 5.1.2600.3.0.65792
    2010-04-14 06:39:14:929 1040 1e4 Report   * Computer Brand = Dell Computer Corporation
    2010-04-14 06:39:14:929 1040 1e4 Report   * Computer Model = Dimension 2400              
    2010-04-14 06:39:15:136 1040 1e4 Report   * Bios Revision = A05
    2010-04-14 06:39:15:136 1040 1e4 Report   * Bios Name = Phoenix ROM BIOS PLUS Version 1.10 A05
    2010-04-14 06:39:15:199 1040 1e4 Report   * Bios Release Date = 2003-12-02T00:00:00
    2010-04-14 06:39:15:199 1040 1e4 Report   * Locale ID = 1033
    2010-04-14 07:08:19:650 1040 1e4 AU Forced install timer expired for scheduled install
    2010-04-14 07:08:19:697 1040 1e4 AU UpdateDownloadProperties: 0 download(s) are still in progress.
    2010-04-14 07:08:19:697 1040 1e4 AU Setting AU scheduled install time to 2010-04-15 10:00:00
    2010-04-14 08:34:26:942 1040 1e4 AU AU received policy change subscription event
    2010-04-14 10:25:36:023 1040 1e4 AU AU received policy change subscription event
    2010-04-14 11:10:10:013 1040 1e4 AU #############
    2010-04-14 11:10:10:013 1040 1e4 AU ## START ##  AU: Search for updates
    2010-04-14 11:10:10:028 1040 1e4 AU #########
    2010-04-14 11:10:10:044 1040 1e4 AU <<## SUBMITTED ## AU: Search for updates [CallId = {2B72F721-395A-414B-A26E-DE5B982BE399}]
    2010-04-14 11:10:10:044 1040 1344 Agent *************
    2010-04-14 11:10:10:044 1040 1344 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-04-14 11:10:10:044 1040 1344 Agent *********
    2010-04-14 11:10:10:044 1040 1344 Agent   * Online = Yes; Ignore download priority = No
    2010-04-14 11:10:10:044 1040 1344 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2010-04-14 11:10:10:044 1040 1344 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2010-04-14 11:10:10:044 1040 1344 Agent   * Search Scope = {Machine}
    2010-04-14 11:10:11:466 1040 1344 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2010-04-14 11:10:11:653 1040 1344 Misc  Microsoft signed: Yes
    2010-04-14 11:10:11:825 1040 1344 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2010-04-14 11:10:11:841 1040 1344 Misc  Microsoft signed: Yes
    2010-04-14 11:10:11:997 1040 1344 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
    2010-04-14 11:10:12:013 1040 1344 Misc  Microsoft signed: Yes
    2010-04-14 11:10:12:028 1040 1344 Setup ***********  Setup: Checking whether self-update is required  ***********
    2010-04-14 11:10:12:028 1040 1344 Setup   * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
    2010-04-14 11:10:12:075 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:185 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:247 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:247 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:372 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:403 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:403 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:419 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:513 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:528 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:528 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:528 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:591 1040 1344 Setup Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.4.7600.226, required version = 7.4.7600.226
    2010-04-14 11:10:12:606 1040 1344 Setup   * IsUpdateRequired = No
    2010-04-14 11:10:19:466 1040 1344 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2010-04-14 11:10:19:497 1040 1344 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =http://wsus01/ClientWebService/client.asmx
    2010-04-14 11:10:22:685 1040 1344 PT WARNING: Cached cookie has expired or new PID is available
    2010-04-14 11:10:22:685 1040 1344 PT Initializing simple targeting cookie, clientId = 8fba4725-278a-4588-b0cb-713b711911d5, target group = , DNS name = client100.domain.com
    2010-04-14 11:10:22:685 1040 1344 PT   Server URL =http://wsus01/SimpleAuthWebService/SimpleAuth.asmx
    2010-04-14 11:10:23:044 1040 1344 Agent WARNING: Failed to evaluate Installed rule, updateId = {BFE5B177-A086-47A0-B102-097E4FA1F807}.102, hr = 8024E001
    2010-04-14 11:20:08:158 1040 1344 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2010-04-14 11:20:08:783 1040 1344 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =http://wsus01/ClientWebService/client.asmx
    2010-04-14 12:16:30:246 1040 1e4 AU AU received policy change subscription event
    2010-04-14 13:57:17:634 1040 1e4 AU AU received policy change subscription event
    2010-04-14 14:43:29:227 1040 1344 Agent   * WARNING: Failed to filter search results, error = 0x8024000B
    2010-04-14 14:43:29:274 1040 1e4 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2010-04-14 14:43:29:290 1040 1344 Agent *********
    2010-04-14 14:43:29:290 1040 1344 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2010-04-14 14:43:29:290 1040 1344 Agent *************
    2010-04-14 14:43:31:977 1040 1e4 Service *********
    2010-04-14 14:43:31:977 1040 1e4 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2010-04-14 14:43:31:977 1040 1e4 Service *************

  • Since 10.4.6 Update: "ATSServer" with high CPU-usage when opening PDFs

    Since I've updated to 10.4.6 my system is very slow when I open PDFs (in "Preview" or "Acrobat").
    This is caused by the process "ATSServer" which goes through every file in "~/Library/Fonts" (I have over 4.800 files there - but just a view are activated by "FontBook") and so it takes very high CPU-usage.
    I didn't have this problem bevore the update and I didn't make any changes on my font settings.
    I've cleaned the font cache, but it doesn't help.
    Any ideas?
    Ciao
    Mephizo
    PS: Excuse my poor English.
    PowerBook G4 17'' 1.67 GHz   Mac OS X (10.4.6)  
    PowerBook G4 17'' 1.67 GHz   Mac OS X (10.4.6)  

    I haven't noticed any change myself, Dan, but I have the 2 GHz model.
    One thing I HAVE noticed though after OS updates is that they can often result in a fair amount of file and free space fragmentation immediately after installation. OSX's routines will deal with fragmentation of small files , but not of large ones (over 20 Meg), and it won't deal very effectively with free space fragmentation. If your HD is getting full this can cause significant slowdowns, especially where video is involved.
    You should also run DiskUtility and check for any directory and permissions issues.
    Cheers
    Rod

  • High CPU & Memory issues - Excessive and unnecessary CPU usage in Firefox for Windows (see also questions1003966 & 998289)

    I am using the latest version of Firefox, 32.0.1, on an HP Pavilion dv7-4141sa laptop computer, running Windows 8.1 Pro 64-bit. There should be more than enough power here to run a browser without any problem, yet the computer is regularly being overloaded by the browser's resource usage.
    I am currently measuring typical average CPU usage of 45% - with the browser minimised. That is to say, Firefox is not doing any browser jobs - it is not drawing on the screen - but it is using the most CPU of any process currently running. Why?
    I am an ex-software engineer, and my understanding of current application development technology is limited, but I think I can say with some confidence that many techniques and software architectures exist that enable the suspension of program activity, or at least its reduction to a very low bare minimum, when the program is not actually carrying out its design function, which is in this case to draw pictures of website data on a screen.
    There is a very serious problem here, one which means that I cannot run Firefox all the time, but have to kill it when I am not actively browsing, otherwise other applications cannot run to their full capacity. This is a great pity, because I have committed a lot of effort to making Firefox my primary web tool. It manages all my many bookmarks, contains my secure password manager (LastPass), manages my web security (via NoScript, AdBlock, and FlashBlock), just for a start.
    Before any well-meaning moderators or other commenters start down the usual trail of "have you done this, tried that, disabled the other", I should point out that I have followed all the advice I can find, with no positive outcome. This computer is running a fresh installation of Windows, and a fresh installation of Firefox. At the moment I am running a new test Firefox profile.
    The latest version of Adobe Flash, 14.0.0.179, is installed but disabled. When it is enabled and in use, Firefox's CPU usage seems high over longer periods, but overall there is little difference. It doesn't look as though the problem can be laid at Flash's door. A few other add-ins are installed, mainly those mentioned above, and Firefox is skinned with LavaFox v2-Green, but I have previously started from a clean installation, which has made little difference after an initial period during which things seemed to be better. Turning off or disabling various add-ons has made no discernible difference.
    Just now I turned Flash on, and after a long period with Firefox minimised, Resource Monitor reported Firefox at 8% average CPU and FlashPlayerPlugin at 0.32%. While running a small video, RM reports FlashPlayerPlugin at about 45% and Firefox at 8%. After the video, Flash went back down to around 0.4%, and after a bit more browsing Firefox went to around 17% minimised. There seems little rhyme or reason here, except that Flash does not seem to be the culprit, although Firefox does seem to consume less when fewer tabs are actually active, as you might expect. I just refreshed more than a dozen tabs, and now Firefox is at 30%, but still not back up to the higher figures. Weird.
    The CPU usage does vary a lot around the average, but 30% is still a lot for a program that shouldn't be doing anything above the minimum status maintenance, and still puts it at the top of my Top Process Monitor list. (Right now it's gone back up to 45%, without my using it in any way).
    I have Telemetry turned on, so presumably Mozilla is recording some of the relevant data.
    This is a very serious fault, which is more or less reproducible and which a lot of people seem to be experiencing. Probably more people have it than realise, because most users will not know anything other than that their computer slows down for some non-obvious reason; they may just think it's something to do with the computer itself, not knowing how to use the Resource Monitor and interpret the results.
    Oddly, the problem does not seem to occur when running Firefox under Linux Mint 17, where the response is snappy and the CPU usage ostensibly low; I am going to look at this in more detail shortly.
    I am not posting here for advice, but for information and as a form of bug report which hopefully other users will see. It will hopefully spare them a lot of effort and time in trying a lot of recommended "solutions" which will not work. The problem is inherent in the software, and can be solved only by Mozilla.
    I am willing to supply any diagnostic data requested; as I said above, I have also turned on "Telemetry". However, I will not be trying out any more reinstallation/new-profile/add-on disable-enable-delete cycles unless I am asked to for very specific reasons. Please do not suggest courses of action which have already been mentioned elsewhere on this forum. I have tried them all.
    The situation is very disappointing, but I have confidence that the Firefox developers will pin down the fault eventually and engineer a satisfactory solution that makes it viable to leave Firefox open all the time. Even with that restriction, it's still far better than the alternatives.

    I share jmward's frustration. This is not a bug report so much as a request for a badly needed feature, ie the ability to have Firefox be able to tell us which tabs on which windows are eating time so we can target them. There are some very poorly written web pages out there which just plain loop while making no updates or inconsequential updates on the page.
    This is not a OS problem; jmward runs Windows and I run Linux but we have the same issue. It is not a question of Firefox plugins or extensions, or even viruses; I have a new, clean Linux install but have the same problem on both my regular Firefox AND on a FRESH install of the latest Firefox (35.0.1) which has *NO* non-default plugins or extensions.
    Here is an example of a web page which will eat 100% of one CPU's time:
    http://patch.com/massachusetts/arlington/arlington-woman-allegedly-attacks-neighbor-snow-blower-0
    I will attach 3 images to back up my claim. All of the images show my dark blue system monitor (gkrellm) superimposed on the web page. The top graph shows CPU time. I have 4 CPUs in my machine, so 25% means the web page is eating 100% of one CPU equivalent.
    The first image shows the load of the offending page with elevated CPU usage along with the download net activity on eth0, but the CPU activity does not stop when the download activity is over.
    The second images show the steady state 100% CPU equivalent of this page just sitting there apparently doing nothing. It IS, however, doing at least two different things. I know from my regular Firefox where I have "Remove It Permanently" installed that if I remove the the little weather indicator in the upper right of the offending page that CPU utilization drops to about 40% of one CPU equivalent. If I use RIP to remove everything else right down to a bare screen that 40% utilization stays until I delete the tab.
    The third image shows the CPU utilization drop to zero when I delete the tab holding the offending page.
    Now I will add a note here: If the offending page is NOT the top tab in a window then it stops eating time. The offender will also stop eating time if I minimize the window. However if I have another window up but leave the offender up on top in its window it continues to eat time even tho I am looking at another window. The offender will continue to eat time even if its window is completely covered by another window, and it will also eat time if I switch to another desktop.
    I will often have half a dozen windows open, and there are many pages out there which will suck endless CPU time. Unless I want to open up a new tab on each window before I leave it there is likely to be some tab on top eating time uselessly. Get a couple of those going and Firefox becomes sluggish and can even stop responding for many seconds.
    I guess I not only want to have Firefox tell us which tabs are eating time, but I would also like it if Firefox would stop giving CPU time to any tab which is not visible because it is covered by some other window and/or it is on a desktop which is currently not showing. If you can stop a tab's CPU usage by reason of tab-not-showing then you should also be able to stop its CPU usage when the window is covered or on the not-top desktop. Indeed is there any reason to not schedule absolute CPU utilization priority to the visible tab on the window with focus and give time to the other tabs only when the visible tab isn't using time?
    My final thought on this is that I have had Firefox SO tied up sometimes that I swear their are web pages which are eating time even tho they are not the top tab. I regret that I do not have an example to show you. But Firefox grinds to a complete halt on a regular basis, and that is not acceptable. I am a programmer with long experience in multi-threaded programs so I *know* there is no reason you cannot do better. If there were another browser around which had the commitment to privacy which Firefox has I would probably switch out of shear annoyance. :-(

  • I have iTunes 10.4 and every time I open it my CPU usage hits 100%.  How do I stop this?

    I have iTunes 10.4 and every time I open it my CPU usage hits 100%.  This makes my computer really slow and almost unusable.  How do I stop this?  Another effect is that I cannot log onto the iTunes Store.  I click on it and it says it is loading the iTunes store but the window remains blank.

    So do I!

Maybe you are looking for

  • Issue with PP-PI report

    Dear PP-PI Expert! I already searched many forums on internet about this subject, but i have not got any answer about this issue I want to collect the pp-pi datas which is inputed into SAP system with TCODE CO54, CO53,CO60, The follow process is: 1.G

  • How to pass a variable to a template in XSLT?

    I want to get a value from an xml file then pass that value to another template to process it? Can I do that,and how?

  • I want to upgrade my hardrive for MacBook Air 11"

    Hi, I want to upgrade my Macbook Air 11'. What is the easiest way to do this without having to carry bulk around as Im at school?

  • Mail very slow to automatically complete addresses

    after typing in a few characters in any recipient field in mail I get the spinning beach ball for up to 20 seconds while mail tries to automatically complete the address, is there anyway to reduce the lag time without turning this feature off. I don'

  • Apps show up as installed while they aren't

    After doing a reinstall of lion my previously installed apps still show up in the mac app store as installed. Is there any way to reset my purchases or something so I can reinstall these apps? Edit, never mind, I had a backup drive connected with the