On Tue, Feb 10, 2009 at 5:38 PM, ginko <[email protected]> wrote: > > I'm having a problem stopping the thinking_sphinx search. When I stop > it I get the following: > > using config file '/Users/MC/raidmyroom.com/config/ > development.sphinx.conf'... > FATAL: stop: kill() on pid 458 failed: No such process > Stopped search daemon (pid 458). > > > But when I try a restart it tells me this: > > rake aborted! > searchd is already running. > > > How do I actually kill it?????? > >
It's possible that searchd is not running but the pid file is left behind. There is a bug in ts where it only checks the existence of the pid file, but not the existence of the pid. do: ps aux |grep searchd and see if it's running. If not rm the pid file and then try to start it. (Unless you're having a completely different problem ;) cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
