You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Version 0.2.0
- Removes ModSecurity
- Fixed MySql autostart (#9)
- `user_setup` no longer creates a user
- `user_setup` now creates a sync folder for the web root
- Adds example Vagrantfile
- `user_setup` is now automatically run during `vagrant up`
- Adds packaged Vagrantfile to simplify the setup process
- Fixes a build error when `dropbox_pre` isn't found
This seems to be replicable from a simple
vagrant init goodguyry/dreambox
(v0.1.1) andvagrant up
—sudo service mysql.server status
returns* MySQL is not running, but PID file exists
, and running themysql
cli client errors since the socket doesn't exist.Manually running
sudo service mysql.server start
gets it going, but then if you do avagrant halt
followed byvagrant up
it will no longer be running.The text was updated successfully, but these errors were encountered: