Page 1 of 1

Weird error running today

PostPosted: 24.04.2015, 15:52
by eLPuSHeR
Hello. Could anyone help me? Trying to update today I got this error...

FINISHED --2015-04-24 16:48:49--
Downloaded: 1 files, 31M in 31s (1024 KB/s)
Verifying digital file signatures for Windows Defender definition files...
Warning: Deleted unsigned file "D:\PROGRAMAS\wsusoffline\client\wddefs\x86-glb\m
pas-fe.exe".
Creating integrity database for Windows Defender definition files...

Verifying integrity of existing updates for win glb...
..\win\glb\rootsupd.exe: No match
hashdeep64.exe: Audit failed
Input files examined: 0
Known files expecting: 0
Files matched: 3
Files partially matched: 0
Files moved: 0
New files found: 1
Known files not found: 0

ERROR: File integrity verification failure.

Presione una tecla para continuar . . .


Any ideas?

Re: Weird error running today

PostPosted: 24.04.2015, 16:36
by aker
There is a problem with the rootsupd.exe. Please use wsusou with verification disabled until a fix is available.

Re: Weird error running today

PostPosted: 24.04.2015, 18:23
by eLPuSHeR
Thank you very much. I take it that to disable verifying, it can be done on the UpdateGenerator screen right?

Re: Weird error running today

PostPosted: 24.04.2015, 20:33
by aker
Yes. There is an option for that.

Re: Weird error running today

PostPosted: 28.04.2015, 02:20
by pfeerick
I've been hitting the same error with v9.6 of WSUSOffline... and noticed that if I deleted the rootupd.exe file from the \client\win\glb folder in time, it got pass the hash check, as it is 'failing' due to the file being present when it wasn't expected. After some digging, it appears that for some reason there is a link to that file in \static\StaticDownloadLinks-win-x86-glb.txt (the top line), and it downloads it after generating the hashes for file verification. Funnily enough, if you generate a x64 Windows 7 update point, it deletes the file almost immediately as there is no digital certificate. If I found the right page, I have know idea why this link is used, as it apperas to be for Windows 9x - 2k - http://download.windowsupdate.com/msdownload/update/v3/static/rtf/en/4702.htm

I'm going to try deleting that top line (below) from StaticDownloadLinks-win-x86-glb.txt, and see what happens :D

Code: Select all
http://download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/rootsupd.exe

Re: Weird error running today

PostPosted: 28.04.2015, 05:25
by aker
Please also add "skipsdd=Enabled" to the Misc-section of your UpdateGenerator.ini or wsusou will readd that line. Or just use wsusou with verification disabled until a final fix is available.

Re: Weird error running today

PostPosted: 28.04.2015, 05:39
by pfeerick
aker wrote:Please also add "skipsdd=Enabled" to the Misc-section of your UpdateGenerator.ini or wsusou will readd that line. Or just use wsusou with verification disabled until a final fix is available.


Thanks for that! :) I was going to edit my prior post and report that wsusou re-added that line when I let it run again, so thank you for indicating a workaround to stop it updating the file on me :D I prefer that to disabling verification for the present time!

Re: Weird error running today

PostPosted: 06.05.2015, 13:32
by someone2
aker wrote:Please also add "skisdd=Enabled" to the Misc-section of your UpdateGenerator.ini or wsusou will readd that line. Or just use wsusou with verification disabled until a final fix is available.


Typo:
The setting is

skipsdd=Enabled

Re: Weird error running today

PostPosted: 06.05.2015, 14:17
by boco
Typo corrected.