On Tue, Feb 10, 2009 at 5:56 PM, ginkod <[email protected]> wrote: > > Steve, > > I'm kind of new to this so bear with me. I did what you told me and I > got this > > MC 440 0.1 0.0 590472 196 s000 R+ 5:53PM 0:00.00 > grep searchd > > where is the pid file located > >
Right, so that means the searchd (sphix) isn't really running. The pid file might be in log/ or in tmp/pids/. I keep mine in log/. Just delete it and start up should work. Once it starts you can go into vendor/plugins/thinkin_sphinx/lib/thinking_sphinx.rb and patch the self.sphinx_running? method to check to see if there is a pid running with the same value as in the pid file (and named searchd) and if there's not it will rm the pid file. I hope @pat would accept a patch for that. Then you can be a contributor to ts and on your way to rails glory. :) steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
