Page MenuHomePhabricator

Error creating thumbnail: mkdir: cannot create directory '/sys/fs/cgroup/memory/mediawiki/job/XXXXX':
Closed, ResolvedPublicPRODUCTION ERROR

Description

Error
message
Error creating thumbnail: mkdir: cannot create directory '/sys/fs/cgroup/memory/mediawiki/job/XXXXX': No such file or directory
limit.sh: failed to create the cgroup.
/bin/bash: /usr/bin/convert: No such file or directory
Impact

Means that we cannot generate a thumbnail for the file and instead have to use the source file.

Notes

Event Timeline

This error is caused by the shellout to the local convert command spotted in the parent task.

Dreamy_Jazz claimed this task.

This was resolved in T355309: Don't use RENDER_NOW when generating thumbnails for PhotoDNA scans as the code was updated to not attempt to create thumbnails if they don't exist. A longer term solution of creating the thumbnails on the main maintenance script thread is being investigated.