Le 10/02/2018 à 00:44, Kevin Hatfield a écrit : > `config.vm.post_up_message` is offending parameter with virtualbox 4.3 > > "Bringing machine 'default' up with 'virtualbox' provider... > There are errors in the configuration of this machine. Please fix > the following errors and try again: > > vm: > * The following settings shouldn't exist: post_up_message"
Hi Kevin The post_up_message feature was added in Vagrant 1.6. Maybe you have an older Vagrant version ? This message is displayed by Vagrant itself and not Virtualbox, so I don't think the VirtualBox version you have does matter. Emmanuel
