Log is: 2026-08-25T16:13:44.161840194Z ERROR 2026-08-25T16:13:44.161Z pid=19 tid=34wxl7 jid=121bb4a88995df6055451c37 class=PostProcessMediaWorker: Processing media attachment 117157028892198364 failed with Permission denied @ apply2files - /opt/mastodon/public/system/media_attachments/files/117/157/028/892/198/364/original/2b65a82f6a805792.webm
In the files folder everything belongs to root (except the first two folders), is it supposed to be?
Apparently the video processor (Paperclip) doesn't have sudo and cannot access this folders
Is it safe to just chown everything to mastodon:mastodon?
Or does it have to be fixed in the recipe or docker rather?
Log is:
`2026-08-25T16:13:44.161840194Z ERROR 2026-08-25T16:13:44.161Z pid=19 tid=34wxl7 jid=121bb4a88995df6055451c37 class=PostProcessMediaWorker: Processing media attachment 117157028892198364 failed with Permission denied @ apply2files - /opt/mastodon/public/system/media_attachments/files/117/157/028/892/198/364/original/2b65a82f6a805792.webm`
In the **files** folder **everything belongs to root** (except the first two folders), is it supposed to be?
Apparently the video processor (Paperclip) doesn't have sudo and cannot access this folders
Is it safe to just _chown_ everything to **mastodon:mastodon**?
Or does it have to be fixed in the recipe or docker rather?
Is it safe to just chown everything to mastodon:mastodon?
Yes — but I think @decentral1se was saying over in #10 that it might be necessary to do it on the host using the numeric UID / GID; maybe the mastodon container doesn't have permission by default? abra app run -u root ... app might also do it.
@Numerica
> Is it safe to just chown everything to mastodon:mastodon?
Yes — but I think @decentral1se was saying over in #10 that it might be necessary to do it on the host using the numeric UID / GID; maybe the mastodon container doesn't have permission by default? `abra app run -u root ... app` might also do it.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Log is:
2026-08-25T16:13:44.161840194Z ERROR 2026-08-25T16:13:44.161Z pid=19 tid=34wxl7 jid=121bb4a88995df6055451c37 class=PostProcessMediaWorker: Processing media attachment 117157028892198364 failed with Permission denied @ apply2files - /opt/mastodon/public/system/media_attachments/files/117/157/028/892/198/364/original/2b65a82f6a805792.webmIn the files folder everything belongs to root (except the first two folders), is it supposed to be?
Apparently the video processor (Paperclip) doesn't have sudo and cannot access this folders
Is it safe to just chown everything to mastodon:mastodon?
Or does it have to be fixed in the recipe or docker rather?
it's #10
@Numerica
Yes — but I think @decentral1se was saying over in #10 that it might be necessary to do it on the host using the numeric UID / GID; maybe the mastodon container doesn't have permission by default?
abra app run -u root ... appmight also do it.