Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#66953 - [steam] "bad interpreter: Permission denied"
Attached to Project:
Community Packages
Opened by Xuanrui Qi (xuanrui) - Tuesday, 09 June 2020, 07:45 GMT
Last edited by Giancarlo Razzolini (grazzolini) - Tuesday, 16 June 2020, 10:32 GMT
Opened by Xuanrui Qi (xuanrui) - Tuesday, 09 June 2020, 07:45 GMT
Last edited by Giancarlo Razzolini (grazzolini) - Tuesday, 16 June 2020, 10:32 GMT
|
DetailsWhenever I try to run steam by clicking on the desktop icon, or by running `/usr/bin/steam-runtime`, I get the error:
/usr/bin/steam-runtime: /usr/lib/steam/steam: /usr/bin/env: bad interpreter: Permission denied But I have no problems if I run `sh /usr/bin/steam-runtime`. The permissions on /usr/bin/env are set correctly. I don't have `noexec` set on any partition. This is probably not a steam bug, but it seems that there is some permission mix-up. |
This task depends upon
Closed by Giancarlo Razzolini (grazzolini)
Tuesday, 16 June 2020, 10:32 GMT
Reason for closing: Works for me
Tuesday, 16 June 2020, 10:32 GMT
Reason for closing: Works for me
"bash is /usr/bin/bash"
I guess I see where the problem might be (no /bin/sh in the list), but I still have no idea how it is causing problems (and how to fix that)...
I couldn't really believe that this was actually a package bug. For the record, another machine of mine does not have this problem.
The machine which had problems with the shell script is running on ZFS, but I couldn't imagine that the problem is ZFS, given that I have no trouble with other shell scripts.
I couldn't really believe that this was actually a package bug. For the record, another machine of mine does not have this problem.
The machine which had problems with the shell script is running on ZFS, but I couldn't imagine that the problem is ZFS, given that I have no trouble with other shell scripts.
getfacl: Removing leading '/' from absolute path names
# file: usr/bin/env
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
No, my /usr is not a separate partition (or subvolume, or mountpoint); since I'm running on ZFS I have only one partition on my hard drive.
I can't fathom what might be wrong, but I suspect some subtle permissions bug. But that should be fixed by reinstalling, yet it is not...
Judging by the error message, I didn't expect that it would be related to ~/.steam either.