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

Command 'vagrant up' throws error #85

Open
pixelprogrammer opened this issue Sep 27, 2019 · 2 comments
Open

Command 'vagrant up' throws error #85

pixelprogrammer opened this issue Sep 27, 2019 · 2 comments

Comments

@pixelprogrammer
Copy link

I have installed the virtaulbox artifact and added it with the following command:

vagrant box add ubuntu-14.04.6-server-amd64-appserver_virtualbox.box --name devops-appserver

Here is the output to show that it was successful:

==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'devops-appserver' (v0) for provider: 
    box: Unpacking necessary files from: file:///blah/blah/blah/udacity/devops-intro-project/packer-templates/virtualbox/ubuntu-14.04.6-server-amd64-appserver_virtualbox.box
==> box: Successfully added box 'devops-appserver' (v0) for 'virtualbox'!

The next command I run is vagrant up and here is the output plus error:

Bringing machine 'default' up with 'libvirt' provider...
==> default: Box 'devops-appserver' could not be found. Attempting to find and install...
    default: Box Provider: libvirt
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'devops-appserver' (v0) for provider: libvirt
    default: Downloading: devops-appserver
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file blah/blah/blah/udacity/devops-intro-project/packer-templates/virtualbox/devops-appserver

Why can't it find the devops-appserver?

System Info
OS: Fedora 30
Vagrant: 2.2.5
VirtualBox: 6.0.12_RPMFusion r132055
Packer: v1.4.4-dev (2c9615a3e)

@safithetechi
Copy link

safithetechi commented Feb 20, 2020

I was having the same problem I installed vagrant from the website and used that instead, see issue:9788

@allengb208
Copy link

is this issue solved? I'd like to contribute to it

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

3 participants