12.5 issue on server 2012

Re: 12.5 issue on server 2012

Postby rbronca » 02.06.2021, 06:25

Ok, testing has completely successfully on all 30 test VM's.

My SelfUpdateVersion-this.txt did previously contain release, not rerelease.
Rerunning everything again updated to the new version and all is good.

The problem VM has now been updated and rolled back multiple times with zero issues.

Thank you for investigating and rectifying this issue. Much appreciated.

regards

Robert
rbronca
 
Posts: 52
Joined: 19.08.2015, 08:14

Re: 12.5 issue on server 2012

Postby rbronca » 08.06.2021, 07:27

I have found another issue when scripting wsusoffline, impacting server 2012 r2 at this stage.

Using 12.5.1 and "call E:\WSUSOffline\CMD\DoUpdate.cmd /updatecpp /updatercerts /instdotnet4 /instwmf /verify /showdismprogress /monitoron"

After installing the prerequisites kb3172614 and kb3173424, %RECALL_REQUIRED% isn't set.
This effectively ends patching.

Log:
Code: Select all
Tue 06/08/2021  5:45:14.10 - Warning: File ..\cpp\vcredist2010_x64.exe not found
Tue 06/08/2021  5:45:14.11 - Warning: File ..\cpp\vcredist2010_x86.exe not found
Tue 06/08/2021  5:45:15.86 - Info: Checked Windows Update scan prerequisites
Tue 06/08/2021  5:45:16.28 - Info: Starting service 'Windows Update' (wuauserv)
Tue 06/08/2021  5:45:16.35 - Info: Waiting for service 'wuauserv' to reach state 'Running' (timeout: 60s)
Tue 06/08/2021  5:45:18.49 - Info: Service 'wuauserv' reached state 'Running'
Tue 06/08/2021  5:45:18.51 - Info: Started service 'Windows Update' (wuauserv)
Tue 06/08/2021  5:45:38.47 - Info: Installed ..\w63-x64\glb\windows8.1-kb3173424-x64_b019e816baa20ca253d01ef345adc8cc792b7fde.cab
Tue 06/08/2021  5:48:41.11 - Info: Installed ..\w63-x64\glb\Windows8.1-KB3172614-x64.msu
Tue 06/08/2021  5:48:41.13 - Info: Installed 2 updates
Tue 06/08/2021  5:48:41.13 - Info: Installed Windows Update scan prerequisites
Tue 06/08/2021  5:48:41.19 - Info: Restored screensaver setting
Tue 06/08/2021  5:48:41.32 - Info: Activated previous power scheme
Tue 06/08/2021  5:48:41.33 - Info: Deleted temporary power scheme


As you can see, it went down the finish path rather than recall for some reason.

This used to work fine in the previous version.

I'm also seeing the cpp 2010 exe's getting deleted due to invalid signatures.
I haven't got to the bottom of this one yet.

Keep up the great work. It is much appreciated.

Robert
rbronca
 
Posts: 52
Joined: 19.08.2015, 08:14

Re: 12.5 issue on server 2012

Postby aker » 08.06.2021, 09:13

On request I changed the behaviour of deleting the power profile / screensaver setting.
Does wsusou really follow the path of cleaning everything up and telling „Nothing to do“ or does it instruct to continue?
:arrow: https://gitlab.com/wsusoffline/bugtracker/-/issues/23

Cpp problem:
Maybe caused by new runtimes recently released.
I just read an article about it 5 minutes ago and will take a look at it.
:arrow: https://www.borncity.com/blog/2021/06/08/wurde-microsoft-visual-c-2010-sp1-update-kb2565063-im-wsus-vergessen/
(German, but tells, that new Cpp 2010 runtimes have been released a month ago)

EDIT:
I just tested the C++ 2010 download, it's working fine here and the files are signed and the signature is valid.
Code: Select all
Sigcheck v2.80 - File version and signature viewer
Copyright (C) 2004-2020 Mark Russinovich
Sysinternals - www.sysinternals.com

D:\wsusoffline\tmp\Neuer Ordner\tmp\vcredist_x64.exe:
        Verified:       Signed
        Signing date:   21:36 25.10.2016
        Publisher:      Microsoft Corporation
        Company:        Microsoft Corporation
        Description:    Microsoft Visual C++ 2010  x64 Redistributable Setup
        Product:        Microsoft Visual C++ 2010  x64 Redistributable
        Prod version:   10.0.40219.473
        File version:   10.0.40219.473
        MachineType:    32-bit
D:\wsusoffline\tmp\Neuer Ordner\tmp\vcredist_x86.exe:
        Verified:       Signed
        Signing date:   21:54 25.10.2016
        Publisher:      Microsoft Corporation
        Company:        Microsoft Corporation
        Description:    Microsoft Visual C++ 2010  x86 Redistributable Setup
        Product:        Microsoft Visual C++ 2010  x86 Redistributable
        Prod version:   10.0.40219.473
        File version:   10.0.40219.473
        MachineType:    32-bit

Code: Select all
08.06.2021 10:39:30,80 - Info: Renamed file ..\client\cpp\vcredist_x64.EXE to vcredist2005_x64.exe
08.06.2021 10:39:31,64 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2008_x64.exe
08.06.2021 10:39:33,57 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2010_x64.exe
08.06.2021 10:39:34,87 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2012_x64.exe
08.06.2021 10:39:36,06 - Info: Renamed file ..\client\cpp\vcredist_x64.exe to vcredist2013_x64.exe
08.06.2021 10:39:40,05 - Info: Renamed file ..\client\cpp\VC_redist.x64.exe to vcredist2015_x64.exe
08.06.2021 10:39:40,55 - Info: Renamed file ..\client\cpp\vcredist_x86.EXE to vcredist2005_x86.exe
08.06.2021 10:39:41,27 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2008_x86.exe
08.06.2021 10:39:42,72 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2010_x86.exe
08.06.2021 10:39:43,72 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2012_x86.exe
08.06.2021 10:39:44,99 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2013_x86.exe
08.06.2021 10:39:47,48 - Info: Renamed file ..\client\cpp\VC_redist.x86.exe to vcredist2015_x86.exe
08.06.2021 10:39:47,49 - Info: Downloaded/validated C++ Runtime Libraries' installation files
08.06.2021 10:39:47,69 - Info: Cleaned up client directory for C++ Runtime Libraries
08.06.2021 10:39:48,09 - Info: Verified digital file signatures for C++ Runtime Libraries' installation files
08.06.2021 10:39:48,44 - Info: Created integrity database for C++ Runtime Libraries' installation files
08.06.2021 10:40:04,11 - Info: Downloaded/validated ..\client\msedge\MicrosoftEdge_X86_91.0.864.41.exe


EDIT 2:
But as some random files fail to download here, too, I think MS' servers have some problem.
Especially because the can be downloaded sucessfully, if I try it once again.

But anyway, could you create a copy and run a download it without verification and send the files to me?
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: 12.5 issue on server 2012

Postby aker » 08.06.2021, 12:25

I just tested wsusou CE 12.5.1 in a Windows 8.1 VM. I cannot test, if w2k12r2 behaves different, but it shouldn't.
It's not going to the "Cleanup"-path, when using your command line.

Command Prompt:
Code: Select all
Checking Windows Update scan prerequisites...
Adjusting service 'Windows Update'...
Starting service 'Windows Update' (wuauserv)...
Waiting for service 'wuauserv' to reach state 'Running' (timeout: 60s)...
Installing Windows Update scan prerequisites...
13:21:20,03 - Installing update 1 of 2 (stage size: 180)...
Verifying integrity of ..\w63\glb\windows8.1-kb3173424-x86_ef7bbc1f3be5d0a207b192aa77580d5b96ee9b16.cab...
hashdeep.exe: Audit passed
Installing ..\w63\glb\windows8.1-kb3173424-x86_ef7bbc1f3be5d0a207b192aa77580d5b96ee9b16.cab...

Tool zur Imageverwaltung für die Bereitstellung
Version: 6.3.9600.17031

Abbildversion: 6.3.9600.17031

1 von 1 werden verarbeitet - Paket "Package_for_KB3173424~31bf3856ad364e35~x86~~6.3.1.0" wird hinzugefügt
[==========================100.0%==========================]
Der Vorgang wurde erfolgreich beendet.
13:21:28,93 - Installing update 2 of 2 (stage size: 180)...
Verifying integrity of ..\w63\glb\Windows8.1-KB3172614-x86.msu...
hashdeep.exe: Audit passed
Installing ..\w63\glb\Windows8.1-KB3172614-x86.msu...
Restoring screensaver setting...
Activating previous power scheme...
Deleting temporary power scheme...

Installation successful. Please reboot your system now.


Ending WSUS Offline Update - Community Edition - at 13:22:25,37...


wsusofflineupdate.log
Code: Select all
08.06.2021 13:21:17,40 - Info: Checked Windows Update scan prerequisites
08.06.2021 13:21:17,78 - Info: Starting service 'Windows Update' (wuauserv)
08.06.2021 13:21:17,86 - Info: Waiting for service 'wuauserv' to reach state 'Running' (timeout: 60s)
08.06.2021 13:21:19,96 - Info: Service 'wuauserv' reached state 'Running'
08.06.2021 13:21:19,96 - Info: Started service 'Windows Update' (wuauserv)
08.06.2021 13:21:28,92 - Info: Installed ..\w63\glb\windows8.1-kb3173424-x86_ef7bbc1f3be5d0a207b192aa77580d5b96ee9b16.cab
08.06.2021 13:22:25,28 - Info: Installed ..\w63\glb\Windows8.1-KB3172614-x86.msu
08.06.2021 13:22:25,28 - Info: Installed 2 updates
08.06.2021 13:22:25,28 - Info: Installed Windows Update scan prerequisites
08.06.2021 13:22:25,31 - Info: Restored screensaver setting
08.06.2021 13:22:25,32 - Info: Activated previous power scheme
08.06.2021 13:22:25,34 - Info: Deleted temporary power scheme
08.06.2021 13:22:25,36 - Info: Installation successful
08.06.2021 13:22:25,37 - Info: Ending WSUS Offline Update - Community Edition
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Previous

Return to Installation / Updating

Who is online

Users browsing this forum: No registered users and 40 guests