Page 1 of 1

Corrupt ISO output

PostPosted: 29.10.2013, 04:20
by friday123
Hi I'm using WOU 8.7.1+ (r521).
Code: Select all
e309746c3a7811e21b2b5437b8d1c414c12fbd3b *mkisofs.exe


I ran the update generator and it made the ISOs but at least one of them is corrupt. wsusoffline-w60.iso has a size of 834KB. There's hundreds of gigabytes free on this drive and the drive that holds my temp folder so I don't know what happened. Also there is plenty of memory available.

I ran the update generator again but this time I checked 'Only Prepare ISO'. The ISO file created looks to be the right size now and all the other ISOs are the same size they were previously. Is this a known issue?

Re: Corrupt ISO output

PostPosted: 29.10.2013, 09:14
by WSUSUpdateAdmin
Hi friday,

I've never heard that before.
Disk full?

Regards
T. Wittrock

Re: Corrupt ISO output

PostPosted: 29.10.2013, 09:37
by aker
WSUSUpdateAdmin wrote:Disk full?


friday123 wrote:There's hundreds of gigabytes free on this drive

Re: Corrupt ISO output

PostPosted: 29.10.2013, 10:00
by WSUSUpdateAdmin
:oops: :lol:

Re: Corrupt ISO output

PostPosted: 29.10.2013, 13:59
by aker
Could you try it again without "Just prepare ISO"; does it work this time?

Re: Corrupt ISO output

PostPosted: 29.10.2013, 21:23
by friday123
aker wrote:Could you try it again without "Just prepare ISO"; does it work this time?


I did that and it still looks fine. Here are errors and warnings from today's log:

this:
Code: Select all
Tue 10/29/2013 15:43:40.39 - Warning: Download of http://download.microsoft.com/download/8/B/4/8B42259F-5D70-43F4-AC2E-4B208FD8D66A/vcredist_x64.EXE failed


and a bunch of these:
Code: Select all
http://download.wsusoffline.net/ExcludeList-superseded-exclude.txt:
2013-10-29 16:03:50 ERROR 503: Service Temporarily Unavailable.

Re: Corrupt ISO output

PostPosted: 29.10.2013, 21:37
by harry
For me (NRW, Germany) these two things look fine.

Code: Select all
D:\download>wget -N --spider http://download.microsoft.com/download/8/B/4/8B42259F-5D70-43F4-AC2E-4B208FD8D66A/vcredist_x64.EXE
Spider mode enabled. Check if remote file exists.
--2013-10-29 21:29:44--  http://download.microsoft.com/download/8/B/4/8B42259F-5D70-43F4-AC2E-4B208FD8D66A/vcredist_x64.EXE
Resolving download.microsoft.com... 95.101.0.90, 95.101.0.114
Connecting to download.microsoft.com|95.101.0.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3175832 (3.0M) [application/octet-stream]
Remote file exists.

D:\download>wget -N --spider http://download.wsusoffline.net/ExcludeList-superseded-exclude.txt
Spider mode enabled. Check if remote file exists.
--2013-10-29 21:28:55--  http://download.wsusoffline.net/ExcludeList-superseded-exclude.txt
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: 112 [text/plain]
Remote file exists.

Re: Corrupt ISO output

PostPosted: 15.03.2014, 06:45
by friday123
I just had this problem again. Now I'm using r566. I have several ISO files that all have the same size as they did the first time I had this problem:
Code: Select all
03/15/2014  01:25 AM     1,648,144,384 wsusoffline-w2k3-enu.iso
03/15/2014  01:27 AM           854,016 wsusoffline-w2k3-x64-enu.iso
03/15/2014  01:11 AM           854,016 wsusoffline-w60-x64.iso
03/15/2014  01:07 AM           854,016 wsusoffline-w60.iso
03/15/2014  01:16 AM           854,016 wsusoffline-w61-x64.iso
03/15/2014  01:13 AM     1,605,750,784 wsusoffline-w61.iso
03/15/2014  01:19 AM     1,195,538,432 wsusoffline-w62-x64.iso
03/15/2014  01:17 AM       845,744,128 wsusoffline-w62.iso
03/15/2014  01:20 AM       751,243,264 wsusoffline-w63-x64.iso
03/15/2014  01:20 AM       535,021,568 wsusoffline-w63.iso
03/15/2014  01:22 AM     1,589,504,000 wsusoffline-wxp-enu.iso

I have plenty of space on both the drive that holds WSUSOU and my %TEMP%. What I realized though is that those ISOs with the bad size were mounted in VMWare Workstation when WSUSOU was trying to make the ISO. So mkisofs or WSUSOU doesn't realize that the file is locked or maybe the file is partially locked or something because it can write to the file just the first 800k then it can't. Anyway.. I unmounted the ISOs and now they're being built properly.