I'm using zeus ruby gem on a vagrant for development the problem is that running any of the following commands
zeus start
env ZEUSSOCK=/home/vagrant/zeus.sock zeus start
env ZEUSSOCK=/tmp/zeus.sock zeus start
export ZEUSSOCK=/tmp/zeus.sock
zeus start
produces the following error
Starting Zeus server
Unable to accept socket connection.
It looks like Zeus is already running. If not, remove .zeus.sock and try again.
there is no .zeus.sock
file created in the project root directory or in any of the specified directories
how can i fix this problem without using NFS vagrant configuration
running on
Mac osx 10.9
Vagrant 1.3.5
zeus (0.13.3)