Hi jess
As per instructed, I am trying to reindex the Kaltura indeces with the command below,
/opt/kaltura/bin/kaltura-sphinx-reindex.sh
Possibly a rookie problem, but am encountering the following error and unsure what it signifies:
searchd is stopped
Backing up files to /opt/kaltura/sphinx.bck.1508800044. Once the upgrade is done and tested, please remove this directory to save space
mv: cannot stat ‘/opt/kaltura/sphinx/kaltura’: No such file or directory_
_mv: cannot stat ‘/opt/kaltura/log/sphinx/data/binlog.’: No such file or directory_
Starting searchd: Sphinx 2.2.1-id64-dev (r4097)
Copyright © 2001-2013, Andrew Aksyonoff
Copyright © 2008-2013, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file ‘/opt/kaltura/app/configurations/sphinx/kaltura.conf’…
FATAL: failed to lock pid file ‘/opt/kaltura/sphinx/searchd.pid’: Resource temporarily unavailable (searchd already running?)
Restarting kaltura-monit (via systemctl): [ OK ]
Starting searchd: Sphinx 2.2.1-id64-dev (r4097)
Copyright © 2001-2013, Andrew Aksyonoff
Copyright © 2008-2013, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file ‘/opt/kaltura/app/configurations/sphinx/kaltura.conf’…
FATAL: failed to lock pid file ‘/opt/kaltura/sphinx/searchd.pid’: Resource temporarily unavailable (searchd already running?)
When I attempt to run sphinx with GDB, I receive:
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-100.el7
Copyright © 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and “show warranty” for details.
This GDB was configured as “x86_64-redhat-linux-gnu”.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/…
Reading symbols from /opt/kaltura/sphinx/bin/searchd…
warning: the debug information found in “/opt/kaltura/sphinx/bin/searchd.debug” does not match “/opt/kaltura/sphinx/bin/searchd” (CRC mismatch).
Reading symbols from /opt/kaltura/sphinx/bin/searchd…(no debugging symbols found)…done.
(no debugging symbols found)…done.
Missing separate debuginfos, use: debuginfo-install kaltura-sphinx-2.2.1-20.x86_64
In the GBD console, I tried to generate the core dump files but receive the following response.
You can’t do that without a process to debug.