You are not logged in.
Pages: 1
I have Arch Linux installed inside the default Crostini termina VM as a container (I used this guide to install it: https://wiki.archlinux.org/title/Chrome … /Crostini), and I'm trying to install a game that extracts files to /tmp and executes them to install the game, and I get met with these errors:
./factorio_v1.1.70.run: line 336: /tmp/ysi.536557398.x3hSQQyi2ToqK0EtFRJ1/pv: Permission denied
tar (grandchild): /tmp/ysi.536557398.x3hSQQyi2ToqK0EtFRJ1/zstd: Cannot exec: Permission denied
tar (grandchild): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting nowThe game has to extract files to this directory in /tmp (ysi.536557398.x3hSQQyi2ToqK0EtFRJ1), but since it gets permission denied, it cannot do this and thus the install fails.
Remounting /tmp with exec doesn't do anything.
I also have been experiencing other errors because of this with other applications inside the container, like for example when compiling rust code it fails with this:
---- color.rs - color::ColorRGBA (line 10) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- color.rs - color::ColorHSLA (line 49) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- rust.rs - rust::StrRef<'a>::to_str (line 181) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- rust.rs - rust::StrRef (line 141) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- rust.rs - rust::UserPtr (line 23) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- rust.rs - rust::UserPtr::cast (line 75) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- rust.rs - rust::UserPtr::null (line 55) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- rust.rs - rust::UserPtr::cast_mut (line 99) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?
---- rust.rs - rust::s (line 254) stdout ----
Couldn't run the test: Permission denied (os error 13) - maybe your tempdir is mounted with noexec?Last edited by Yusefz1 (2023-03-06 12:56:52)
Offline
Pages: 1