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
Just cloned this repository, and created a config.yml for setting up a vagrant instance.
I'm getting the following error though:
$ vagrant up test
Bringing machine 'test' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
As a side note though (not related to your issue): http_port can not be 9000, as that's already in use. I'll update the code to raise an error when you try to use that port.
If you do get it to work, you'll get nginx bind errors;
STDERR: nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] still could not bind()
Hi,
Just cloned this repository, and created a config.yml for setting up a vagrant instance.
I'm getting the following error though:
My config.yml:
test:
app_directory: "/Users/svendecabooter/test/webplatform"
type: "php53"
http_port: 9000
memory: 1024
php_memory_limit: "256M"
mysql_port: 9001
php_xdebug: true
When testing this config on an older Git checkout of sneakers, it does work.
Am I missing something?
The text was updated successfully, but these errors were encountered: