Page 1 of 1

False "Not Enough Disk Space" error

PostPosted: 31.01.2019, 21:08
by TBacker
I have the latest WSUSOffline installed on a second drive (E:) on a Windows 7 box. The drive has 197 GB free on it.

While doing the initial downloads after install, it always fails part way through. The command prompt box fills with lines "Not enough disk space", eventually stopping with a WSUS failure error "Error: Download failure for dotnet x64-glb".

If I disable the downloading of .net frameworks, the process will just fail at a different file.

Am I missing something?

Download log:
Code: Select all
Thu 01/31/2019 14:26:31.10 - Info: Starting WSUS Offline Update download (v. 11.5) for w62-x64 glb
Thu 01/31/2019 14:26:31.10 - Info: Option /includedotnet detected
Thu 01/31/2019 14:26:31.11 - Info: Option /includewddefs detected
Thu 01/31/2019 14:26:31.18 - Info: Option /verify detected
Thu 01/31/2019 14:26:31.19 - Info: Option /exitonerror detected
Thu 01/31/2019 14:26:31.30 - Info: Set time zone to LOC5:00
Thu 01/31/2019 14:26:31.42 - Info: Preserved custom language and architecture additions and removals
2019-01-31 14:26:31 URL:http://download.wsusoffline.net/StaticDownloadFiles-modified.txt [414/414] -> "../static/StaticDownloadFiles-modified.txt" [1]
2019-01-31 14:26:32 URL:http://download.wsusoffline.net/ExcludeDownloadFiles-modified.txt [0/0] -> "../exclude/ExcludeDownloadFiles-modified.txt" [1]
2019-01-31 14:26:33 URL:http://download.wsusoffline.net/StaticUpdateFiles-modified.txt [3866/3866] -> "../client/static/StaticUpdateFiles-modified.txt" [1]
Thu 01/31/2019 14:26:41.28 - Info: Updated static and exclude definitions for download and update
Thu 01/31/2019 14:26:41.28 - Info: Restored custom language and architecture additions and removals
Thu 01/31/2019 14:26:42.52 - Info: Downloaded/validated mkisofs tool
Thu 01/31/2019 14:26:43.10 - Info: Downloaded Sysinternals' tools Autologon, Sigcheck and Streams

--------------------------------------------------------------------------------

Thu 01/31/2019 14:28:05.58 - Info: Starting WSUS Offline Update download (v. 11.5) for w63-x64 glb
Thu 01/31/2019 14:28:05.58 - Info: Option /includedotnet detected
Thu 01/31/2019 14:28:05.59 - Info: Option /includewddefs detected
Thu 01/31/2019 14:28:05.65 - Info: Option /verify detected
Thu 01/31/2019 14:28:05.67 - Info: Option /exitonerror detected
Thu 01/31/2019 14:28:05.74 - Info: Set time zone to LOC5:00
Thu 01/31/2019 14:28:05.86 - Info: Preserved custom language and architecture additions and removals
Thu 01/31/2019 14:28:14.02 - Info: Updated static and exclude definitions for download and update
Thu 01/31/2019 14:28:14.03 - Info: Restored custom language and architecture additions and removals
Thu 01/31/2019 14:28:14.26 - Info: Downloaded/validated mkisofs tool
Thu 01/31/2019 14:28:14.39 - Warning: Integrity database ..\client\md\hashes-wsus.txt not found
Thu 01/31/2019 14:31:43.87 - Info: Downloaded/validated most recent Windows Update catalog file
Thu 01/31/2019 14:31:43.87 - Warning: Deleted unsigned file "E:\wsusoffline\client\wsus\wsusscn2.bak"
Thu 01/31/2019 14:31:45.97 - Info: Verified digital file signature of Windows Update catalog file
Thu 01/31/2019 14:31:52.34 - Info: Created integrity database for Windows Update catalog file
Thu 01/31/2019 14:31:52.47 - Info: Downloaded/validated installation files for .NET Frameworks 3.5 SP1 and 4.x
2019-01-31 14:31:53 URL:http://download.wsusoffline.net/ExcludeList-superseded-exclude.txt [650/650] -> "../exclude/ExcludeList-superseded-exclude.txt" [1]
2019-01-31 14:31:53 URL:http://download.wsusoffline.net/ExcludeList-superseded-exclude-seconly.txt [200/200] -> "../exclude/ExcludeList-superseded-exclude-seconly.txt" [1]
2019-01-31 14:31:53 URL:http://download.wsusoffline.net/HideList-seconly.txt [13657/13657] -> "../client/exclude/HideList-seconly.txt" [1]
Thu 01/31/2019 14:31:54.63 - Info: Determined superseded updates
Thu 01/31/2019 14:31:54.65 - Info: Determined static update urls for dotnet x64-glb
Thu 01/31/2019 14:31:54.70 - Error: Download failure for dotnet x64-glb

Re: False "Not Enough Disk Space" error

PostPosted: 31.01.2019, 21:46
by aker
Could you post a screenshot of the message and upload it somewhere?

How much space is free on the drive, where your temporary folder (%temp%) ist?

Re: False "Not Enough Disk Space" error

PostPosted: 31.01.2019, 22:46
by TBacker
Well, this was a stupid miss by me. I didn't look at the system drive (C:) as I was focusing on why E: was being called full. Then I realized that it may be using temp space on C:, and sure enough C was nearly full.

Just got done cleaning up C: and resizing partitions and all is running again.

Now back to your regularly schedules threads....

Re: False "Not Enough Disk Space" error

PostPosted: 01.02.2019, 00:00
by aker
For extracting some temporary data, wsusou needs to have about 500MB free space on the drive "%temp%" is stored on.

If you want to, I could give you a script, which relocates wsusou't TEMP-folder to ".\tmp" (inside wsusou's folder).