Error: Download failure for dotnet x64-glb

Error: Download failure for dotnet x64-glb

Postby Luke97 » 31.08.2017, 09:17

Ich bekomme immer den folgenden Fehler, wenn ich versuche die Updates zu laden:

Code: Select all
31.08.2017 10:10:57,29 - Info: Starting WSUS Offline Update download (v. 11.0.1) for w61-x64 glb
31.08.2017 10:10:57,30 - Info: Option /includedotnet detected
31.08.2017 10:10:57,33 - Info: Option /verify detected
31.08.2017 10:10:57,37 - Info: Option /exitonerror detected
31.08.2017 10:10:57,63 - Info: Set time zone to LOC-2:00
31.08.2017 10:10:57,82 - Info: Preserved custom language and architecture additions and removals
31.08.2017 10:10:59,21 - Info: Updated static and exclude definitions for download and update
31.08.2017 10:10:59,21 - Info: Restored custom language and architecture additions and removals
31.08.2017 10:11:02,76 - Info: Downloaded/validated mkisofs tool
31.08.2017 10:11:03,00 - Info: Verified integrity of Windows Update catalog file
31.08.2017 10:11:13,50 - Info: Downloaded/validated most recent Windows Update catalog file
31.08.2017 10:11:21,41 - Info: Verified digital file signature of Windows Update catalog file
31.08.2017 10:11:31,45 - Info: Created integrity database for Windows Update catalog file
31.08.2017 10:11:31,45 - Warning: Integrity database ..\client\md\hashes-dotnet.txt not found
31.08.2017 10:11:32,67 - Info: Downloaded/validated installation files for .NET Frameworks 3.5 SP1 and 4.x
31.08.2017 10:11:36,49 - Info: Determined superseded updates
31.08.2017 10:11:36,51 - Info: Determined static update urls for dotnet x64-glb
31.08.2017 10:11:36,58 - Error: Download failure for dotnet x64-glb


Woran kann das liegen?

Gruß,
Luke
Last edited by aker on 31.08.2017, 10:04, edited 1 time in total.
Reason: CODE-tags hinzugefügt
Luke97
 

Re: Error: Download failure for dotnet x64-glb

Postby aker » 31.08.2017, 10:06

Bitte von dem CMD-Fenster - kurz bevor es sich schließt - einen Screenshot erstellen und hier posten.

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: Error: Download failure for dotnet x64-glb

Postby boco » 31.08.2017, 10:22

Just to put the topic up for discussion:

Windows 7 and probably all higher versions include the "timeout" command. WOU could easily use this for debugging, as it waits for a specified timeout (could be set by a variable) and the user can additionally abort it by pressing a key.
The idea behind this is to have a low value for releases and a high value for debugging (by adjusting one variable). So you do not have to insert and remove "pause" commands all the time. "pause" is deprecated and the same as "timeout /T -1".

Timeout in Windows 7:
Code: Select all
C:\>timeout /?

TIMEOUT [/T] timeout [/NOBREAK]

Description:
    This utility accepts a timeout parameter to wait for the specified
    time period (in seconds) or until any key is pressed. It also
    accepts a parameter to ignore the key press.

Parameter List:
    /T        timeout       Specifies the number of seconds to wait.
                            Valid range is -1 to 99999 seconds.

    /NOBREAK                Ignore key presses and wait specified time.

    /?                      Displays this help message.

NOTE: A timeout value of -1 means to wait indefinitely for a key press.

Examples:
    TIMEOUT /?
    TIMEOUT /T 10
    TIMEOUT /T 300 /NOBREAK
    TIMEOUT /T -1
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: Error: Download failure for dotnet x64-glb

Postby Luke97 » 31.08.2017, 14:39

aker wrote:Bitte von dem CMD-Fenster - kurz bevor es sich schließt - einen Screenshot erstellen und hier posten.


Viele Grüße


Here is the whole cmd window, i thought the protocol woul be sufficient.


Code: Select all
Starting WSUS Offline Update download (v. 11.0.1) for w61-x64 glb...
Checking for sufficient file system rights...
Cleaning up existing directories...
Preserving custom language and architecture additions and removals...
Updating static and exclude definitions for download and update...
No URLs found in ../static/StaticDownloadFiles-modified.txt.
No URLs found in ../exclude/ExcludeDownloadFiles-modified.txt.
No URLs found in ../client/static/StaticUpdateFiles-modified.txt.
Restoring custom language and architecture additions and removals...
Downloading/validating mkisofs tool...
--2017-08-31 15:21:05--  http://download.wsusoffline.net/mkisofs.exe
Resolving download.wsusoffline.net... 81.3.27.18
Connecting to download.wsusoffline.net|81.3.27.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 380416 (372K) [application/x-msdos-program]
Server file no newer than local file `../bin/mkisofs.exe' -- not retrieving.

Verifying integrity of Windows Update catalog file...
hashdeep64.exe: Audit passed
   Input files examined: 0
  Known files expecting: 0
          Files matched: 1
Files partially matched: 0
            Files moved: 0
        New files found: 0
  Known files not found: 0
Downloading/validating most recent Windows Update catalog file...
--2017-08-31 15:21:17--  http://download.windowsupdate.com/microsoftupdate/v6/ws
usscan/wsusscn2.cab
Resolving download.windowsupdate.com... 92.123.73.41, 92.123.73.42
Connecting to download.windowsupdate.com|92.123.73.41|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 229427074 (219M) [application/vnd.ms-cab-compressed]
Server file no newer than local file `../client/wsus/wsusscn2.cab' -- not retrie
ving.

Verifying digital file signature of Windows Update catalog file...
Creating integrity database for Windows Update catalog file...
Warning: Integrity database ..\client\md\hashes-dotnet.txt not found.
Downloading/validating installation files for .NET Frameworks 3.5 SP1 and 4.x...

--2017-08-31 15:22:12--  http://download.microsoft.com/download/2/0/e/20e90413-7
12f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe
Resolving download.microsoft.com... 2.20.88.229
Connecting to download.microsoft.com|2.20.88.229|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 242743296 (231M) [application/octet-stream]
Server file no newer than local file `../client/dotnet/dotnetfx35.exe' -- not re
trieving.

--2017-08-31 15:22:12--  http://download.microsoft.com/download/C/3/A/C3A5200B-D
33C-47E9-9D70-2F7C65DAAD94/NDP46-KB3045557-x86-x64-AllOS-ENU.exe
Reusing existing connection to download.microsoft.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 65444688 (62M) [application/octet-stream]
Server file no newer than local file `../client/dotnet/NDP46-KB3045557-x86-x64-A
llOS-ENU.exe' -- not retrieving.

--2017-08-31 15:22:12--  http://download.microsoft.com/download/5/4/C/54C214DA-3
70D-4CD8-8FA4-163603E02BA3/NDP46-KB3045557-x86-x64-AllOS-DEU.exe
Reusing existing connection to download.microsoft.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 6696464 (6.4M) [application/octet-stream]
Server file no newer than local file `../client/dotnet/NDP46-KB3045557-x86-x64-A
llOS-DEU.exe' -- not retrieving.

--2017-08-31 15:22:13--  http://download.microsoft.com/download/D/D/3/DD35CC25-6
E9C-484B-A746-C5BE0C923290/NDP47-KB3186497-x86-x64-AllOS-ENU.exe
Reusing existing connection to download.microsoft.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 61586744 (59M) [application/octet-stream]
Server file no newer than local file `../client/dotnet/NDP47-KB3186497-x86-x64-A
llOS-ENU.exe' -- not retrieving.

--2017-08-31 15:22:13--  http://download.microsoft.com/download/8/3/8/838A8A52-6
7BA-4F1C-BA95-FABBA994352C/NDP47-KB3186497-x86-x64-AllOS-DEU.exe
Reusing existing connection to download.microsoft.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 5615368 (5.4M) [application/octet-stream]
Server file no newer than local file `../client/dotnet/NDP47-KB3186497-x86-x64-A
llOS-DEU.exe' -- not retrieving.


Extracting Microsoft's update catalog file package.xml...
15:22:16,20 - Determining superseded updates (please be patient, this will take
a while)...
Extracting file 1...
..\bin\gsort.exe: C:\Users\xxxxx\AppData\Local\Temp\existing-bundle-revision-ids
.txt: No such file or directory
C:\Users\xxxxx\AppData\Local\Temp\existing-bundle-revision-ids.txt konnte nicht
gefunden werden
Extracting file 2...
..\bin\gsort.exe: C:\Users\xxxxx\AppData\Local\Temp\superseding-and-superseded-r
evision-ids.txt: No such file or directory
C:\Users\xxxxx\AppData\Local\Temp\superseding-and-superseded-revision-ids.txt ko
nnte nicht gefunden werden
Joining files 1 and 2 to file 3...
Extracting file 4...
..\bin\gsort.exe: C:\Users\xxxxx\AppData\Local\Temp\BundledUpdateRevisionAndFile
Ids.txt: No such file or directory
C:\Users\xxxxx\AppData\Local\Temp\BundledUpdateRevisionAndFileIds.txt konnte nic
ht gefunden werden
Joining files 3 and 4 to file 5...
Extracting file 6...
..\bin\gsort.exe: C:\Users\xxxxx\AppData\Local\Temp\UpdateCabExeIdsAndLocations.
txt: No such file or directory
C:\Users\xxxxx\AppData\Local\Temp\UpdateCabExeIdsAndLocations.txt konnte nicht g
efunden werden
Joining files 5 and 6 to file 7...
15:22:17,39 - Done.
Determining static update urls for dotnet x64-glb...
15:22:17,46 - Determining dynamic update urls for dotnet x64-glb...

ERROR: Download failure for dotnet x64-glb.

Note: To better help understanding this error, you can select and copy the last
messages from this window using the context menu (right mouse click in the windo
w).
Drücken Sie eine beliebige Taste . . .
Last edited by Dalai on 31.08.2017, 14:52, edited 1 time in total.
Reason: Inserted CODE tags for better readability
Luke97
 

Re: Error: Download failure for dotnet x64-glb

Postby aker » 04.09.2017, 20:06

Exisitieren Schreibrechte auch %TEMP%?
Oder gibt es ein "übereifriges" AV-Programm, dass das Schreiben von skripts in dden temporären Ordner blockt?

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


Return to Download

Who is online

Users browsing this forum: No registered users and 15 guests