Fehler beim Download v10.6.2+ (r770)

Fehler beim Download v10.6.2+ (r770)

Postby Rush » 25.05.2016, 04:52

Hallo an alle :),

habe gestern mal die neue trunk Version getestet und bekomme folgende warnings !

Code: Select all
25.05.2016  1:20:49,85 - Warning: Download of http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x86.exe failed


ist das normal oder ein fehler das die Dateien nicht geladen werden können ?

danke.

:D
Last edited by aker on 25.05.2016, 21:56, edited 1 time in total.
Reason: quote -> code
Rush
 
Posts: 188
Joined: 09.08.2015, 19:05

Re: Fehler beim Download v10.6.2+ (r770)

Postby hbuhrmester » 25.05.2016, 06:07

Hallo,

die URL ist nicht mehr gültig:

Code: Select all
wget --spider http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x86.exe
Spider-Modus eingeschaltet.  Prüfe ob die Datei auf dem Server existiert.
--2016-05-25 06:11:02--  http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x86.exe
Auflösen des Hostnamen »download.microsoft.com (download.microsoft.com)«... 104.87.246.108, 2a02:26f0:e5:198::e59, 2a02:26f0:e5:195::e59
Verbindungsaufbau zu download.microsoft.com (download.microsoft.com)|104.87.246.108|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
Die Datei auf dem Server existiert nicht -- Link nicht gültig!


Anscheinend gibt es eine neue Version derselben Datei, gekennzeichnet durch ein "v2":

Code: Select all
2016-05-17 20:03:58 URL:http://download.windowsupdate.com/c/msdownload/update/software/secu/2016/04/ndp46-kb3136000-v2-x86_da08d435925193b28f5c674dc1ac275d60f47c56.exe [6661096/6661096] -> "../client/dotnet/x86-glb/ndp46-kb3136000-v2-x86_da08d435925193b28f5c674dc1ac275d60f47c56.exe" [1]


Aus der trunk-Version stammt die URL allerdings nicht. Sie ist nicht statisch definiert, sondern wird aus der Katalog-Datei wsusscn2.cab ermittelt. Die letzte Version dieser Katalog-Datei hat das Änderungsdatum 24.05.2016 23:12 und die SHA1-Prüfsumme d98b8980e217612cdf610d18eac54ceba6ecb756 .

Auf welchem Stand ist die Datei ..\client\wsus\wsusscn2.cab denn? Gibt es zusätzliche statische Download-Dateien im Verzeichnis ..\static\custom ?
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Fehler beim Download v10.6.2+ (r770)

Postby Rush » 25.05.2016, 17:04

kann leider nicht die ganze log posten, da zu viele zeichen (oder gibt es dafür einen trick?), deshalb hier noch ein weiterer fehler bei mir !

Code: Select all
25.05.2016  2:57:07,23 - Warning: Download of http://download.microsoft.com/download/F/C/A/FCAF5B4E-2005-4217-99DC-C755476D5911/outlfltr2013-kb2760587-fullfile-x64-glb.exe failed


:D
Last edited by aker on 25.05.2016, 21:54, edited 1 time in total.
Reason: using code instead of quote
Rush
 
Posts: 188
Joined: 09.08.2015, 19:05

Re: Fehler beim Download v10.6.2+ (r770)

Postby aker » 25.05.2016, 21:56

Das Log wird momentan gerade nicht gebraucht.
Viel mehr ist das Änderungsdatum der Datei .\client\wsus\wsusscn2.cab & (falls vorhanden) der Inhalt der .\client\md\hashes-wsus.txt interessant.

Viele Grüße
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: Fehler beim Download v10.6.2+ (r770)

Postby Rush » 26.05.2016, 06:13

hbuhrmester wrote:Hallo,

die URL ist nicht mehr gültig:

Code: Select all
wget --spider http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x86.exe
Spider-Modus eingeschaltet.  Prüfe ob die Datei auf dem Server existiert.
--2016-05-25 06:11:02--  http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x86.exe
Auflösen des Hostnamen »download.microsoft.com (download.microsoft.com)«... 104.87.246.108, 2a02:26f0:e5:198::e59, 2a02:26f0:e5:195::e59
Verbindungsaufbau zu download.microsoft.com (download.microsoft.com)|104.87.246.108|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
Die Datei auf dem Server existiert nicht -- Link nicht gültig!


Anscheinend gibt es eine neue Version derselben Datei, gekennzeichnet durch ein "v2":

Code: Select all
2016-05-17 20:03:58 URL:http://download.windowsupdate.com/c/msdownload/update/software/secu/2016/04/ndp46-kb3136000-v2-x86_da08d435925193b28f5c674dc1ac275d60f47c56.exe [6661096/6661096] -> "../client/dotnet/x86-glb/ndp46-kb3136000-v2-x86_da08d435925193b28f5c674dc1ac275d60f47c56.exe" [1]


Aus der trunk-Version stammt die URL allerdings nicht. Sie ist nicht statisch definiert, sondern wird aus der Katalog-Datei wsusscn2.cab ermittelt. Die letzte Version dieser Katalog-Datei hat das Änderungsdatum 24.05.2016 23:12 und die SHA1-Prüfsumme d98b8980e217612cdf610d18eac54ceba6ecb756 .

Auf welchem Stand ist die Datei ..\client\wsus\wsusscn2.cab denn? Gibt es zusätzliche statische Download-Dateien im Verzeichnis ..\static\custom ?


die wsus datei ist bei mir vom 24.05.2016 23:12 .. prüfsumme kann ich leider nicht testen momentan, desweiteren habe ich noch die update liste von cababs drin.

danke :)
Rush
 
Posts: 188
Joined: 09.08.2015, 19:05

Re: Fehler beim Download v10.6.2+ (r770)

Postby hbuhrmester » 26.05.2016, 07:06

Dann wird die Datei wsusscn2.cab schon in Ordnung sein. Die Prüfsummen stehen in der Datei wsusoffline/client/md/hashes-wsus.txt, die von hashdeep angelegt wird. Die Felder sind durch Kommas getrennt und haben die Reihenfolge:

Dateigröße in Bytes, MD5, SHA1, SHA256, relativer Pfad

(Eigentlich ist es ja ziemlich übertrieben, immer gleich drei Hashsummen zu berechnen. Wenn man wenigstens SHA256 weglassen könnte, würde alles doppelt so schnell laufen.)

"sigcheck -h" zeigt dieselben Dateiprüfsummen an.

Die zweite URL für outlfltr2013-kb2760587-fullfile-x64-glb.exe ist ebenfalls nicht mehr gültig:

Code: Select all
wget --spider http://download.microsoft.com/download/F/C/A/FCAF5B4E-2005-4217-99DC-C755476D5911/outlfltr2013-kb2760587-fullfile-x64-glb.exe
Spider-Modus eingeschaltet.  Prüfe ob die Datei auf dem Server existiert.
--2016-05-25 20:53:01--  http://download.microsoft.com/download/F/C/A/FCAF5B4E-2005-4217-99DC-C755476D5911/outlfltr2013-kb2760587-fullfile-x64-glb.exe
Auflösen des Hostnamen »download.microsoft.com (download.microsoft.com)«... 104.81.34.195, 2a02:26f0:e5:198::e59, 2a02:26f0:e5:195::e59
Verbindungsaufbau zu download.microsoft.com (download.microsoft.com)|104.81.34.195|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
Die Datei auf dem Server existiert nicht -- Link nicht gültig!


Die Download-Links auf der Seite https://support.microsoft.com/en-us/kb/2760587 funktionieren auch nicht, jedenfalls nicht mit Firefox, und es ist nicht erkennbar, ob sie durch andere Downloads abgelöst wurden.

Die beiden ungültigen Links stammen anscheinend aus dem Archiv download_install_Lists.zip von cababs, das zusätzliche Dateien für die Verzeichnisse ../static/custom/ und ../client/static/custom/ enthält:

Code: Select all
$ grep -F -i 3136000 -r .
./static/custom/StaticDownloadLinks-w60-x86-glb.txt:http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x86.exe
./static/custom/StaticDownloadLinks-w60-x64-glb.txt:http://download.microsoft.com/download/E/9/B/E9B7D680-7AF0-4922-8813-5561626639A5/NDP46-KB3136000-x64.exe
./client/static/custom/StaticUpdateIds-w60-x86.txt:3136000
./client/static/custom/StaticUpdateIds-w60-x64.txt:3136000

$ grep -F -i 2760587 -r .
./static/custom/StaticDownloadLinks-o2k13-glb.txt:http://download.microsoft.com/download/F/C/A/FCAF5B4E-2005-4217-99DC-C755476D5911/outlfltr2013-kb2760587-fullfile-x64-glb.exe
./client/static/custom/StaticUpdateIds-o2k13.txt:2760587


Wir hatten in einem anderen Thread schon festgestellt, dass sich manche Updates aus diesem Archiv nicht installieren lassen. Aber wahrscheinlich schadet es auch nicht, wenn sie trotzdem getestet und dann automatisch übersprungen werden. Das muss dann jeder für sich entscheiden.

viewtopic.php?f=2&t=4182
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59


Return to Download

Who is online

Users browsing this forum: No registered users and 397 guests