Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in downloading Ubuntu lucid32 #147

Open
SanjanaSunil opened this issue Jun 13, 2018 · 12 comments
Open

Error in downloading Ubuntu lucid32 #147

SanjanaSunil opened this issue Jun 13, 2018 · 12 comments

Comments

@SanjanaSunil
Copy link

When I run vagrant box add lucid32 http://files.vagrantup.com/lucid32.box in my terminal, the following error comes up:

box: Downloading: http://files.vagrantup.com/lucid32.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 503

How do I correct this?

@ghost
Copy link

ghost commented Jun 26, 2018

The url you are trying to download ubuntu lucid 32 from doesn't exist anymore. So an alternative is necessary. So , what you can do is to download this vagrant file from here, https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/Vagrantfile .
Then find the line following line:
config.vm.box_url = "http://files.vagrantup.com/lucid32.box"
When u find it then delete it and write the following line in the Vagrantfile:
config.vm.box = "mrgcastle/ubuntu-lucid32"
Save and copy the Vagrantfile to a directory and type Vagrant up from powershell or from your choice of terminal then press enter. It should have worked by now :)

@ghost ghost mentioned this issue Feb 4, 2019
@psharma04
Copy link

Vagrant has changed the way you download boxes, as well as the way boxes are hosted on their servers.
The command in the book will no longer work. Instead, use:
vagrant box add lvphu609/lucid32
Hope this helps

@SirGouki
Copy link

the solution psharma04 provided definitely starts a download. not sure what ghost's recommendation does.

@DolphinFlopFish
Copy link

psharma04's solution works

@Lr-2002
Copy link

Lr-2002 commented Apr 14, 2021

Hi, Using psharma04's solutions the system of the box turn to be a x64 system
following are the words in shell after cat /proc/version

Linux version 4.15.0-58-generic (buildd@lcy01-amd64-013) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019

looking for your help

@sixie17
Copy link

sixie17 commented Apr 1, 2023

I guess Alternavely you can use the following command
vagrant box add lucid32 https://vagrantcloud.com/lvphu609/lucid32

@duguxiao
Copy link

duguxiao commented Apr 1, 2023 via email

@Wisam907
Copy link

Vagrant has changed the way you download boxes, as well as the way boxes are hosted on their servers. The command in the book will no longer work. Instead, use: vagrant box add lvphu609/lucid32 Hope this helps

psharma04‘s solution is effective.

@duguxiao
Copy link

duguxiao commented Dec 17, 2023 via email

@dangleenTuple
Copy link

Hey everyone! The vagrant box "lvphu609/lucid32" gave me issues as well (it wasn't able to provision for me). So I used this box instead and it works: https://app.vagrantup.com/mrgcastle/boxes/ubuntu-lucid32

vagrant box add mrgcastle/ubuntu-lucid32

vagrant init mrgcastle/ubuntu-lucid32

@duguxiao
Copy link

duguxiao commented Jun 5, 2024 via email

@pengyz
Copy link

pengyz commented Jun 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants