[GH-ISSUE #3053] Error on linux ubuntu #1954

Closed
opened 2026-02-22 18:27:24 -05:00 by yindo · 1 comment
Owner

Originally created by @SunnatilloDev on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3053

when i run ./AnythingLLMDesktop/start

it shows me

[362697:0130/030902.443402: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/programmer/AnythingLLMDesktop/anythingllm-desktop/chrome-sandbox is owned by root and has mode 4755. [1] 362697 trace trap (core dumped) ./AnythingLLMDesktop/start

Originally created by @SunnatilloDev on GitHub (Jan 29, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3053 when i run `./AnythingLLMDesktop/start ` it shows me `[362697:0130/030902.443402: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/programmer/AnythingLLMDesktop/anythingllm-desktop/chrome-sandbox is owned by root and has mode 4755. [1] 362697 trace trap (core dumped) ./AnythingLLMDesktop/start `
yindo closed this issue 2026-02-22 18:27:24 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 29, 2025):

Are you running the command as root? Chromium (electron) cannot run outside of sandbox mode

https://authmane512.medium.com/solve-the-suid-sandbox-helper-binary-was-found-but-is-not-configured-correctly-3-solutions-4f1425a9a76c

It is how the installer, or more usually who ran the installer. It's not something we fix in our software. Maybe something we can resolve in the script however?

@timothycarambat commented on GitHub (Jan 29, 2025): Are you running the command as root? Chromium (electron) cannot run outside of sandbox mode https://authmane512.medium.com/solve-the-suid-sandbox-helper-binary-was-found-but-is-not-configured-correctly-3-solutions-4f1425a9a76c It is how the installer, or more usually _who_ ran the installer. It's not something we fix in our software. Maybe something we can resolve in the script however?
yindo changed title from Error on linux ubuntu to [GH-ISSUE #3053] Error on linux ubuntu 2026-06-05 14:43:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1954