[ https://issues.apache.org/jira/browse/SOLR-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894444#comment-15894444 ]
Jan Høydahl commented on SOLR-10223: ------------------------------------ You only see this on 6.4.2? Cause I just tested with 6.4.1 and it works {noformat} docker run -ti -p 8983:8983 -u root solr:6.4.1 bash root@bd8356f0d286:/opt/solr# solr start WARNING: Starting Solr as the root user is a security risk and not considered best practice. Exiting. Please consult the Reference Guide. To override this check, start with argument '-force' root@bd8356f0d286:/opt/solr# solr start -c -force Waiting up to 180 seconds to see Solr running on port 8983 [|] Started Solr server on port 8983 (pid=152). Happy searching! {noformat} > Cloud example will not start as root even with -force option > ------------------------------------------------------------ > > Key: SOLR-10223 > URL: https://issues.apache.org/jira/browse/SOLR-10223 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Affects Versions: 6.4.2 > Reporter: Shawn Heisey > > Tried starting a cloud example. It refused to start as root. This is a good > thing, but the start is acceptable to me for the testing that I will be > doing, so I added -force. It still wouldn't start, probably because the > -force option was not transferred to the true start commands. > Commands that I tried: > bin/solr start -e cloud -force > bin/solr start -force -e cloud -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org