Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Update Server hogs all cpu

Reply
Thread Tools Display Modes

Windows Update Server hogs all cpu

 
 
Keith from London
Guest
Posts: n/a

 
      08-12-2006
Since this week's automatic updates were applied, the Windows Update Server
repeatedly hogs cpu for many minutes (haven't timed yet). This shows up in
Task Manager as one of the svchost processes running at practically 100% cpu.
This process does not yield to other processes, rendering the system almost
unusable in this state. Net stopping wuauserv or via services control panel
brings immediate relief.
System is Windows XP Professional, SP2, IE7 Beta. Its fully patched too.
Don't think I'm running any significant third party software. Th base system
is fairly low spec but was running acceptably untill earlier this week.
So, what do I need to download/kick to get things back into kilter?
--
Keith
 
Reply With Quote
 
 
 
 
JPAUL
Guest
Posts: n/a

 
      08-12-2006
This has been a known issue since the last 3-4 updates (months)


"Keith from London" <> wrote in
message news:FD41763E-33D0-4947-8CD8-...
> Since this week's automatic updates were applied, the Windows Update
> Server
> repeatedly hogs cpu for many minutes (haven't timed yet). This shows up
> in
> Task Manager as one of the svchost processes running at practically 100%
> cpu.
> This process does not yield to other processes, rendering the system
> almost
> unusable in this state. Net stopping wuauserv or via services control
> panel
> brings immediate relief.
> System is Windows XP Professional, SP2, IE7 Beta. Its fully patched too.
> Don't think I'm running any significant third party software. Th base
> system
> is fairly low spec but was running acceptably untill earlier this week.
> So, what do I need to download/kick to get things back into kilter?
> --
> Keith



 
Reply With Quote
 
OBLIVIOUZ
Guest
Posts: n/a

 
      08-13-2006
i was having the sdame problem after doing a clean install of windows xp pro
w/sp2. i preformed 2 seperate actions not sure which one did it though. first
i went 2 c:/windows/system32 (your path may be slightly different )(in the
system 32 folder there is a file named LegitCheckControl.dll i renamed this
to LegitCheckControl.dl_ then i went and ran a check 4 updates (custom) it
took quite a while about 5 or 10 mins. but eventually it went through even
though cpu was still way up to 100%) but at least it showed updates. it then
asked me 2 download something for genuine advantage or validation check or
something like that(it does this because thats what that file actually is).
then after that it continued 2 work even though cpu was stil way up and it
took longer than normal but it worked. im not sure if the change in that file
made the difference or if i just finally waited long enough. i think there is
a problem with the update site though because alot of people are having the
same problem.

"JPAUL" wrote:

> This has been a known issue since the last 3-4 updates (months)
>
>
> "Keith from London" <> wrote in
> message news:FD41763E-33D0-4947-8CD8-...
> > Since this week's automatic updates were applied, the Windows Update
> > Server
> > repeatedly hogs cpu for many minutes (haven't timed yet). This shows up
> > in
> > Task Manager as one of the svchost processes running at practically 100%
> > cpu.
> > This process does not yield to other processes, rendering the system
> > almost
> > unusable in this state. Net stopping wuauserv or via services control
> > panel
> > brings immediate relief.
> > System is Windows XP Professional, SP2, IE7 Beta. Its fully patched too.
> > Don't think I'm running any significant third party software. Th base
> > system
> > is fairly low spec but was running acceptably untill earlier this week.
> > So, what do I need to download/kick to get things back into kilter?
> > --
> > Keith

>
>
>

 
Reply With Quote
 
dvo
Guest
Posts: n/a

 
      03-10-2008
The following advice finally has solved the problem with which I had been
struggling for months: on my XP installation, several times an hour, 100% CPU
usage for several minutes for no reason, where taskmgr.exe and explorer.exe
appeared to consume most of the CPU cycles.

Run all these commands in a command prompt one after the other
regsvr32 MSXML3.dll
regsvr32 WUAUENG1.dll
regsvr32 WUAPI.DLL
regsvr32 WUAUENG.DLL
regsvr32 WUAUENG1.DLL
regsvr32 ATL.DLL
regsvr32 WUCLTUI.DLL
regsvr32 WUPS.DLL
regsvr32 WUPS2.DLL
regsvr32 WUWEB.DLL
net stop WuAuServ
rename %windir%\SoftwareDistribution SoftwareDistribution_buggy
net start WuAuServ

So not some "real" malware was the problem, but - no surprise - the
MickeySoft products themselves! This is what I really hate about that
company: they make billions of dollars, but still produce loads of bugs
severely affecting millions of people, and are unable (or not willing?) to
fix their own bugs themselves.
I avoid using Windopey as much as I can, but when I have to use it (mainly
at work),
I use it via vmware on my Ubuntu Linux system.
 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      03-10-2008
The issue was most likely related to corruption in
SoftwareDistrbution\DataStore due to it being scanned by antiviral
software when files are locked by system processes -
Virus scanning recommendations for computers that are running Windows
Server 2003, Windows 2000, or Windows XP
http://support.microsoft.com/kb/822158

Either that or - When you use Automatic Updates to scan for updates or
to apply updates to applications that use Windows Installer, you
experience issues that involve the Svchost.exe process
http://support.microsoft.com/kb/932494

Not really hard to fix but not really easy to find the fixes <w>

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============


dvo wrote:

> The following advice finally has solved the problem with which I had been
> struggling for months: on my XP installation, several times an hour, 100% CPU
> usage for several minutes for no reason, where taskmgr.exe and explorer.exe
> appeared to consume most of the CPU cycles.
>
> Run all these commands in a command prompt one after the other
> regsvr32 MSXML3.dll
> regsvr32 WUAUENG1.dll
> regsvr32 WUAPI.DLL
> regsvr32 WUAUENG.DLL
> regsvr32 WUAUENG1.DLL
> regsvr32 ATL.DLL
> regsvr32 WUCLTUI.DLL
> regsvr32 WUPS.DLL
> regsvr32 WUPS2.DLL
> regsvr32 WUWEB.DLL
> net stop WuAuServ
> rename %windir%\SoftwareDistribution SoftwareDistribution_buggy
> net start WuAuServ
>
> So not some "real" malware was the problem, but - no surprise - the
> MickeySoft products themselves! This is what I really hate about that
> company: they make billions of dollars, but still produce loads of bugs
> severely affecting millions of people, and are unable (or not willing?) to
> fix their own bugs themselves.
> I avoid using Windopey as much as I can, but when I have to use it (mainly
> at work),
> I use it via vmware on my Ubuntu Linux system.

 
Reply With Quote
 
Paul
Guest
Posts: n/a

 
      03-21-2008
You've just described what is referred to as; monopoly. eg. microsoft. see,
microsoft

Try this sometime. Upgrade your hard disk driver 4 days before finals. Then
about 3 am, on finals day, reboot your PC and be prompted to upgrade your
registration keys, because VISTA IS NO LONGER GENUINE! Then after several
attempts to register, call up microsoft and talk to a female service agent
with a thick irish accent about your problem.

"dvo" <> wrote in message
news:39567730-C83D-406E-AE9D-...
> The following advice finally has solved the problem with which I had been
> struggling for months: on my XP installation, several times an hour, 100%
> CPU
> usage for several minutes for no reason, where taskmgr.exe and
> explorer.exe
> appeared to consume most of the CPU cycles.
>
> Run all these commands in a command prompt one after the other
> regsvr32 MSXML3.dll
> regsvr32 WUAUENG1.dll
> regsvr32 WUAPI.DLL
> regsvr32 WUAUENG.DLL
> regsvr32 WUAUENG1.DLL
> regsvr32 ATL.DLL
> regsvr32 WUCLTUI.DLL
> regsvr32 WUPS.DLL
> regsvr32 WUPS2.DLL
> regsvr32 WUWEB.DLL
> net stop WuAuServ
> rename %windir%\SoftwareDistribution SoftwareDistribution_buggy
> net start WuAuServ
>
> So not some "real" malware was the problem, but - no surprise - the
> MickeySoft products themselves! This is what I really hate about that
> company: they make billions of dollars, but still produce loads of bugs
> severely affecting millions of people, and are unable (or not willing?) to
> fix their own bugs themselves.
> I avoid using Windopey as much as I can, but when I have to use it (mainly
> at work),
> I use it via vmware on my Ubuntu Linux system.


 
Reply With Quote
 
Steve
Guest
Posts: n/a

 
      05-14-2008
Thanks DVO!

This problem has arisen in the last week on two of my friends' computers.
After figuring out which service was causing the svchost process to max out
your instructions allowed me to fix the wuauserv quite quickly.

I wonder why this is happening? Is the update database being messed up by
the release of XP SP3?

Cheers
SB

"dvo" wrote:

> The following advice finally has solved the problem with which I had been
> struggling for months: on my XP installation, several times an hour, 100% CPU
> usage for several minutes for no reason, where taskmgr.exe and explorer.exe
> appeared to consume most of the CPU cycles.
>
> Run all these commands in a command prompt one after the other
> regsvr32 MSXML3.dll
> regsvr32 WUAUENG1.dll
> regsvr32 WUAPI.DLL
> regsvr32 WUAUENG.DLL
> regsvr32 WUAUENG1.DLL
> regsvr32 ATL.DLL
> regsvr32 WUCLTUI.DLL
> regsvr32 WUPS.DLL
> regsvr32 WUPS2.DLL
> regsvr32 WUWEB.DLL
> net stop WuAuServ
> rename %windir%\SoftwareDistribution SoftwareDistribution_buggy
> net start WuAuServ
>
> So not some "real" malware was the problem, but - no surprise - the
> MickeySoft products themselves! This is what I really hate about that
> company: they make billions of dollars, but still produce loads of bugs
> severely affecting millions of people, and are unable (or not willing?) to
> fix their own bugs themselves.
> I avoid using Windopey as much as I can, but when I have to use it (mainly
> at work),
> I use it via vmware on my Ubuntu Linux system.

 
Reply With Quote
 
SirDave
Guest
Posts: n/a

 
      05-25-2008
Thanks dvo,

I just put the commands into a script and ran it on my laptop and it nows
works fine i.e., no cpu issue.

I have had this problem for about 2 years and i just used to turn off
wuauserv service and do manual updates.
I would even get the problem after rebuilding a machine from scratch with
slipstreamed XP SP2 install media so i assumed it must be a msft problem...
but now it seems to me like it could be my AV which was causing the issue all
along. (but as usual msft cops the all the blame!)

As far as i'm concerned no software vendor is infallible or ultimately
better than the other as they all force products out the door earlier then
necessary to hit Sales Targets or quite simplt as the code is written by
humans then it will never be free of human error (NT, LiNix, Unix...) etc,
the trick is to make your own informed decision and used the best bits of
each!

SirDave

"dvo" wrote:

> The following advice finally has solved the problem with which I had been
> struggling for months: on my XP installation, several times an hour, 100% CPU
> usage for several minutes for no reason, where taskmgr.exe and explorer.exe
> appeared to consume most of the CPU cycles.
>
> Run all these commands in a command prompt one after the other
> regsvr32 MSXML3.dll
> regsvr32 WUAUENG1.dll
> regsvr32 WUAPI.DLL
> regsvr32 WUAUENG.DLL
> regsvr32 WUAUENG1.DLL
> regsvr32 ATL.DLL
> regsvr32 WUCLTUI.DLL
> regsvr32 WUPS.DLL
> regsvr32 WUPS2.DLL
> regsvr32 WUWEB.DLL
> net stop WuAuServ
> rename %windir%\SoftwareDistribution SoftwareDistribution_buggy
> net start WuAuServ
>
> So not some "real" malware was the problem, but - no surprise - the
> MickeySoft products themselves! This is what I really hate about that
> company: they make billions of dollars, but still produce loads of bugs
> severely affecting millions of people, and are unable (or not willing?) to
> fix their own bugs themselves.
> I avoid using Windopey as much as I can, but when I have to use it (mainly
> at work),
> I use it via vmware on my Ubuntu Linux system.

 
Reply With Quote
 
Charlie
Guest
Posts: n/a

 
      06-26-2008
Hi DVO, before throwing my PC out of the window I'm going to try to run the
commands you detailed. I just go the Run function and type each line in then
enter? then onto the next one? Should I also (first) disable windows
automatic updates?

Help very much appreciated.

Thanks

"dvo" wrote:

> The following advice finally has solved the problem with which I had been
> struggling for months: on my XP installation, several times an hour, 100% CPU
> usage for several minutes for no reason, where taskmgr.exe and explorer.exe
> appeared to consume most of the CPU cycles.
>
> Run all these commands in a command prompt one after the other
> regsvr32 MSXML3.dll
> regsvr32 WUAUENG1.dll
> regsvr32 WUAPI.DLL
> regsvr32 WUAUENG.DLL
> regsvr32 WUAUENG1.DLL
> regsvr32 ATL.DLL
> regsvr32 WUCLTUI.DLL
> regsvr32 WUPS.DLL
> regsvr32 WUPS2.DLL
> regsvr32 WUWEB.DLL
> net stop WuAuServ
> rename %windir%\SoftwareDistribution SoftwareDistribution_buggy
> net start WuAuServ
>
> So not some "real" malware was the problem, but - no surprise - the
> MickeySoft products themselves! This is what I really hate about that
> company: they make billions of dollars, but still produce loads of bugs
> severely affecting millions of people, and are unable (or not willing?) to
> fix their own bugs themselves.
> I avoid using Windopey as much as I can, but when I have to use it (mainly
> at work),
> I use it via vmware on my Ubuntu Linux system.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista hogs memory at loss of network connection goorambatman Windows Vista General Discussion 0 07-18-2008 03:13 AM
WMP hogs CPU after play deedubya3800 Windows Media Player 0 06-14-2008 06:34 PM
Nero 7.x hogs system Mike Windows Vista General Discussion 2 03-18-2007 03:21 PM
Windows 2000 Server problem after update!!! Please help - SERVER D Chad T Windows Update 0 05-06-2005 03:10 PM
Forcing a Windows update from a Local Update Server Ross Fisher Windows Update 1 09-17-2003 11:03 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59