[GH-ISSUE #1931] Blender with AMD GPU fails under firejail #1293

Closed
opened 2026-05-05 07:48:35 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @RDProjekt on GitHub (May 9, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1931

When trying to run Blender with the supplied profile and have it use AMD card via OpenCL an error is encountered. The last part of the trace is as follows:

9:blender:opendir /sys/module/amdgpu:(nil)
Writing: /tmp/blender.crash.txt
9:blender:fopen64 /tmp/blender.crash.txt:0x7fb669776300

Apparently, amdgpu driver or OpenCL libraries try to access the /sys/module/amdgpu directory and fail since /sys/module is permanently blacklisted (disabled).

Originally created by @RDProjekt on GitHub (May 9, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1931 When trying to run Blender with the supplied profile and have it use AMD card via OpenCL an error is encountered. The last part of the trace is as follows: ``` 9:blender:opendir /sys/module/amdgpu:(nil) Writing: /tmp/blender.crash.txt 9:blender:fopen64 /tmp/blender.crash.txt:0x7fb669776300 ``` Apparently, amdgpu driver or OpenCL libraries try to access the `/sys/module/amdgpu` directory and fail since `/sys/module` is permanently blacklisted (disabled).
gitea-mirror 2026-05-05 07:48:35 -06:00
Author
Owner

@netblue30 commented on GitHub (May 9, 2018):

Thanks for the fix, I'll merge it in.

<!-- gh-comment-id:387777555 --> @netblue30 commented on GitHub (May 9, 2018): Thanks for the fix, I'll merge it in.
Author
Owner

@netblue30 commented on GitHub (May 12, 2018):

all set, thanks

<!-- gh-comment-id:388556941 --> @netblue30 commented on GitHub (May 12, 2018): all set, thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1293
No description provided.