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
I'm having an issue getting it to launch on ubuntu 24.04. The error given is as below:
[11996:11996:1018/164222.497339:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather tahn run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_browse6KFdse/opt/browservice/chrome-sandbox is owned by root and has mode 4755. /tmp/.mount_browse6KFdse/AppRun: line 128: 11996 Trace/breakpoint trap (core dumped) ( exec -a "${ARGV0}" "${ROOT}/opt/browservice/browservice" "$@" )
The text was updated successfully, but these errors were encountered:
It appears that you can work around the issue by modifying a kernel parameter, e.g. by running the following command before running Browservice: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
I'm having an issue getting it to launch on ubuntu 24.04. The error given is as below:
[11996:11996:1018/164222.497339:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather tahn run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_browse6KFdse/opt/browservice/chrome-sandbox is owned by root and has mode 4755. /tmp/.mount_browse6KFdse/AppRun: line 128: 11996 Trace/breakpoint trap (core dumped) ( exec -a "${ARGV0}" "${ROOT}/opt/browservice/browservice" "$@" )
The text was updated successfully, but these errors were encountered: