When I try to start searchd, it gives the following error.
bind() failed on 0.0.0.0, retrying...
FATAL: bind() failed on 0.0.0.0: Illegal seek
I can find a searchd process running
root 14863 0.1 0.0 73884 3960 ? Ssl 23:21 0:00 /usr/bin/searchd --nodetach
Now, when i kill it or try to stop it (searchd --stop), it instantly restarts.
root 15841 0.5 0.0 73884 3960 ? Ssl 23:33 0:00 /usr/bin/searchd --nodetach
I am guessing there is some setting by which it automatically starts when the process is not running. How can I stop this from happening?