Zeus is a great tool when working on a fairly large Rails projects to lower the load time of Rails application and running the test suite. However after sometime I have started to face this problem with all my projects on starting zeus:
I did some research and also tried some of resources to resolve this error but none of them worked. I would be thankful if somebody can point me to the right direction to resolve this issue.
I am on a Mac OSX 10.8.2
Thanks
rm .zeus.sock
like it suggests? I get that error whenever I try to start zeus and there's already a.zeus.sock
file in the directory (for example, if Zeus crashed without cleaning itself up). – Doriadorianls -a
. If there is a.zeus.sock
, remove it. [This is not azsh
issue, so I'm removing the tag]. – Selia