I try to start thinking sphinx on my server but it doesn\'t want to work.
I do:
$ rake thinking_sphinx:index && rake thinking_sphinx:start
In my case I checked this file: ../yourdirectory/log/searchd.log and it was written that: /usr/local/var/data/binlog.002: No such file or directory I only do this:
../yourdirectory/log/searchd.log
/usr/local/var/data/binlog.002: No such file or directory
touch /usr/local/var/data/binlog.002
Done, works fine.