Open AbelLykens opened 4 years ago
sysctl kernel.unprivileged_userns_clone=1
should allow the kernel to use unprivileged namespaces, and hence solve this issue.
More information: https://docs.appimage.org/user-guide/troubleshooting.html#i-have-issues-with-electron-based-appimages-and-their-sandboxing
When running the appimage I get the error
Expected Behavior
Start the appimage, expect something [?]. The app to pop up? ;)
Current Behavior
I chmod +x the appimage, run it, get error as above.
Possible Solution
Compile myself? I am not able to go to that /tmp/ location to set suid, that gets deleted after use...
Steps to Reproduce (for bugs)
wget url/Juggernaut-linux-x86_64-v0.1.2.AppImage
chmod +x ./Juggernaut-linux-x86_64-v0.1.2.AppImage
./Juggernaut-linux-x86_64-v0.1.2.AppImage
Get error
Context
App does not run.
Your Environment
Node version : Not sure, do not think I have node on this system.
Version or Branch used : release v0.1.2
Operating System and version :CentOS Linux release 7.8.2003 (Core) / 3.10.0-1062.9.1.el7.x86_64
Link to your project :N/A