[GH-ISSUE #2951] Steam not running #1843

Closed
opened 2026-05-05 08:30:48 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @StarPicard on GitHub (Sep 8, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2951

firejail version 0.9.60 on Archlinux

When calling the following commands steam is not starting up:

firejail --profile=/etc/firejail/steam.profile steam-runtime
firejail steam

The error message is:

/usr/lib/steam/steam: Zeile 23:    29 Ungültiger Betriebssystemaufruf        (Speicherabzug geschrieben) pulseaudio --check &> /dev/null
/usr/lib/steam/steam: <HOME>/.local/share/Steam/steam.sh: /usr/bin/env: Defekter Interpreter: Keine Berechtigung
/usr/lib/steam/steam: Zeile 199: <HOME>/.local/share/Steam/steam.sh: Erfolg

When running firejail --noprofile steam it is working.

Originally created by @StarPicard on GitHub (Sep 8, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2951 firejail version 0.9.60 on Archlinux When calling the following commands steam is not starting up: ``` firejail --profile=/etc/firejail/steam.profile steam-runtime firejail steam ``` The error message is: ``` /usr/lib/steam/steam: Zeile 23: 29 Ungültiger Betriebssystemaufruf (Speicherabzug geschrieben) pulseaudio --check &> /dev/null /usr/lib/steam/steam: <HOME>/.local/share/Steam/steam.sh: /usr/bin/env: Defekter Interpreter: Keine Berechtigung /usr/lib/steam/steam: Zeile 199: <HOME>/.local/share/Steam/steam.sh: Erfolg ``` When running `firejail --noprofile steam` it is working.
Author
Owner

@rusty-snake commented on GitHub (Sep 8, 2019):

Related to #2860?
Try with --ignore=seccomp.

<!-- gh-comment-id:529231063 --> @rusty-snake commented on GitHub (Sep 8, 2019): Related to #2860? Try with `--ignore=seccomp`.
Author
Owner

@StarPicard commented on GitHub (Sep 8, 2019):

No, same error. But got this new error message:

Error: cannot read UID_MIN and/or GID_MIN from /etc/login.defs, using 1000 by default
Error: cannot read UID_MIN and/or GID_MIN from /etc/login.defs, using 1000 by default
Warning: an existing sandbox was detected. /usr/bin/steam will run without any additional sandboxing features

The other two warnings are there too.

<!-- gh-comment-id:529232361 --> @StarPicard commented on GitHub (Sep 8, 2019): No, same error. But got this new error message: ``` Error: cannot read UID_MIN and/or GID_MIN from /etc/login.defs, using 1000 by default Error: cannot read UID_MIN and/or GID_MIN from /etc/login.defs, using 1000 by default Warning: an existing sandbox was detected. /usr/bin/steam will run without any additional sandboxing features ``` The other two warnings are there too.
Author
Owner

@rusty-snake commented on GitHub (Sep 8, 2019):

Thats a other issue: #2877; add --ignore=private-etc.
To exclude #2765: add --noblacklist=/usr/sbin
Has you changes anything on the steam.profile?
Is there anything in the journal?

<!-- gh-comment-id:529233001 --> @rusty-snake commented on GitHub (Sep 8, 2019): Thats a other issue: #2877; add `--ignore=private-etc`. To exclude #2765: add `--noblacklist=/usr/sbin` Has you changes anything on the steam.profile? Is there anything in the journal?
Author
Owner

@rusty-snake commented on GitHub (Oct 13, 2019):

@StarPicard
I'm closing here due to inactivity, please fell free to reopen if you still have this issue.

<!-- gh-comment-id:541425462 --> @rusty-snake commented on GitHub (Oct 13, 2019): @StarPicard I'm closing here due to inactivity, please fell free to reopen if you still have this issue.
Author
Owner

@StarPicard commented on GitHub (Oct 14, 2019):

ignore apparmor in steam.local also solved this

<!-- gh-comment-id:541823559 --> @StarPicard commented on GitHub (Oct 14, 2019): `ignore apparmor` in `steam.local` also solved this
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#1843
No description provided.