Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2012 R2 - Stuck on KB Update #12

Open
chughesvf opened this issue Mar 14, 2020 · 1 comment
Open

2012 R2 - Stuck on KB Update #12

chughesvf opened this issue Mar 14, 2020 · 1 comment

Comments

@chughesvf
Copy link

chughesvf commented Mar 14, 2020

Hello,

Since updating from 0.2.2 to 0.3.0 we have had an issue where our existing code gets stuck on installing KBs. We found that for whatever reason one of our KBs was no longer valid (via GUI or powershell) so we removed it. However, the three KBs that are valid, and actually installed already on our windows image (the Puppet is an insurance factor) we are still getting locked up on the KB installation. This is an example of a catalog run I started over 8 hours ago:

image

The svchost (tying back to wuausrv aka windows update service), ruby, and underlying powershell processes are actually busy over the course of this 8 hours, but my assumption is we are stuck in some kind of loop.

Any thoughts?

@crypted256
Copy link
Contributor

crypted256 commented Apr 27, 2020

We've had the same problem with 2012R2 servers. It looks like the "Get-WUHistory" powershell command gets stuck somehow and the puppet run is just waiting for it. You can try and run this command manually on your server and see if you have the same problem.

For now we limit the Get-WUHistory output to only print the last update installed and this looks to be working fine. Get-WUHistory -Last 1

#13

thoscut added a commit to thoscut/puppet-windows_updates that referenced this issue Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants