Thanks for reporting back. I think perhaps we don’t claim to fully support
FreeBSD.
Feel free to submit a PullRequest though if you believe you have a working
FreeBSD setup.
Jan
> 26. aug. 2020 kl. 14:23 skrev Patrik Peng :
>
> Followup regarding the bin/solr issue for anyone running Solr on F
Followup regarding the bin/solr issue for anyone running Solr on FreeBSD.
The script uses "ps auxww | grep ..." in various places, like:
SOLR_PROC=`ps auxww |grep -w $SOLR_PID|grep start\.jar |grep jetty\.port`
For reasons unknown to me, FreeBSD's "ps auxww" truncates the COMMAND
column output a
Thanks for your input regarding SOLR-14711, that makes sense.
I wasn't able to reproduce the bin/solr script issue on a Debian
machine, so I guess there's something wrong with my setup.
Patrik
On 24.08.20 17:26, Jan Høydahl wrote:
> I think you’re experiencing this:
>
> https://issues.apache.org
I think you’re experiencing this:
https://issues.apache.org/jira/browse/SOLR-14711
No idea why the bin/solr script won’t work with SSL...
Jan
> 24. aug. 2020 kl. 15:52 skrev Patrik Peng :
>
> Greetings
>
> I'm in the process of setting up a SolrCloud cluster with 3 Zookeeper
> and 3 Solr node