vagrantで共有フォルダーが共有されなくなったけどなんとか回避(2回目)

OpenSSLの脆弱性対応したため?かvagrant up時以下のエラーが

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` /vagrant /vagrant

Stdout from the command:



Stderr from the command:

stdin: is not a tty
/sbin/mount.vboxsf: mounting failed with the error: No such device

前回ははまったけど今回はすんなり回避

sudo /etc/init.d/vboxadd setup

参考
vagrantで共有フォルダーが共有されなくなったけどなんとか回避 - shoprevのブログ
Vagrantでmountエラーで、フォルダがShareされない