mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4181] mumble: program does not start (no3d) #2566
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2566
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @byteme-git on GitHub (Apr 11, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4181
Write clear, concise and in textual form.
Bug and expected behavior
Mumble crashes on start, without an error message or a window showing up.
No profile and disabling firejail
This fixes the bug. Renaming the Profile as well as starting mumble with the --noprofile option.
Reproduce
Steps to reproduce the behavior:
Environment
Manjaro Linux 5.10.26 (KDE)
Apparmor 3.0.1 (apparmor firejail support is enabled)
Firejail version 0.9.64.4
Logs
terminal output
The problem seems to be this error:
libGL error: MESA-LOADER: failed to retrieve device information
libGL error: Version 4 or later of flush extension not found
libGL error: failed to load driver: i915
libGL error: failed to open /dev/dri/card0: Keine Berechtigung
libGL error: failed to open /dev/dri/card0: Keine Berechtigung
libGL error: failed to load driver: iris
Upon that point in loading the program the output is identical (with and without fj) and after this the program crashes.
Fixes that didn't work
EDIT by @rusty-snake: fix code-block
@rusty-snake commented on GitHub (Apr 11, 2021):
/dev/driis blacklisted byno3d, does it work if youignore no3d?There are more program which show messages like this, especially under wayland, I'm not so sure that this is the cause.
What's in it?
On system with systemd it is normal to have no DAC access to it as regular user. Owned by root it is on very system.
@byteme-git commented on GitHub (Apr 11, 2021):
@rusty-snake commenting out no3d in mumble.profile worked. The program starts and the error does not appear in the logs anymore. Thank u!