You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the latest stable, 1.74, I get this error:
[96040:96040:0118/231118.719833:FATAL:setuid_sandbox_host.cc(163)] 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_Brave-IKClMi/chrome-sandbox is owned by root and has mode 4755.
Obviously, I can start via --no-sandbox, but that's really annoying.
I'm on Ubuntu Studio 24.04 using KDE as my DE
The text was updated successfully, but these errors were encountered:
However, if I use AppImage tool: ./appimagetool-x86_64.AppImage squashfs-root/ to repackage it, it fails after that:
/tmp/.mount_Brave-MDmCek
The setuid sandbox is not running as root. Common causes:
* An unprivileged process using ptrace on it, like a debugger.
* A parent process set prctl(PR_SET_NO_NEW_PRIVS, ...)
Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
[4729:4729:0126/170324.392406:FATAL:zygote_host_impl_linux.cc(207)] Check failed: . : No such file or directory (2)
Trace/breakpoint trap (core dumped)
When I try to run the latest stable, 1.74, I get this error:
Obviously, I can start via
--no-sandbox
, but that's really annoying.I'm on Ubuntu Studio 24.04 using KDE as my DE
The text was updated successfully, but these errors were encountered: