Ezhil:
I see that searchd didn’t crash, it was stopped normally:
[Sun Nov 28 23:10:48.515 2010] [32574] caught SIGTERM, shutting down
and it was last started on Nov 28:
[Sun Nov 28 23:10:48.525 2010] [32716] accepting connections
Did you have any problems since then?
also smth is wrong with query/searchd logs:
[Mon Nov 29 12:53:30.611 2010] [32716] WARNING: failed to reopen log file ‘/home/flexlear/public_html/sphinx/var/log/searchd.log’: No such file or directory
[Mon Nov 29 12:53:30.611 2010] [32716] WARNING: failed to reopen query log file ‘/home/flexlear/public_html/sphinx/var/log/query.log’: No such file or directory
and pipe():
[Mon Nov 29 23:18:08.122 2010] [32716] WARNING: pipe() failed (error=Too many open files)
[Mon Nov 29 23:18:08.123 2010] [32716] WARNING: pipe() failed (error=Too many open files)
[Mon Nov 29 23:18:14.803 2010] [32716] WARNING: pipe() failed (error=Too many open files)
[Mon Nov 29 23:18:14.804 2010] [32716] WARNING: pipe() failed (error=Too many open files)
Perhaps per-user/per-process limits should be tuned (ulimit -n, ulimit -p etc.)