I am getting following error -
root@osboxes vagrant]# vagrant up
Bringing machine 'switch' up with 'libvirt' provider...
Bringing machine 'generator' up with 'libvirt' provider...
Bringing machine 'receiver' up with 'libvirt' provider...
==> receiver: Box 'pisces-ubuntu-trusty64' could not be found. Attempting to find and install...
receiver: Box Provider: libvirt
receiver: Box Version: >= 0
==> receiver: Box file was not detected as metadata. Adding it directly...
==> receiver: Adding box 'pisces-ubuntu-trusty64' (v0) for provider: libvirt
receiver: Downloading: pisces-ubuntu-trusty64
==> generator: Box 'pisces-ubuntu-trusty64' could not be found. Attempting to find and install...
==> receiver: An error occurred. The error will be shown after all tasks complete.
generator: Box Provider: libvirt
generator: Box Version: >= 0
==> generator: Box file was not detected as metadata. Adding it directly...
==> generator: Adding box 'pisces-ubuntu-trusty64' (v0) for provider: libvirt
generator: Downloading: pisces-ubuntu-trusty64
==> generator: An error occurred. The error will be shown after all tasks complete.
==> switch: Box 'pisces-ubuntu-trusty64' could not be found. Attempting to find and install...
switch: Box Provider: libvirt
switch: Box Version: >= 0
==> switch: Box file was not detected as metadata. Adding it directly...
==> switch: Adding box 'pisces-ubuntu-trusty64' (v0) for provider: libvirt
switch: Downloading: pisces-ubuntu-trusty64
==> switch: An error occurred. The error will be shown after all tasks complete.
An error occurred while executing multiple actions in parallel.
Any errors that occurred are shown below.
An error occurred while executing the action on the 'switch'
machine. Please handle this error then try again:
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 /home/osboxes/vagrant/pisces-ubuntu-trusty64
An error occurred while executing the action on the 'generator'
machine. Please handle this error then try again:
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 /home/osboxes/vagrant/pisces-ubuntu-trusty64
An error occurred while executing the action on the 'receiver'
machine. Please handle this error then try again:
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 /home/osboxes/vagrant/pisces-ubuntu-trusty64
The first command worked fine.
[root@osboxes osboxes]# vagrant box add pisces-ubuntu-trusty64 http://www.cs.princeton.edu/~mshahbaz/projects/pisces/vagrant/ubuntu-trusty64.box --force
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'pisces-ubuntu-trusty64' (v0) for provider:
box: Downloading: http://www.cs.princeton.edu/~mshahbaz/projects/pisces/vagrant/ubuntu-trusty64.box
==> box: Successfully added box 'pisces-ubuntu-trusty64' (v0) for 'virtualbox'!
How do I resolve this?
Nam
I am getting following error -
root@osboxes vagrant]# vagrant up
Bringing machine 'switch' up with 'libvirt' provider...
Bringing machine 'generator' up with 'libvirt' provider...
Bringing machine 'receiver' up with 'libvirt' provider...
==> receiver: Box 'pisces-ubuntu-trusty64' could not be found. Attempting to find and install...
receiver: Box Provider: libvirt
receiver: Box Version: >= 0
==> receiver: Box file was not detected as metadata. Adding it directly...
==> receiver: Adding box 'pisces-ubuntu-trusty64' (v0) for provider: libvirt
receiver: Downloading: pisces-ubuntu-trusty64
==> generator: Box 'pisces-ubuntu-trusty64' could not be found. Attempting to find and install...
==> receiver: An error occurred. The error will be shown after all tasks complete.
generator: Box Provider: libvirt
generator: Box Version: >= 0
==> generator: Box file was not detected as metadata. Adding it directly...
==> generator: Adding box 'pisces-ubuntu-trusty64' (v0) for provider: libvirt
generator: Downloading: pisces-ubuntu-trusty64
==> generator: An error occurred. The error will be shown after all tasks complete.
==> switch: Box 'pisces-ubuntu-trusty64' could not be found. Attempting to find and install...
switch: Box Provider: libvirt
switch: Box Version: >= 0
==> switch: Box file was not detected as metadata. Adding it directly...
==> switch: Adding box 'pisces-ubuntu-trusty64' (v0) for provider: libvirt
switch: Downloading: pisces-ubuntu-trusty64
==> switch: An error occurred. The error will be shown after all tasks complete.
An error occurred while executing multiple actions in parallel.
Any errors that occurred are shown below.
An error occurred while executing the action on the 'switch'
machine. Please handle this error then try again:
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 /home/osboxes/vagrant/pisces-ubuntu-trusty64
An error occurred while executing the action on the 'generator'
machine. Please handle this error then try again:
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 /home/osboxes/vagrant/pisces-ubuntu-trusty64
An error occurred while executing the action on the 'receiver'
machine. Please handle this error then try again:
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 /home/osboxes/vagrant/pisces-ubuntu-trusty64
The first command worked fine.
[root@osboxes osboxes]# vagrant box add pisces-ubuntu-trusty64 http://www.cs.princeton.edu/~mshahbaz/projects/pisces/vagrant/ubuntu-trusty64.box --force
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'pisces-ubuntu-trusty64' (v0) for provider:
box: Downloading: http://www.cs.princeton.edu/~mshahbaz/projects/pisces/vagrant/ubuntu-trusty64.box
==> box: Successfully added box 'pisces-ubuntu-trusty64' (v0) for 'virtualbox'!
How do I resolve this?
Nam