[Mailman-Users] OSError: [Errno 13] Permission denied /var/lib/mailman/archives/private/list/attachments: No such file or directory

David dave at fiteyes.com
Tue May 8 20:16:21 CEST 2012


On Tue, May 8, 2012 at 12:37 PM, David <dave at fiteyes.com> wrote:

>
>  On Tue, May 8, 2012 at 4:48 AM, Stephen J. Turnbull <stephen at xemacs.org>wrote:
>>>>
>>>>> If it's not 100% clean,
>>>>> then run "bin/check_perms -f".  Sometimes multiple runs are
>>>>> necessary.
>>>>>
>>>> # bin/check_perms -f
>> No problems found
>>
>> All permissions are reported as OK now. The check_perms is a very handy
>> script. Thanks for the suggestion to use it.
>>
>
>
> After fixing permissions, we lost web access to the public archive:
>
> Forbidden
>
> You don't have permission to access /archive/list/ on this server.
>
>
>
The fix was relatively easy. Apache runs as user www-data. After running
bin/check_perms, I had to run:
chown -R www-data /var/lib/mailman/archives/private

Then I also ran
/var/lib/mailman/bin/unshunt


More information about the Mailman-Users mailing list