Detect synchronized

Are there any java methods of doing the following pseudocode:
public synchronized foo() {
  // foo does stuff that takes a while
public void threadLoop() {
  new Thread() {
    public void run() {
      Thread.sleep(5 minutes);
      if ( !foo.isCurrentlySynchronized() ) {
        foo();
  }.start();
// users may be able to call foo from a GUI or other interface,
// causing it to be executed elsewhere from the anonymous threadIn other words, if the method foo is currently executing, don't call it. I could do this with booleans, objects, making foo private with a wrapper function, etc.; but I'm looking for the safe and proper way to do this - if at all possible.
Thank you.

Object.wait() with a very short non-zero timeout will
tell you that.I think you have that the wrong way around. You can't call wait() until you own the lock, and you are trying to determine if the lock is owned.
You could use a java.util.concurrent.locks.ReentrantLock instead of synchronized and then you could use tryLock to see if the lock is available and hence foo() is not running.

Similar Messages

  • Récupérer la valeur lue par une commande dans un tableau

    Bonjour à tous,
    Je vous explique mon problème : je récupère un tableau de valeurs. J'aimerais envoyer les valeurs de ce tableau dans une commande qui permettra alors de modifier la valeur de la fréquence en fonction de ce tableau de valeurs. 
    Seul soucis : Les fréquences générées sont bel et bien toutes envoyées par la commande (Vérification à l'oscilloscope, tout va bien). Par contre, sous labview je ne peux pas afficher ma fréquence maximale dans le tableau final (il y a apparition du caractère # dans la première case). Comment faire pour récupérer toutes les valeurs envoyées par mes commandes dans le tableau final (avec la fréquence maximale qui apparait dans le tableau au final). J'ai beau cherché je vois pas comment faire...
    Exemple : Frequence min = 30 Frequence max = 300
    Je me retrouve avec un Tableau de 30 40 50 60 70 80 90 100 et 200 mais j'aimerai que 300 apparaisse (en supprimant si possible le caractère # ?)
    J'espère que j'ai pu m'exprimer de manière claire, je vous envoie ci-joint mon programme en intégralité.
    En vous remerciant.
    Cordialement,
    Reborn
    Pièces jointes :
    Detection synchrone.vi ‏44 KB

    Bonjour,
    Merci d'avoir posté sur le forum NI.
    Pourriez vous poster un VI simplifié reproduisant l'erreur que vous rencontrez (sans utiliser les VI de communication ou autre) afin qu'ils soit plus simple pour les membres de cette communauté de pouvoir vous aider?
    Cordialement,
    Nicolas M.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Journées Techniques LabVIEW 2012 : du 27 septembre au 22 novembre
    2 sessions en parallèle : Débuter a...

  • Slave instance can not synchronized with the master for a long time

    Hi,
    Slave instance can not synchronized with the master for a long time, and the gap of LSNs between slave and master are more and more larger. The transfer bytes per second between master and slave is 118MB/s , upper limit to the ethernet card. Why???
    ENVIRONMENT:
    1. A network program which we called mcdb is based on BDB 4.8.30. It is used to accept get/set requests and then query data from bdb or save data to bdb.
    2. mcdb implements replication with bdb replication manager api. The default start replication policy is DB_REP_ELECTION, rep ack policy is DB_REPMGR_ACKS_ONE_PEER and rep priority is 100.
    3. The bdb data files, bdb log files, region files and rep files are all in the same home directory.
    4. There are two instances of the mcdb are separately on two standalone servers which has no other programs. These two instances are in one replication group which can elect a master automatically.
    5. The master instance is online, which has lots of requests (get, set, delete).
    ACTIONS:
    1. Start two mcdb instances on two servers and the two instance make a replication group. Slave has already synchronized with the master.
    2. Stop the slave for a long time (more than 20 hours).
    3. Start the slave instance to synchronize data with master.
    RESULT:
    1. the gap of LSNs between slave and master are more and more larger.
    2. db_stat of master and slave:
    master db_stat:
    467170     Number of PERM messages not acknowledged
    9245     Number of messages queued due to network delay
    172415     Number of messages discarded due to queue length
    25880     Number of existing connections dropped
    3407     Number of failed new connection attempts
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_REPMGR site information:
    10.67.15.146 (eid: 0, port: 30011)
    Environment configured as a replication master
    331726/3574994     Next LSN to be used
    0/0     Not waiting for any missed log records
    328872/466092     Maximum permanent LSN
    0     Next page number expected
    0     Not waiting for any missed pages
    0     Number of duplicate master conditions originally detected at this site
    2147M     Current environment ID (2147483647)
    100     Current environment priority
    49     Current generation number
    50     Election generation number for the current or next election
    2323     Number of duplicate log records received
    0     Number of log records currently queued
    6768     Maximum number of log records ever queued at once
    55284     Total number of log records queued
    120M     Number of log records received and appended to the log (120475988)
    111     Number of log records missed and requested
    2147M     Current master ID (2147483647)
    2     Number of times the master has changed
    0     Number of messages received with a bad generation number
    8505306     Number of messages received and processed
    12     Number of messages ignored due to pending recovery
    471869     Number of failed message sends
    12M     Number of messages sent (12959945)
    0     Number of new site messages received
    1     Number of environments believed to be in the replication group
    990543     Transmission limited
    0     Number of outdated conditions detected
    0     Number of duplicate page records received
    0     Number of page records received and added to databases
    0     Number of page records missed and requested
    Startup complete
    6244678     Number of transactions applied
    0     Number of startsync messages delayed
    1     Number of elections held
    1     Number of elections won
    No election in progress
    0.057097     Duration of last election (seconds)
    8944103     Number of bulk buffer sends triggered by full buffer
    0     Number of single records exceeding bulk buffer size
    5273M     Number of records added to a bulk buffer (5273592170)
    10M     Number of bulk buffers sent (10490865)
    0     Number of re-request messages received
    0     Number of request messages this client failed to process
    0     Number of request messages received by this client
    slave db_stat:
    0     Number of PERM messages not acknowledged
    0     Number of messages queued due to network delay
    0     Number of messages discarded due to queue length
    1454     Number of existing connections dropped
    0     Number of failed new connection attempts
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_REPMGR site information:
    10.67.15.147 (eid: 0, port: 30011)
    Environment configured as a replication client
    329544/2916048     Next LSN expected
    330433/2013808     LSN of first log record we have after missed log records
    329543/5500501     Maximum permanent LSN
    0     Next page number expected
    0     Not waiting for any missed pages
    0     Number of duplicate master conditions originally detected at this site
    2147M     Current environment ID (2147483647)
    100     Current environment priority
    49     Current generation number
    50     Election generation number for the current or next election
    5256M     Number of duplicate log records received (5256599432)
    3925284     Number of log records currently queued
    3925285     Maximum number of log records ever queued at once
    4880561     Total number of log records queued
    3578038     Number of log records received and appended to the log
    1912297     Number of log records missed and requested
    0     Current master ID
    1     Number of times the master has changed
    0     Number of messages received with a bad generation number
    12M     Number of messages received and processed (12980442)
    2     Number of messages ignored due to pending recovery
    0     Number of failed message sends
    1912307     Number of messages sent
    0     Number of new site messages received
    0     Number of environments believed to be in the replication group
    0     Transmission limited
    0     Number of outdated conditions detected
    0     Number of duplicate page records received
    0     Number of page records received and added to databases
    0     Number of page records missed and requested
    Startup incomplete
    110568     Number of transactions applied
    80     Number of startsync messages delayed
    0     Number of elections held
    0     Number of elections won
    No election in progress
    0     Number of bulk buffer sends triggered by full buffer
    0     Number of single records exceeding bulk buffer size
    0     Number of records added to a bulk buffer
    0     Number of bulk buffers sent
    0     Number of re-request messages received
    0     Number of request messages this client failed to process
    0     Number of request messages received by this client
    Edited by: 899585 on 2013-1-4 下午10:54
    Edited by: 899585 on 2013-1-4 下午10:55

    Hi,
    Unfortunately, this issue is beyond the level of what is supported over the forum. Performance related issues are extremely complex and require an in-depth understanding of your environment and dedicated support. In a generic sense, you can look at this as a basic queueing problem. You have a server that went down and work is still coming in. When the server gets started it is possible that it may never catch up depending on new work coming in and the rate at processing the old work.
    So what would you do in this case --- one thing would be to reduce the new work coming in. In HA terms this would be slowing the master down and you can increase DB_REP_ACK_TIMEOUT for this. Another thing you could do is add fresh servers to help reduce the workload. In HA terms, this would be the equivalent of restarting the client and give it a fresh look at everything. Another thing you could do is replan the system and load balance. In HA terms, it would mean something like take a hot backup of the master and reinit a client from scratch.
    If you are interested in getting a dedicated support person working on this concern, please let me know and we can move forward down that path. Just respond to the thread with your email address and I will get in contact with you so we can pursue that approach.
    thanks
    mike

  • Web-cam is not detected yet installed

    Hi!
    I m doing a program tat can capture movie from available video capturing devices, i hav installed web-cam, but while searching for the devices available(Detecting the device) , it is not identifing the device. And still if i m giving direct the device info to the program("vfj//0")then movie is captured from web-cam.
    Program is listed below which is not detecting the web-cam:
    public void setMainSource(){
    setProcessing(false);
    VideoFormat vidformat = new VideoFormat(VideoFormat.YUV);
    Vector devices = CaptureDeviceManager.getDeviceList(vidformat);
    CaptureDeviceInfo di = null;
    if (devices.size() > 0) di = (CaptureDeviceInfo) devices.elementAt(0);
    else {
    /* I got exception here */
    JOptionPane.showMessageDialog(parent,
    "Your camera is not connected", "No webcam found", JOptionPane.WARNING_MESSAGE);
    return;
    try {
    ml = di.getLocator();
    setMainCamSource(Manager.createDataSource(ml));
    } catch (Exception e) {
    JOptionPane.showMessageDialog(parent,
    "Exception locating media: " + e.getMessage(), "Error", JOptionPane.WARNING_MESSAGE);
    return;
    Output:
    Web cam not found....
    So wht shd be the problem , nyone please explain the problem how to overcome from it.
    Thank you

    First of all sorry for spelling mistake i write ("vfj//0") rather then "vfw://0"
    Yeh! i read your code n your code is also giving the same error
    like
    Web cam not detected/installed(like something this).
    But still i hav attached cam n capturing movie from the code shown below:
    //This will not detect the webcam n directly captures the movie, try it out so now wht to do so tat will detect the webcam properly....
    CODE:
    import javax.media.*;
    import javax.media.util.*;
    import javax.media.format.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.media.control.*;
    class testing extends JFrame implements ControllerListener,ActionListener
         //Variables for gui
         public JButton play=new JButton("Play");
         public JButton stop=new JButton("Stop");
         public JPanel p1=new JPanel();
         public JPanel p2=new JPanel();
         Container c;
         //Variables for videocapturing
         boolean stateTransitionOK = true;
         Object waitSync = new Object();
         Processor p;
         ///Variables required to store the movie
         DataSink sink;
         MediaLocator dest = new MediaLocator("save_video.wav");
         ///methods
         public testing()
              super("Video Capture Demo");
              setupvideocapture();
              setupgui();
         public void setupgui()
              c.add(play);
              c.add(stop);
              addWindowListener(new WindowHandler());
              stop.addActionListener(this);
              play.addActionListener(this);
              setSize(350,350);
              setVisible(true);
              show();
         public void actionPerformed(ActionEvent ae)
              String str;
              str=ae.getActionCommand();
              if(str=="Play")
                   try
                        //Before starting capturing store the movie to the HDD
                        p.start();
                        sink = Manager.createDataSink(p.getDataOutput(), dest);
                        sink.open();
                        sink.start();
                   catch(Exception e)
              else if(str=="Stop")
                   try
                   //     sink.stop();
                        p.stop();
                   catch(Exception e)
         public void setupvideocapture()
              c=getContentPane();
              c.setLayout(new FlowLayout());
              try
                   p = Manager.createProcessor(new MediaLocator("vfw://0"));
                   p.addControllerListener(this);
                   p.configure();
                   waitForState(p.Configured);
                   p.setContentDescriptor(null);
                   p.prefetch();
                   waitForState(p.Prefetched);
                   c.add(p.getVisualComponent());
                   ///Intializing the saving procedure
              catch(Exception e)
                   System.out.println(e);
              public void controllerUpdate(ControllerEvent evt)
                   if (evt instanceof ConfigureCompleteEvent || evt instanceof RealizeCompleteEvent || evt instanceof PrefetchCompleteEvent)
                        synchronized (waitSync)
                             stateTransitionOK = true;
                             waitSync.notifyAll();
                   else if (evt instanceof ResourceUnavailableEvent)
                        synchronized (waitSync)
                        System.out.println("ResourceUnavailable");
                        stateTransitionOK = false;
                        waitSync.notifyAll();
                   else if (evt instanceof EndOfMediaEvent)
                        p.close();
                        System.exit(0);
              boolean waitForState(int state)
                   synchronized (waitSync)
                        try
                             while (p.getState() != state && stateTransitionOK)
                                  waitSync.wait();
                        catch (Exception e) {}
                   return stateTransitionOK;
         //Entry point
         public static void main(String args[])
              testing t=new testing();
    class WindowHandler extends WindowAdapter
         public void windowClosing(WindowEvent e)
              System.exit(0);
    This is working properly........ so plz if other option plz notify me.
    Thank you for helping me.......

  • 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 *************

  • IPod classic connects but is not detected in Diagnostic as "No iPod, iPhone, or iPad found" will not sync no matter what I try. have reinstalled itunes, changed cords, restarted services. Just started happening very recently. diagnostics detection is key.

    I have a 120gb Classic that has been working, connecting and syncing flawlessly for years. Now it appears that (maybe since an itunes update) my same Windows 7 x64 computer that has not changed other than the occasional iTunes update will not detect my iPod, and therefore will not sync any more.
    The odd thing is that iTunes will sometimes see the iPod (not always), and Windows will also sometime see the iPod. Even when it does, and I click to sync a podcast (or anything else) it appears to go through the #1 and #2 steps and says it is syncing - Do not unplug, then appears to finish, but when you check the ipod after ejecting, nothing has changed. It looks like this has been happening for about a week, but my wife must not have realized that songs and other items were not actually syncing.
    I have tried uninstalling iTunes, downloading the 11.2... version available online now, no help. I have tried resetting the ipod, no help. I have tried changing cables, no help. every time I go through the diagnostics in iTunes, it fails the connectivity test and says "No iPod, IPhone, or iPad found.
    I am so frustrated. I have tried everything I can think of but even though iTunes shows the iPod, it wont sync....

    This issue has been resolved - my Support Advisor, Edgar, was able to discern what was causing the problem.
    It appears that, despite years of never experiencing this, one of the latest ipod updates actually altered my device's personal settings and changed it to "Manual" for all synchronizing; even performcing Factory Restores did not change it back to being automatic.
    My ipod is working as good as ever now thanks to Edgar. If anyone else is having this problem, please make sure you check your device's settings in iTunes and see if "Manual" is checked - even if you never changed the settings yourself and have no reason to suspect that to be the problem, as was the case here. If it is checked - uncheck it to enable automatic syncing.
    So relieved this was not a much more serious problem. I've missed having my music on the go. Thanks, Edgar!

  • [SOLVED] Archlinux not detecting full ammount of RAM (again)

    Hello everyone!
    i've got a problem similar to this one: https://bbs.archlinux.org/viewtopic.php?id=126170
    i've tried brilliant solution by gabe.benson:
    Well, I fixed it.  I re-seated the RAM and rebooted, everything works fine now.
    but got no result.
    i have lenovo g580 laptop with 4 G of ram.
    lshw -short | grep 'System\ Memory'
    /0/28 memory 4GiB System Memory
    lshw | grep -A 8 bank
    sudo lshw | grep -A 8 bank
    *-bank:0
    description: SODIMM DDR3 Synchronous 800 MHz (1,2 ns)
    product: 16KTF51264HZ-1G6M1
    vendor: Micron Technology
    physical id: 0
    serial: E962DADF
    slot: DIMM0
    size: 4GiB
    width: 64 bits
    *-bank:1
    description: DIMM [empty]
    product: Empty
    vendor: Empty
    physical id: 1
    serial: Empty
    slot: DIMM1
    but system says that i hve only 3 G of ram:
    cat /proc/meminfo | grep -i memtotal
    MemTotal: 3018460 kB
    free -m
    total used free shared buffers cached
    Mem: 2947 900 2047 0 13 455
    -/+ buffers/cache: 430 2517
    Swap: 956 0 956
    my RAM is recognized in BIOS and was recognized in win7 when win7 was still installed...
    here are some info
    uname -a
    Linux architect 3.4.8-1-ARCH #1 SMP PREEMPT Thu Aug 9 19:24:46 UTC 2012 i686 GNU/Linux
    dmesg full output
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.4.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Aug 9 19:24:46 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
    [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040004000 (usable)
    [ 0.000000] BIOS-e820: 0000000040004000 - 0000000040005000 (reserved)
    [ 0.000000] BIOS-e820: 0000000040005000 - 00000000baabf000 (usable)
    [ 0.000000] BIOS-e820: 00000000baabf000 - 00000000baebf000 (reserved)
    [ 0.000000] BIOS-e820: 00000000baebf000 - 00000000bafbf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bafbf000 - 00000000bafff000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000bafff000 - 00000000bb000000 (usable)
    [ 0.000000] BIOS-e820: 00000000bb000000 - 00000000bfa00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000feb00000 - 00000000feb04000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 000000013f600000 (usable)
    [ 0.000000] e820 remove range: 0000000100000000 - ffffffffffffffff (usable)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] user-defined physical RAM map:
    [ 0.000000] user: 0000000000000000 - 000000000009d800 (usable)
    [ 0.000000] user: 000000000009d800 - 00000000000a0000 (reserved)
    [ 0.000000] user: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] user: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] user: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] user: 0000000020200000 - 0000000040004000 (usable)
    [ 0.000000] user: 0000000040004000 - 0000000040005000 (reserved)
    [ 0.000000] user: 0000000040005000 - 00000000baabf000 (usable)
    [ 0.000000] user: 00000000baabf000 - 00000000baebf000 (reserved)
    [ 0.000000] user: 00000000baebf000 - 00000000bafbf000 (ACPI NVS)
    [ 0.000000] user: 00000000bafbf000 - 00000000bafff000 (ACPI data)
    [ 0.000000] user: 00000000bafff000 - 00000000bb000000 (usable)
    [ 0.000000] user: 00000000bb000000 - 00000000bfa00000 (reserved)
    [ 0.000000] user: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] user: 00000000feb00000 - 00000000feb04000 (reserved)
    [ 0.000000] user: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] user: 00000000fed10000 - 00000000fed1a000 (reserved)
    [ 0.000000] user: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] user: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] user: 00000000ffb80000 - 0000000100000000 (reserved)
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: LENOVO Lenovo G580/Product Name, BIOS 5ECN32WW(V2.02) 04/24/2012
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0xbb000 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 5 base 100000000 mask FC0000000 write-back
    [ 0.000000] 6 base 13F600000 mask FFFE00000 uncachable
    [ 0.000000] 7 base 13F800000 mask FFF800000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00fe1b0] fe1b0
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 37abc000 - 37d56000
    [ 0.000000] Allocated new RAMDISK: 37564000 - 377fda9c
    [ 0.000000] Move RAMDISK from 0000000037abc000 - 0000000037d55a9b to 37564000 - 377fda9b
    [ 0.000000] ACPI: RSDP 000fe020 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT baffe210 00094 (v01 LENOVO CB-01 00000001 01000013)
    [ 0.000000] ACPI: FACP baffb000 000F4 (v04 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DSDT bafee000 09755 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FACS bafbb000 00040
    [ 0.000000] ACPI: UEFI baffd000 00236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASF! baffc000 000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: HPET baffa000 00038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC baff9000 0008C (v02 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG baff8000 0003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SLIC bafed000 00176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafec000 006FE (v01 LENOVO CB-01 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT bafea000 00028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASPT bafe5000 00034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FPDT bafe3000 00044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafe2000 00968 (v01 LENOVO CB-01 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafe1000 00A92 (v01 LENOVO CB-01 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT bafdf000 01EDD (v01 LENOVO CB-01 00001000 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2104MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x000bb000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009d
    [ 0.000000] 0: 0x00000100 -> 0x00020000
    [ 0.000000] 0: 0x00020200 -> 0x00040004
    [ 0.000000] 0: 0x00040005 -> 0x000baabf
    [ 0.000000] 0: 0x000bafff -> 0x000bb000
    [ 0.000000] On node 0 totalpages: 763980
    [ 0.000000] free_area_init_node: node 0, pgdat c151ec80, node_mem_map f5e03200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3949 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 220974 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4209 pages used for memmap
    [ 0.000000] HighMem zone: 533072 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] Allocating PCI resources starting at bfa00000 (gap: bfa00000:30600000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f5d89000 s31424 r0 d21824 u53248
    [ 0.000000] pcpu-alloc: s31424 r0 d21824 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 757995
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fe7ca6ad-90bf-40d6-9d16-836f808ae890 ro ro quiet splash init=/bin/systemd mem=4G
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] allocated 6127488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:000bb000)
    [ 0.000000] Memory: 3015272k/3063808k available (3810k kernel code, 40648k reserved, 1472k data, 524k init, 2149124k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc1529000 - 0xc15ac000 ( 524 kB)
    [ 0.000000] .data : 0xc13b8837 - 0xc1528840 (1472 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc13b8837 (3810 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] NR_IRQS:2304 nr_irqs:744 16
    [ 0.000000] CPU 0 irqstacks, hard=f500a000 soft=f500c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] Detected 2494.324 MHz processor.
    [ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.50 BogoMIPS (lpj=8314413)
    [ 0.000004] pid_max: default: 32768 minimum: 301
    [ 0.000022] Security Framework initialized
    [ 0.000025] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000035] Mount-cache hash table entries: 512
    [ 0.000187] Initializing cgroup subsys cpuacct
    [ 0.000188] Initializing cgroup subsys memory
    [ 0.000193] Initializing cgroup subsys devices
    [ 0.000195] Initializing cgroup subsys freezer
    [ 0.000196] Initializing cgroup subsys net_cls
    [ 0.000198] Initializing cgroup subsys blkio
    [ 0.000221] CPU: Physical Processor ID: 0
    [ 0.000222] CPU: Processor Core ID: 0
    [ 0.000226] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.000227] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.000948] mce: CPU supports 7 MCE banks
    [ 0.000958] CPU0: Thermal monitoring enabled (TM1)
    [ 0.000965] using mwait in idle threads.
    [ 0.001745] ACPI: Core revision 20120320
    [ 0.020574] ftrace: allocating 16939 entries in 34 pages
    [ 0.031595] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.032013] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.064975] CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz stepping 09
    [ 0.170127] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
    [ 0.170132] ... version: 3
    [ 0.170133] ... bit width: 48
    [ 0.170134] ... generic registers: 4
    [ 0.170135] ... value mask: 0000ffffffffffff
    [ 0.170136] ... max period: 000000007fffffff
    [ 0.170137] ... fixed-purpose events: 3
    [ 0.170139] ... event mask: 000000070000000f
    [ 0.190193] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.210090] CPU 1 irqstacks, hard=f5164000 soft=f5166000
    [ 0.210093] Booting Node 0, Processors #1
    [ 0.220329] Initializing CPU#1
    [ 0.223930] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.236742] CPU 2 irqstacks, hard=f5172000 soft=f5174000
    [ 0.236744] #2
    [ 0.247052] Initializing CPU#2
    [ 0.250659] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.263373] CPU 3 irqstacks, hard=f5180000 soft=f5182000
    [ 0.263374] #3
    [ 0.273681] Initializing CPU#3
    [ 0.277289] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.277313] Brought up 4 CPUs
    [ 0.277314] Total of 4 processors activated (19962.03 BogoMIPS).
    [ 0.280644] devtmpfs: initialized
    [ 0.280809] PM: Registering ACPI NVS region [mem 0xbaebf000-0xbafbefff] (1048576 bytes)
    [ 0.281540] NET: Registered protocol family 16
    [ 0.281663] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.281665] ACPI: bus type pci registered
    [ 0.281715] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.281718] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.281719] PCI: Using MMCONFIG for extended config space
    [ 0.281720] PCI: Using configuration type 1 for base access
    [ 0.281825] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.281827] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.281828] mtrr: corrected configuration.
    [ 0.282156] bio: create slab <bio-0> at 0
    [ 0.282198] ACPI: Added _OSI(Module Device)
    [ 0.282200] ACPI: Added _OSI(Processor Device)
    [ 0.282201] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.282203] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.283613] ACPI: EC: Look up EC in DSDT
    [ 0.285039] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.287544] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.288407] ACPI: SSDT bae18018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
    [ 0.288766] ACPI: Dynamic OEM Table Load:
    [ 0.288768] ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
    [ 0.288969] ACPI: SSDT bae19a98 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
    [ 0.289350] ACPI: Dynamic OEM Table Load:
    [ 0.289352] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20100121)
    [ 0.289436] ACPI: SSDT bae17d98 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
    [ 0.289789] ACPI: Dynamic OEM Table Load:
    [ 0.289791] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100121)
    [ 0.290616] ACPI: Interpreter enabled
    [ 0.290621] ACPI: (supports S0 S3 S4 S5)
    [ 0.290639] ACPI: Using IOAPIC for interrupt routing
    [ 0.412595] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.412750] ACPI: No dock devices found.
    [ 0.412754] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.413003] \_SB_.PCI0:_OSC invalid UUID
    [ 0.413004] _OSC request data:1 8 1f
    [ 0.413007] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.413400] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.413402] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.413404] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.413406] pci_root PNP0A08:00: host bridge window [mem 0xbfa00000-0xfeafffff]
    [ 0.413431] PCI host bridge to bus 0000:00
    [ 0.413433] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.413434] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.413436] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.413438] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
    [ 0.413445] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.413479] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.413509] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.413522] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
    [ 0.413550] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
    [ 0.413567] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.413578] pci 0000:00:02.0: reg 10: [mem 0xd3000000-0xd33fffff 64bit]
    [ 0.413584] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.413589] pci 0000:00:02.0: reg 20: [io 0x4000-0x403f]
    [ 0.413640] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.413662] pci 0000:00:14.0: reg 10: [mem 0xd3600000-0xd360ffff 64bit]
    [ 0.413733] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.413756] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.413779] pci 0000:00:16.0: reg 10: [mem 0xd3614000-0xd361400f 64bit]
    [ 0.413855] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.413889] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.414140] pci 0000:00:1a.0: reg 10: [mem 0xd3619000-0xd36193ff]
    [ 0.415551] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.415579] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.415594] pci 0000:00:1b.0: reg 10: [mem 0xd3610000-0xd3613fff 64bit]
    [ 0.415662] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.415685] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.415764] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.415789] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.415868] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.415902] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.416142] pci 0000:00:1d.0: reg 10: [mem 0xd3618000-0xd36183ff]
    [ 0.417555] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.417582] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [ 0.417707] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.417725] pci 0000:00:1f.2: reg 10: [io 0x4088-0x408f]
    [ 0.417733] pci 0000:00:1f.2: reg 14: [io 0x4094-0x4097]
    [ 0.417741] pci 0000:00:1f.2: reg 18: [io 0x4080-0x4087]
    [ 0.417750] pci 0000:00:1f.2: reg 1c: [io 0x4090-0x4093]
    [ 0.417758] pci 0000:00:1f.2: reg 20: [io 0x4060-0x407f]
    [ 0.417766] pci 0000:00:1f.2: reg 24: [mem 0xd3617000-0xd36177ff]
    [ 0.417811] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.417830] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.417846] pci 0000:00:1f.3: reg 10: [mem 0xd3615000-0xd36150ff 64bit]
    [ 0.417867] pci 0000:00:1f.3: reg 20: [io 0x4040-0x405f]
    [ 0.417922] pci 0000:01:00.0: [10de:1140] type 00 class 0x030200
    [ 0.417933] pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
    [ 0.417943] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.417953] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.417960] pci 0000:01:00.0: reg 24: [io 0x3000-0x307f]
    [ 0.417968] pci 0000:01:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
    [ 0.423139] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.423155] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.423158] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd2ffffff]
    [ 0.423161] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.423180] pci 0000:00:01.1: PCI bridge to [bus 02-02]
    [ 0.423362] pci 0000:03:00.0: [1969:1090] type 00 class 0x020000
    [ 0.423510] pci 0000:03:00.0: reg 10: [mem 0xd3500000-0xd353ffff 64bit]
    [ 0.423568] pci 0000:03:00.0: reg 18: [io 0x2000-0x207f]
    [ 0.424132] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.429854] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.429858] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.429863] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd35fffff]
    [ 0.429934] pci 0000:04:00.0: [168c:002b] type 00 class 0x028000
    [ 0.429961] pci 0000:04:00.0: reg 10: [mem 0xd3400000-0xd340ffff 64bit]
    [ 0.430091] pci 0000:04:00.0: supports D1
    [ 0.430092] pci 0000:04:00.0: PME# supported from D0 D1 D3hot
    [ 0.436456] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    [ 0.436477] pci 0000:00:1c.1: bridge window [mem 0xd3400000-0xd34fffff]
    [ 0.436498] pci_bus 0000:00: on NUMA node 0
    [ 0.436500] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.436604] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.436627] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.436661] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
    [ 0.436683] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
    [ 0.436741] \_SB_.PCI0:_OSC invalid UUID
    [ 0.436743] _OSC request data:1 1f 1f
    [ 0.436746] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.436777] \_SB_.PCI0:_OSC invalid UUID
    [ 0.436778] _OSC request data:1 0 1d
    [ 0.436781] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
    [ 0.436783] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.439162] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.439198] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.439233] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439267] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.439301] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439336] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 0.439372] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 0.439407] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.439462] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.439466] vgaarb: loaded
    [ 0.439467] vgaarb: bridge control possible 0000:00:02.0
    [ 0.439493] PCI: Using ACPI for IRQ routing
    [ 0.441016] PCI: pci_cache_line_size set to 64 bytes
    [ 0.441100] reserve RAM buffer: 000000000009d800 - 000000000009ffff
    [ 0.441102] reserve RAM buffer: 0000000040004000 - 0000000043ffffff
    [ 0.441104] reserve RAM buffer: 00000000baabf000 - 00000000bbffffff
    [ 0.441106] reserve RAM buffer: 00000000bb000000 - 00000000bbffffff
    [ 0.441172] NetLabel: Initializing
    [ 0.441174] NetLabel: domain hash size = 128
    [ 0.441175] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.441184] NetLabel: unlabeled traffic allowed by default
    [ 0.441221] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.441226] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.444239] Switching to clocksource hpet
    [ 0.448544] pnp: PnP ACPI init
    [ 0.448556] ACPI: bus type pnp registered
    [ 0.448788] pnp 00:00: [bus 00-3e]
    [ 0.448791] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.448792] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.448794] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.448796] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.448797] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.448799] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.448800] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.448802] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.448803] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.448805] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.448807] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.448808] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.448810] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.448811] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.448813] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.448814] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.448816] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.448817] pnp 00:00: [mem 0xbfa00000-0xfeafffff window]
    [ 0.448819] pnp 00:00: [mem 0x00010000-0x0001ffff window]
    [ 0.448861] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.448872] pnp 00:01: [io 0x0000-0x001f]
    [ 0.448873] pnp 00:01: [io 0x0081-0x0091]
    [ 0.448874] pnp 00:01: [io 0x0093-0x009f]
    [ 0.448876] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.448877] pnp 00:01: [dma 4]
    [ 0.448895] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.448901] pnp 00:02: [mem 0xff010000-0xffffffff]
    [ 0.448916] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.448969] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.448985] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.448991] pnp 00:04: [io 0x00f0]
    [ 0.448999] pnp 00:04: [irq 13]
    [ 0.449016] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.449024] pnp 00:05: [io 0x002e-0x002f]
    [ 0.449025] pnp 00:05: [io 0x004e-0x004f]
    [ 0.449027] pnp 00:05: [io 0x0061]
    [ 0.449028] pnp 00:05: [io 0x0063]
    [ 0.449029] pnp 00:05: [io 0x0065]
    [ 0.449030] pnp 00:05: [io 0x0067]
    [ 0.449032] pnp 00:05: [io 0x0070]
    [ 0.449033] pnp 00:05: [io 0x0080]
    [ 0.449034] pnp 00:05: [io 0x0092]
    [ 0.449035] pnp 00:05: [io 0x00b2-0x00b3]
    [ 0.449037] pnp 00:05: [io 0x0680-0x069f]
    [ 0.449038] pnp 00:05: [io 0x1000-0x100f]
    [ 0.449039] pnp 00:05: [io 0xffff]
    [ 0.449041] pnp 00:05: [io 0xffff]
    [ 0.449042] pnp 00:05: [io 0x0400-0x0453]
    [ 0.449043] pnp 00:05: [io 0x0458-0x047f]
    [ 0.449045] pnp 00:05: [io 0x0500-0x057f]
    [ 0.449046] pnp 00:05: [io 0x164e-0x164f]
    [ 0.449047] pnp 00:05: [io 0xfd60-0xfd63]
    [ 0.449079] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 0.449081] system 00:05: [io 0x1000-0x100f] has been reserved
    [ 0.449083] system 00:05: [io 0xffff] has been reserved
    [ 0.449085] system 00:05: [io 0xffff] has been reserved
    [ 0.449087] system 00:05: [io 0x0400-0x0453] has been reserved
    [ 0.449088] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 0.449090] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 0.449092] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 0.449094] system 00:05: [io 0xfd60-0xfd63] has been reserved
    [ 0.449096] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.449102] pnp 00:06: [io 0x0070-0x0077]
    [ 0.449106] pnp 00:06: [irq 8]
    [ 0.449123] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.449141] pnp 00:07: [io 0x0454-0x0457]
    [ 0.449165] system 00:07: [io 0x0454-0x0457] has been reserved
    [ 0.449168] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.449175] pnp 00:08: [io 0x0060]
    [ 0.449177] pnp 00:08: [io 0x0064]
    [ 0.449181] pnp 00:08: [irq 1]
    [ 0.449197] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.449238] pnp 00:09: [irq 12]
    [ 0.449257] pnp 00:09: Plug and Play ACPI device, IDs ETD0613 ETD0001 PNP0f13 (active)
    [ 0.507625] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 0.507627] pnp 00:0a: [mem 0xfed10000-0xfed17fff]
    [ 0.507629] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
    [ 0.507630] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
    [ 0.507631] pnp 00:0a: [mem 0xf0000000-0xf3ffffff]
    [ 0.507633] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
    [ 0.507634] pnp 00:0a: [mem 0xfed90000-0xfed93fff]
    [ 0.507636] pnp 00:0a: [mem 0xff000000-0xff000fff]
    [ 0.507637] pnp 00:0a: [mem 0xff010000-0xffffffff]
    [ 0.507639] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
    [ 0.507640] pnp 00:0a: [mem 0xbfa00000-0xbfa00fff]
    [ 0.507671] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.507673] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.507675] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.507677] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.507679] system 00:0a: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.507681] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.507683] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.507685] system 00:0a: [mem 0xff000000-0xff000fff] has been reserved
    [ 0.507687] system 00:0a: [mem 0xff010000-0xffffffff] could not be reserved
    [ 0.507689] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.507691] system 00:0a: [mem 0xbfa00000-0xbfa00fff] has been reserved
    [ 0.507693] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.507937] pnp 00:0b: [mem 0x20000000-0x201fffff]
    [ 0.507939] pnp 00:0b: [mem 0x40004000-0x40004fff]
    [ 0.507980] system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.507981] system 00:0b: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.507984] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.507998] pnp: PnP ACPI: found 12 devices
    [ 0.507999] ACPI: ACPI bus type pnp unregistered
    [ 0.544171] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 0.544202] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x80000)
    [ 0.544204] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.544207] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    [ 0.544209] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd2ffffff]
    [ 0.544212] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.544215] pci 0000:00:01.1: PCI bridge to [bus 02-02]
    [ 0.544221] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.544224] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.544229] pci 0000:00:1c.0: bridge window [mem 0xd3500000-0xd35fffff]
    [ 0.544237] pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    [ 0.544242] pci 0000:00:1c.1: bridge window [mem 0xd3400000-0xd34fffff]
    [ 0.544275] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.544277] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.544279] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.544281] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff]
    [ 0.544282] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.544284] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd2ffffff]
    [ 0.544286] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.544288] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    [ 0.544289] pci_bus 0000:03: resource 1 [mem 0xd3500000-0xd35fffff]
    [ 0.544291] pci_bus 0000:04: resource 1 [mem 0xd3400000-0xd34fffff]
    [ 0.544322] NET: Registered protocol family 2
    [ 0.544358] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.544442] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.544615] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.544703] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.544705] TCP: reno registered
    [ 0.544707] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.544711] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.544756] NET: Registered protocol family 1
    [ 0.544767] pci 0000:00:02.0: Boot video device
    [ 0.570851] PCI: CLS 64 bytes, default 64
    [ 0.570880] Unpacking initramfs...
    [ 0.619052] Freeing initrd memory: 2664k freed
    [ 0.619338] Simple Boot Flag at 0x44 set to 0x1
    [ 0.619589] apm: BIOS not found.
    [ 0.619736] audit: initializing netlink socket (disabled)
    [ 0.619749] type=2000 audit(1345095829.503:1): initialized
    [ 0.619994] highmem bounce pool size: 64 pages
    [ 0.619997] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.621206] VFS: Disk quotas dquot_6.5.2
    [ 0.621241] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.621308] msgmni has been set to 1696
    [ 0.621446] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.621472] io scheduler noop registered
    [ 0.621474] io scheduler deadline registered
    [ 0.621480] io scheduler cfq registered (default)
    [ 0.621551] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.621602] pcieport 0000:00:01.1: irq 41 for MSI/MSI-X
    [ 0.621760] vesafb: mode is 1366x768x32, linelength=5504, pages=0
    [ 0.621762] vesafb: scrolling: redraw
    [ 0.621764] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.622118] vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 4160k, total 4160k
    [ 0.622154] fbcon: VESA VGA (fb0) is primary device
    [ 0.689580] Console: switching to colour frame buffer device 170x48
    [ 0.756633] fb0: VESA VGA frame buffer device
    [ 0.756646] intel_idle: does not run on family 6 model 58
    [ 0.756664] GHES: HEST is not enabled!
    [ 0.756672] isapnp: Scanning for PnP cards...
    [ 1.069356] isapnp: No Plug & Play device found
    [ 1.069400] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.069903] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS4] at 0x60,0x64 irq 1,12
    [ 1.084587] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.084595] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.084687] mousedev: PS/2 mouse device common for all mice
    [ 1.084893] rtc_cmos 00:06: RTC can wake from S4
    [ 1.085015] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 1.085044] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 1.085057] cpuidle: using governor ladder
    [ 1.085058] cpuidle: using governor menu
    [ 1.085166] TCP: cubic registered
    [ 1.085234] NET: Registered protocol family 10
    [ 1.085368] NET: Registered protocol family 17
    [ 1.085372] Registering the dns_resolver key type
    [ 1.085415] Using IPI No-Shortcut mode
    [ 1.085482] PM: Hibernation image not present or could not be loaded.
    [ 1.085486] registered taskstats version 1
    [ 1.085919] rtc_cmos 00:06: setting system clock to 2012-08-16 05:43:50 UTC (1345095830)
    [ 1.085964] Initializing network drop monitor service
    [ 1.086010] Freeing unused kernel memory: 524k freed
    [ 1.086116] Write protecting the kernel text: 3812k
    [ 1.086134] Write protecting the kernel read-only data: 1124k
    [ 1.091427] systemd-udevd[49]: starting version 188
    [ 1.092112] Setting new ACPI handle for discrete video card
    [ 1.097570] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.120297] usbcore: registered new interface driver usbfs
    [ 1.120320] usbcore: registered new interface driver hub
    [ 1.120939] usbcore: registered new device driver usb
    [ 1.121264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.121303] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.121307] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 1.121324] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.121346] ehci_hcd 0000:00:1a.0: debug port 2
    [ 1.121985] SCSI subsystem initialized
    [ 1.122870] libata version 3.00 loaded.
    [ 1.125236] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.125257] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd3619000
    [ 1.133400] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.133553] hub 1-0:1.0: USB hub found
    [ 1.133559] hub 1-0:1.0: 2 ports detected
    [ 1.133819] ahci 0000:00:1f.2: version 3.0
    [ 1.133882] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 1.133943] ahci: SSS flag set, parallel bus scan disabled
    [ 1.146744] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 1.146747] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst
    [ 1.146751] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.153993] scsi0 : ahci
    [ 1.154077] scsi1 : ahci
    [ 1.154147] scsi2 : ahci
    [ 1.154215] scsi3 : ahci
    [ 1.154277] scsi4 : ahci
    [ 1.154340] scsi5 : ahci
    [ 1.154412] ata1: SATA max UDMA/133 abar m2048@0xd3617000 port 0xd3617100 irq 42
    [ 1.154414] ata2: DUMMY
    [ 1.154417] ata3: SATA max UDMA/133 abar m2048@0xd3617000 port 0xd3617200 irq 42
    [ 1.154418] ata4: DUMMY
    [ 1.154419] ata5: DUMMY
    [ 1.154420] ata6: DUMMY
    [ 1.154464] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 1.154469] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.154480] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 1.154590] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.154604] xhci_hcd 0000:00:14.0: irq 21, io mem 0xd3600000
    [ 1.154654] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
    [ 1.154773] xHCI xhci_add_endpoint called for root hub
    [ 1.154775] xHCI xhci_check_bandwidth called for root hub
    [ 1.154808] hub 2-0:1.0: USB hub found
    [ 1.154816] hub 2-0:1.0: 4 ports detected
    [ 1.154879] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.154883] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 1.154958] xHCI xhci_add_endpoint called for root hub
    [ 1.154960] xHCI xhci_check_bandwidth called for root hub
    [ 1.154991] hub 3-0:1.0: USB hub found
    [ 1.155001] hub 3-0:1.0: 4 ports detected
    [ 1.155111] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.155116] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 1.155124] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 1.155149] ehci_hcd 0000:00:1d.0: debug port 2
    [ 1.159035] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.159048] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd3618000
    [ 1.166703] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.166815] hub 4-0:1.0: USB hub found
    [ 1.166818] hub 4-0:1.0: 2 ports detected
    [ 1.439689] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.472980] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.525743] ata1.00: ATA-8: ST9500325AS, 0011LVM1, max UDMA/100
    [ 1.525760] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.527718] ata1.00: configured for UDMA/100
    [ 1.527831] scsi 0:0:0:0: Direct-Access ATA ST9500325AS 0011 PQ: 0 ANSI: 5
    [ 1.563385] hub 1-1:1.0: USB hub found
    [ 1.563489] hub 1-1:1.0: 6 ports detected
    [ 1.619459] Refined TSC clocksource calibration: 2494.333 MHz.
    [ 1.619462] Switching to clocksource tsc
    [ 1.669365] usb 4-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.793111] hub 4-1:1.0: USB hub found
    [ 1.793177] hub 4-1:1.0: 6 ports detected
    [ 1.845823] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.848881] ata3.00: ATAPI: PLDS DVD-RW DS8A8SH, KL31, max UDMA/100
    [ 1.849780] ata3.00: configured for UDMA/100
    [ 1.852483] scsi 2:0:0:0: CD-ROM PLDS DVD-RW DS8A8SH KL31 PQ: 0 ANSI: 5
    [ 1.857313] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.857364] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.857367] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.857386] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.859247] usb 1-1.3: new full-speed USB device number 3 using ehci_hcd
    [ 1.863186] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.863202] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.863302] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.883796] sda: sda1 sda2 sda3
    [ 1.884063] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.009051] usb 1-1.4: new high-speed USB device number 4 using ehci_hcd
    [ 2.158842] usb 4-1.6: new high-speed USB device number 3 using ehci_hcd
    [ 2.432799] REISERFS (device sda1): found reiserfs format "3.6" with standard journal
    [ 2.432823] REISERFS (device sda1): using ordered data mode
    [ 2.432825] reiserfs: using flush barriers
    [ 2.433215] REISERFS (device sda1): journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    [ 2.433387] REISERFS (device sda1): checking transaction log (sda1)
    [ 2.515756] REISERFS (device sda1): Using r5 hash to sort names
    [ 3.230646] systemd[1]: systemd 188 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP; arch)
    [ 3.408334] systemd[1]: Inserted module 'autofs4'
    [ 3.408399] systemd[1]: Set hostname to <architect>.
    [ 3.973819] systemd[1]: [/usr/lib/systemd/system/rc-local-shutdown.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
    [ 4.034956] systemd[1]: [/usr/lib/systemd/system/rc-local.service:3] Unknown lvalue 'ConditionPathIsExecutable' in section 'Unit'. Ignoring.
    [ 4.518631] systemd-udevd[153]: starting version 188
    [ 4.577734] reiserfs: enabling write barrier flush mode
    [ 4.652314] systemd-journald[154]: Fixed max_use=147.3M max_size=18.4M min_size=64.0K keep_free=73.6M
    [ 4.652347] systemd-journald[154]: Reserving 33543 entries in hash table.
    [ 4.652841] systemd-journald[154]: Vacuuming...
    [ 5.169943] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input1
    [ 5.169950] ACPI: Power Button [PWRB]
    [ 5.170018] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
    [ 5.170022] ACPI: Sleep Button [SLPB]
    [ 5.170072] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 5.170100] ACPI: Lid Switch [LID0]
    [ 5.170134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.170137] ACPI: Power Button [PWRF]
    [ 5.189868] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [ 5.221888] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.273251] iTCO_vendor_support: vendor-support=0
    [ 5.273680] ACPI: AC Adapter [ACAD] (off-line)
    [ 5.408767] Linux agpgart interface v0.103
    [ 5.510286] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 5.510375] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 5.510484] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.526899] psmouse serio1: hgpk: ID: 10 00 64
    [ 5.701959] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 5.790910] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.790913] ACPI: Thermal Zone [TZ00] (42 C)
    [ 5.790952] ACPI: Requesting acpi_cpufreq
    [ 5.876744] [drm] Initialized drm 1.1.0 20060810
    [ 5.913735] Monitor-Mwait will be used to enter C-1 state
    [ 5.913759] Monitor-Mwait will be used to enter C-2 state
    [ 5.913781] Monitor-Mwait will be used to enter C-3 state
    [ 5.913795] ACPI: acpi_idle registered with cpuidle
    [ 5.957095] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.970540] ACPI: Battery Slot [BAT1] (battery present)
    [ 6.011581] hda_codec: CX20590: BIOS auto-probing.
    [ 6.012383] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    [ 6.085516] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f02)
    [ 6.108981] psmouse serio1: elantech: Synaptics capabilities query result 0x78, 0x17, 0x0b.
    [ 6.135296] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 6.135369] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 6.135418] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 6.135642] mei 0000:00:16.0: setting latency timer to 64
    [ 6.135699] mei 0000:00:16.0: irq 45 for MSI/MSI-X
    [ 6.138210] ACPI Warning: 0x00004040-0x0000405f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120320/utaddress-251)
    [ 6.138216] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.138366] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
    [ 6.138415] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 6.139135] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 6.140739] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
    [ 6.157387] input: Ideapad extra buttons as /devices/platform/ideapad/input/input10
    [ 6.181781] i915 0000:00:02.0: setting latency timer to 64
    [ 6.195724] i915 0000:00:02.0: irq 46 for MSI/MSI-X
    [ 6.195732] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.195733] [drm] Driver supports precise vblank timestamp query.
    [ 6.196268] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 6.229397] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input11
    [ 6.407852] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.407855] Disabling lock debugging due to kernel taint
    [ 6.414984] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 6.414988] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 6.415066] NVRM: loading NVIDIA UNIX x86 Kernel Module 304.37 Wed Aug 8 19:50:16 PDT 2012
    [ 6.473350] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.558887] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.559193] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.559538] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
    [ 6.559899] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.570364] ath: EEPROM regdomain: 0x65
    [ 6.570366] ath: EEPROM indicates we should expect a direct regpair map
    [ 6.570368] ath: Country alpha2 being used: 00
    [ 6.570369] ath: Regpair used: 0x65
    [ 6.625369] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [ 6.625531] Registered led device: ath9k-phy0
    [ 6.625536] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf88c0000, irq=17
    [ 6.648775] Linux media interface: v0.10
    [ 6.648993] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [ 6.652561] Bluetooth: Core ver 2.16
    [ 6.652578] NET: Registered protocol family 31
    [ 6.652580] Bluetooth: HCI device and connection manager initialized
    [ 6.652582] Bluetooth: HCI socket layer initialized
    [ 6.652584] Bluetooth: L2CAP socket layer initialized
    [ 6.652588] Bluetooth: SCO socket layer initialized
    [ 6.684781] Linux video capture interface: v2.00
    [ 6.761692] usbcore: registered new interface driver btusb
    [ 6.815537] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
    [ 6.819406] scsi6 : SCSI emulation for RTS5139 USB card reader
    [ 6.819536] scsi 6:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
    [ 6.820922] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 6.821739] usbcore: registered new interface driver rts5139
    [ 6.822866] checking generic (e0000000 410000) vs hw (e0000000 10000000)
    [ 6.822869] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 6.822882] Console: switching to colour dummy device 80x25
    [ 6.823406] fbcon: inteldrmfb (fb0) is primary device
    [ 6.830840] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b2e2)
    [ 6.832754] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input12
    [ 6.832868] usbcore: registered new interface driver uvcvideo
    [ 6.832869] USB Video Class driver (1.1.1)
    [ 6.995891] Console: switching to colour frame buffer device 170x48
    [ 6.999933] fb0: inteldrmfb frame buffer device
    [ 6.999934] drm: registered panic notifier
    [ 7.000054] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 7.002109] acpi device:38: registered as cooling_device4
    [ 7.002228] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:36/LNXVIDEO:00/input/input13
    [ 7.002291] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 7.004500] acpi device:44: registered as cooling_device5
    [ 7.004732] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input14
    [ 7.004801] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 7.004824] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 7.169641] usbcore: registered new interface driver ath3k
    [ 7.262735] usb 1-1.3: USB disconnect, device number 3
    [ 7.602169] Adding 979960k swap on /dev/sda2. Priority:-1 extents:1 across:979960k
    [ 7.958251] usb 1-1.3: new full-speed USB device number 5 using ehci_hcd
    [ 8.276820] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.391735] systemd-journald[154]: Received SIGUSR1
    [ 10.873451] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 11.128335] Bluetooth: RFCOMM TTY layer initialized
    [ 11.128345] Bluetooth: RFCOMM socket layer initialized
    [ 11.128349] Bluetooth: RFCOMM ver 1.11
    [ 11.413635] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 13.428469] wlan0: authenticate with 00:23:69:e0:c9:57
    [ 13.440604] wlan0: send auth to 00:23:69:e0:c9:57 (try 1/3)
    [ 13.442540] wlan0: authenticated
    [ 13.449080] wlan0: associating with AP with corrupt beacon
    [ 13.450818] wlan0: associate with 00:23:69:e0:c9:57 (try 1/3)
    [ 13.454879] wlan0: RX AssocResp from 00:23:69:e0:c9:57 (capab=0x411 status=0 aid=2)
    [ 13.461369] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 13.461411] wlan0: associated
    [ 13.535109] bbswitch: version 0.4.2
    [ 13.535116] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.535122] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.535179] bbswitch: detected an Optimus _DSM function
    [ 13.535187] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.621600] bbswitch: disabling discrete graphics
    [ 13.621858] bbswitch: Result of Optimus _DSM call: 11000059
    [ 13.633963] pci 0000:01:00.0: Refused to change power state, currently in D0
    [ 13.639096] pci 0000:01:00.0: power state changed by ACPI to D3
    [ 14.866748] wlan0: IPv6 duplicate address fe80::466d:57ff:fed9:3858 detected!
    [ 19.468382] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600
    [ 25.756579] CPU1: Package power limit notification (total events = 1)
    [ 25.756586] CPU0: Package power limit notification (total events = 1)
    [ 25.756605] CPU2: Package power limit notification (total events = 1)
    [ 25.756611] CPU3: Package power limit notification (total events = 1)
    [ 25.756655] CPU1: Package power limit normal
    [ 25.756658] CPU0: Package power limit normal
    [ 25.756676] CPU2: Package power limit normal
    [ 25.756682] CPU3: Package power limit normal
    [ 28.870816] fuse init (API version 7.18)
    [ 405.761491] CPU0: Package power limit notification (total events = 738)
    [ 405.761496] CPU2: Package power limit notification (total events = 738)
    [ 405.761499] CPU3: Package power limit notification (total events = 738)
    [ 405.761503] CPU1: Package power limit notification (total events = 737)
    [ 405.761864] CPU0: Package power limit normal
    [ 405.761884] CPU2: Package power limit normal
    [ 405.761886] CPU3: Package power limit normal
    [ 405.761915] CPU1: Package power limit normal
    [ 453.450036] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 453.450203] sr 2:0:0:0: Attached scsi generic sg1 type 5
    [ 453.450934] sd 6:0:0:0: Attached scsi generic sg2 type 0
    [ 561.690115] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 561.705571] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 713.191865] CPU2: Package power limit notification (total events = 1465)
    [ 713.191872] CPU0: Package power limit notification (total events = 1465)
    [ 713.191876] CPU1: Package power limit notification (total events = 1464)
    [ 713.191881] CPU3: Package power limit notification (total events = 1465)
    [ 713.202700] CPU0: Package power limit normal
    [ 713.202704] CPU1: Package power limit normal
    [ 713.202708] CPU3: Package power limit normal
    [ 713.202711] CPU2: Package power limit normal
    dmesg | grep -i memory
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Memory: 3015272k/3063808k available (3810k kernel code, 40648k reserved, 1472k data, 524k init, 2149124k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000188] Initializing cgroup subsys memory
    [ 0.619052] Freeing initrd memory: 2664k freed
    [ 1.086010] Freeing unused kernel memory: 524k freed
    [ 6.139135] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    i added mem=4G to kernel parameters line in grub bot got nothing.
    anyone have any suggestions?
    Last edited by shohart (2012-08-16 09:01:26)

    buzzqw wrote:a faster solution is to use a 32bit PAE kernel..
    that was the rightest direction. i do not want to start a holywar about 'what is better x86 or x64... the reason is that i've just installed and configurated my system and everything works amasingly well... even bumblebee! so i just use pae kernel for now.... thanks for the answer!
    Awebb wrote:Nice device by the way!
    Yeah, thnx! i've been using HP laptop with AMD turion x64 1,8 Ghz and ATI x200M for like 7 years.... i loved that old man... but when even flash video began to look like a comix.... i ve passed it away, went to the shop and grabbed this Lenovo machine... i wanted i7 but 1,5 kilobucks is too much to pay for a typing machine (it is the main usage of my laptop) for me... thanx everyone for a support. marking as solved.

  • Windows 2008 R2 Server not showing update history and not detecting new updates

    Hi Sirs,
    We have a Windows 2008 R2 server which is showing an empty windows update history, and is not detecting new updates from the WSUS server. It says that the windows is up to date, no error when trying to detect new updates, but I doubt it because when I checked
    the installed updates menu, it shows that that the most recent update date installed was last 2013, it just stop detecting and installing updates. I've already tried the ff workarounds but to no avail:
    1. restart wuauserv and bits service
    2. rename/delete the software distribution folder
    3. reinstalled the update agent/restarted the server
    4. deleted the susclientid on the registry
    Thanks in advanced for your help.
    here's the windowsupdate.log:
    2014-07-22    00:57:06:728     928    a34    AU    #############
    2014-07-22    00:57:06:728     928    a34    AU    Successfully wrote event for AU health state:0
    2014-07-22    00:57:06:728     928    a34    AU    Featured notifications is disabled.
    2014-07-22    00:57:06:728     928    a34    AU    AU setting next detection timeout to 2014-07-21 20:50:56
    2014-07-22    00:57:06:728     928    a34    AU    Successfully wrote event for AU health state:0
    2014-07-22    00:57:06:728     928    a34    AU    Successfully wrote event for AU health state:0
    2014-07-22    00:57:11:727     928    abc    Report    REPORT EVENT: {AF0753F1-F6F9-4583-87B0-A0B0AEA0C6A7}    2014-07-22 00:57:06:728+0800    1  
     147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows
    Update Client successfully detected 0 updates.
    2014-07-22    00:57:11:727     928    abc    Report    REPORT EVENT: {188957AA-577F-4DC5-9CDB-2D8CFEE96670}    2014-07-22 00:57:06:728+0800    1  
     156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting
    client status.
    2014-07-22    00:57:11:727     928    abc    Report    CWERReporter finishing event handling. (00000000)
    2014-07-22    01:11:10:931     928    abc    Report    Uploading 2 events using cached cookie, reporting URL = http://mtp-wsus2/ReportingWebService/ReportingWebService.asmx
    2014-07-22    01:11:10:947     928    abc    Report    Reporter successfully uploaded 2 events.
    2014-07-22    04:50:56:736     928    1130    AU    #############
    2014-07-22    04:50:56:736     928    1130    AU    ## START ##  AU: Search for updates
    2014-07-22    04:50:56:736     928    1130    AU    #########
    2014-07-22    04:50:56:736     928    1130    AU    <<## SUBMITTED ## AU: Search for updates [CallId = {F40B494F-91F1-4FFB-B7A5-46CEA397AA52}]
    2014-07-22    04:50:56:736     928    d08    Agent    *************
    2014-07-22    04:50:56:736     928    d08    Agent    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    04:50:56:736     928    d08    Agent    *********
    2014-07-22    04:50:56:736     928    d08    Agent      * Online = Yes; Ignore download priority = No
    2014-07-22    04:50:56:736     928    d08    Agent      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation'
    or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-07-22    04:50:56:736     928    d08    Agent      * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-22    04:50:56:736     928    d08    Agent      * Search Scope = {Machine}
    2014-07-22    04:50:57:017     928    d08    Setup    Checking for agent SelfUpdate
    2014-07-22    04:50:57:017     928    d08    Setup    Client version: Core: 7.6.7600.256  Aux: 7.6.7600.256
    2014-07-22    04:50:57:017     928    d08    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    04:50:57:017     928    d08    Misc     Microsoft signed: Yes
    2014-07-22    04:50:59:611     928    d08    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    04:50:59:611     928    d08    Misc     Microsoft signed: Yes
    2014-07-22    04:50:59:611     928    d08    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    04:50:59:611     928    d08    Misc     Microsoft signed: Yes
    2014-07-22    04:50:59:626     928    d08    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    04:50:59:626     928    d08    Misc     Microsoft signed: Yes
    2014-07-22    04:50:59:626     928    d08    Setup    Determining whether a new setup handler needs to be downloaded
    2014-07-22    04:50:59:626     928    d08    Setup    SelfUpdate handler is not found.  It will be downloaded
    2014-07-22    04:50:59:626     928    d08    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    04:51:01:095     928    d08    Setup    Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    04:51:01:095     928    d08    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    04:51:01:110     928    d08    Setup    Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    04:51:01:110     928    d08    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    04:51:01:142     928    d08    Setup    Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    04:51:01:142     928    d08    Setup    SelfUpdate check completed.  SelfUpdate is NOT required.
    2014-07-22    04:51:01:860     928    d08    PT    +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-07-22    04:51:01:860     928    d08    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    04:51:01:891     928    d08    PT    WARNING: Cached cookie has expired or new PID is available
    2014-07-22    04:51:01:891     928    d08    PT    Initializing simple targeting cookie, clientId = 487b95fe-31a4-44f7-9989-bd77766ce5fa, target group = , DNS name = itg-soatrainsvr.mbtc.mgc.local
    2014-07-22    04:51:01:891     928    d08    PT      Server URL = http://mtp-wsus2/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-22    04:51:04:485     928    d08    PT    +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-07-22    04:51:04:485     928    d08    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    04:51:04:875     928    d08    Agent      * Found 0 updates and 68 categories in search; evaluated appl. rules of 503 out of 777 deployed entities
    2014-07-22    04:51:04:875     928    d08    Agent    *********
    2014-07-22    04:51:04:875     928    d08    Agent    **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    04:51:04:875     928    d08    Agent    *************
    2014-07-22    04:51:04:875     928    1278    AU    >>##  RESUMED  ## AU: Search for updates [CallId = {F40B494F-91F1-4FFB-B7A5-46CEA397AA52}]
    2014-07-22    04:51:04:875     928    1278    AU      # 0 updates detected
    2014-07-22    04:51:04:875     928    1278    AU    #########
    2014-07-22    04:51:04:875     928    1278    AU    ##  END  ##  AU: Search for updates [CallId = {F40B494F-91F1-4FFB-B7A5-46CEA397AA52}]
    2014-07-22    04:51:04:875     928    1278    AU    #############
    2014-07-22    04:51:04:875     928    1278    AU    Successfully wrote event for AU health state:0
    2014-07-22    04:51:04:875     928    1278    AU    Featured notifications is disabled.
    2014-07-22    04:51:04:875     928    1278    AU    AU setting next detection timeout to 2014-07-22 00:38:28
    2014-07-22    04:51:04:875     928    1278    AU    Successfully wrote event for AU health state:0
    2014-07-22    04:51:04:875     928    1278    AU    Successfully wrote event for AU health state:0
    2014-07-22    04:51:09:874     928    d08    Report    REPORT EVENT: {FE398C01-75A1-4AD8-8C43-0894FCFCE13F}    2014-07-22 04:51:04:875+0800    1  
     147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows
    Update Client successfully detected 0 updates.
    2014-07-22    04:51:09:874     928    d08    Report    REPORT EVENT: {CDA386AD-6392-4C34-859E-35307BCB5EA0}    2014-07-22 04:51:04:875+0800    1  
     156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting
    client status.
    2014-07-22    04:51:09:874     928    d08    Report    CWERReporter finishing event handling. (00000000)
    2014-07-22    05:05:09:109     928    d08    Report    Uploading 2 events using cached cookie, reporting URL = http://mtp-wsus2/ReportingWebService/ReportingWebService.asmx
    2014-07-22    05:05:09:109     928    d08    Report    Reporter successfully uploaded 2 events.
    2014-07-22    08:38:28:883     928    1130    AU    #############
    2014-07-22    08:38:28:883     928    1130    AU    ## START ##  AU: Search for updates
    2014-07-22    08:38:28:883     928    1130    AU    #########
    2014-07-22    08:38:28:883     928    1130    AU    <<## SUBMITTED ## AU: Search for updates [CallId = {9A097F9F-88DD-4037-A4DD-48B9CC891327}]
    2014-07-22    08:38:28:883     928    53c    Agent    *************
    2014-07-22    08:38:28:883     928    53c    Agent    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    08:38:28:883     928    53c    Agent    *********
    2014-07-22    08:38:28:883     928    53c    Agent      * Online = Yes; Ignore download priority = No
    2014-07-22    08:38:28:883     928    53c    Agent      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation'
    or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-07-22    08:38:28:883     928    53c    Agent      * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-22    08:38:28:883     928    53c    Agent      * Search Scope = {Machine}
    2014-07-22    08:38:29:195     928    53c    Setup    Checking for agent SelfUpdate
    2014-07-22    08:38:29:195     928    53c    Setup    Client version: Core: 7.6.7600.256  Aux: 7.6.7600.256
    2014-07-22    08:38:29:195     928    53c    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    08:38:29:195     928    53c    Misc     Microsoft signed: Yes
    2014-07-22    08:38:31:804     928    53c    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    08:38:31:804     928    53c    Misc     Microsoft signed: Yes
    2014-07-22    08:38:31:804     928    53c    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    08:38:31:820     928    53c    Misc     Microsoft signed: Yes
    2014-07-22    08:38:31:820     928    53c    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    08:38:31:820     928    53c    Misc     Microsoft signed: Yes
    2014-07-22    08:38:31:835     928    53c    Setup    Determining whether a new setup handler needs to be downloaded
    2014-07-22    08:38:31:835     928    53c    Setup    SelfUpdate handler is not found.  It will be downloaded
    2014-07-22    08:38:31:835     928    53c    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    08:38:33:241     928    53c    Setup    Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    08:38:33:241     928    53c    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    08:38:33:272     928    53c    Setup    Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    08:38:33:272     928    53c    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    08:38:33:288     928    53c    Setup    Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    08:38:33:288     928    53c    Setup    SelfUpdate check completed.  SelfUpdate is NOT required.
    2014-07-22    08:38:33:991     928    53c    PT    +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-07-22    08:38:33:991     928    53c    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    08:38:34:038     928    53c    PT    WARNING: Cached cookie has expired or new PID is available
    2014-07-22    08:38:34:038     928    53c    PT    Initializing simple targeting cookie, clientId = 487b95fe-31a4-44f7-9989-bd77766ce5fa, target group = , DNS name = itg-soatrainsvr.mbtc.mgc.local
    2014-07-22    08:38:34:038     928    53c    PT      Server URL = http://mtp-wsus2/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-22    08:38:36:616     928    53c    PT    +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-07-22    08:38:36:616     928    53c    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    08:38:37:022     928    53c    Agent      * Found 0 updates and 68 categories in search; evaluated appl. rules of 503 out of 777 deployed entities
    2014-07-22    08:38:37:022     928    53c    Agent    *********
    2014-07-22    08:38:37:022     928    53c    Agent    **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    08:38:37:022     928    53c    Agent    *************
    2014-07-22    08:38:37:022     928    aa8    AU    >>##  RESUMED  ## AU: Search for updates [CallId = {9A097F9F-88DD-4037-A4DD-48B9CC891327}]
    2014-07-22    08:38:37:022     928    aa8    AU      # 0 updates detected
    2014-07-22    08:38:37:022     928    aa8    AU    #########
    2014-07-22    08:38:37:022     928    aa8    AU    ##  END  ##  AU: Search for updates [CallId = {9A097F9F-88DD-4037-A4DD-48B9CC891327}]
    2014-07-22    08:38:37:022     928    aa8    AU    #############
    2014-07-22    08:38:37:022     928    aa8    AU    Successfully wrote event for AU health state:0
    2014-07-22    08:38:37:022     928    aa8    AU    Featured notifications is disabled.
    2014-07-22    08:38:37:022     928    aa8    AU    AU setting next detection timeout to 2014-07-22 04:15:53
    2014-07-22    08:38:37:022     928    aa8    AU    Successfully wrote event for AU health state:0
    2014-07-22    08:38:37:022     928    aa8    AU    Successfully wrote event for AU health state:0
    2014-07-22    08:38:42:021     928    53c    Report    REPORT EVENT: {45B5AD35-C612-4C43-8FE0-DFC63B114FC9}    2014-07-22 08:38:37:022+0800    1  
     147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows
    Update Client successfully detected 0 updates.
    2014-07-22    08:38:42:021     928    53c    Report    REPORT EVENT: {BA606714-0153-41BA-ADC8-78520F678D97}    2014-07-22 08:38:37:022+0800    1  
     156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting
    client status.
    2014-07-22    08:38:42:021     928    53c    Report    CWERReporter finishing event handling. (00000000)
    2014-07-22    08:52:41:224     928    53c    Report    Uploading 2 events using cached cookie, reporting URL = http://mtp-wsus2/ReportingWebService/ReportingWebService.asmx
    2014-07-22    08:52:41:240     928    53c    Report    Reporter successfully uploaded 2 events.
    2014-07-22    12:15:53:027     928    1130    AU    #############
    2014-07-22    12:15:53:027     928    1130    AU    ## START ##  AU: Search for updates
    2014-07-22    12:15:53:027     928    1130    AU    #########
    2014-07-22    12:15:53:027     928    1130    AU    <<## SUBMITTED ## AU: Search for updates [CallId = {9BDC1D71-5139-49D4-88F0-E2B639CE8846}]
    2014-07-22    12:15:53:043     928    a58    Agent    *************
    2014-07-22    12:15:53:043     928    a58    Agent    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    12:15:53:043     928    a58    Agent    *********
    2014-07-22    12:15:53:043     928    a58    Agent      * Online = Yes; Ignore download priority = No
    2014-07-22    12:15:53:043     928    a58    Agent      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation'
    or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-07-22    12:15:53:043     928    a58    Agent      * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-22    12:15:53:043     928    a58    Agent      * Search Scope = {Machine}
    2014-07-22    12:15:53:308     928    a58    Setup    Checking for agent SelfUpdate
    2014-07-22    12:15:53:308     928    a58    Setup    Client version: Core: 7.6.7600.256  Aux: 7.6.7600.256
    2014-07-22    12:15:53:308     928    a58    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    12:15:53:324     928    a58    Misc     Microsoft signed: Yes
    2014-07-22    12:15:55:901     928    a58    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    12:15:55:901     928    a58    Misc     Microsoft signed: Yes
    2014-07-22    12:15:55:901     928    a58    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    12:15:55:917     928    a58    Misc     Microsoft signed: Yes
    2014-07-22    12:15:55:917     928    a58    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    12:15:55:917     928    a58    Misc     Microsoft signed: Yes
    2014-07-22    12:15:55:933     928    a58    Setup    Determining whether a new setup handler needs to be downloaded
    2014-07-22    12:15:55:933     928    a58    Setup    SelfUpdate handler is not found.  It will be downloaded
    2014-07-22    12:15:55:933     928    a58    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    12:15:57:167     928    a58    Setup    Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    12:15:57:167     928    a58    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    12:15:57:167     928    a58    Setup    Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    12:15:57:167     928    a58    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    12:15:57:198     928    a58    Setup    Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    12:15:57:198     928    a58    Setup    SelfUpdate check completed.  SelfUpdate is NOT required.
    2014-07-22    12:15:57:917     928    a58    PT    +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-07-22    12:15:57:917     928    a58    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    12:15:57:963     928    a58    PT    WARNING: Cached cookie has expired or new PID is available
    2014-07-22    12:15:57:963     928    a58    PT    Initializing simple targeting cookie, clientId = 487b95fe-31a4-44f7-9989-bd77766ce5fa, target group = , DNS name = itg-soatrainsvr.mbtc.mgc.local
    2014-07-22    12:15:57:963     928    a58    PT      Server URL = http://mtp-wsus2/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-22    12:16:00:572     928    a58    PT    +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-07-22    12:16:00:572     928    a58    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    12:16:00:932     928    a58    Agent      * Found 0 updates and 68 categories in search; evaluated appl. rules of 503 out of 777 deployed entities
    2014-07-22    12:16:00:932     928    a58    Agent    *********
    2014-07-22    12:16:00:932     928    a58    Agent    **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    12:16:00:932     928    a58    Agent    *************
    2014-07-22    12:16:00:932     928    1120    AU    >>##  RESUMED  ## AU: Search for updates [CallId = {9BDC1D71-5139-49D4-88F0-E2B639CE8846}]
    2014-07-22    12:16:00:932     928    1120    AU      # 0 updates detected
    2014-07-22    12:16:00:932     928    1120    AU    #########
    2014-07-22    12:16:00:932     928    1120    AU    ##  END  ##  AU: Search for updates [CallId = {9BDC1D71-5139-49D4-88F0-E2B639CE8846}]
    2014-07-22    12:16:00:932     928    1120    AU    #############
    2014-07-22    12:16:00:932     928    1120    AU    Successfully wrote event for AU health state:0
    2014-07-22    12:16:00:932     928    1120    AU    Featured notifications is disabled.
    2014-07-22    12:16:00:932     928    1120    AU    AU setting next detection timeout to 2014-07-22 08:15:22
    2014-07-22    12:16:00:932     928    1120    AU    Successfully wrote event for AU health state:0
    2014-07-22    12:16:00:932     928    1120    AU    Successfully wrote event for AU health state:0
    2014-07-22    12:16:05:931     928    a58    Report    REPORT EVENT: {25E75367-1205-4F59-A812-02DA28BB3234}    2014-07-22 12:16:00:932+0800    1  
     147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows
    Update Client successfully detected 0 updates.
    2014-07-22    12:16:05:931     928    a58    Report    REPORT EVENT: {FE1434F8-C6AF-4F87-B3DF-6E4D6C4B05FB}    2014-07-22 12:16:00:932+0800    1  
     156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting
    client status.
    2014-07-22    12:16:05:931     928    a58    Report    CWERReporter finishing event handling. (00000000)
    2014-07-22    12:30:05:116     928    a58    Report    Uploading 2 events using cached cookie, reporting URL = http://mtp-wsus2/ReportingWebService/ReportingWebService.asmx
    2014-07-22    12:30:05:131     928    a58    Report    Reporter successfully uploaded 2 events.
    2014-07-22    14:05:29:584     928    10a0    AU    Triggering AU detection through DetectNow API
    2014-07-22    14:05:29:584     928    10a0    AU    Triggering Online detection (interactive)
    2014-07-22    14:05:29:584     928    1130    AU    #############
    2014-07-22    14:05:29:584     928    1130    AU    ## START ##  AU: Search for updates
    2014-07-22    14:05:29:584     928    1130    AU    #########
    2014-07-22    14:05:29:584     928    1130    AU    <<## SUBMITTED ## AU: Search for updates [CallId = {CC67CC44-7DFB-49DE-AA83-8D6A7995ABFA}]
    2014-07-22    14:05:29:584     928    8e0    Agent    *************
    2014-07-22    14:05:29:584     928    8e0    Agent    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    14:05:29:584     928    8e0    Agent    *********
    2014-07-22    14:05:29:584     928    8e0    Agent      * Online = Yes; Ignore download priority = No
    2014-07-22    14:05:29:584     928    8e0    Agent      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation'
    or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-07-22    14:05:29:584     928    8e0    Agent      * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-22    14:05:29:584     928    8e0    Agent      * Search Scope = {Machine}
    2014-07-22    14:05:29:584     928    8e0    Setup    Checking for agent SelfUpdate
    2014-07-22    14:05:29:584     928    8e0    Setup    Client version: Core: 7.6.7600.256  Aux: 7.6.7600.256
    2014-07-22    14:05:29:584     928    8e0    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    14:05:29:600     928    8e0    Misc     Microsoft signed: Yes
    2014-07-22    14:05:29:616     928    8e0    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-22    14:05:29:631     928    8e0    Misc     Microsoft signed: Yes
    2014-07-22    14:05:29:631     928    8e0    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    14:05:29:631     928    8e0    Misc     Microsoft signed: Yes
    2014-07-22    14:05:29:647     928    8e0    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-22    14:05:29:662     928    8e0    Misc     Microsoft signed: Yes
    2014-07-22    14:05:29:662     928    8e0    Setup    Determining whether a new setup handler needs to be downloaded
    2014-07-22    14:05:29:662     928    8e0    Setup    SelfUpdate handler is not found.  It will be downloaded
    2014-07-22    14:05:29:662     928    8e0    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    14:05:29:662     928    8e0    Setup    Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    14:05:29:662     928    8e0    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    14:05:29:694     928    8e0    Setup    Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    14:05:29:694     928    8e0    Setup    Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2014-07-22    14:05:29:709     928    8e0    Setup    Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2014-07-22    14:05:29:725     928    8e0    Setup    SelfUpdate check completed.  SelfUpdate is NOT required.
    2014-07-22    14:05:30:037     928    8e0    PT    +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-07-22    14:05:30:037     928    8e0    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    14:05:30:053     928    8e0    PT    WARNING: Cached cookie has expired or new PID is available
    2014-07-22    14:05:30:053     928    8e0    PT    Initializing simple targeting cookie, clientId = 487b95fe-31a4-44f7-9989-bd77766ce5fa, target group = , DNS name = itg-soatrainsvr.mbtc.mgc.local
    2014-07-22    14:05:30:053     928    8e0    PT      Server URL = http://mtp-wsus2/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-22    14:05:35:630     928    8e0    PT    +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-07-22    14:05:35:630     928    8e0    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://mtp-wsus2/ClientWebService/client.asmx
    2014-07-22    14:05:36:411     928    8e0    Agent      * Found 0 updates and 68 categories in search; evaluated appl. rules of 503 out of 777 deployed entities
    2014-07-22    14:05:36:411     928    8e0    Agent    *********
    2014-07-22    14:05:36:411     928    8e0    Agent    **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-22    14:05:36:411     928    8e0    Agent    *************
    2014-07-22    14:05:36:411     928    1360    AU    >>##  RESUMED  ## AU: Search for updates [CallId = {CC67CC44-7DFB-49DE-AA83-8D6A7995ABFA}]
    2014-07-22    14:05:36:411     928    1360    AU      # 0 updates detected
    2014-07-22    14:05:36:411     928    1360    AU    #########
    2014-07-22    14:05:36:411     928    1360    AU    ##  END  ##  AU: Search for updates [CallId = {CC67CC44-7DFB-49DE-AA83-8D6A7995ABFA}]
    2014-07-22    14:05:36:411     928    1360    AU    #############
    2014-07-22    14:05:36:411     928    1360    AU    Successfully wrote event for AU health state:0
    2014-07-22    14:05:36:411     928    1360    AU    Featured notifications is disabled.
    2014-07-22    14:05:36:411     928    1360    AU    AU setting next detection timeout to 2014-07-22 10:01:01
    2014-07-22    14:05:36:411     928    1360    AU    Successfully wrote event for AU health state:0
    2014-07-22    14:05:36:411     928    1360    AU    Successfully wrote event for AU health state:0
    2014-07-22    14:05:41:410     928    8e0    Report    REPORT EVENT: {6A2B180E-A95F-42F7-B775-5750DFFD6ECD}    2014-07-22 14:05:36:411+0800    1  
     147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows
    Update Client successfully detected 0 updates.
    2014-07-22    14:05:41:410     928    8e0    Report    REPORT EVENT: {83041427-693D-4A42-AED0-E8E7BFB8E7E3}    2014-07-22 14:05:36:411+0800    1  
     156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting
    client status.
    2014-07-22    14:05:41:410     928    8e0    Report    CWERReporter finishing event handling. (00000000)

    No Service Pack 1 installed. Does this mean that no updates will be detected if SP1 is not installed? thanks
    That's exactly what that means!
    Updates have not been available for Windows Server 2008 R2 *RTM* systems since April, 2013.
    http://support.microsoft.com/lifecycle/?p1=14134
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Updates not getting detected by some servers

    We have a couple of servers our of 250 which did not receive updates since we approve them
    All other servers installed the updates fine.
    The logs on both of these server state different things,. It seems that they did not even detect any updates were apoproved for them
    Log 1
    2014-12-02 20:53:11:203
    876 2560
    Setup ***********  Setup: Checking whether self-update is required  ***********
    2014-12-02 20:53:11:203
    876 2560
    Setup  * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.6.7600.256, required version = 7.6.7600.256
    2014-12-02 20:53:11:219
    876 2560
    Setup  * IsUpdateRequired = No
    2014-12-02 20:53:14:500
    876 2560
    PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-12-02 20:53:15:641
    876 2560
    Agent WARNING: Failed to evaluate Installed rule, updateId = {07AEE973-703C-4F27-83F1-3E764D9ED2C7}.202, hr = 80041010
    2014-12-02 20:54:14:907
    876 2560
    PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-12-02 20:54:14:907
    876 2560
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsus.domain.com/ClientWebService/client.asmx
    2014-12-02 22:17:26:767
    876 c04
    AU AU received policy change subscription event
    2014-12-02 23:47:30:975
    876 c04
    AU AU received policy change subscription event
    2014-12-03 01:37:35:274
    876 c04
    AU AU received policy change subscription event
    2014-12-03 03:33:39:241
    876 c04
    AU AU received policy change subscription event
    2014-12-03 13:37:20:215
    876 c04
    AU AU received policy change subscription event
    2014-12-03 13:53:13:300
    876 c04
    AU AU received policy change subscription event
    2014-12-03 14:22:04:014
    876 c04
    AU AU received policy change subscription event
    2014-12-03 14:53:07:948
    876 c04
    AU AU received policy change subscription event
    2014-12-03 15:06:09:718
    876 c04
    AU AU received policy change subscription event
    2014-12-03 15:59:00:942
    876 c04
    AU AU received policy change subscription event
    2014-12-03 17:02:49:185
    876 c04
    AU AU received policy change subscription event
    2014-12-03 18:26:07:141
    876 c04
    AU AU received policy change subscription event
    2014-12-03 19:00:10:014
    876 c04
    AU Forced install timer expired for scheduled install
    2014-12-03 19:00:10:014
    876 c04
    AU UpdateDownloadProperties: 0 download(s) are still in progress.
    2014-12-03 19:00:10:014
    876 c04
    AU Setting AU scheduled install time to 2014-12-04 16:00:00
    2014-12-03 19:36:07:168
    876 c04
    AU AU received policy change subscription event
    2014-12-03 19:51:06:033
    876 2074
    AU Triggering AU detection through DetectNow API
    2014-12-03 19:51:06:033
    876 2074
    AU Piggybacking on an AU detection already in progress
    2014-12-03 21:00:56:482
    876 c04
    AU AU received policy change subscription event
    Log 2
    2014-12-02 21:00:28:509
    908 1874
    PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-12-02 21:00:28:509
    908 1874
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsus.domain.com/ClientWebService/client.asmx
    2014-12-02 21:00:28:541
    908 1874
    PT WARNING: Cached cookie has expired or new PID is available
    2014-12-02 21:00:28:541
    908 1874
    PT Initializing simple targeting cookie, clientId = a04c00af-5495-4b11-a0a7-e53793ce1aad, target group = Servers, DNS name = server.domain.com
    2014-12-02 21:00:28:541
    908 1874
    PT  Server URL = http://wsus.domain.com/SimpleAuthWebService/SimpleAuth.asmx
    2014-12-02 21:00:29:416
    908 1874
    Agent WARNING: Failed to evaluate Installed rule, updateId = {07AEE973-703C-4F27-83F1-3E764D9ED2C7}.202, hr = 80041010
    2014-12-02 21:00:33:166
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {BFE9FC5C-B1D2-4845-A032014-12-02
    21:00:28:509 908
    1874 PT
    +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-12-02 21:00:28:509
    908 1874
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsus.domain.com/ClientWebService/client.asmx
    2014-12-02 21:00:28:541
    908 1874
    PT WARNING: Cached cookie has expired or new PID is available
    2014-12-02 21:00:28:541
    908 1874
    PT Initializing simple targeting cookie, clientId = a04c00af-5495-4b11-a0a7-e53793ce1aad, target group = Servers, DNS name = server.domain.com
    2014-12-02 21:00:28:541
    908 1874
    PT  Server URL = http://wsus.domain.com/SimpleAuthWebService/SimpleAuth.asmx
    2014-12-02 21:00:29:416
    908 1874
    Agent WARNING: Failed to evaluate Installed rule, updateId = {07AEE973-703C-4F27-83F1-3E764D9ED2C7}.202, hr = 80041010
    2014-12-02 21:00:33:166
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {BFE9FC5C-B1D2-4845-A036-50E7A059B4F3}.202, hr = 8007006E
    2014-12-02 21:00:35:697
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {27EA4420-09D2-4C83-9E6B-A7E9C920F637}.104, hr = 8007006E
    2014-12-02 21:00:35:712
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {30E51BFF-74C4-49E8-86D0-C9355E277F5D}.103, hr = 8007006E
    2014-12-02 21:00:35:728
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {69009D12-852D-4629-B166-DB75B09CC59C}.103, hr = 8007006E
    2014-12-02 21:00:44:775
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {923E4A9C-E661-4CCE-8560-1896B0E20677}.200, hr = 8007006E
    2014-12-02 21:00:44:806
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {5E0B30B1-2DAF-42E8-8C58-E90311687768}.200, hr = 8007006E
    2014-12-02 21:00:44:822
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {65D4C5DF-90AA-44E0-8E96-E007AB288541}.201, hr = 8007006E
    2014-12-02 21:00:44:837
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {620EB0D3-0971-4AA7-9001-240143CE0944}.201, hr = 8007006E
    2014-12-02 21:00:44:853
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {05911A59-4326-45AE-826D-4BCF7695EBF8}.201, hr = 8007006E
    2014-12-02 21:00:44:869
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {6A7F3A93-5B1D-4E94-A006-54ED838C1A9D}.201, hr = 8007006E
    2014-12-02 21:00:44:884
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {BA6ACCAF-A854-4BED-B89A-256D2440B55D}.201, hr = 8007006E
    2014-12-02 21:00:44:900
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {D6F24BFA-D5C8-45D5-9659-B9F33FB5A02D}.201, hr = 8007006E
    2014-12-02 21:00:44:916
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {2FBFED74-02CA-4ED7-B4C4-929E38B4CBF2}.201, hr = 8007006E
    2014-12-02 21:00:44:931
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {681EDF49-8910-4B5A-94FD-2530DA0AF5BC}.201, hr = 8007006E
    2014-12-02 21:00:44:947
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {2395F78F-38B8-433B-9E3B-EBEDF9F26887}.201, hr = 8007006E
    2014-12-02 21:00:44:962
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {FEED9B84-2588-47D0-87A5-DCC6EAA5200D}.201, hr = 8007006E
    2014-12-02 21:00:44:978
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {D4179E70-1F88-4A84-B7FB-32716F54672E}.201, hr = 8007006E
    2014-12-02 21:00:44:994
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {1DAFAD48-9413-4334-A882-47175C3F063D}.201, hr = 8007006E
    2
    2014-12-02 21:01:31:900
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {FBF47240-C47F-4231-99C0-EC1E6C663332}.101, hr = 8007006E
    2014-12-02 21:01:32:181
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {7DB6DED9-6287-4F0F-9C1D-A8F26EF1D085}.202, hr = 8007006E
    2014-12-02 21:01:32:337
    908 1874
    PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-12-02 21:01:32:337
    908 1874
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsus.domain.com/ClientWebService/client.asmx
    2014-12-02 21:40:48:088
    908 9a0
    AU AU received policy change subscription event
    2014-12-02 23:39:04:152
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 01:16:19:955
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 03:12:36:145
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 05:08:52:288
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 06:55:09:012
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 08:51:25:655
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 10:38:41:230
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 12:34:57:733
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 14:15:14:850
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 15:53:31:781
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 17:35:48:148
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 19:00:10:377
    908 9a0
    AU Forced install timer expired for scheduled install
    2014-12-03 19:00:10:377
    908 9a0
    AU UpdateDownloadProperties: 0 download(s) are still in progress.
    2014-12-03 19:00:10:377
    908 9a0
    AU Setting AU scheduled install time to 2014-12-04 16:00:00
    2014-12-03 19:32:06:173
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 19:38:02:061
    908 22a4
    AU Triggering AU detection through DetectNow API
    2014-12-03 19:38:02:061
    908 22a4
    AU Piggybacking on an AU detection already in progress
    2014-12-03 19:45:37:246
    908 1d5c
    AU Triggering AU detection through DetectNow API
    2014-12-03 19:45:37:246
    908 1d5c
    AU Piggybacking on an AU detection already in progress
    2014-12-03 21:11:23:526
    908 9a0
    AU AU received policy change subscription event
    6-50E7A059B4F3}.202, hr = 8007006E
    2014-12-02 21:00:35:697
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {27EA4420-09D2-4C83-9E6B-A7E9C920F637}.104, hr = 8007006E
    2014-12-02 21:00:35:712
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {30E51BFF-74C4-49E8-86D0-C9355E277F5D}.103, hr = 8007006E
    2014-12-02 21:00:35:728
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {69009D12-852D-4629-B166-DB75B09CC59C}.103, hr = 8007006E
    2
    2014-12-02 21:01:32:181
    908 1874
    Agent WARNING: Failed to evaluate Installable rule, updateId = {7DB6DED9-6287-4F0F-9C1D-A8F26EF1D085}.202, hr = 8007006E
    2014-12-02 21:01:32:337
    908 1874
    PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-12-02 21:01:32:337
    908 1874
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://wsus.domain.com/ClientWebService/client.asmx
    2014-12-02 21:40:48:088
    908 9a0
    AU AU received policy change subscription event
    2014-12-02 23:39:04:152
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 01:16:19:955
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 03:12:36:145
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 05:08:52:288
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 06:55:09:012
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 08:51:25:655
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 10:38:41:230
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 12:34:57:733
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 14:15:14:850
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 15:53:31:781
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 17:35:48:148
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 19:00:10:377
    908 9a0
    AU Forced install timer expired for scheduled install
    2014-12-03 19:00:10:377
    908 9a0
    AU UpdateDownloadProperties: 0 download(s) are still in progress.
    2014-12-03 19:00:10:377
    908 9a0
    AU Setting AU scheduled install time to 2014-12-04 16:00:00
    2014-12-03 19:32:06:173
    908 9a0
    AU AU received policy change subscription event
    2014-12-03 19:38:02:061
    908 22a4
    AU Triggering AU detection through DetectNow API
    2014-12-03 19:38:02:061
    908 22a4
    AU Piggybacking on an AU detection already in progress
    2014-12-03 19:45:37:246
    908 1d5c
    AU Triggering AU detection through DetectNow API
    2014-12-03 19:45:37:246
    908 1d5c
    AU Piggybacking on an AU detection already in progress
    2014-12-03 21:11:23:526
    908 9a0
    AU AU received policy change subscription event

    2014-12-02 23:47:30:975 876
    c04 AU AU received policy change subscription event
    2014-12-03 01:37:35:274 876
    c04 AU AU received policy change subscription event
    2014-12-03 03:33:39:241 876
    c04 AU AU received policy change subscription event
    2014-12-03 13:37:20:215 876
    c04 AU AU received policy change subscription event
    2014-12-03 13:53:13:300 876
    c04 AU AU received policy change subscription event
    2014-12-03 14:22:04:014 876
    c04 AU AU received policy change subscription event
    2014-12-03 14:53:07:948 876
    c04 AU AU received policy change subscription event
    2014-12-03 15:06:09:718 876
    c04 AU AU received policy change subscription event
    2014-12-03 15:59:00:942 876
    c04 AU AU received policy change subscription event
    2014-12-03 17:02:49:185 876
    c04 AU AU received policy change subscription event
    2014-12-03 18:26:07:141 876
    c04 AU AU received policy change subscription event
    This is certainly ABNORMAL!
    2014-12-02 21:00:35:697 908 1874 Agent WARNING: Failed to evaluate Installable rule, updateId = {27EA4420-09D2-4C83-9E6B-A7E9C920F637}.104, hr = 8007006E
    2014-12-02 21:00:35:712 908 1874 Agent WARNING: Failed to evaluate Installable rule, updateId = {30E51BFF-74C4-49E8-86D0-C9355E277F5D}.103, hr = 8007006E
    2014-12-02 21:00:35:728 908
    1874 Agent WARNING: Failed to evaluate Installable rule, updateId = {69009D12-852D-4629-B166-DB75B09CC59C}.103, hr = 8007006E 
    2014-12-02 21:01:32:181 908 1874 Agent WARNING: Failed to evaluate Installable rule, updateId = {7DB6DED9-6287-4F0F-9C1D-A8F26EF1D085}.202, hr = 8007006E
    It seems you have some defective updates in the WSUS catalog.
    My last observation will be that this logfile is no longer sorted chronologically... which really makes it impossible to properly analyze.
    To wit: These two entries are out of order, and 24 hours apart.
    2014-12-03 21:11:23:526 908
    9a0 AU AU received policy change subscription event
    2014-12-02 21:00:35:697 908
    1874 Agent WARNING: Failed to evaluate Installable rule, updateId = {27EA4420-09D2-4C83-9E6B-A7E9C920F637}.104, hr = 8007006E
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • ERROR During call of SOAP with a SOAP- RFC- SOAP Synchronous scenario

    Hello Experts,
    I've recently created a SOAP->RFC->SOAP synchronous scenario but every time I'm invoking the SOAP via XMLSpy then i will hang and send a timeout error. Also a log in XI was generated as shown below.
    I hope you could help me on this one.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Date and Time          28.09.2010 09:31:23
    Short text
         SQL error in the database when accessing a table.
    What happened?
         The database system detected a deadlock and avoided it by rolling back
         your transaction.
    What can you do?
         If possible (and necessary), repeat the last database transaction in the
          hope that locking the object will not result in another deadlock.
         Note which actions and input led to the error.
         For further help in handling the problem, contact your SAP administrator
         You can use the ABAP dump analysis transaction ST22 to view and manage
         termination messages, in particular for long term reference.
         Note which actions and input led to the error.
         For further help in handling the problem, contact your SAP administrator
         You can use the ABAP dump analysis transaction ST22 to view and manage
         termination messages, in particular for long term reference.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
          in
         procedure "DELETE_LUW_PACKET" "(FORM)", nor was it propagated by a RAISING
          clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         The database system recognized that your last operation on the database
         would have led to a deadlock.
         Therefore, your transaction was rolled back
         to avoid this.
         ORACLE always terminates any transaction that would result in deadlock.
         The other transactions involved in this potential deadlock
         are not affected by the termination.
    Regards,
    Alfred

    Normally such an error comes when the DB of SAP PI is full.
    Contact your BASIS or ADMIN team and ask them to free the DB space.
    Regards,
    Abhishek.

  • Synchronizing peers in transfer over Socket

    Hi again!
    I'm relatively new to Java, so there are many issues I still have to figure out ;-)
    Here are two of them:
    1) How can peers be synchronized in transfer over Socket? For example:
    This is the receiving peer:
    DataInputStream dsin = new DataInputStream(socket.getInputStream());
    String s = dsin.readUTF();This is the sending peer:
    DataOutputStream dsout = new DataOutputStream(socket.getOutputStream());
    dsout.writeUTF("something...");
    dsout.close();At the receiving peer in some cases the EOFException or SocketException (Socket closed) are raised. I suspect this happens either because the receiver tries to read input before it is fully transfered or when the sender already managed to close the socket's OutputStream.
    So how can such a transfer be synchronized?
    2) What if both peers close their socket's OutputStream? Does this result in closing the connection and releasing all its resources, such as port?
    Thank you everyone!

    this is what I learnt:Sorry, try again!
    DO NOT close the Socket on any endpoint until you make sure that the other endpoint managed to call socket.getInputStream().This 'rule' is quite unnecessary.
    According to the documentation, getInputStream() may return a stream which buffer was discarded by network software if a broken connection was detected.That's a complete misreading and misquoting of the documentation. A reset can happen to the connection at any time; can cause loss of data from te socket receive buffer; and has nothing to do with the operation of getting the input stream. Getting the input stream of a socket has nothing to do with the network or the state of the connection. It just constructs a Java object. So this rule is quite pointless.
    Even more, it seems to be a good practice not to close the Socket until you are sure that the other endpoint will not try to read from the channel.You've got that back to front as well. THink about that some more and you will see it involves an infinite regression.
    The only rules you need are these:
    (a) don't close the socket until you're sure the other end has finished writing. You have to close the socket while the other end is still reading, so that it will get a EOS indication, so it will know you've gone away, so it will stop writing and close its end of the socket.
    (b) closing the socket or either of its streams closes the other two items. You should always close the topmost output stream of a socket and nothing else.

  • [SOLVED] Network interface enp2s0 no longer detected

    Hello,
    Yesterday after rebooting, right after Grub, systemd-fsck does its stuff (clearing blocks, etc...) then nothing.
    After a quick research I've found that removing "quiet" from the Grub command line would allow more messages to be displayed, which was quite helpful.
    This is in fact not a partition mounting problem, here is what I have:
    [ OK ] Started Accounts Service.
    [ TIME ] Time out waiting for device sys-subsytem-net-devices-enp2s0.device
    [ DEPEND ] Dependency failed for dhcpcd on enp2s0.
    [ OK ] Reached target Multi-User System.
    [ OK ] Reached target Graphical Interface.
    I obviously have a networking problem (and probably a "Graphical Interface" or Nvidia related thing problem), so I log in another console, and after doing ip link list, I only have the loopback listed, no enp2s0 or WiFi interface, for some reason they are no longer detected.
    I've run the live version of Arch to mount and arch-chroot my partitions, not to mention my network interfaces are detected and I can upgrade things with pacman, I've tried to disable dhcpcd on enp2s0 to avoid the time out thing, and while I can say it does what it's supposed to do, it doesn't solve anything anyway since I'm still stuck at Reached target Graphical Interface. (and don't have any network access, to state the obvious).
    I've even thought about a Kernel/Driver problem after an update, but I'm not sure, any idea or some log I can have a look at ?
    Thank you for your time.
    Last edited by Blaxar (2013-06-25 18:35:50)

    Thank for the tip, I've just had a look at pacman.log:
    [2013-06-23 11:07] [PACMAN] Running 'pacman -Syu'
    [2013-06-23 11:07] [PACMAN] synchronizing package lists
    [2013-06-23 11:08] [PACMAN] starting full system upgrade
    [2013-06-23 11:10] [PACMAN] upgraded automake (1.13.2-1 -> 1.13.4-1)
    [2013-06-23 11:10] [PACMAN] upgraded ca-certificates (20130119-2 -> 20130610-1)
    [2013-06-23 11:10] [PACMAN] upgraded cantarell-fonts (0.0.12-1 -> 0.0.13-1)
    [2013-06-23 11:10] [PACMAN] upgraded cloog (0.18.0-1 -> 0.18.0-2)
    [2013-06-23 11:10] [PACMAN] upgraded libcups (1.6.2-2 -> 1.6.2-3)
    [2013-06-23 11:10] [PACMAN] upgraded cups (1.6.2-2 -> 1.6.2-3)
    [2013-06-23 11:10] [PACMAN] upgraded e2fsprogs (1.42.7-2 -> 1.42.8-1)
    [2013-06-23 11:10] [PACMAN] upgraded glib2 (2.36.2-1 -> 2.36.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded xkeyboard-config (2.9-1 -> 2.9-2)
    [2013-06-23 11:10] [PACMAN] upgraded iso-codes (3.41-1 -> 3.43-1)
    [2013-06-23 11:10] [PACMAN] upgraded gnome-desktop (1:3.8.3-1 -> 1:3.8.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.2.2-1 -> 3.8.3-1)
    [2013-06-23 11:10] [PACMAN] upgraded gzip (1.5-3 -> 1.6-1)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-e2fsprogs (1.42.7-1 -> 1.42.8-1)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-glib2 (2.36.2-1 -> 2.36.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-krb5 (1.11.2-1 -> 1.11.3-1)
    [2013-06-23 11:10] [PACMAN] upgraded libxi (1.7.1-1 -> 1.7.1-2)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-libxi (1.7.1-1 -> 1.7.1-2)
    [2013-06-23 11:10] [PACMAN] upgraded mesa (9.1.3-1 -> 9.1.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-mesa (9.1.3-2 -> 9.1.3-3)
    [2013-06-23 11:10] [PACMAN] upgraded libbsd (0.5.2-1 -> 0.5.2-2)
    [2013-06-23 11:10] [PACMAN] upgraded libltdl (2.4.2-9 -> 2.4.2-10)
    [2013-06-23 11:10] [PACMAN] upgraded libmbim (1.0.0-1 -> 1.2.0-1)
    [2013-06-23 11:10] [PACMAN] upgraded libnautilus-extension (3.8.1-1 -> 3.8.2-1)
    [2013-06-23 11:10] [PACMAN] upgraded libpeas (1.8.0-2 -> 1.8.1-1)
    [2013-06-23 11:10] [PACMAN] upgraded libqmi (1.2.0-2 -> 1.4.0-1)
    [2013-06-23 11:10] [PACMAN] upgraded libreoffice-uk (4.0.3-1 -> 4.0.4-1)
    [2013-06-23 11:10] [PACMAN] upgraded libtool (2.4.2-9 -> 2.4.2-10)
    [2013-06-23 11:10] [PACMAN] upgraded libusb-compat (0.1.4-2 -> 0.1.5-1)
    [2013-06-23 11:10] [PACMAN] upgraded libxv (1.0.8-1 -> 1.0.9-1)
    [2013-06-23 11:10] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-06-23 11:10] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Starting build: 3.9.7-1-ARCH
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Starting build: 3.9.7-1-ARCH
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-23 11:11] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-23 11:11] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-23 11:11] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-23 11:11] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-06-23 11:11] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-23 11:11] [PACMAN] upgraded linux (3.9.6-1 -> 3.9.7-1)
    [2013-06-23 11:11] [PACMAN] upgraded logrotate (3.8.4-2 -> 3.8.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded nautilus (3.8.1-1 -> 3.8.2-1)
    [2013-06-23 11:11] [PACMAN] upgraded nvidia (319.23-2 -> 319.23-3)
    [2013-06-23 11:11] [PACMAN] upgraded openresolv (3.5.4-3 -> 3.5.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded pacman (4.1.1-1 -> 4.1.2-1)
    [2013-06-23 11:11] [PACMAN] upgraded poppler (0.22.4-1 -> 0.22.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded poppler-glib (0.22.4-1 -> 0.22.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded ppp (2.4.5-7 -> 2.4.5-8)
    [2013-06-23 11:13] [PACMAN] Running 'pacman -S libreoffice-fr'
    [2013-06-23 11:13] [PACMAN] installed libreoffice-fr (4.0.4-1)
    [2013-06-23 11:13] [PACMAN] Running 'pacman -S libreoffice'
    [2013-06-23 11:15] [PACMAN] installed raptor (2.0.9-2)
    [2013-06-23 11:15] [PACMAN] installed rasqal (1:0.9.30-1)
    [2013-06-23 11:15] [PACMAN] installed redland (1:1.0.16-2)
    [2013-06-23 11:15] [PACMAN] installed hyphen (2.8.6-1)
    [2013-06-23 11:15] [PACMAN] installed boost-libs (1.53.0-2)
    [2013-06-23 11:15] [PACMAN] installed clucene (2.3.3.4-6)
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2013-06-23 11:15] [ALPM-SCRIPTLET] -------------------------------------------------------------------
    [2013-06-23 11:15] [ALPM-SCRIPTLET] LibreOffice has been split into several packages:
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-common
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2013-06-23 11:15] [ALPM-SCRIPTLET] the LibreOffice APIs and for creating
    [2013-06-23 11:15] [ALPM-SCRIPTLET] extensions (UNO components).
    [2013-06-23 11:15] [ALPM-SCRIPTLET] -------------------------------------------------------------------
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * you need to install at least one libreoffice-langpack
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * you may want to pacman -Ss libreoffice-extensions
    [2013-06-23 11:15] [ALPM-SCRIPTLET] to see what additional extensions are prepared to install
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2013-06-23 11:15] [ALPM-SCRIPTLET] for spell checking
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-common (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-base (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed lpsolve (5.5.2.0-2)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-calc (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-draw (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-gnome (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-impress (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-math (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libwpd (0.9.6-1)
    [2013-06-23 11:15] [PACMAN] installed libwps (0.2.9-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-writer (4.0.4-1)
    [2013-06-23 19:57] [PACMAN] Running 'pacman -S ssh-key'
    [2013-06-23 23:01] [PACMAN] Running 'pacman -Syu'
    [2013-06-23 23:01] [PACMAN] synchronizing package lists
    --From the live CD from now on--
    [2013-06-23 23:29] [PACMAN] Running 'pacman -Syu'
    [2013-06-23 23:29] [PACMAN] synchronizing package lists
    [2013-06-23 23:30] [PACMAN] starting full system upgrade
    [2013-06-23 23:32] [PACMAN] removed grub-bios (2.00-2)
    [2013-06-23 23:32] [PACMAN] removed grub-common (2.00-2)
    [2013-06-23 23:32] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
    [2013-06-23 23:32] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
    [2013-06-23 23:32] [ALPM-SCRIPTLET] done.
    [2013-06-23 23:32] [PACMAN] installed grub (2.00-1)
    [2013-06-23 23:32] [PACMAN] upgraded lib32-libjpeg-turbo (1.3.0-2 -> 1.3.0-3)
    [2013-06-23 23:32] [PACMAN] upgraded libgsf (1.14.26-1 -> 1.14.27-1)
    [2013-06-23 23:32] [PACMAN] upgraded libquvi-scripts (0.4.15-1 -> 0.4.16-1)
    Among all of that, I've spotted this:
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    Do you think this may explain something ?
    Anyway, from lspci:
    00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
    00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11)
    00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11)
    00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11)
    00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11)
    00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11)
    00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
    00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
    00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
    00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
    00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
    00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06)
    00:1f.2 RAID bus controller: Intel Corporation 82801 SATA Controller [RAID mode] (rev 06)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
    01:00.0 VGA compatible controller: NVIDIA Corporation GT200 [GeForce GTX 260] (rev a1)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
    03:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller
    04:00.0 Multimedia video controller: Conexant Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb (rev 04)
    05:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-Core Registers (rev 04)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 04)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
    ff:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller (rev 04)
    ff:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Target Address Decoder (rev 04)
    ff:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Test Registers (rev 04)
    ff:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Control Registers (rev 04)
    ff:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Address Registers (rev 04)
    ff:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Rank Registers (rev 04)
    ff:04.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Thermal Control Registers (rev 04)
    ff:05.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Control Registers (rev 04)
    ff:05.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Address Registers (rev 04)
    ff:05.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Rank Registers (rev 04)
    ff:05.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Thermal Control Registers (rev 04)
    and ip a:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    Last edited by Blaxar (2013-06-24 20:10:25)

  • BB 8520 detected by windows as unrecognized device.

    Dear support,
    I have BB 8520 which can't be detected corectly. I have install Desktop manager 5.0 B37
    and BB USB & modem driver (DM5.0.1B73)
    Do I need to install the device software too??
    Thanks and to get a reply soon!

    Hi and Welcome to the Forums!
    First -- this is not "support"...at least not formal support. This is a user-to-user support community of like-minded kind souls who try to help others out as best they can. This is not part of your formal support. Everyone here is a volunteer.
    Next...I suggest a clean start over...here's a procedure:
    I suggest the following steps (insert plenty of reboots of your PC...not just restarts, but full power down reboots). Also, it is advised that you be logged into the PC on an account with full admin rights. Further, under Vista/Win7, use the "Run As Administrator" option for everything.
    1) Remove your device OS update package from your PC (add/remove programs)
    2) Cleanly uninstall the RIM DTM software:
    KB02206 How to perform a clean uninstall of BlackBerry Desktop Software
    Some have reported that there are more registry keys to remove than are discussed in that KB
    Others have reported the use of a registry cleansing tool to also be helpful
    3) Get a fresh download of the RIM DTM software:
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    Choose the version that is newest and (if applicable) compatible with your PIM (if you are synchronizing via USB):
    KB12268 Applications supported by BlackBerry Desktop Manager for synchronization
    4) Download (to your PC) a fresh copy of your device OS package from your carrier:
    http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    5) Install DTM to your PC
    6) Install (also to your PC), the device OS package
    Hopefully that will get things going again. If not, please report back with details and specifics about exactly what does not go well. For instance, "can't be detected corectly" doesn't really tell us much...a detailed description about what you expect to see and what you actually see would help us to help you.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Restpre iPOD, "iTunes has detected an iPod in recovery mode".

    Hi, my iPOD was running just fine (80GB, 5th. Gen). I made a mistake (i believe) and i connected my camera to download pictures from weekend while my iPod was connected, not synchronizing, just charging via USB. It seems that iTunes recognized the memorystick as an MP3 player or something. I tried to syncrhonize my iPOD and i get the following error: iTunes has detected an iPod in Recovery mode. You must restore this iPod before it can be used with iTunes. So, i restored my iPod and keep on getting the same error.
    Help, how can I get my iPod out of "recovery mode"?.
    Thanks in advance.

    Have you had a chance to look at this troubleshooting document? Have a look at the bottom section that covers what to try if restoring doesn't work, it may be of some help: iTunes has detected an iPod in recovery mode - Use iTunes to restore

  • Bluetooth device detection

    Hi everyone!
    (I am newb at Java, and im looking for a very simple application (i think), but im not sure how to find what im looking for, i tried sourceforge.net, but i dont know how to run the java source files.)
    What im looking for is an app for PC that searches for bluetooth devices in the area, and logs their MAC address into a file (preferably .xml)
    It should continuously search for devices, and update the .xml file everytime it finds a new device, or an old one dissapears, so i always know what devices are in the area at this excact moment.
    Have you ever heard of such a thing, or do you simply have some good keywords for me to use :) Either way i would be very thankful for your help! :)
    Cheers,
    Lars

    Ok, here is my code a bit more formatted:
    public void run() {
    lock = new Object();
    while (!done) {
      doSearch();
        try {
        thread.sleep(DISCOVERY_LATENCY); //2000ms
        } catch (Throwable t) {}
    * Start a new Device discovery
    synchronized public void doSearch() {
    try {
    //get local bluetooth device
    local = LocalDevice.getLocalDevice();
    //get discovery agent
    agent = local.getDiscoveryAgent();
    //start a new Bluetooth discovery inquiry
    agent.startInquiry(DiscoveryAgent.GIAC,this);
    //we lock the thread and wait the end of the current inquiry
    synchronized(lock) {
        try {
        lock.wait();
        } catch (InterruptedException e) {}
    } catch (Exception e) {}
    *We detected one bluetooth devices
    public void deviceDiscovered(javax.bluetooth.RemoteDevice remoteDevice, javax.bluetooth.DeviceClass deviceClass) {
    try {
    // get the bluetooth MAC address of that device and remove any white space
    String value = remoteDevice.getBluetoothAddress().trim();
    if(checkTable(value) && doneDetection == false)
    doneDetection = true;
    launchHotSpotPage("test");
    } catch (Exception e) {
    System.err.println("BLUETOOH ERROR");
    * The bluetooth discovery inquiry has been completed
    public void inquiryCompleted(int discType) {
    local = null;
    agent = null;
    //We unlock the thread in order to make a new discovery
    synchronized(lock) {
    try {
    lock.notify();
    } catch (Exception e) {
    System.err.println("BLUETOOH ERROR");
    lock = null;
    lock = new Object();
    }

Maybe you are looking for

  • How do I get my US based iPad to receive and send mail when I am in Trinidad?

    I'm visiting Trinidad. I can connect to the Internet, but I cannot send or receive email. If anyone knows how to make email work, I would very much appreciate your help. I live in New York City. Thank you.

  • A hang in AF

    Hi Gurus, I have 4 external systems connected to PI 7.0 SP12 on MSCA . One external system is using soap adapter, while the others ftp adapter. I want to send 3.000 MATMASes to them at once. I dont have any problmes on IE (rounting, mapping is fast a

  • Some applications frequently need to redo the inital setup procedure.

    I have Os x 10.4.6. Often, not everytime, Mail, toast and several other applications require going through the setup procedure as if I had just opened a brand new application. I am not sure of the cause as it happens after logouts, permmission repair

  • Numbers exported to Excel

    Is there a hidden function or another process when exporting NUMBERS worksheets to excel. Microsoft users are telling me that NUMBERS files will not open in EXCEL for windows. Thanks

  • Benefits of high availability

    Please let me know the benefits of high availability. Actually i have 2 machines with good spec.. I wana install oracle 10g infrastructure & middle-tier on both machines having o/s windows 2003 server. where will High availability use and what will b