You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already provided the described functionality
Description
/etc/default/locale seems not configured at least running molecule tests.
root@solrcloud1:/opt/solr/server# journalctl -u solr.service
-- Logs begin at Tue 2019-01-29 10:25:33 UTC, end at Tue 2019-01-29 10:53:48 UTC. --
Jan 29 10:29:13 solrcloud1 systemd[1]: Starting LSB: Controls Apache Solr as a Service...
Jan 29 10:29:13 solrcloud1 su[1505]: Successful su for solr by root
Jan 29 10:29:13 solrcloud1 su[1505]: + ??? root:solr
Jan 29 10:29:13 solrcloud1 su[1505]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory
It would be nice to check if under common installation (not under this docker container) prints that error.
Steps to Reproduce
Execute molecule tests
See journalctl for that service: journalctl -u solr.service
Expected behavior: Not to see that error message
Actual behavior: Prints that error message
Reproduces how often: 100%
Versions
2.1.1
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
/etc/default/locale seems not configured at least running molecule tests.
It would be nice to check if under common installation (not under this docker container) prints that error.
Steps to Reproduce
journalctl -u solr.service
Expected behavior: Not to see that error message
Actual behavior: Prints that error message
Reproduces how often: 100%
Versions
2.1.1
The text was updated successfully, but these errors were encountered: