-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Bug report) The SUID sandbox helper binary was found, but is not configured correctly #797
Comments
Can you check the file permissions of the file: |
Via zip file as I am still using Trilium and just wanted to checkout TriliumNext to see if I want to switch or not. Permissions: Just to show you all the permissions:
|
thanks. I wonder why the error message says the file should be owned by root and have 4755 (with SUID bit) as permissions, on your end, but it doesn't on my end, even though we both have the same permissions set... As a workaround for your testing period, you could maybe try to set the permissions accordingly as requested, although I'm not sure if that really is a proper secure solution here (disclaimer: I am not an Electron expert): |
Yea, should be the same. Setting the group to root doesn't make much sense from my perspective as I don't understand why it needs to be owned by root - which is quite a specific request tbh. |
it needs to be root, to be able to create the sandbox it seems: maybe someone else with a bit more knowledge about Electron here can shed some more light though, why the error happens on your side? |
But in that case it should work with sudo, shouldn't it? |
Description
When calling trilium
./trilium
this error appears and trilium does not show up.it runs without big issues when executing
./trilium --no-sandbox
TriliumNext Version
0.90.12
What operating system are you using?
Other Linux
What is your setup?
Local (no sync)
Operating System Version
Xubuntu 24.04
Error logs
[13548:1216/112400.074805: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 /home/xaver/Downloads/TriliumNext Notes-linux-x64/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)
The text was updated successfully, but these errors were encountered: