mk-toolブログ

エンジニアと家のことをごちゃごちゃと書いてます

vagrant

【vagrant】vagrantでタブ文字が設定ファイルに含まれていたせいでエラー

以下のエラーが出てきたのでメモ。 >|| /opt/vagrant/embedded/lib/ruby/2.2.0/psych.rb:370:in `parse': (<unknown>): did not find expected '-' indicator while parsing a block collection at line 15 column 6 (Psych::SyntaxError) ||< これ、本当に冗談かもし</unknown>…

【vagrant】vagrant upでエラー

vagrant upをしたら、このようなエラーが発生。 調べてもあまり解決策と言えるものがなかったので、日本語メモ。 The specified host network collides with a non-hostonly network! This will cause your specified IP to be inaccessible. Please change …

【vagrant】vagrant upしたら、sshなんとかの部分でタイムアウトした

http://futurismo.biz/archives/1647

【vagrant】vagrant upの際にIPが衝突とかよく分からないことを言われた話

>|| The specified host network collides with a non-hostonly network!This will cause your specified IP to be inaccessible. Please changethe IP or name of your host only network so that it no longer matches that ofa bridged or non-hostonly n…

【vagrant】vagrant upの際にrbファイルが影響して立ち上げられないことに対する対応

「vagrant up」と入力したものの、以下のエラーが出てしまった。 C:\Users\ユーザ名\MyVagrant\mycentos\Homestead>vagrant up Bringing machine 'default' up with 'virtualbox' provider... C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.5/plugin…

【vagrant】vagrant upで仮想マシンが立ち上がらなかったのでメモ

windows10環境で vagrant up が立ち上がらなかった。その際に出てきたメッセージは以下。 The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Plea…