LoginSignup
1
0

More than 3 years have passed since last update.

【環境構築】vagrant upでエラー

Posted at

vagrant upでエラー

ターミナル
$ vagrant up
/opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/util/which.rb:37: warning: Insecure world writable dir /usr/local/opt in PATH, mode 040777
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Importing base box 'laravel/homestead'...
Progress: 90%There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "/Users/namari/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/9.2.0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "ubuntu-18.04-amd64_1581476571710_32924", "--vsys", "0", "--unit", "11", "--disk", "/Users/namari/VirtualBox VMs/ubuntu-18.04-amd64_1581476571710_32924/ubuntu-18.04-amd64-disk001.vmdk"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/namari/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/9.2.0/virtualbox/box.ovf...
OK.
0%...
Progress state: NS_ERROR_INVALID_ARG
VBoxManage: error: Appliance import failed
VBoxManage: error: Code NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value (extended info not available)
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg *)" at line 1118 of file VBoxManageAppliance.cpp

原因

容量不足だった・・・・・
1G開けたらいけた!

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0