Download failure

Download failure

Postby Kiktelos » 16.01.2016, 15:35

Hello, since yesterday I cannot update WSUS Offline.

It stops at the "Streams.zip" download:

Code: Select all
--2016-01-16 --  http://download.sysinternals.com/files/Streams.zip
Reusing existing connection to download.sysinternals.com:80.
HTTP request sent, awaiting response... 404 Not Found
2016-01-16 09:35:07 ERROR 404: Not Found.

But when you input the URL in a browser it downloads, what gives?

Here is the log file:
Code: Select all
16/01/2016  9:35:06.56 - Info: Starting WSUS Offline Update download (v. 10.3.2) for w60 glb
16/01/2016  9:35:06.56 - Info: Option /includedotnet detected
16/01/2016  9:35:06.57 - Info: Option /verify detected
16/01/2016  9:35:06.59 - Info: Option /exitonerror detected
16/01/2016  9:35:06.69 - Info: Set time zone to LOC5:00
16/01/2016  9:35:07.01 - Info: Updated static download definitions
16/01/2016  9:35:07.27 - Info: Downloaded/validated mkisofs tool
16/01/2016  9:35:07.48 - Error: Download failure for w60 glb


Thanks
Kiktelos
 
Posts: 18
Joined: 10.08.2014, 18:34

Re: Download failure

Postby harry » 16.01.2016, 16:34

This should be a temporary problem:
Code: Select all
D:\download>\wsusoffline1032\wsusoffline\bin\wget -N http://download.sysinternals.com/files/Streams.zip
--2016-01-16 16:26:12--  http://download.sysinternals.com/files/Streams.zip
Resolving download.sysinternals.com... 93.184.221.200
Connecting to download.sysinternals.com|93.184.221.200|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45258 (44K) [application/x-zip-compressed]
Saving to: `Streams.zip'

100%[======================================>] 45,258      91.7K/s   in 0.5s

2016-01-16 16:26:14 (91.7 KB/s) - `Streams.zip' saved [45258/45258]
harry
 
Posts: 737
Joined: 29.10.2009, 17:02

Re: Download failure

Postby Kiktelos » 16.01.2016, 17:24

Still not working as of now.
Any way I can bypass "/exitonerror" ?
Kiktelos
 
Posts: 18
Joined: 10.08.2014, 18:34

Re: Download failure

Postby hbuhrmester » 16.01.2016, 17:52

According to the Sysinternals pages:

https://technet.microsoft.com/en-us/sys ... /autologon
https://technet.microsoft.com/en-us/sys ... s/bb897441
https://technet.microsoft.com/en-us/sys ... ls/streams

the file names now use lower case letters:

https://download.sysinternals.com/files/autologon.zip
https://download.sysinternals.com/files/sigcheck.zip
https://download.sysinternals.com/files/streams.zip

Checking the URLs in StaticDownloadLinks-sysinternals.txt may still work:


Code: Select all
$ wget --spider -i StaticDownloadLinks-sysinternals.txt
Spider mode enabled. Check if remote file exists.
--2016-01-16 17:21:39--  http://download.sysinternals.com/files/AutoLogon.zip
Resolving download.sysinternals.com (download.sysinternals.com)... 93.184.221.200, 2606:2800:133:17a3:eb7:d48:22de:1431
Connecting to download.sysinternals.com (download.sysinternals.com)|93.184.221.200|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 78822 (77K) [application/x-zip-compressed]
Remote file exists.

Spider mode enabled. Check if remote file exists.
--2016-01-16 17:21:39--  http://download.sysinternals.com/files/Sigcheck.zip
Reusing existing connection to download.sysinternals.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 155461 (152K) [application/x-zip-compressed]
Remote file exists.

Spider mode enabled. Check if remote file exists.
--2016-01-16 17:21:39--  http://download.sysinternals.com/files/Streams.zip
Reusing existing connection to download.sysinternals.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 45258 (44K) [application/x-zip-compressed]
Remote file exists.


but sometimes it does not:

Code: Select all
$ wget --debug --no-cache --spider http://download.sysinternals.com/files/Autologon.zip
Setting --cache (cache) to 0
Setting --spider (spider) to 1
DEBUG output created by Wget 1.13.4 on linux-gnu.

URI encoding = `ANSI_X3.4-1968'
Spider mode enabled. Check if remote file exists.
--2016-01-16 17:17:09--  http://download.sysinternals.com/files/Autologon.zip
Resolving download.sysinternals.com (download.sysinternals.com)... 93.184.221.200, 2606:2800:133:17a3:eb7:d48:22de:1431
Caching download.sysinternals.com => 93.184.221.200 2606:2800:133:17a3:eb7:d48:22de:1431
Connecting to download.sysinternals.com (download.sysinternals.com)|93.184.221.200|:80... connected.
Created socket 3.
Releasing 0x08f775e0 (new refcount 1).

---request begin---
HEAD /files/Autologon.zip HTTP/1.1
Cache-Control: no-cache, must-revalidate
Pragma: no-cache
User-Agent: Wget/1.13.4 (linux-gnu)
Accept: */*
Host: download.sysinternals.com
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 404 Not Found
Date: Sat, 16 Jan 2016 16:17:05 GMT
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: a5868927-0001-002f-7279-50e6ae000000
x-ms-version: 2009-09-19
Content-Length: 0

---response end---
404 Not Found
Registered socket 3 for persistent reuse.
Remote file does not exist -- broken link!!!


This probably depends on the servers being used.

If we, just for fun, check the Wayback Machine at archive.org, then we can see, that the filenames really were different just a few months ago:

https://web.archive.org/web/20150925173 ... s/bb897441
hbuhrmester
 
Posts: 525
Joined: 11.10.2013, 20:59

Re: Download failure

Postby Kiktelos » 17.01.2016, 01:30

Thanks for the hint hbuhrmester

If I replace the links in StaticDownloadLinks-sysinternals.txt with exactly this:
Code: Select all
http://download.sysinternals.com/files/autologon.zip
http://download.sysinternals.com/files/sigcheck.zip
http://download.sysinternals.com/files/streams.zip

It works, links need to be all in lowercase.

Thanks
Kiktelos
 
Posts: 18
Joined: 10.08.2014, 18:34

Re: Download failure

Postby boco » 17.01.2016, 02:14

MS using *NIX (POSIX) servers now? ;)
Microsoft update catalog: http://catalog.update.microsoft.com/v7/site/
Windows Install media download: https://support.microsoft.com/en-us/help/15088/windows-create-installation-media
boco
 
Posts: 2391
Joined: 24.11.2009, 17:00
Location: Germany

Re: Download failure

Postby WSUSUpdateAdmin » 19.01.2016, 07:40

Now corrected.
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38


Return to Download

Who is online

Users browsing this forum: No registered users and 57 guests

cron