Thinking sphinx doesn't start - “Failed to start searchd daemon”

后端 未结 3 1513
无人及你
无人及你 2021-02-15 13:09

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
         


        
3条回答
  •  忘掉有多难
    2021-02-15 13:24

    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:

    touch /usr/local/var/data/binlog.002

    Done, works fine.

提交回复
热议问题