What ownership/permissions is /home/cpanelsolr suppose to have?
When I start cpanel-dovecot-solr I get an error:
cat: /home/cpanelsolr/etc/solrpasswd: No such file or directory
mkdir: cannot create directory `/home/cpanelsolr/etc': Permission denied
/home/cpanelsolr/bin/solr: line 1563: /home/cpanelsolr/etc/solrpasswd: No such file or directory
cat: /home/cpanelsolr/etc/solrpasswd: No such file or directory
Investigating this finds:
# ls -ald /home/cpanelsolr
drwxr-xr-x 9 root root 4096 Jan 18 12:31 /home/cpanelsolr/
Should this directory be owned by cpanelsolr? This would seem to be an issue, but perhaps there's a reason for this. Thoughts?
When I start cpanel-dovecot-solr I get an error:
cat: /home/cpanelsolr/etc/solrpasswd: No such file or directory
mkdir: cannot create directory `/home/cpanelsolr/etc': Permission denied
/home/cpanelsolr/bin/solr: line 1563: /home/cpanelsolr/etc/solrpasswd: No such file or directory
cat: /home/cpanelsolr/etc/solrpasswd: No such file or directory
Investigating this finds:
# ls -ald /home/cpanelsolr
drwxr-xr-x 9 root root 4096 Jan 18 12:31 /home/cpanelsolr/
Should this directory be owned by cpanelsolr? This would seem to be an issue, but perhaps there's a reason for this. Thoughts?