xdissent / ievms

Automated installation of the Microsoft IE App Compat virtual machines
http://xdissent.github.com/ievms
9.86k stars 497 forks source link

404 Not Found for IE zip files? #338

Open neekfenwick opened 6 years ago

neekfenwick commented 6 years ago

Similar to #321 I find download fails for IE9 image and If I try manually I get 404.

$ curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="9" bash
Checking for VirtualBox
Checking for Oracle VM VirtualBox Extension Pack
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Building IE 9 VM
Checking for existing OVA at /home/neek/.ievms/IE9 - Win7.ova
Downloading OVA ZIP from https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip to IE9_Win7.zip (attempt 1 of 3)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   223  100   223    0     0    223      0  0:00:01  0:00:01 --:--:--   214
MD5 check failed for IE9_Win7.zip (wanted 58d201fe7dc7e890ad645412264f2a2c, got 0aaae12dd53f372ed1b4f14918e56950)
Redownloading OVA ZIP
Found OVA ZIP at IE9_Win7.zip - skipping download
MD5 check failed for IE9_Win7.zip (wanted 58d201fe7dc7e890ad645412264f2a2c, got 0aaae12dd53f372ed1b4f14918e56950)
Check failed - redownloading OVA ZIP
Downloading OVA ZIP from https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip to IE9_Win7.zip (attempt 2 of 3)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   223  100   223    0     0    223      0  0:00:01  0:00:01 --:--:--   214
MD5 check failed for IE9_Win7.zip (wanted 58d201fe7dc7e890ad645412264f2a2c, got 449c896e5fc988ada754109e876e8df7)
Redownloading OVA ZIP
Found OVA ZIP at IE9_Win7.zip - skipping download
MD5 check failed for IE9_Win7.zip (wanted 58d201fe7dc7e890ad645412264f2a2c, got 449c896e5fc988ada754109e876e8df7)
Check failed - redownloading OVA ZIP
Downloading OVA ZIP from https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip to IE9_Win7.zip (attempt 3 of 3)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   223  100   223    0     0    223      0  0:00:01  0:00:01 --:--:--   183
MD5 check failed for IE9_Win7.zip (wanted 58d201fe7dc7e890ad645412264f2a2c, got b2d754706baa9fe62a8c80ff40d77746)
Failed to download https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip to /home/neek/.ievms/IE9_Win7.zip (attempt 3 of 3)

Attempting manually via wget:

$ wget https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip
--2018-01-09 10:00:00--  https://az412801.vo.msecnd.net/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip
Resolving az412801.vo.msecnd.net (az412801.vo.msecnd.net)... 117.18.232.200, 2606:2800:147:120f:30c:1ba0:fc6:265a
Connecting to az412801.vo.msecnd.net (az412801.vo.msecnd.net)|117.18.232.200|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-01-09 10:00:01 ERROR 404: Not Found.

I see the host az412801.vo.msecnd.net is baked into ievms.sh but I've no idea what it should be changed to, so cannot issue a PR.

neekfenwick commented 6 years ago

Duplicate of #336 .. but I think I explained it better :P

philfreo commented 4 years ago

There's a working fork mentioned here: https://github.com/xdissent/ievms/issues/341#issuecomment-413555899