Am 23.01.23 um 21:08 schrieb Mark Sapiro:
On 1/23/23 02:41, Johannes Rohr wrote:
I don't understand what the cause for the "permission denied" could be. The directory "fulltext_index" is owned by mailman:mailman
Does anyone have a hint? I did some googling for the error, but to no avail, unfortunately.
It's actually trying to create fulltext_index, so clearly it's not looking at the fulltext_index that you are. If you are following https://docs.mailman3.org/en/latest/install/virtualenv.html you probably need to specify the path in /etc/mailman3/settings.py as in, e.g.
HAYSTACK_CONNECTIONS['default']['PATH'] = '/opt/mailman/mm/var/fulltext_index'
Thanks! Indeed. Including this line helps. It makes the error go away. So I guess the instructions should be amended.
After that, for some reason, I have to re-index all lists, because initially, empty results were returned for any query, only after re-indexing to I get results.
Again, thanks so much for your support!
Johannes