VirtualBoxとVagrantを久しぶりにアップデートしたところ、
vagrant up
実行時に以下のメッセージが出力され、フォルダの共有ができなくなりました。
メッセージ内容
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
一先ず、事象が解消したので共有したいと思います。
更新したバージョン
VirtualBox:6.0.6
Vagrant:2.2.4
結論として、VirtualBoxのバージョンが問題でした。
VirtualBoxのバージョンを6.0.4
にダウングレードすることで改善しました。
参考:https://github.com/dotless-de/vagrant-vbguest/issues/278
参考をみると時折発生する事象のようです。
ちなみに、以下のコマンドによるプラグインの更新などでは解消しませんでした。
vagrant provision
とか
$ vagrant plugin update vagrant-vbguest
とか
$ vagrant plugin update
既にVirtualboxへのissueも上がっているようです。
ざっくりな内容ですが、以上です。