You are not logged in.
I've done some googling but basically, I just keep getting told how easy it is(even a caveman can do it!) but when I try to run this AppImage in BL, this is what I get as a result:
schwim@schwim-vm-bll:~/.scripts$ chmod a+x Boot*
schwim@schwim-vm-bll:~/.scripts$ ./BootstrapStudio.AppImage
[6719:1119/101225.761004:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_BootstPSlbu3/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
/tmp/.mount_BootstPSlbu3/bstudio: schwim@schwim-vm-bll:~/.scripts$ error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
schwim@schwim-vm-bll:~/.scripts$
Can anyone tell me what I'm missing? Is this a configuration issue on the OS side? Am I lacking some needed configuration to run AIs?
Thanks for your time!
Last edited by schwim (2020-11-20 01:03:18)
Schw.im! A social site with an identity crisis.
Offline
You need to make sure that /tmp/.mount_BootstPSlbu3/chrome-sandbox is owned by root and has mode 4755.
Did you?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
You need to make sure that /tmp/.mount_BootstPSlbu3/chrome-sandbox is owned by root and has mode 4755.
Did you?
It being in /tmp, does that mean I'd have to do this every time I run the app, since /tmp gets regularly purged?
Schw.im! A social site with an identity crisis.
Offline
You did not provide any link to the appimage. I found after some searching for the download link, that it is a paid program: https://bootstrapstudio.io/#purchase, so I could not try it out.
Searched:
FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. site:forum.bootstrapstudio.io
and found: New Bootstrap 5 AppImage doesn’t run on Debian 10 x64 [fixed in 5.0.2]
So, try to run it with:
./Bootstrap\ Studio.AppImage --no-sandbox
Or rename "Bootstrap Studio.AppImage" in "BootstrapStudio.AppImage" and run without sandbox.
Last edited by rbh (2020-11-19 18:54:12)
// Regards rbh
Online
rbh wrote:--no-sandbox
Worked like a champ, thanks so much!
Did you learn something? Like to share?
// Regards rbh
Online