30 Nov
2022
30 Nov
'22
3:43 p.m.
On 2022-11-30 06:52, Mark Sapiro wrote:
On 11/30/22 05:32, Jan Eden via Mailman-users wrote:
I tried setting permissions on /opt/mailman/fulltext_index to 777 temporarily, but the issue remained (as expected).
Are you running some security manager (SELinux, apparmor, ???)
I suspect that's the issue.
apparmor is disabled, and the error is only triggered when the directory does not exist:
# Make sure the index is there. if self.use_file_storage and not os.path.exists(self.path): os.makedirs(self.path) new_index = True
/opt/mailman/fulltext_index exists (and is populated), so I must assume that the Whoosh backend uses some other (non-writeable) path at this point.
- Jan