Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3200

General Questions • firejail: Error: no suitable executable found

$
0
0
Hello, I hope its ok to ask here about a firejail problem but I have not found any other platform to ask about this.

I want to run MultiMC (an alternative minecraft launcher) in firejail for at least a thin layer of protection, I will also later run the java bin in the sandbox (yes I know it is not really "save" but at least some MC mods will not save files in my main dirs later).

I run a lot of programs through firejail and have never had a problem with it.

I have a firejail profile and run the firejail command from a shell script:

multimc.profile

Code:

include /etc/firejail/globals.localinclude /etc/firejail/disable-common.incprivate ./data/net none
run.sh

Code:

#!/bin/bashfirejail --output=./logfile.log --profile=./multimc.profile ./MultiMC/bin/MultiMC

I also tried running the MultiMC binary directly from the firejail command:

Code:

firejail ./MultiMC/bin/MultiMC
But the same error massage appears every time:

Code:

Error: no suitable ./MultiMC/bin/MultiMC executable found


I also tried the x64 and x32 binaries and the log files generated by firejail are also empty. To be sure that the bin is in the right path, I also tried the full path and tested with du to see if the bin was really there:

Code:

o7ydv@Hamster:~/firejail/multimc$ ./start.sh Reading profile ./multimc.profileReading profile /etc/firejail/disable-common.incParent pid 17555, child pid 17557Child process initialized in 43.47 msError: no suitable ./MultiMC/bin/MultiMC executable foundParent is shutting down, bye...o7ydv@Hamster:~/firejail/multimc$ du ./MultiMC/bin/MultiMC7800    ./MultiMC/bin/MultiMC
which was always the case.



I hope someone has an idea what the error is, thanks in advance!

Statistics: Posted by o7YDv — 2024-02-18 11:02 — Replies 1 — Views 28



Viewing all articles
Browse latest Browse all 3200

Trending Articles