Page 1 of 2

rootsupd.exe - Download failed

PostPosted: 11.04.2015, 22:07
by aker
Beim Download (vor ca. 15 Minuten) fiel mir im Log auf, dass der Download der rootsupd.exe fehlschlägt.
Code: Select all
11.04.2015 22:50:19,13 - Warning: Download of http://download.microsoft.com/download/4/8/A/48A4F0D5-BB2B-44BD-8AE6-CF3C9274D7FE/rootsupd.exe failed

Der Fehler ist ein HTTP 404. Tritt dies nur bei mir auf oder schlägt der Download bei jemand anderem auch fehl?

Viele Grüße

Re: rootsupd.exe - Download failed

PostPosted: 12.04.2015, 10:45
by Alex
Ist bei mir auch so. 2015-04-12 11:43:05 ERROR 404: Not Found.

Alex

Re: rootsupd.exe - Download failed

PostPosted: 13.04.2015, 00:25
by boco
Großartig... :(

Re: rootsupd.exe - Download failed

PostPosted: 13.04.2015, 06:59
by harry
Auch der Artikel KB931125 scheint nicht mehr zu existieren und wird umgeleitet auf https://technet.microsoft.com/en-us/lib ... 51157.aspx (diese Seite enthält folgende Anmerkung
Archived content. No warranty is made as to technical accuracy. Content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
:roll: )

Im Microsoft Update-Katalog (nur über IE) findet sich nur die Version "Update für Stammzertifikate [November 2013]" (v40,0,2195,0), die durch den (verlängerten) Dateinamen nicht direkt im aktuellen WSUSOU verwendet werden kann.
Da ist wohl Torsten gefragt.

ps. Der Zustand aus viewtopic.php?f=3&t=4820 hat sich noch nicht geändert.

Re: rootsupd.exe - Download failed

PostPosted: 13.04.2015, 11:03
by boco
Ich vermute einfach mal, daß MS das rootsupd eingestellt hat. Server2003 ist EOL und damit gibt es (fast) keine Ziel-OS für dieses manuelle Update mehr (war ja nur für XP-like OS). Vielleicht gibt es das jetzt nur noch über bezahlte Support-Kanäle.

Entweder hat MS den Anwendungsfall (Offline-Aktualisierung) vergessen oder sie sind nicht daran interessiert. Mit dem Cloud- und Online-Wahn in letzter Zeit vermute ich das letztere... :(


Windows 7 wird wohl noch eine lange Zeit leben.

Re: rootsupd.exe - Download failed

PostPosted: 14.04.2015, 20:13
by boco
Could the following links be used to get these updates? But, how to install them?

Root certificates:
Code: Select all
http://ctldl.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootstl.cab



Disallowed certificates:
Code: Select all
http://ctldl.windowsupdate.com/msdownload/update/v3/static/trustedr/en/disallowedcertstl.cab



Source: https://support.microsoft.com/en-us/kb/2677070

Re: rootsupd.exe - Download failed

PostPosted: 15.04.2015, 17:25
by pandabianco
Code: Select all
certutil -f -addstore CA authroot.stl

Re: rootsupd.exe - Download failed

PostPosted: 15.04.2015, 22:03
by boco
;) Exactly, after some reading I'd come to the same conclusion (forgot to post here :oops: ). Maybe the boss could take a look at certutil.exe when he returns...

Vive l'evolution!

Re: rootsupd.exe - Download failed

PostPosted: 21.04.2015, 15:47
by WSUSUpdateAdmin
Hi and thanks!

boco wrote:Maybe the boss could take a look at certutil.exe when he returns...

I will. ;)

pandabianco wrote:
Code: Select all
certutil -f -addstore CA authroot.stl

Where's this from?

This certificate stuff is sort of an info jungle, I think.

I found https://support.microsoft.com/en-us/kb/2813430 in addition to https://support.microsoft.com/en-us/kb/2677070, then went via https://technet.microsoft.com/en-us/lib ... 32443.aspx and https://technet.microsoft.com/library/cc772898.aspx to https://technet.microsoft.com/library/c ... K_add_cert, so shouldn't it be just:
Code: Select all
certutil -addstore -f root authroot.stl
certutil -addstore -f root disallowedcert.stl

:?:

Regards
T. Wittrock

Re: rootsupd.exe - Download failed

PostPosted: 23.04.2015, 16:16
by WSUSUpdateAdmin