You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I succeeded on building this image by packer and using the virtualbox method.
so it created arch image.
Then I used following commands
vagrant init arch
vagrant up
And the output is
Virtualbox on your host claims: 6.0.0
VBoxService inside the vm claims: 6.0.10
Going on, assuming VBoxService is correct...
bash: line 4: setup: command not found
==> default: Checking for guest additions in VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
setup
Stdout from the command:
Stderr from the command:
bash: line 4: setup: command not found
What might be the reason for it to fail? Vagrant ssh seems to work tho.
The text was updated successfully, but these errors were encountered:
Hi!
I succeeded on building this image by packer and using the virtualbox method.
so it created arch image.
Then I used following commands
vagrant init arch
vagrant up
And the output is
What might be the reason for it to fail? Vagrant ssh seems to work tho.
The text was updated successfully, but these errors were encountered: