This seems to be replicable from a simple vagrant init goodguyry/dreambox (v0.1.1) and vagrant up — sudo service mysql.server status returns * MySQL is not running, but PID file exists, and running the mysql cli client errors since the socket doesn't exist.
Manually running sudo service mysql.server start gets it going, but then if you do a vagrant halt followed by vagrant up it will no longer be running.
This seems to be replicable from a simple
vagrant init goodguyry/dreambox(v0.1.1) andvagrant up—sudo service mysql.server statusreturns* MySQL is not running, but PID file exists, and running themysqlcli client errors since the socket doesn't exist.Manually running
sudo service mysql.server startgets it going, but then if you do avagrant haltfollowed byvagrant upit will no longer be running.