udacity / devops-intro-project

Project files for Intro to DevOps class
286 stars 3.57k forks source link

Packer Build Error Making HTTP GET Request 404 #74

Closed Ehsan1997 closed 5 years ago

Ehsan1997 commented 5 years ago
virtualbox-iso output will be in this color.

==> virtualbox-iso: Retrieving Guest additions
    virtualbox-iso: Using file in-place: file:///C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso
==> virtualbox-iso: Retrieving ISO
    virtualbox-iso: Error downloading: Error making HTTP GET request: 404 Not Found
==> virtualbox-iso: ISO download failed.
Build 'virtualbox-iso' errored: ISO download failed.

==> Some builds didn't complete successfully and had errors:
--> virtualbox-iso: ISO download failed.

==> Builds finished but no artifacts were created.
Barathwaja commented 5 years ago

image

Yep same error i have. !!

Barathwaja commented 5 years ago

Update the following : In Line 4 "PACKER_BOX_NAME": "ubuntu-14.04.5-server-amd64" In Line 42 "iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1"

Ehsan1997 commented 5 years ago

Thank you, it worked!

Barathwaja commented 5 years ago

No problem!

bhanusahithya commented 3 years ago

in which file ,do we update this?