On 5/28/24 14:02, Lee Daniel wrote:
* /var/solr was exactly the problem. The parent folder was owned by solr:solr but I saw subfolders especially in data was owned by root:root. * I did are `chown -R solr:solr` on the parent folder and then tried `service solr start`. * It then successfully started. Thanks.
Great, but centos 7 is still EOL and everyone RHEL-afflicted is installing Alma 9. Which, AFAIK, does not include sys-V-init compatibility glue anymore, so the existing install script will not work on it. Docker, OTOH, does.
Dima